/** ubf - v0.3.0 - 2021-02-08 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-Bold.woff2") format("woff2"), url("../fonts/Lelo-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'Lelo';
  src: url("../fonts/Lelo-RegularItalic.woff2") format("woff2"), url("../fonts/Lelo-RegularItalic.woff") format("woff");
  font-style: italic;
  font-weight: normal; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, 50% 50%);
*/

/*! HTML5 Boilerplate v5.0.0 | MIT License | https://html5boilerplate.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

svg,
svg use {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

html,
body {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  padding: 0; }

dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0; }

p {
  margin: 0; }

label {
  font-size: inherit; }

input::-ms-clear {
  display: none; }

input:not([type=checkbox]),
label,
textarea {
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0; }

input:not([type=checkbox]):invalid,
  label:invalid,
  textarea:invalid {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

figure {
  margin: 0; }

[data-type="svg"] {
  display: inline-block;
  position: relative; }

[data-type="svg"] > canvas {
    visibility: hidden;
    display: block;
    width: inherit;
    height: inherit; }

[data-type="svg"] > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: currentColor; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  img {
    background-image: none !important; } }

@page {
  margin: 1.5cm; }

.ubf-dont-hyphenate {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual; }

/* vb: 03.02.2021: Helper styles for roxen backend/link picker component */

/* Fixing broken Edit-Buttons */

.roxen-edit-box-wrap .editlink, a.roxen-linkbrowser {
  height: auto !important;
  z-index: 5 !important;
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important; }

.editlink {
  z-index: 99999 !important; }

a:hover {
  color: inherit !important; }

.ubf-anchor {
  display: block;
  position: relative;
  top: -5.5rem;
  visibility: hidden; }

@media (min-width: 1024px) {
    .ubf-anchor {
      top: -10rem; } }

.ubf-accordion__toggler .ubf-anchor {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.ubf-body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000000;
  font-family: "Lelo", sans-serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: calc(100vw + 2rem);
  position: relative; }

@media (orientation: landscape) {
    .ubf-body {
      padding-top: calc(100vh + 2rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body {
    padding-top: calc(80vh - 8rem); } }

@media (orientation: landscape) {
    .ubf-body--home {
      padding-top: calc(100vh + 2rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body--home {
    padding-top: calc(100vh - 8rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  html.ubf-js-mobile .ubf-body--home {
    padding-top: calc(95vh - 8rem); } }

.ubf-body--ekvv {
    background-color: #F3F3F3;
    padding-top: 7.5rem; }

@media (orientation: landscape) {
      .ubf-body--ekvv {
        padding-top: 0; } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body--ekvv {
    padding-top: 0; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv {
        padding-top: 10rem; } }

.ubf-body--noCover {
    padding-top: 11rem; }

@media (min-width: 1024px) {
      .ubf-body--noCover {
        padding-top: 14.5rem; } }

.ubf-body--miniCover {
    padding-top: 30rem; }

@media (orientation: landscape) {
      .ubf-body--miniCover {
        padding-top: 21rem; } }

@media (min-width: 1024px) {
      .ubf-body--miniCover {
        padding-top: 42rem; } }

.ubf-body--microCover {
    padding-top: 20rem; }

@media (orientation: landscape) {
      .ubf-body--microCover {
        padding-top: 15rem; } }

@media (min-width: 1024px) {
      .ubf-body--microCover {
        padding-top: 26rem; } }

.ubf-body--noCover::before {
    content: '';
    background-color: #F0F0F0;
    height: 14.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.ubf-body__alert {
    height: 0;
    position: relative;
    z-index: 100; }

.ubf-body__mainMenu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 0; }

html.no-js .ubf-body__mainMenu:focus-within {
      height: auto; }

.ubf-body__mainMenu.ubf-js-beforeActive {
      height: auto; }

@media (min-width: 1024px) {
      .ubf-body__mainMenu {
        height: 8rem;
        left: 0;
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin-bottom: 2rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-body__mainMenu {
        position: fixed; } }

.ubf-body__modal {
    z-index: 100; }

.ubf-contentBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 1rem + 0px); }

.ubf-sidebar > .ubf-contentBlock:first-of-type {
    border-top-color: #14f5b4;
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 2rem; }

.ubf-body--biology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #92b168; }

.ubf-body--chemistry .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #a08caa; }

.ubf-body--educational-science .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #f08c50; }

.ubf-body--history .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #7db4be; }

.ubf-body--public-health .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #dc5a5a; }

.ubf-body--linguistics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #8fa3b9; }

.ubf-body--mathematics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #dcaa41; }

.ubf-body--medicine .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #145f7d; }

.ubf-body--physics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #649696; }

.ubf-body--law .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #8c8c96; }

.ubf-body--psychology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #8c3250; }

.ubf-body--sociology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #bfd02f; }

.ubf-body--technology .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #558ca0; }

.ubf-body--economics .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #74799b; }

.ubf-body--library .ubf-sidebar > .ubf-contentBlock:first-of-type {
      border-top-color: #008965; }

.ubf-sidebar > .ubf-contentBlock--textBoxed:first-of-type {
    padding-top: 0; }

@media (min-width: 1024px) {
    .ubf-contentBlock {
      width: calc(100% - 2rem + 0px); } }

.ubf-field .ubf-field__description .ubf-contentBlock {
    width: calc(100% - 2rem + 0px); }

@media (min-width: 1024px) {
      .ubf-field .ubf-field__description .ubf-contentBlock {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--accordion {
      width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--accordion,
    .ubf-body--ekvv .ubf-contentBlock--accordion {
      width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--accordion.ubf-contentBlock--accordionReduced {
      width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--accordion.ubf-contentBlock--accordionReduced,
    .ubf-body--ekvv .ubf-contentBlock--accordion.ubf-contentBlock--accordionReduced {
      width: calc(66.66667% - 2rem + 0px); } }

.ubf-contentBlock--address {
    border-color: #14f5b4;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 2rem; }

@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--address {
        width: calc(100% - 2rem + 0px); } }

.ubf-body--biology .ubf-contentBlock--address {
      border-color: #92b168; }

.ubf-body--chemistry .ubf-contentBlock--address {
      border-color: #a08caa; }

.ubf-body--educational-science .ubf-contentBlock--address {
      border-color: #f08c50; }

.ubf-body--history .ubf-contentBlock--address {
      border-color: #7db4be; }

.ubf-body--public-health .ubf-contentBlock--address {
      border-color: #dc5a5a; }

.ubf-body--linguistics .ubf-contentBlock--address {
      border-color: #8fa3b9; }

.ubf-body--mathematics .ubf-contentBlock--address {
      border-color: #dcaa41; }

.ubf-body--medicine .ubf-contentBlock--address {
      border-color: #145f7d; }

.ubf-body--physics .ubf-contentBlock--address {
      border-color: #649696; }

.ubf-body--law .ubf-contentBlock--address {
      border-color: #8c8c96; }

.ubf-body--psychology .ubf-contentBlock--address {
      border-color: #8c3250; }

.ubf-body--sociology .ubf-contentBlock--address {
      border-color: #bfd02f; }

.ubf-body--technology .ubf-contentBlock--address {
      border-color: #558ca0; }

.ubf-body--economics .ubf-contentBlock--address {
      border-color: #74799b; }

.ubf-body--library .ubf-contentBlock--address {
      border-color: #008965; }

.ubf-sidebar > .ubf-contentBlock--address:first-of-type {
      border: none;
      padding-top: 0; }

@media (min-width: 1024px) {
      .ubf-contentBlock--address {
        width: calc(25% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--address {
        width: calc(33.33333% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--address {
        width: calc(50% - 2rem + 0px); } }

.ubf-contentBlock--alphabeticalList {
    position: relative;
    margin-top: 4rem; }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--alphabeticalList {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--alphabeticalList {
        width: calc(66.66667% - 2rem + 0px); } }

.ubf-contentBlock--assignmentPlanLegend {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-contentBlock--assignmentPlanLegend {
        max-width: ubf-ekvvMaxSize(6, 9);
        width: calc(66.66667% - 2rem + 0px); } }

.ubf-contentBlock--applicationTile > * + * {
    margin-top: 4rem; }

.ubf-section__content > .ubf-contentBlock--breadcrumbs {
    margin-bottom: 1rem; }

@media (min-width: 1024px) {
    .ubf-contentBlock--breadcrumbs {
      width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--breadcrumbs {
      width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body .ubf-sidebar .ubf-contentBlock--calendar {
      width: calc(100% - 2rem + 0px); } }

.ubf-sidebar > .ubf-contentBlock--calendar:first-of-type {
    border: none;
    padding-top: 0; }

@media (min-width: 1024px) {
    .ubf-contentBlock--calendar {
      width: calc(41.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--calendar {
      width: calc(55.55556% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--calendar {
      width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--coursesFeatures {
      width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--coursesFeatures {
      width: calc(66.66667% - 2rem + 0px); } }

.ubf-contentBlock--events {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--events {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--events {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--events {
        width: calc(66.66667% - 2rem + 0px); } }

.ubf-contentBlock--events + .ubf-contentBlock--events {
      margin-top: 4rem; }

@media (min-width: 1024px) {
        .ubf-contentBlock--events + .ubf-contentBlock--events {
          margin-top: 8rem; } }

@media (min-width: 1024px) {
        .ubf-sidebar .ubf-contentBlock--events + .ubf-contentBlock--events {
          margin-top: 2rem; } }

@media (min-width: 1024px) {
    .ubf-body .ubf-sidebar .ubf-contentBlock--eventsDetails {
      width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--eventsDetails {
      width: calc(58.33333% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--eventsDetails {
      width: calc(100% - 2rem + 0px); } }

.ubf-contentBlock--form {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--form {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--form {
        width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--form {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--form {
        max-width: ubf-ekvvMaxSize(6, 9);
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-contentBlock--form,
      .ubf-sidebar .ubf-contentBlock--form.ubf-contentBlock--formSmall {
        width: calc(100% - 2rem + 0px); } }

.ubf-secondaryMenu .ubf-contentBlock--form,
    .ubf-secondaryMenu .ubf-contentBlock--form.ubf-contentBlock--formSmall {
      width: 100%; }

@media (min-width: 1024px) {
        .ubf-secondaryMenu .ubf-contentBlock--form,
        .ubf-secondaryMenu .ubf-contentBlock--form.ubf-contentBlock--formSmall {
          width: 100%; } }

@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--form {
        width: calc(100% - 2rem + 0px); } }

.ubf-contentBlock--form::before {
      content: "";
      display: block;
      height: 0.001px;
      line-height: 0; }

@media (min-width: 1024px) {
    .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks {
      width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks {
      width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--highlightLinks.ubf-contentBlock--reduced {
      width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--sidebar + .ubf-contentBlock--highlightLinks.ubf-contentBlock--reduced {
      width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--highlightLinks.ubf-contentBlock--reduced {
      width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--pagination {
      width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--pagination {
      width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--pagination {
      width: calc(100% - 2rem + 0px); } }

* + .ubf-contentBlock--pagination {
    margin-top: 4rem; }

.ubf-secondaryMenu .ubf-contentBlock--pevzSearch {
    display: none; }

@media (min-width: 1024px) {
      .ubf-secondaryMenu .ubf-contentBlock--pevzSearch {
        display: block; } }

@media (min-width: 1024px) {
    .ubf-page__sections .ubf-contentBlock--pevzSearch {
      display: none; } }

.ubf-secondaryMenu .ubf-contentBlock--pvSearch {
    display: none; }

@media (min-width: 1024px) {
      .ubf-secondaryMenu .ubf-contentBlock--pvSearch {
        display: block; } }

@media (min-width: 1024px) {
    .ubf-page__sections .ubf-contentBlock--pvSearch {
      display: none; } }

@media (min-width: 1024px) {
    .ubf-contentBlock--previews.ubf-contentBlock--previewsReduced {
      width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--sidebar + .ubf-contentBlock--previews.ubf-contentBlock--previewsReduced {
      width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-contentBlock--previews.ubf-contentBlock--previewsReduced {
      width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--previews {
      width: calc(100% - 2rem + 0px); } }

.ubf-contentBlock--rxml {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--rxml {
        width: calc(100% - 2rem + 0px); } }

.ubf-contentBlock--scrollTopButton {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media (min-width: 1024px) {
      .ubf-contentBlock--scrollTopButton {
        display: block;
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-section--searchFilters + .ubf-section .ubf-contentBlock--scrollTopButton {
        width: calc(100% - 2rem + 0px); } }

.ubf-contentBlock--searchResults {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-contentBlock--searchResults {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--searchResults {
        width: calc(66.66667% - 2rem + 0px); } }

.ubf-contentBlock--sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

@media (min-width: 1024px) {
      .ubf-contentBlock--sidebar {
        width: calc(25% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--sidebar.ubf-contentBlock--sidebarSticky, .ubf-contentBlock--sidebar:first-child {
        float: right; } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--sidebar {
        width: calc(33.33333% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--sidebar {
        max-width: ubf-ekvvMaxSize(3, 9);
        width: calc(33.33333% - 2rem + 0px); } }

.ubf-contentBlock--slideshow {
    position: relative; }

.ubf-section--cover .ubf-contentBlock--slideshow {
      width: 100%;
      height: 100%; }

.ubf-contentBlock--text {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-body .ubf-sidebar .ubf-contentBlock--text {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--text {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--text {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--text {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-section--searchFilters + .ubf-section .ubf-contentBlock--text {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--text.ubf-contentBlock--textFull {
        width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--text.ubf-contentBlock--textFull,
      .ubf-body--internal .ubf-contentBlock--text.ubf-contentBlock--textFull {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--text.ubf-contentBlock--textMedium {
        width: calc(41.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--text.ubf-contentBlock--textMedium {
        width: calc(55.55556% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--text.ubf-contentBlock--textSmall {
        width: calc(33.33333% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--text.ubf-contentBlock--textSmall {
        width: calc(44.44444% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--text {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock--text.ubf-contentBlock--tableFull {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-body .ubf-sidebar .ubf-contentBlock--textBox {
      width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-contentBlock--textBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: calc(41.66667% - 2rem + 0px); }
      .ubf-contentBlock--textBox::before {
        content: '';
        display: block;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        padding-bottom: 100%;
        width: 0; }
      .ubf-contentBlock--textBox > :first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 100%; } }

@media (min-width: 1024px) {
    .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--textBox {
      width: calc(100% - 2rem + 0px); } }

.ubf-section--cover .ubf-contentBlock--textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: flex;
    flex-direction: row;
    margin-left: calc(50% + 0.5rem + 0px);
    width: calc(50% + -0.5rem + 0px);
    z-index: 101; }

.ubf-section--cover .ubf-contentBlock--textBox::before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-bottom: 100%;
      width: 0; }

.ubf-section--cover .ubf-contentBlock--textBox > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }

.ubf-section--cover .ubf-contentBlock--textBox::before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-bottom: 100%;
      width: 0; }

.ubf-section--cover .ubf-contentBlock--textBox > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }

@media (orientation: landscape) {
      .ubf-section--cover .ubf-contentBlock--textBox {
        margin-left: calc(66.66667% + 0.66667rem + 0px);
        width: calc(33.33333% + -0.66667rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-section--cover .ubf-contentBlock--textBox {
        margin-left: calc(66.66667% + 1.33333rem + 0px);
        width: calc(33.33333% + -1.33333rem + 0px); } }

.ubf-contentBlock--video {
    position: relative; }

@media (min-width: 1024px) {
      .ubf-contentBlock--video {
        width: calc(75% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--video {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--video.ubf-contentBlock--videoSmall {
        width: calc(50% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--video.ubf-contentBlock--videoSmall {
        width: calc(66.66667% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-contentBlock--video.ubf-contentBlock--videoLarge {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-contentBlock--video.ubf-contentBlock--videoLarge {
        width: calc(100% - 2rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body .ubf-contentBlock--accordionReduced .ubf-contentBlock--video {
        width: calc(100% - 2rem + 0px); } }

.ubf-contentBlock__template {
    display: none; }

.ubf-contentBlock__eventsDetails {
    min-height: 100%; }

.ubf-contentBlock__slideshow {
    height: 100%; }

.ubf-contentBlock__title {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 2rem; }

.ubf-contentBlock__title--important {
      font-size: 3.5rem;
      line-height: 1.3;
      font-weight: bold;
      font-style: normal; }

.ubf-contentBlock__title--withActions {
      position: relative; }

@media (min-width: 1024px) {
        .ubf-contentBlock__title--withActions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .ubf-contentBlock__title--withActions > * {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }

.ubf-secondaryMenu .ubf-contentBlock__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; }

.ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__title:first-child {
      margin-top: 4rem; }

.ubf-sidebar .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__title:first-child {
        margin-top: 0; }

@media (min-width: 1024px) {
      .ubf-contentBlock.ubf-contentBlock--pevzSearch
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__title {
        margin-top: 0; } }

.ubf-contentBlock--secondaryMenu .ubf-contentBlock__title {
      color: #515151; }

.ubf-contentBlock__title:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-contentBlock__title {
        max-width: ubf-ekvvMaxSize(5, 9); } }

.ubf-contentBlock__preContent + .ubf-contentBlock__title {
      margin-top: 0; }

.ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__preContent:first-child {
    margin-top: 4rem; }

.ubf-sidebar .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
+ .ubf-contentBlock:not(.ubf-contentBlock--sidebar)
.ubf-contentBlock__preContent:first-child {
      margin-top: 0; }

.ubf-contentBlock__noJs {
    display: none; }

.ubf-html.no-js .ubf-contentBlock__noJs {
      display: block; }

.ubf-contentBlock__titleActions {
    margin-top: 0.5rem; }

@media (min-width: 1024px) {
      .ubf-contentBlock__titleActions {
        margin-top: 0;
        width: calc(16.66667% + -1.66667rem + 0px); } }

.ubf-contentBlock__titleInfo {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    display: inline-block;
    font-weight: normal;
    margin-left: 2rem; }

@media (min-width: 1024px) {
    .ubf-contentBlock__title--withActions .ubf-contentBlock__titleText {
      width: calc(83.33333% + -0.33333rem + 0px); } }

.ubf-header::before {
  content: '{"headerEffectEnabled": true, "triggerMargin": "95px"}';
  display: none; }

@supports (--varName: "whatever") {
  .ubf-header {
    --jsValues: '{"headerEffectEnabled": true, "triggerMargin": "95px"}'; } }

@media (min-width: 1024px) {
  .ubf-header::before {
    content: '{"headerEffectEnabled": false}';
    display: none; }
  @supports (--varName: "whatever") {
    .ubf-header {
      --jsValues: '{"headerEffectEnabled": false}'; } } }

.ubf-body--noCover .ubf-header::before {
  content: '{"headerEffectEnabled": true, "triggerMargin": "65px"}';
  display: none; }

@supports (--varName: "whatever") {
  .ubf-body--noCover .ubf-header {
    --jsValues: '{"headerEffectEnabled": true, "triggerMargin": "65px"}'; } }

@media (min-width: 1024px) {
  .ubf-body--noCover .ubf-header::before {
    content: '{"headerEffectEnabled": false}';
    display: none; }
  @supports (--varName: "whatever") {
    .ubf-body--noCover .ubf-header {
      --jsValues: '{"headerEffectEnabled": false}'; } } }

.ubf-header::after {
  -webkit-transition: opacity 0.2s  , visibility 0.2s  ;
  -o-transition: opacity 0.2s  , visibility 0.2s  ;
  transition: opacity 0.2s  , visibility 0.2s  ;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  content: '';
  left: 0;
  height: 5.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }

@media (min-width: 1024px) {
    .ubf-header::after {
      display: none; } }

.ubf-header.ubf-js-overlapping::after {
  opacity: 1;
  visibility: inherit; }

.ubf-header__facultyLink {
  color: #000000; }

.ubf-header__facultyLink:hover {
    color: #000000; }

.ubf-header__facultyName {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3; }

@media (min-width: 575px) {
    .ubf-header__facultyName {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) {
    .ubf-header__facultyName {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__facultyName {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__facultyName {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.ubf-header.ubf-js-overlapping .ubf-header__facultyName {
    display: none; }

@media (min-width: 1024px) {
      .ubf-header.ubf-js-overlapping .ubf-header__facultyName {
        display: block; } }

.ubf-header__facultySvg {
  height: 3.65556rem;
  left: 5.5rem;
  width: auto;
  top: 5.5rem;
  margin-top: -2px;
  position: absolute; }

@media (min-width: 1024px) {
    .ubf-header__facultySvg {
      height: 4.7rem;
      left: 7.5rem;
      width: auto;
      top: 8rem; } }

html.no-js .ubf-header__facultySvg {
    width: 14rem; }

@media (min-width: 1024px) {
      html.no-js .ubf-header__facultySvg {
        width: 18rem; } }

.ubf-header__campaignLink {
  pointer-events: all; }

.ubf-header__homeLink {
  pointer-events: all; }

.ubf-header__logo {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; }

@media (min-width: 575px) {
    .ubf-header__logo {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) {
    .ubf-header__logo {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__logo {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__logo {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.ubf-header__logo::before {
    height: 1rem;
    left: 1rem;
    width: 3.5rem;
    top: 5.5rem;
    background-color: #14f5b4;
    content: '';
    display: none;
    position: absolute; }

@media (min-width: 1024px) {
      .ubf-header__logo::before {
        left: 1.5rem;
        width: 4.5rem;
        top: 8rem; } }

.ubf-body--biology .ubf-header__logo::before {
      background-color: #92b168; }

.ubf-body--chemistry .ubf-header__logo::before {
      background-color: #a08caa; }

.ubf-body--educational-science .ubf-header__logo::before {
      background-color: #f08c50; }

.ubf-body--history .ubf-header__logo::before {
      background-color: #7db4be; }

.ubf-body--public-health .ubf-header__logo::before {
      background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-header__logo::before {
      background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-header__logo::before {
      background-color: #dcaa41; }

.ubf-body--medicine .ubf-header__logo::before {
      background-color: #145f7d; }

.ubf-body--physics .ubf-header__logo::before {
      background-color: #649696; }

.ubf-body--law .ubf-header__logo::before {
      background-color: #8c8c96; }

.ubf-body--psychology .ubf-header__logo::before {
      background-color: #8c3250; }

.ubf-body--sociology .ubf-header__logo::before {
      background-color: #bfd02f; }

.ubf-body--technology .ubf-header__logo::before {
      background-color: #558ca0; }

.ubf-body--economics .ubf-header__logo::before {
      background-color: #74799b; }

.ubf-body--library .ubf-header__logo::before {
      background-color: #008965; }

.ubf-body--faculty .ubf-header__logo::before {
      display: block; }

.ubf-header__logoSvg {
  height: 3.5rem;
  left: 1rem;
  width: 3.5rem;
  top: 1rem;
  color: #000000;
  position: absolute; }

@media (min-width: 1024px) {
    .ubf-header__logoSvg {
      height: 4.5rem;
      left: 1.5rem;
      width: 4.5rem;
      top: 2rem; } }

.ubf-header__mainMenuToggler {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6;
  height: 50px; }

@media (min-width: 575px) {
    .ubf-header__mainMenuToggler {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) {
    .ubf-header__mainMenuToggler {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__mainMenuToggler {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__mainMenuToggler {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

html.no-js .ubf-header__mainMenuToggler {
    z-index: 4; }

@media (min-width: 1024px) {
    .ubf-header__mainMenuToggler {
      display: none; } }

.ubf-header__mainMenuTogglerLink {
  width: 2.5rem;
  height: 50px;
  margin-top: -1.1rem;
  position: absolute;
  right: 1rem;
  top: 2.75rem; }

@media (min-width: 575px) {
    .ubf-header__mainMenuTogglerLink {
      right: 2rem; } }

.ubf-header__name {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6; }

@media (min-width: 575px) {
    .ubf-header__name {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) {
    .ubf-header__name {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-header__name {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__name {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (min-width: 1024px) {
    .ubf-header__name {
      z-index: 2; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-header__name {
      z-index: 11; } }

.ubf-header__nameSvg {
  height: 3.26667rem;
  left: 5.5rem;
  width: auto;
  top: 1.23333rem;
  margin-top: 1px;
  color: #000000;
  position: absolute; }

.ubf-header__homeLink:not(:hover):focus .ubf-header__nameSvg {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

@media (min-width: 1024px) {
    .ubf-header__nameSvg {
      height: 4.2rem;
      left: 7.5rem;
      width: auto;
      top: 2.3rem; } }

html.no-js .ubf-header__nameSvg {
    width: 10.1rem; }

@media (min-width: 1024px) {
      html.no-js .ubf-header__nameSvg {
        width: 13.1rem; } }

.ubf-header__campaingLink:not(:hover):focus {
  outline: solid #000000 1px;
  outline-offset: 0.5rem; }

.ubf-header__campaignSvg {
  left: 16rem;
  width: auto;
  top: 3.2rem;
  height: 1.3rem;
  position: absolute; }

.ubf-header__campaignLink:not(:hover):focus .ubf-header__campaignSvg {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

@media (min-width: 1024px) {
    .ubf-header__campaignSvg {
      left: 21rem;
      width: auto;
      top: 4.9rem;
      height: 1.6rem; } }

html.no-js .ubf-header__campaignSvg {
    width: 10.9rem; }

@media (min-width: 1024px) {
      html.no-js .ubf-header__campaignSvg {
        width: 13.4rem; } }

.ubf-html {
  background-color: #FFFFFF;
  font-size: 62.5%; }

.ubf-main {
  background-color: #FFFFFF; }

.ubf-body--ekvv .ubf-main {
    background-color: transparent; }

.ubf-main.ubf-js-covered {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 2; }

.ubf-body--ekvv .ubf-main.ubf-js-covered {
      background-color: #F3F3F3; }

@media (min-width: 1024px) {
      .ubf-main.ubf-js-covered[data-ubf-covered-by="menu"] {
        left: auto;
        position: static;
        z-index: auto; } }

.ubf-main::before {
    bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 100vw;
    background-color: #FFFFFF;
    z-index: 2; }

@media (orientation: landscape) {
      .ubf-main::before {
        top: 100vh; } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-main::before {
    top: calc(80vh - 8rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body--home .ubf-main::before {
    top: calc(100vh - 8rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  html.ubf-js-mobile .ubf-body--home .ubf-main::before {
    top: calc(95vh - 8rem); } }

.ubf-body--noCover .ubf-main::before {
      top: calc(11rem - 2rem); }

@media (min-width: 1024px) {
        .ubf-body--noCover .ubf-main::before {
          top: calc(14.5rem - 2rem); } }

.ubf-body--miniCover .ubf-main::before {
      top: 40rem;
      top: 28rem; }

@media (orientation: landscape) {
        .ubf-body--miniCover .ubf-main::before {
          top: 19rem; } }

@media (min-width: 1024px) {
        .ubf-body--miniCover .ubf-main::before {
          top: 40rem; } }

.ubf-body--microCover .ubf-main::before {
      top: 24rem;
      top: 18rem; }

@media (orientation: landscape) {
        .ubf-body--microCover .ubf-main::before {
          top: 13rem; } }

@media (min-width: 1024px) {
        .ubf-body--microCover .ubf-main::before {
          top: 24rem; } }

.ubf-body--ekvv .ubf-main::before {
      display: none; }

.ubf-main[data-ubf-covered-by="menu"]::after {
    background-color: transparent;
    bottom: 0;
    content: '';
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10; }

@media (min-width: 1024px) {
      .ubf-main[data-ubf-covered-by="menu"]::after {
        display: none; } }

.ubf-mainMenu {
  -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
  -o-transition: opacity 0.4s  , visibility 0.4s  ;
  transition: opacity 0.4s  , visibility 0.4s  ;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-top: 7.5rem;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.ubf-mainMenu::before {
    content: '{"enableScrollMonitor": false}';
    display: none; }

@supports (--varName: "whatever") {
    .ubf-mainMenu {
      --jsValues: '{"enableScrollMonitor": false}'; } }

@media (min-width: 1024px) {
    .ubf-mainMenu {
      background-color: #FFFFFF;
      display: block;
      opacity: 1;
      overflow: visible;
      padding: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .ubf-mainMenu::before {
        content: '{"enableScrollMonitor": true}';
        display: none; }
      @supports (--varName: "whatever") {
        .ubf-mainMenu {
          --jsValues: '{"enableScrollMonitor": true}'; } } }

html:not(.no-js) .ubf-mainMenu {
    visibility: hidden; }

@media (min-width: 1024px) {
      html:not(.no-js) .ubf-mainMenu {
        visibility: visible; } }

.ubf-body--ekvv .ubf-mainMenu {
    background-color: #FFFFFF; }

.ubf-mainMenu:focus-within {
    outline: none; }

html.no-js .ubf-mainMenu:focus-within {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      height: auto; }

.ubf-mainMenu.ubf-js-beforeActive {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    will-change: opacity, visibility; }

html:not(.no-js) .ubf-mainMenu.ubf-js-duringActive {
    opacity: 1;
    visibility: inherit; }

@media (min-width: 1024px) {
    .ubf-mainMenu.ubf-js-covered[data-ubf-covered-by="modal"], .ubf-mainMenu.ubf-js-covered[data-ubf-covered-by="alert"] {
      position: fixed;
      width: 100%;
      left: 0; } }

.ubf-mainMenu::after {
    background-color: #FFFFFF;
    content: '';
    height: 5.5rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30; }

@media (min-width: 1024px) {
      .ubf-mainMenu::after {
        height: 2rem;
        position: absolute;
        top: 100%;
        z-index: 6; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu::after {
        display: none; } }

.ubf-mainMenu__content {
    pointer-events: all;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

@media (min-width: 575px) {
      .ubf-mainMenu__content {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__content {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }

@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-mainMenu__content {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__content {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

@media (min-width: 575px) {
      .ubf-mainMenu__content {
        padding-left: 1rem;
        padding-right: 2rem; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__content {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%; } }

@media (min-width: 1024px) and (min-width: 575px) {
    .ubf-mainMenu__content {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-mainMenu__content {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 1024px) and (min-width: 575px) {
    .ubf-body--ekvv .ubf-mainMenu__content {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-body--ekvv .ubf-mainMenu__content {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (min-width: 1024px) {
        .ubf-mainMenu__content > * {
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }

.ubf-mainMenu__item {
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    overflow: hidden;
    position: relative;
    z-index: 7; }

.ubf-mainMenu__item + .ubf-mainMenu__item {
      margin-top: 2rem; }

@media (min-width: 1024px) {
        .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-top: 0;
          margin-left: 0.5rem; } }

@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-left: 3rem; } }

@media (min-width: 1200px) {
        .ubf-body--ekvv .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-left: 4rem; } }

@media (min-width: 1366px) {
        .ubf-body--ekvv .ubf-mainMenu__item + .ubf-mainMenu__item {
          margin-left: 6rem; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__item {
        overflow: visible;
        position: relative;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: calc(22.22222% + 0px); } }

@media (min-width: 1024px) {
      .ubf-mainMenu--extended .ubf-mainMenu__item {
        width: calc(17.77778% + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__item {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.ubf-mainMenu__item--lang {
      float: right;
      line-height: 3.5rem;
      text-transform: uppercase;
      width: 5rem; }

@media (min-width: 1024px) {
        .ubf-mainMenu__item--lang {
          float: none;
          line-height: inherit;
          width: calc(11.11111% + -1.77778rem + 0px); } }

@media (min-width: 1024px) {
        .ubf-mainMenu--extended .ubf-mainMenu__item--lang {
          width: calc(11.11111% + 0px); } }

@media (min-width: 1024px) {
    .ubf-mainMenu__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100%;
      width: calc(75% + -0.5rem + 0px); }
      .ubf-mainMenu__items > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-mainMenu__items {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-mainMenu__items::before {
      content: ' ';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: ubf-ekvvMaxSize(3, 12);
      width: calc(25% + -1.5rem + 0px); } }

.ubf-mainMenu__link {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    position: relative;
    text-decoration: none;
    z-index: 2; }

.ubf-mainMenu__link::before {
      content: '{"togglerEnabled": true}';
      display: none; }

@supports (--varName: "whatever") {
      .ubf-mainMenu__link {
        --jsValues: '{"togglerEnabled": true}'; } }

.ubf-mainMenu__link:hover {
      text-decoration: none;
      color: #000000; }

.ubf-mainMenu__link:focus {
      outline: none; }

.ubf-mainMenu__item--lang .ubf-mainMenu__link {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

@media (min-width: 1024px) {
        .ubf-mainMenu__item--lang .ubf-mainMenu__link {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__link {
        height: 8rem; }
        .ubf-mainMenu__link::before {
          content: '{"togglerEnabled": false}';
          display: none; }
        @supports (--varName: "whatever") {
          .ubf-mainMenu__link {
            --jsValues: '{"togglerEnabled": false}'; } } }

.ubf-mainMenu__linkIcon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    line-height: 0;
    height: 1rem;
    margin-right: 0.5rem;
    position: relative;
    text-align: center;
    width: 1rem; }

html.no-js .ubf-mainMenu__item:focus-within .ubf-mainMenu__linkIcon,
    .ubf-mainMenu__link.ubf-js-toggled .ubf-mainMenu__linkIcon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

@media (min-width: 1024px) {
        html.no-js .ubf-mainMenu__item:focus-within .ubf-mainMenu__linkIcon,
        .ubf-mainMenu__link.ubf-js-toggled .ubf-mainMenu__linkIcon {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__item:hover .ubf-mainMenu__linkIcon {
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s  ;
        transition: transform 0.2s  ;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }

@media (min-width: 1024px) {
      .ubf-mainMenu.ubf-js-alternative .ubf-mainMenu__item:hover .ubf-mainMenu__linkIcon {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); } }

.ubf-mainMenu__linkIcon [data-type="svg"] {
      height: 100%;
      width: auto; }

.ubf-mainMenu__link:not(:hover):focus .ubf-mainMenu__linkLabel {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

@media (min-width: 1024px) {
    .ubf-mainMenu__linkLabel {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 4rem;
      -webkit-transform: translateY(-1.28rem);
          -ms-transform: translateY(-1.28rem);
              transform: translateY(-1.28rem); } }

.ubf-mainMenu__mainMenuToggler {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    z-index: 31; }

@media (min-width: 575px) {
      .ubf-mainMenu__mainMenuToggler {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__mainMenuToggler {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }

@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-mainMenu__mainMenuToggler {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__mainMenuToggler {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

html.no-js .ubf-mainMenu__mainMenuToggler {
      display: block; }

@media (min-width: 1024px) {
        html.no-js .ubf-mainMenu__mainMenuToggler {
          display: none; } }

.ubf-mainMenu__mainMenuTogglerLink {
    height: 2.2rem;
    margin-top: -1.1rem;
    position: absolute;
    right: 1rem;
    top: 2.75rem;
    width: 2.5rem; }

@media (min-width: 575px) {
      .ubf-mainMenu__mainMenuTogglerLink {
        right: 2rem; } }

.ubf-mainMenu__searchBox {
    margin-top: 2rem;
    position: relative; }

@media (min-width: 1024px) {
      .ubf-mainMenu__searchBox {
        height: 8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 0;
        width: calc(25% + -1.5rem + 0px); } }

.ubf-mainMenu__searchInput {
    background-color: #FFFFFF;
    border: 0;
    color: #000000;
    line-height: 3.5rem;
    padding: 0 1rem;
    width: calc(100% - 6rem); }

@media (min-width: 1024px) {
      .ubf-mainMenu__searchInput {
        background-color: #F0F0F0;
        line-height: inherit;
        padding: 0 0.5rem;
        width: 100%; } }

.ubf-mainMenu__searchInput::-webkit-input-placeholder {
      color: #000000; }

.ubf-mainMenu__searchInput::-moz-placeholder {
      color: #000000; }

.ubf-mainMenu__searchInput:-ms-input-placeholder {
      color: #000000; }

.ubf-mainMenu__searchInput::-ms-input-placeholder {
      color: #000000; }

.ubf-mainMenu__searchInput::placeholder {
      color: #000000; }

.ubf-mainMenu__searchSubmit {
    height: calc(1rem * 3.5 - 2px);
    position: absolute;
    right: 6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.ubf-mainMenu__searchSubmit:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

@media (min-width: 1024px) {
      .ubf-mainMenu__searchSubmit {
        height: calc(1rem * 2.5 - 2px);
        right: 0; } }

.ubf-mainMenu__searchIcon [data-type="svg"] {
    border: 1px solid #000000;
    height: 100%; }

.ubf-mainMenu__readerText {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.ubf-mainMenu__secondaryMenu {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    margin-bottom: 4rem; }

@media (min-width: 575px) {
      .ubf-mainMenu__secondaryMenu {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__secondaryMenu {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }

@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-mainMenu__secondaryMenu {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-mainMenu__secondaryMenu {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

@media (min-width: 575px) {
      .ubf-mainMenu__secondaryMenu {
        padding-left: 1rem;
        padding-right: 2rem; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__secondaryMenu {
        display: none; } }

.ubf-mainMenu__subItem + .ubf-mainMenu__subItem {
    margin-top: 1.5rem; }

.ubf-mainMenu__subLink {
    color: #515151;
    text-decoration: none; }

.ubf-mainMenu__subLink:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

html:not(.mobile) .ubf-mainMenu__subLink:hover, .ubf-mainMenu__subLink:active {
      color: #000000; }

.ubf-mainMenu__subMenu {
    -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
    -o-transition: opacity 0.4s  , visibility 0.4s  ;
    transition: opacity 0.4s  , visibility 0.4s  ;
    opacity: 0;
    padding-left: 5rem;
    padding-top: 2rem;
    position: absolute; }

html.no-js .ubf-mainMenu__subMenu {
      -webkit-transform: translateX(-200%);
          -ms-transform: translateX(-200%);
              transform: translateX(-200%); }

@media (min-width: 1024px) {
        html.no-js .ubf-mainMenu__subMenu {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }

html:not(.no-js) .ubf-mainMenu__subMenu {
      visibility: hidden; }

.ubf-mainMenu__subMenu:focus, .ubf-mainMenu__subMenu:focus-within {
      outline: none; }

html.no-js .ubf-mainMenu__subMenu:focus, html.no-js .ubf-mainMenu__subMenu:focus-within {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

@media (min-width: 1024px) {
          html.no-js .ubf-mainMenu__subMenu:focus, html.no-js .ubf-mainMenu__subMenu:focus-within {
            position: absolute; } }

.ubf-mainMenu__subMenu:not(.ubf-js-collapsed):not(.legacy-js-collapsed):not(.hio-js-collapsed) {
      opacity: 1;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

@media (min-width: 1024px) {
        .ubf-mainMenu__subMenu:not(.ubf-js-collapsed):not(.legacy-js-collapsed):not(.hio-js-collapsed) {
          position: absolute; } }

html:not(.no-js) .ubf-mainMenu__subMenu:not(.ubf-js-collapsed):not(.legacy-js-collapsed):not(.hio-js-collapsed) {
        visibility: inherit; }

@media (min-width: 1024px) {
      .ubf-mainMenu__subMenu {
        -webkit-transition: opacity 0.2s 0.2s , visibility 0.2s 0.2s ;
        -o-transition: opacity 0.2s 0.2s , visibility 0.2s 0.2s ;
        transition: opacity 0.2s 0.2s , visibility 0.2s 0.2s ;
        opacity: 0;
        visibility: hidden;
        background-color: #F0F0F0;
        left: -2rem;
        padding: 2rem;
        padding-top: 8.28rem;
        top: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 200%;
        z-index: 1; }
        .ubf-mainMenu.ubf-js-alternative .ubf-mainMenu__subMenu {
          bottom: 0;
          padding-bottom: 8.28rem;
          padding-top: 2rem;
          top: auto; } }

@media (min-width: 1024px) and (min-width: 1024px) {
    .ubf-mainMenu--extended .ubf-mainMenu__subMenu {
      width: 215%; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__item:hover > .ubf-mainMenu__subMenu,
      .ubf-mainMenu__link:focus + .ubf-mainMenu__subMenu,
      .ubf-mainMenu__item.ubf-js-focusWithin .ubf-mainMenu__subMenu {
        opacity: 1;
        visibility: inherit; } }

@media (min-width: 1024px) {
      .ubf-mainMenu__item:focus-within > .ubf-mainMenu__subMenu {
        opacity: 1;
        visibility: inherit; } }

.ubf-mainMenuToggler {
  color: currentColor; }

.ubf-mainMenuToggler:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-mainMenuToggler__label {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: currentColor;
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: background-color 0.2s  ;
    -o-transition: background-color 0.2s  ;
    transition: background-color 0.2s  ;
    font-size: 0;
    text-indent: -10000px;
    pointer-events: none;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    width: 2.5rem; }

.ubf-mainMenuToggler.ubf-js-toggled .ubf-mainMenuToggler__label,
    .ubf-mainMenuToggler--close .ubf-mainMenuToggler__label {
      background-color: transparent; }

.ubf-mainMenuToggler__label::before {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 0.2rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s  ;
      transition: transform 0.2s  ;
      transition: transform 0.2s, -webkit-transform 0.2s;
      content: '';
      -webkit-transform: translateY(-1rem);
          -ms-transform: translateY(-1rem);
              transform: translateY(-1rem); }

.ubf-mainMenuToggler.ubf-js-toggled .ubf-mainMenuToggler__label::before,
      .ubf-mainMenuToggler--close .ubf-mainMenuToggler__label::before {
        -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
                transform: translateY(0) rotate(45deg); }

.ubf-mainMenuToggler__label::after {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      background-color: currentColor;
      height: 0.2rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s  ;
      transition: transform 0.2s  ;
      transition: transform 0.2s, -webkit-transform 0.2s;
      content: '';
      -webkit-transform: translateY(1rem);
          -ms-transform: translateY(1rem);
              transform: translateY(1rem); }

.ubf-mainMenuToggler.ubf-js-toggled .ubf-mainMenuToggler__label::after,
      .ubf-mainMenuToggler--close .ubf-mainMenuToggler__label::after {
        -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg); }

.ubf-page {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%; }

@media (min-width: 575px) {
    .ubf-page {
      max-width: 63rem;
      padding-left: 5.5rem;
      padding-right: 5.5rem; } }

@media (min-width: 1024px) {
    .ubf-page {
      max-width: 121rem;
      padding-left: 7.5rem;
      padding-right: 7.5rem; } }

@media (min-width: 575px) {
    .ubf-body--ekvv .ubf-page {
      max-width: none;
      padding-left: 1rem;
      padding-right: 1rem; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-page {
      max-width: 203rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (min-width: 1024px) {
    .ubf-body--internal .ubf-page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ubf-body--internal .ubf-page > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.ubf-page__secondaryMenu {
    display: none; }

@media (min-width: 1024px) {
      .ubf-page__secondaryMenu {
        display: block;
        margin: 0;
        position: relative;
        width: calc(25% + -1.5rem + 0px);
        z-index: 4; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-page__secondaryMenu {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: ubf-ekvvMaxSize(3, 12); } }

.ubf-page__sections {
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-page__sections {
        width: calc(75% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--internal .ubf-page__sections:first-child {
        margin-left: calc(25% + 0.5rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-page__sections {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        margin-left: 2rem; } }

@media (min-width: 1024px) {
      .ubf-page--filteredSearch .ubf-page__sections {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.ubf-page__section {
    position: relative;
    z-index: 4; }

.ubf-page__section--cover {
      height: 100vw;
      left: 0;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 0; }

.ubf-body--miniCover .ubf-page__section--cover {
        height: 30rem; }

@media (orientation: landscape) {
          .ubf-body--miniCover .ubf-page__section--cover {
            height: 21rem; } }

@media (min-width: 1024px) {
          .ubf-body--miniCover .ubf-page__section--cover {
            height: 42rem; } }

.ubf-body--microCover .ubf-page__section--cover {
        height: 20rem; }

@media (orientation: landscape) {
          .ubf-body--microCover .ubf-page__section--cover {
            height: 15rem; } }

@media (min-width: 1024px) {
          .ubf-body--microCover .ubf-page__section--cover {
            height: 26rem; } }

@media (orientation: landscape) {
        .ubf-page__section--cover {
          height: 100vh; } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-page__section--cover {
    height: calc(80vh - 8rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  .ubf-body--home .ubf-page__section--cover {
    height: calc(100vh - 8rem); } }

@media (orientation: landscape) and (min-width: 1024px) {
  html.ubf-js-mobile .ubf-body--home .ubf-page__section--cover {
    height: calc(95vh - 8rem); } }

@media (orientation: landscape) {
        .ubf-page__section--cover::before {
          display: none; } }

@media (min-width: 1024px) {
        .ubf-page__section--cover::before {
          display: none; } }

@media (min-width: 1024px) {
      .ubf-page__section--searchFilters {
        border-right: solid 1px #B2B2B2;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: ubf-ekvvMaxSize(3, 12);
        width: calc(33.33333% + -1.33333rem + 2rem);
        margin-top: -2rem;
        padding-top: 2rem; } }

@media (min-width: 1024px) {
      .ubf-page--filteredSearch .ubf-page__section--searchFilters + .ubf-page__section {
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        margin-left: 2rem; } }

.ubf-page__separator {
    background-color: #14f5b4;
    border: 0;
    height: 2px;
    margin-bottom: 3rem;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 4; }

.ubf-body--biology .ubf-page__separator {
      background-color: #92b168; }

.ubf-body--chemistry .ubf-page__separator {
      background-color: #a08caa; }

.ubf-body--educational-science .ubf-page__separator {
      background-color: #f08c50; }

.ubf-body--history .ubf-page__separator {
      background-color: #7db4be; }

.ubf-body--public-health .ubf-page__separator {
      background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-page__separator {
      background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-page__separator {
      background-color: #dcaa41; }

.ubf-body--medicine .ubf-page__separator {
      background-color: #145f7d; }

.ubf-body--physics .ubf-page__separator {
      background-color: #649696; }

.ubf-body--law .ubf-page__separator {
      background-color: #8c8c96; }

.ubf-body--psychology .ubf-page__separator {
      background-color: #8c3250; }

.ubf-body--sociology .ubf-page__separator {
      background-color: #bfd02f; }

.ubf-body--technology .ubf-page__separator {
      background-color: #558ca0; }

.ubf-body--economics .ubf-page__separator {
      background-color: #74799b; }

.ubf-body--library .ubf-page__separator {
      background-color: #008965; }

@media (min-width: 1024px) {
      .ubf-page__separator {
        margin-bottom: 6rem; } }

.ubf-page__separator:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
        .ubf-page__separator:last-child {
          margin-bottom: 0; } }

.ubf-picture {
  display: block; }

.ubf-picture.ubf-preview__picture {
    margin-bottom: 2rem;
    position: relative; }

.ubf-picture.ubf-textBox__picture {
    text-align: center; }

.ubf-picture__caption {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    background-color: #FFFFFF;
    padding-right: 1px;
    padding-top: 0.5rem;
    text-align: right; }

.ubf-slide .ubf-picture__caption {
      font-size: 1.3rem;
      line-height: 1.3;
      font-weight: normal;
      font-style: normal; }

.ubf-section--cover .ubf-picture__caption {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      width: 100%;
      background-color: transparent;
      color: #FFFFFF;
      padding-bottom: 0.5rem;
      position: relative;
      -webkit-transform: translateY(-8rem) translateY(-100%);
          -ms-transform: translateY(-8rem) translateY(-100%);
              transform: translateY(-8rem) translateY(-100%);
      z-index: 10; }

@media (min-width: 575px) {
        .ubf-section--cover .ubf-picture__caption {
          max-width: 63rem;
          padding-left: 5.5rem;
          padding-right: 5.5rem; } }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-picture__caption {
          max-width: 121rem;
          padding-left: 7.5rem;
          padding-right: 7.5rem; } }

@media (min-width: 575px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-picture__caption {
          max-width: none;
          padding-left: 1rem;
          padding-right: 1rem; } }

@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-picture__caption {
          max-width: 203rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-picture__caption {
          padding-bottom: 1rem; } }

.ubf-body--miniCover .ubf-section--cover .ubf-picture__caption,
    .ubf-body--microCover .ubf-section--cover .ubf-picture__caption {
      padding-bottom: 2rem; }

.ubf-preview__picture .ubf-picture__caption {
      height: 2rem;
      left: 0;
      margin: 0;
      position: absolute;
      top: 100%;
      width: 100%; }

.ubf-picture__img {
    max-width: 100%; }

.ubf-address .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-address .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }

.ubf-section--highlights .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-section--highlights .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }

.ubf-highlightLinks .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-highlightLinks .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }

.ubf-preview .ubf-picture__img {
      width: 100%; }

.ubf-preview:not(.ubf-preview--noCrop) .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      left: 0;
      height: 100%;
      position: absolute;
      top: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-preview:not(.ubf-preview--noCrop) .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }

.ubf-section--cover .ubf-picture__img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: "object-fit: cover; object-position: 50% 50%";
      height: 100%;
      width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-section--cover .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: cover;
          background-position: 50% 50%; } }

@media (min-width: 1024px) {
      .ubf-galleryItem .ubf-picture__img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%";
        height: 100%;
        width: 100%; } }

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
    html.no-js .ubf-galleryItem .ubf-picture__img {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 100%;
      background-size: cover;
      background-position: 50% 50%; } }

.ubf-slideshow .ubf-picture__img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 50% 0%;
         object-position: 50% 0%;
      font-family: "object-fit: contain; object-position: 50% 0%";
      height: 100%;
      width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        html.no-js .ubf-slideshow .ubf-picture__img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 100%;
          background-size: contain;
          background-position: 50% 0%; } }

.ubf-section--cover .ubf-slideshow .ubf-picture__img {
        pointer-events: none;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%"; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          html.no-js .ubf-section--cover .ubf-slideshow .ubf-picture__img {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 100%;
            background-size: cover;
            background-position: 50% 50%; } }

.ubf-modal .ubf-slideshow .ubf-picture__img {
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        font-family: "object-fit: contain; object-position: 50% 50%"; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          html.no-js .ubf-modal .ubf-slideshow .ubf-picture__img {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding-left: 100%;
            background-size: contain;
            background-position: 50% 50%; } }

.ubf-section--cover .ubf-textBox__picture .ubf-picture__img {
      -o-object-fit: scale-down;
         object-fit: scale-down;
      height: auto;
      max-height: 10rem;
      width: 100%; }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-textBox__picture .ubf-picture__img {
          max-height: 13rem; } }

.ubf-footer__picture .ubf-picture__img {
      width: auto;
      height: 100%; }

.ubf-html.no-js noscript + img {
  display: none; }

.ubf-section {
  background-color: #FFFFFF;
  padding-bottom: 3rem; }

@media (min-width: 1024px) {
    .ubf-section {
      padding-bottom: 6rem; } }

.ubf-section--cover {
    padding-bottom: 0; }

.ubf-body--ekvv .ubf-section {
    background-color: transparent;
    padding-bottom: 5rem; }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-section {
        padding-bottom: 8rem; } }

.ubf-section:not(.ubf-section--cover)::before {
    background-color: #FFFFFF;
    bottom: 0;
    content: '';
    left: -1rem;
    position: absolute;
    right: -1rem;
    top: -2rem;
    z-index: -1; }

.ubf-body--ekvv .ubf-section:not(.ubf-section--cover)::before {
      background-color: transparent; }

.ubf-section__bg {
    bottom: -8rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.ubf-section__bg::after {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-image: -o-linear-gradient(96deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.6), 100%, rgba(255, 255, 255, 0.6));
      background-image: linear-gradient(-6deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.6), 100%, rgba(255, 255, 255, 0.6));
      z-index: 1; }

@media (min-width: 1024px) {
        .ubf-section__bg::after {
          background-image: -o-linear-gradient(96deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.7), 100%, rgba(255, 255, 255, 0.7));
          background-image: linear-gradient(-6deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.7), 100%, rgba(255, 255, 255, 0.7)); } }

.ubf-section__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -1rem;
    margin-bottom: -2rem;
    position: relative;
    z-index: 2; }

.ubf-section__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 1rem;
      margin-bottom: 2rem; }

.ubf-section__title + .ubf-section__content {
      margin-top: 1.5rem; }

@media (min-width: 1024px) {
        .ubf-section__title + .ubf-section__content {
          margin-top: 3rem; } }

@media (min-width: 1024px) {
      .ubf-section__content {
        position: relative;
        display: block;
        margin-left: -2rem;
        margin-bottom: -2rem; }
        .ubf-section__content::after {
          content: " ";
          display: table;
          clear: both; }
        .ubf-section__content > * {
          float: left;
          margin-left: 2rem;
          margin-bottom: 2rem; } }

.ubf-section--cover .ubf-section__content {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%;
      padding-bottom: 3rem; }

@media (min-width: 575px) {
        .ubf-section--cover .ubf-section__content {
          max-width: 63rem;
          padding-left: 5.5rem;
          padding-right: 5.5rem; } }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-section__content {
          max-width: 121rem;
          padding-left: 7.5rem;
          padding-right: 7.5rem; } }

@media (min-width: 575px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-section__content {
          max-width: none;
          padding-left: 1rem;
          padding-right: 1rem; } }

@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-section__content {
          max-width: 203rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }

.ubf-section--cover .ubf-section__content > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 0; }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-section__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 0;
          padding-bottom: 5rem; }
          .ubf-section--cover .ubf-section__content > * {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-bottom: 0; } }

.ubf-section__partnerLogo {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100; }

@media (min-width: 575px) {
      .ubf-section__partnerLogo {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }

@media (min-width: 1024px) {
      .ubf-section__partnerLogo {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }

@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-section__partnerLogo {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-section__partnerLogo {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

@media (min-width: 1024px) {
      .ubf-section__partnerLogo {
        bottom: 5rem; } }

.ubf-contentBlock--slideshow + .ubf-section__partnerLogo {
      bottom: 7.5rem; }

@media (min-width: 1024px) {
        .ubf-contentBlock--slideshow + .ubf-section__partnerLogo {
          bottom: 11rem; } }

.ubf-section__partnerLogoPicture {
    width: calc(16.66667% + -0.83333rem + 0px); }

@media (min-width: 1024px) {
      .ubf-section__partnerLogoPicture {
        width: calc(16.66667% + -1.66667rem + 0px); } }

.ubf-section__picture {
    height: 100%;
    width: 100%; }

.ubf-section__separator {
    background-color: #14f5b4;
    border: 0;
    height: 2px;
    margin-bottom: 4rem;
    margin-top: 4rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 1rem + 0px); }

.ubf-body--biology .ubf-section__separator {
      background-color: #92b168; }

.ubf-body--chemistry .ubf-section__separator {
      background-color: #a08caa; }

.ubf-body--educational-science .ubf-section__separator {
      background-color: #f08c50; }

.ubf-body--history .ubf-section__separator {
      background-color: #7db4be; }

.ubf-body--public-health .ubf-section__separator {
      background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-section__separator {
      background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-section__separator {
      background-color: #dcaa41; }

.ubf-body--medicine .ubf-section__separator {
      background-color: #145f7d; }

.ubf-body--physics .ubf-section__separator {
      background-color: #649696; }

.ubf-body--law .ubf-section__separator {
      background-color: #8c8c96; }

.ubf-body--psychology .ubf-section__separator {
      background-color: #8c3250; }

.ubf-body--sociology .ubf-section__separator {
      background-color: #bfd02f; }

.ubf-body--technology .ubf-section__separator {
      background-color: #558ca0; }

.ubf-body--economics .ubf-section__separator {
      background-color: #74799b; }

.ubf-body--library .ubf-section__separator {
      background-color: #008965; }

@media (min-width: 1024px) {
      .ubf-section__separator {
        width: calc(100% - 2rem + 0px); } }

.ubf-section__separator:first-child {
      margin-top: 0; }

.ubf-section__separator:last-child {
      margin-bottom: 0; }

.ubf-section__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    position: relative; }

@media (min-width: 1024px) {
      .ubf-body--home .ubf-section__title {
        font-size: 5.5rem;
        line-height: 1.2;
        font-weight: bold;
        font-style: normal; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-section__title {
        max-width: ubf-ekvvMaxSize(5, 9); } }

.ubf-slide {
  -webkit-transition: opacity 0.4s  , visibility 0.4s  ;
  -o-transition: opacity 0.4s  , visibility 0.4s  ;
  transition: opacity 0.4s  , visibility 0.4s  ;
  opacity: 0;
  visibility: hidden;
  outline: 0;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  z-index: 1; }

.ubf-slide.ubf-js-current {
    opacity: 1;
    visibility: inherit;
    z-index: 100; }

html.no-js .ubf-slide:target {
    opacity: 1;
    visibility: inherit;
    z-index: 101; }

.ubf-slide__caption {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    left: 0;
    padding: 1rem 0 0 0;
    position: absolute;
    text-align: right;
    top: 100%;
    width: 100%; }

.ubf-slide__content {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    padding-bottom: 7.5rem;
    position: relative;
    pointer-events: none;
    z-index: 2; }

@media (min-width: 575px) {
      .ubf-slide__content {
        max-width: 63rem;
        padding-left: 5.5rem;
        padding-right: 5.5rem; } }

@media (min-width: 1024px) {
      .ubf-slide__content {
        max-width: 121rem;
        padding-left: 7.5rem;
        padding-right: 7.5rem; } }

@media (min-width: 575px) {
      .ubf-body--ekvv .ubf-slide__content {
        max-width: none;
        padding-left: 1rem;
        padding-right: 1rem; } }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-slide__content {
        max-width: 203rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.ubf-slide__content > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media (min-width: 1024px) {
      .ubf-slide__content {
        padding-bottom: 5rem; } }

.ubf-slide__image {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.ubf-section--cover .ubf-slide__image {
      pointer-events: none;
      bottom: -8rem;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }

.ubf-section--cover .ubf-slide__image::after {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        background-image: -o-linear-gradient(96deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.6), 100%, rgba(255, 255, 255, 0.6));
        background-image: linear-gradient(-6deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.6), 100%, rgba(255, 255, 255, 0.6));
        z-index: 1; }

@media (min-width: 1024px) {
          .ubf-section--cover .ubf-slide__image::after {
            background-image: -o-linear-gradient(96deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.7), 100%, rgba(255, 255, 255, 0.7));
            background-image: linear-gradient(-6deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.7), 100%, rgba(255, 255, 255, 0.7)); } }

.ubf-slide__picture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.ubf-gallery--slideshow .ubf-slide__picture + .ubf-slide__picture {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }

.ubf-slide__image-description {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: white;
    opacity: 0.75;
    padding: 0 1rem;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal; }

@media (min-width: 1024px) {
      .ubf-slide__image-description {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: normal;
        opacity: 1; } }

.ubf-slide__textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: calc(50% + 0.5rem + 0px);
    width: calc(50% + -0.5rem + 0px);
    pointer-events: all; }

.ubf-slide__textBox::before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-bottom: 100%;
      width: 0; }

.ubf-slide__textBox > :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }

@media (orientation: landscape) {
      .ubf-slide__textBox {
        margin-left: calc(66.66667% + 0.66667rem + 0px);
        width: calc(33.33333% + -0.66667rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-slide__textBox {
        margin-left: calc(66.66667% + 1.33333rem + 0px);
        width: calc(33.33333% + -1.33333rem + 0px); } }

.ubf-slideshow {
  position: relative;
  pointer-events: none; }

.ubf-modal .ubf-slideshow {
    display: none;
    padding: 4rem 0; }

.ubf-modal .ubf-slideshow.ubf-js-active {
      display: block;
      height: 100%; }

.ubf-slideshow__navigation {
    margin-top: 2rem; }

.ubf-section--cover .ubf-slideshow__navigation {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      width: 100%;
      bottom: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 102; }

@media (min-width: 575px) {
        .ubf-section--cover .ubf-slideshow__navigation {
          max-width: 63rem;
          padding-left: 5.5rem;
          padding-right: 5.5rem; } }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-slideshow__navigation {
          max-width: 121rem;
          padding-left: 7.5rem;
          padding-right: 7.5rem; } }

@media (min-width: 575px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-slideshow__navigation {
          max-width: none;
          padding-left: 1rem;
          padding-right: 1rem; } }

@media (min-width: 1024px) {
        .ubf-body--ekvv .ubf-section--cover .ubf-slideshow__navigation {
          max-width: 203rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }

.ubf-modal .ubf-slideshow__navigation {
      margin: 0;
      position: absolute;
      left: -3rem;
      right: -3rem;
      top: 50%; }

.ubf-slideshow__slide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.ubf-modal .ubf-slideshow__slide {
      padding-bottom: 4rem; }

.ubf-slideshow__slides {
    position: relative;
    margin-bottom: 3rem; }

.ubf-slideshow__slides::before {
      content: '';
      display: block;
      padding-bottom: 66.66667%; }

.ubf-section--cover .ubf-slideshow__slides,
    .ubf-modal .ubf-slideshow__slides {
      height: 100%;
      margin-bottom: 0; }

.ubf-section--cover .ubf-slideshow__slides::before,
      .ubf-modal .ubf-slideshow__slides::before {
        display: none; }

.ubf-section--cover .ubf-slideshowNavigation {
  padding-bottom: 3rem; }

@media (min-width: 1024px) {
    .ubf-section--cover .ubf-slideshowNavigation {
      padding-bottom: 5rem; } }

.ubf-slideshowNavigation__icon {
  -webkit-transition: background-color 0.2s  ;
  -o-transition: background-color 0.2s  ;
  transition: background-color 0.2s  ;
  color: #01865e;
  border: 2px solid currentColor;
  display: inline-block;
  height: 1.5rem;
  position: relative;
  width: 1.5rem;
  pointer-events: none; }

.ubf-body--biology .ubf-slideshowNavigation__icon {
    color: #708f4a; }

.ubf-body--chemistry .ubf-slideshowNavigation__icon {
    color: #84698d; }

.ubf-body--educational-science .ubf-slideshowNavigation__icon {
    color: #c36226; }

.ubf-body--history .ubf-slideshowNavigation__icon {
    color: #4e8f9a; }

.ubf-body--public-health .ubf-slideshowNavigation__icon {
    color: #c55757; }

.ubf-body--linguistics .ubf-slideshowNavigation__icon {
    color: #70859c; }

.ubf-body--mathematics .ubf-slideshowNavigation__icon {
    color: #b08323; }

.ubf-body--medicine .ubf-slideshowNavigation__icon {
    color: #145f7d; }

.ubf-body--physics .ubf-slideshowNavigation__icon {
    color: #4b7d7d; }

.ubf-body--law .ubf-slideshowNavigation__icon {
    color: #6d6d77; }

.ubf-body--psychology .ubf-slideshowNavigation__icon {
    color: #85314a; }

.ubf-body--sociology .ubf-slideshowNavigation__icon {
    color: #a4474c; }

.ubf-body--technology .ubf-slideshowNavigation__icon {
    color: #47798c; }

.ubf-body--economics .ubf-slideshowNavigation__icon {
    color: #46506e; }

.ubf-body--library .ubf-slideshowNavigation__icon {
    color: #008965; }

.ubf-body:not(.ubf-body--faculty) .ubf-slideshowNavigation__icon {
    color: #14F5B4; }

.ubf-slideshowNavigation__item--prev .ubf-slideshowNavigation__icon {
    border: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.ubf-slideshowNavigation__item--next .ubf-slideshowNavigation__icon {
    border: 0; }

.ubf-slideshowNavigation__link.ubf-js-current .ubf-slideshowNavigation__icon {
    background-color: currentColor; }

.ubf-slideshowNavigation__icon [data-type="svg"] {
    height: 100%;
    width: auto; }

.ubf-slideshowNavigation__item {
  line-height: 0;
  margin-right: 2rem;
  pointer-events: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.ubf-slideshowNavigation__item:last-child {
    margin-right: 0; }

.ubf-section--cover .ubf-slideshowNavigation__item {
    margin: 0; }

html.no-js .ubf-slideshowNavigation__item--prev, html.no-js .ubf-slideshowNavigation__item--next {
    display: none; }

.ubf-slideshowNavigation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none; }

.ubf-section--cover .ubf-slideshowNavigation__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media (min-width: 1024px) {
      .ubf-section--cover .ubf-slideshowNavigation__items {
        width: calc(58.33333% + -0.83333rem + 0px); } }

.ubf-modal .ubf-slideshowNavigation__items {
    pointer-events: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.ubf-slideshowNavigation__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3rem;
  pointer-events: all;
  width: 100%; }

.ubf-slideshowNavigation__link:not(:hover):focus {
    outline: solid #FFFFFF 1px;
    outline-offset: 0.5rem; }

.ubf-textBox {
  background-color: #14f5b4;
  position: relative; }

.ubf-body--biology .ubf-textBox {
    background-color: #92b168; }

.ubf-body--chemistry .ubf-textBox {
    background-color: #a08caa; }

.ubf-body--educational-science .ubf-textBox {
    background-color: #f08c50; }

.ubf-body--history .ubf-textBox {
    background-color: #7db4be; }

.ubf-body--public-health .ubf-textBox {
    background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-textBox {
    background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-textBox {
    background-color: #dcaa41; }

.ubf-body--medicine .ubf-textBox {
    background-color: #145f7d; }

.ubf-body--physics .ubf-textBox {
    background-color: #649696; }

.ubf-body--law .ubf-textBox {
    background-color: #8c8c96; }

.ubf-body--psychology .ubf-textBox {
    background-color: #8c3250; }

.ubf-body--sociology .ubf-textBox {
    background-color: #bfd02f; }

.ubf-body--technology .ubf-textBox {
    background-color: #558ca0; }

.ubf-body--economics .ubf-textBox {
    background-color: #74799b; }

.ubf-body--library .ubf-textBox {
    background-color: #008965; }

.ubf-body--generic .ubf-textBox {
    background-color: #F0F0F0; }

@media (min-width: 1024px) {
    .ubf-sidebar .ubf-textBox {
      border-bottom-color: #14f5b4;
      background-color: transparent;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      padding-bottom: 2rem; }
      .ubf-body--biology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #92b168; }
      .ubf-body--chemistry .ubf-sidebar .ubf-textBox {
        border-bottom-color: #a08caa; }
      .ubf-body--educational-science .ubf-sidebar .ubf-textBox {
        border-bottom-color: #f08c50; }
      .ubf-body--history .ubf-sidebar .ubf-textBox {
        border-bottom-color: #7db4be; }
      .ubf-body--public-health .ubf-sidebar .ubf-textBox {
        border-bottom-color: #dc5a5a; }
      .ubf-body--linguistics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #8fa3b9; }
      .ubf-body--mathematics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #dcaa41; }
      .ubf-body--medicine .ubf-sidebar .ubf-textBox {
        border-bottom-color: #145f7d; }
      .ubf-body--physics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #649696; }
      .ubf-body--law .ubf-sidebar .ubf-textBox {
        border-bottom-color: #8c8c96; }
      .ubf-body--psychology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #8c3250; }
      .ubf-body--sociology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #bfd02f; }
      .ubf-body--technology .ubf-sidebar .ubf-textBox {
        border-bottom-color: #558ca0; }
      .ubf-body--economics .ubf-sidebar .ubf-textBox {
        border-bottom-color: #74799b; }
      .ubf-body--library .ubf-sidebar .ubf-textBox {
        border-bottom-color: #008965; } }

.ubf-textBox__body {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

* + .ubf-textBox__body {
      margin-top: 2rem; }

.ubf-textBox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100%;
    padding: 1rem; }

@media (min-width: 1024px) {
      .ubf-textBox__content {
        padding: 2rem; } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-textBox__content {
        padding: 0; } }

.ubf-textBox__text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    color: #000000; }

.ubf-body--medicine .ubf-textBox__text,
    .ubf-body--psychology .ubf-textBox__text {
      color: #FFFFFF; }

.ubf-section--cover .ubf-textBox__textBody {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

@media (min-width: 1024px) {
      .ubf-section--cover .ubf-textBox__textBody {
        position: static;
        width: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        clip: none; } }

.ubf-textBox__title {
    font-size: 3.5rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.ubf-body--medicine .ubf-textBox__title,
    .ubf-body--psychology .ubf-textBox__title {
      color: #FFFFFF; }

.ubf-body--home .ubf-section--highlights .ubf-textBox__title {
      font-size: 5.5rem;
      line-height: 1.2;
      font-weight: bold;
      font-style: normal; }

.ubf-section--cover .ubf-textBox__title {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: bold; }

@media (min-width: 1024px) {
        .ubf-section--cover .ubf-textBox__title {
          font-size: 3.5rem;
          line-height: 1.3;
          font-weight: bold;
          font-style: normal; } }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-textBox__title {
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: bold;
        font-style: normal; } }

.ubf-breadcrumbs {
  font-size: 0; }

.ubf-breadcrumbs--bordered {
    border-top-color: #14f5b4;
    border-bottom-color: rgba(20, 245, 180, 0.33);
    border-width: 2px 0 2px 0;
    border-style: solid; }

.ubf-body--biology .ubf-breadcrumbs--bordered {
      border-top-color: #92b168; }

.ubf-body--chemistry .ubf-breadcrumbs--bordered {
      border-top-color: #a08caa; }

.ubf-body--educational-science .ubf-breadcrumbs--bordered {
      border-top-color: #f08c50; }

.ubf-body--history .ubf-breadcrumbs--bordered {
      border-top-color: #7db4be; }

.ubf-body--public-health .ubf-breadcrumbs--bordered {
      border-top-color: #dc5a5a; }

.ubf-body--linguistics .ubf-breadcrumbs--bordered {
      border-top-color: #8fa3b9; }

.ubf-body--mathematics .ubf-breadcrumbs--bordered {
      border-top-color: #dcaa41; }

.ubf-body--medicine .ubf-breadcrumbs--bordered {
      border-top-color: #145f7d; }

.ubf-body--physics .ubf-breadcrumbs--bordered {
      border-top-color: #649696; }

.ubf-body--law .ubf-breadcrumbs--bordered {
      border-top-color: #8c8c96; }

.ubf-body--psychology .ubf-breadcrumbs--bordered {
      border-top-color: #8c3250; }

.ubf-body--sociology .ubf-breadcrumbs--bordered {
      border-top-color: #bfd02f; }

.ubf-body--technology .ubf-breadcrumbs--bordered {
      border-top-color: #558ca0; }

.ubf-body--economics .ubf-breadcrumbs--bordered {
      border-top-color: #74799b; }

.ubf-body--library .ubf-breadcrumbs--bordered {
      border-top-color: #008965; }

.ubf-body--biology .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(146, 177, 104, 0.33); }

.ubf-body--chemistry .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(160, 140, 170, 0.33); }

.ubf-body--educational-science .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(240, 140, 80, 0.33); }

.ubf-body--history .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(125, 180, 190, 0.33); }

.ubf-body--public-health .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(220, 90, 90, 0.33); }

.ubf-body--linguistics .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(143, 163, 185, 0.33); }

.ubf-body--mathematics .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(220, 170, 65, 0.33); }

.ubf-body--medicine .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(20, 95, 125, 0.33); }

.ubf-body--physics .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(100, 150, 150, 0.33); }

.ubf-body--law .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(140, 140, 150, 0.33); }

.ubf-body--psychology .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(140, 50, 80, 0.33); }

.ubf-body--sociology .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(191, 208, 47, 0.33); }

.ubf-body--technology .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(85, 140, 160, 0.33); }

.ubf-body--economics .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(116, 121, 155, 0.33); }

.ubf-body--library .ubf-breadcrumbs--bordered {
      border-bottom-color: rgba(0, 137, 101, 0.33); }

.ubf-breadcrumbs__item {
    display: inline-block; }

.ubf-breadcrumbs__item:not(:last-child) {
      margin-right: 1rem; }

.ubf-breadcrumbs__label {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    color: #515151; }

.ubf-breadcrumbs__icon {
    color: #01865e;
    display: inline-block;
    padding-left: 1rem; }

.ubf-body--biology .ubf-breadcrumbs__icon {
      color: #708f4a; }

.ubf-body--chemistry .ubf-breadcrumbs__icon {
      color: #84698d; }

.ubf-body--educational-science .ubf-breadcrumbs__icon {
      color: #c36226; }

.ubf-body--history .ubf-breadcrumbs__icon {
      color: #4e8f9a; }

.ubf-body--public-health .ubf-breadcrumbs__icon {
      color: #c55757; }

.ubf-body--linguistics .ubf-breadcrumbs__icon {
      color: #70859c; }

.ubf-body--mathematics .ubf-breadcrumbs__icon {
      color: #b08323; }

.ubf-body--medicine .ubf-breadcrumbs__icon {
      color: #145f7d; }

.ubf-body--physics .ubf-breadcrumbs__icon {
      color: #4b7d7d; }

.ubf-body--law .ubf-breadcrumbs__icon {
      color: #6d6d77; }

.ubf-body--psychology .ubf-breadcrumbs__icon {
      color: #85314a; }

.ubf-body--sociology .ubf-breadcrumbs__icon {
      color: #a4474c; }

.ubf-body--technology .ubf-breadcrumbs__icon {
      color: #47798c; }

.ubf-body--economics .ubf-breadcrumbs__icon {
      color: #46506e; }

.ubf-body--library .ubf-breadcrumbs__icon {
      color: #008965; }

.ubf-breadcrumbs__icon span[data-type="svg"] {
      width: 1rem;
      height: 1rem; }

.ubf-breadcrumbs__link {
    color: #01865e;
    text-decoration: none; }

.ubf-body--biology .ubf-breadcrumbs__link {
      color: #708f4a; }

.ubf-body--chemistry .ubf-breadcrumbs__link {
      color: #84698d; }

.ubf-body--educational-science .ubf-breadcrumbs__link {
      color: #c36226; }

.ubf-body--history .ubf-breadcrumbs__link {
      color: #4e8f9a; }

.ubf-body--public-health .ubf-breadcrumbs__link {
      color: #c55757; }

.ubf-body--linguistics .ubf-breadcrumbs__link {
      color: #70859c; }

.ubf-body--mathematics .ubf-breadcrumbs__link {
      color: #b08323; }

.ubf-body--medicine .ubf-breadcrumbs__link {
      color: #145f7d; }

.ubf-body--physics .ubf-breadcrumbs__link {
      color: #4b7d7d; }

.ubf-body--law .ubf-breadcrumbs__link {
      color: #6d6d77; }

.ubf-body--psychology .ubf-breadcrumbs__link {
      color: #85314a; }

.ubf-body--sociology .ubf-breadcrumbs__link {
      color: #a4474c; }

.ubf-body--technology .ubf-breadcrumbs__link {
      color: #47798c; }

.ubf-body--economics .ubf-breadcrumbs__link {
      color: #46506e; }

.ubf-body--library .ubf-breadcrumbs__link {
      color: #008965; }

.ubf-breadcrumbs__link:hover, .ubf-breadcrumbs__link:focus {
      outline: 0;
      text-decoration: underline; }

.ubf-sidebar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-bottom: -2rem;
  position: relative; }

.ubf-sidebar > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1rem;
    margin-bottom: 2rem; }

@media (min-width: 1024px) {
    .ubf-sidebar {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: -2rem;
      margin-bottom: -2rem; }
      .ubf-sidebar > * {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 2rem;
        margin-bottom: 2rem; } }

.ubf-secondaryMenu {
  background-color: #FFFFFF; }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-secondaryMenu::before {
      border-top: 1px solid #F3F3F3;
      content: '';
      height: 0;
      position: absolute;
      right: 0;
      top: -2rem;
      width: 100%; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-secondaryMenu::after {
      background-color: #FFFFFF;
      bottom: 0;
      content: '';
      position: absolute;
      right: 0;
      top: -2rem;
      width: 100vw;
      z-index: -1; } }

.ubf-secondaryMenu__content {
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 10rem; }

@media (min-width: 1024px) {
      .ubf-secondaryMenu__content {
        padding-bottom: 5rem; } }

@media (min-width: 1024px) {
      html:not(.ms) .ubf-secondaryMenu__content {
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s  ;
        transition: transform 0.2s  ;
        transition: transform 0.2s, -webkit-transform 0.2s; } }

.ubf-body--ekvv .ubf-secondaryMenu__content {
      position: relative;
      top: 0; }

.ubf-secondaryMenu__item {
    -webkit-transition: height 0.4s  ;
    -o-transition: height 0.4s  ;
    transition: height 0.4s  ;
    overflow: hidden;
    position: relative; }

.ubf-secondaryMenu__item--form {
      overflow: visible; }

.ubf-secondaryMenu__item + .ubf-secondaryMenu__item {
      margin-top: 2rem; }

@media (min-width: 1024px) {
        .ubf-secondaryMenu__item .ubf-secondaryMenu__item + .ubf-secondaryMenu__item {
          margin-top: 1rem; } }

.ubf-secondaryMenu__item--pevzSearch + .ubf-secondaryMenu__item,
    .ubf-secondaryMenu__item--ekvvSearch + .ubf-secondaryMenu__item {
      margin-top: 0; }

@media (min-width: 1024px) {
        .ubf-secondaryMenu__item--pevzSearch + .ubf-secondaryMenu__item,
        .ubf-secondaryMenu__item--ekvvSearch + .ubf-secondaryMenu__item {
          margin-top: 2rem; } }

.ubf-secondaryMenu__link {
    color: #515151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    text-decoration: none; }

.ubf-secondaryMenu__link:not(:hover):focus {
      text-decoration: underline;
      font-weight: bold; }

.ubf-secondaryMenu .ubf-secondaryMenu__link--current {
      color: #01865e; }

.ubf-body--biology .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #708f4a; }

.ubf-body--chemistry .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #84698d; }

.ubf-body--educational-science .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #c36226; }

.ubf-body--history .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #4e8f9a; }

.ubf-body--public-health .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #c55757; }

.ubf-body--linguistics .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #70859c; }

.ubf-body--mathematics .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #b08323; }

.ubf-body--medicine .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #145f7d; }

.ubf-body--physics .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #4b7d7d; }

.ubf-body--law .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #6d6d77; }

.ubf-body--psychology .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #85314a; }

.ubf-body--sociology .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #a4474c; }

.ubf-body--technology .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #47798c; }

.ubf-body--economics .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #46506e; }

.ubf-body--library .ubf-secondaryMenu .ubf-secondaryMenu__link--current {
        color: #008965; }

.ubf-secondaryMenu__link--section {
      font-weight: bold;
      color: #000000; }

.ubf-secondaryMenu__item--withSubMenu > .ubf-secondaryMenu__link {
      font-weight: normal; }

.ubf-mainMenu .ubf-secondaryMenu__link {
      color: #000000; }

.ubf-mainMenu .ubf-secondaryMenu__link--current {
        color: #01865e; }

.ubf-body--biology .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #708f4a; }

.ubf-body--chemistry .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #84698d; }

.ubf-body--educational-science .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #c36226; }

.ubf-body--history .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #4e8f9a; }

.ubf-body--public-health .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #c55757; }

.ubf-body--linguistics .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #70859c; }

.ubf-body--mathematics .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #b08323; }

.ubf-body--medicine .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #145f7d; }

.ubf-body--physics .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #4b7d7d; }

.ubf-body--law .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #6d6d77; }

.ubf-body--psychology .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #85314a; }

.ubf-body--sociology .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #a4474c; }

.ubf-body--technology .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #47798c; }

.ubf-body--economics .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #46506e; }

.ubf-body--library .ubf-mainMenu .ubf-secondaryMenu__link--current {
          color: #008965; }

.ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link {
      color: #515151; }

.ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
        color: #01865e; }

.ubf-body--biology .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #708f4a; }

.ubf-body--chemistry .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #84698d; }

.ubf-body--educational-science .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #c36226; }

.ubf-body--history .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #4e8f9a; }

.ubf-body--public-health .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #c55757; }

.ubf-body--linguistics .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #70859c; }

.ubf-body--mathematics .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #b08323; }

.ubf-body--medicine .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #145f7d; }

.ubf-body--physics .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #4b7d7d; }

.ubf-body--law .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #6d6d77; }

.ubf-body--psychology .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #85314a; }

.ubf-body--sociology .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #a4474c; }

.ubf-body--technology .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #47798c; }

.ubf-body--economics .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #46506e; }

.ubf-body--library .ubf-mainMenu .ubf-secondaryMenu__item .ubf-secondaryMenu__item .ubf-secondaryMenu__link--current {
          color: #008965; }

html:not(.mobile) .ubf-secondaryMenu__link:not(.ubf-secondaryMenu__link--current):hover, .ubf-secondaryMenu__link:not(.ubf-secondaryMenu__link--current):active {
      color: #000000; }

.ubf-secondaryMenu__linkIcon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s  ;
    transition: transform 0.4s  ;
    transition: transform 0.4s, -webkit-transform 0.4s;
    line-height: 0;
    height: 1rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    position: relative;
    text-align: center;
    width: 1rem; }

html.no-js .ubf-secondaryMenu__item:focus-within .ubf-secondaryMenu__linkIcon,
    .ubf-secondaryMenu__link.ubf-js-toggled .ubf-secondaryMenu__linkIcon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.ubf-secondaryMenu__linkIcon [data-type="svg"] {
      height: 100%;
      width: auto; }

.ubf-secondaryMenu__linkLabel--outsideLink {
    text-decoration: underline;
    margin-left: 1.5rem;
    margin-right: 0.5rem;
    font-weight: bold; }

.ubf-secondaryMenu__section + .ubf-secondaryMenu__section {
    margin-top: 5rem; }

.ubf-mainMenu .ubf-secondaryMenu__section + .ubf-secondaryMenu__section {
      margin-top: 4rem; }

@media (min-width: 1024px) {
      .ubf-body--ekvv .ubf-secondaryMenu__section + .ubf-secondaryMenu__section {
        margin-top: 0; } }

@media (min-width: 1024px) {
    .ubf-body--ekvv .ubf-secondaryMenu__section {
      border-bottom: 1px solid #F3F3F3;
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      padding-right: 2rem; } }

.ubf-secondaryMenu__section::before {
    border-top-color: #14f5b4;
    border-top-width: 2px;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    margin-bottom: 2rem;
    width: calc(66.66667% + -0.66667rem + 0px); }

.ubf-body--biology .ubf-secondaryMenu__section::before {
      border-top-color: #92b168; }

.ubf-body--chemistry .ubf-secondaryMenu__section::before {
      border-top-color: #a08caa; }

.ubf-body--educational-science .ubf-secondaryMenu__section::before {
      border-top-color: #f08c50; }

.ubf-body--history .ubf-secondaryMenu__section::before {
      border-top-color: #7db4be; }

.ubf-body--public-health .ubf-secondaryMenu__section::before {
      border-top-color: #dc5a5a; }

.ubf-body--linguistics .ubf-secondaryMenu__section::before {
      border-top-color: #8fa3b9; }

.ubf-body--mathematics .ubf-secondaryMenu__section::before {
      border-top-color: #dcaa41; }

.ubf-body--medicine .ubf-secondaryMenu__section::before {
      border-top-color: #145f7d; }

.ubf-body--physics .ubf-secondaryMenu__section::before {
      border-top-color: #649696; }

.ubf-body--law .ubf-secondaryMenu__section::before {
      border-top-color: #8c8c96; }

.ubf-body--psychology .ubf-secondaryMenu__section::before {
      border-top-color: #8c3250; }

.ubf-body--sociology .ubf-secondaryMenu__section::before {
      border-top-color: #bfd02f; }

.ubf-body--technology .ubf-secondaryMenu__section::before {
      border-top-color: #558ca0; }

.ubf-body--economics .ubf-secondaryMenu__section::before {
      border-top-color: #74799b; }

.ubf-body--library .ubf-secondaryMenu__section::before {
      border-top-color: #008965; }

.ubf-mainMenu .ubf-secondaryMenu__section::before,
    .ubf-body--ekvv .ubf-secondaryMenu__section::before {
      display: none; }

.ubf-secondaryMenu__subMenu {
    -webkit-transition: opacity 0.4s  ;
    -o-transition: opacity 0.4s  ;
    transition: opacity 0.4s  ;
    opacity: 0;
    padding: 2rem 0 3rem 2rem;
    position: absolute; }

.ubf-secondaryMenu__subMenu .ubf-secondaryMenu__subMenu {
      padding-bottom: 0; }

.ubf-mainMenu .ubf-secondaryMenu__subMenu {
      padding-left: 5rem;
      padding-bottom: 0; }

.ubf-secondaryMenu__subMenu:focus-within {
      outline: none; }

html.no-js .ubf-secondaryMenu__subMenu:focus-within {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.ubf-secondaryMenu__subMenu:not(.ubf-js-collapsed) {
      opacity: 1;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.ubf-secondaryMenu__linkGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.ubf-sidebar .ubf-text {
  border-bottom-color: #14f5b4;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 2rem; }

.ubf-body--biology .ubf-sidebar .ubf-text {
    border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-sidebar .ubf-text {
    border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-sidebar .ubf-text {
    border-bottom-color: #f08c50; }

.ubf-body--history .ubf-sidebar .ubf-text {
    border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-sidebar .ubf-text {
    border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-sidebar .ubf-text {
    border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-sidebar .ubf-text {
    border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-sidebar .ubf-text {
    border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-sidebar .ubf-text {
    border-bottom-color: #649696; }

.ubf-body--law .ubf-sidebar .ubf-text {
    border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-sidebar .ubf-text {
    border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-sidebar .ubf-text {
    border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-sidebar .ubf-text {
    border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-sidebar .ubf-text {
    border-bottom-color: #74799b; }

.ubf-body--library .ubf-sidebar .ubf-text {
    border-bottom-color: #008965; }

.ubf-contentBlock--textBoxed .ubf-text {
  background-color: #F0F0F0;
  padding: 1rem; }

@media (min-width: 1024px) {
    .ubf-contentBlock--textBoxed .ubf-text {
      padding: 2rem; } }

.ubf-contentBlock--textBoxedBorder .ubf-text {
  border: #EF2626 solid 2px;
  padding: 1rem; }

@media (min-width: 1024px) {
    .ubf-contentBlock--textBoxedBorder .ubf-text {
      padding: 2rem; } }

.ubf-ugc::after {
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  clear: both; }

.ubf-ugc img {
  max-width: 100% !important;
  height: auto; }

.ubf-ugc a:not(.ubf-button) {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  z-index: 1; }

.ubf-ugc a:not(.ubf-button):not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-textBox .ubf-ugc a:not(.ubf-button) {
    color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-ugc a:not(.ubf-button),
    .ubf-body--psychology .ubf-textBox .ubf-ugc a:not(.ubf-button) {
      color: #FFFFFF; }

.ubf-ugc a:not(.ubf-button):not([disabled]):hover {
    color: #01865e; }

.ubf-body--biology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #708f4a; }

.ubf-body--chemistry .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #84698d; }

.ubf-body--educational-science .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #c36226; }

.ubf-body--history .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #4e8f9a; }

.ubf-body--public-health .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #c55757; }

.ubf-body--linguistics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #70859c; }

.ubf-body--mathematics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #b08323; }

.ubf-body--medicine .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #145f7d; }

.ubf-body--physics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #4b7d7d; }

.ubf-body--law .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #6d6d77; }

.ubf-body--psychology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #85314a; }

.ubf-body--sociology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #a4474c; }

.ubf-body--technology .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #47798c; }

.ubf-body--economics .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #46506e; }

.ubf-body--library .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #008965; }

.ubf-body--medicine .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
    .ubf-body--psychology .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
    .ubf-body--history .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #c6bdbd; }

.ubf-textBox .ubf-ugc a:not(.ubf-button) {
    color: #000000;
    font-weight: bold;
    text-decoration: underline; }

.ubf-textBox .ubf-ugc a:not(.ubf-button):not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button) {
      color: #000000; }

.ubf-body--medicine .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button),
      .ubf-body--psychology .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button) {
        color: #FFFFFF; }

.ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
      color: #000000;
      text-decoration: none; }

.ubf-body--medicine .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
      .ubf-body--psychology .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
      .ubf-body--history .ubf-textBox .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
        color: #c6bdbd; }

@media (min-width: 1024px) {
      .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button) {
        color: #000000;
        font-weight: bold;
        text-decoration: underline; }
        .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not(:hover):focus {
          outline: solid #000000 1px;
          outline-offset: 0.5rem; }
        .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button) {
          color: #000000; }
          .ubf-body--medicine .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button),
          .ubf-body--psychology .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button) {
            color: #FFFFFF; }
        .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
          color: #01865e; }
          .ubf-body--biology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #708f4a; }
          .ubf-body--chemistry .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #84698d; }
          .ubf-body--educational-science .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #c36226; }
          .ubf-body--history .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #4e8f9a; }
          .ubf-body--public-health .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #c55757; }
          .ubf-body--linguistics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #70859c; }
          .ubf-body--mathematics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #b08323; }
          .ubf-body--medicine .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #145f7d; }
          .ubf-body--physics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #4b7d7d; }
          .ubf-body--law .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #6d6d77; }
          .ubf-body--psychology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #85314a; }
          .ubf-body--sociology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #a4474c; }
          .ubf-body--technology .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #47798c; }
          .ubf-body--economics .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #46506e; }
          .ubf-body--library .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #008965; }
          .ubf-body--medicine .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
          .ubf-body--psychology .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover,
          .ubf-body--history .ubf-textBox .ubf-sidebar .ubf-textBox .ubf-ugc a:not(.ubf-button):not([disabled]):hover {
            color: #c6bdbd; } }

.ubf-text .ubf-ugc a:not(.ubf-button) {
    font-weight: normal; }

.ubf-ugc a:not(.ubf-button).ubf-ugc__link--iconLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.ubf-ugc a:not(.ubf-button).ubf-ugc__link--iconLink:first-of-type {
      margin-top: 2rem; }

.ubf-ugc a:not(.ubf-button).ubf-ugc__link--iconLink p {
      margin-top: 0;
      margin-left: 1rem; }

.ubf-ugc a:not(.ubf-button).ubf-ugc__link--subtleLink, .ubf-ugc a:not(.ubf-button).ubf-excerpt__link {
    text-decoration: none; }

.ubf-ugc a:not(.ubf-button).ubf-ugc__link--subtleLinkAlternate {
    color: #B2B2B2; }

.ubf-ugc__zoomImage {
  position: relative;
  pointer-events: none; }

@media (min-width: 1024px) {
    .ubf-ugc__zoomImage {
      pointer-events: all; } }

.ubf-ugc button:not(.ubf-button) {
  border: 0;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

button:not(:only-child):not(:last-of-type):not(.ubf-ugc__nav--buttonPrev) {
  margin-bottom: 2rem;
  margin-right: 2rem; }

.ubf-ugc figcaption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  text-align: right; }

.ubf-ugc figure {
  width: 100%; }

.ubf-ugc__zoomImage:not(:hover):focus .ubf-ugc figure {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-ugc figure img {
    width: 100%; }

@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--medium {
    float: left;
    margin-bottom: 2rem;
    margin-right: 2rem;
    width: calc(66.66667% + -0.66667rem + 0px); } }

@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--right {
    float: right;
    margin-left: 2rem;
    margin-right: 0; } }

@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--right {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }

@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--medium.ubf-ugc__image--noFloat {
    float: none;
    margin-bottom: 0;
    margin-right: 0; } }

@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--medium {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }

@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--small {
    float: left;
    margin-bottom: 2rem;
    margin-right: 2rem;
    width: calc(50% + -1rem + 0px); } }

@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--right {
    float: right;
    margin-left: 2rem;
    margin-right: 0; } }

@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--right {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }

@media (min-width: 1024px) {
  .ubf-ugc .ubf-ugc__image--small.ubf-ugc__image--noFloat {
    float: none;
    margin-bottom: 0;
    margin-right: 0; } }

@media (min-width: 1024px) {
  .ubf-sidebar .ubf-ugc .ubf-ugc__image--small {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%; } }

.ubf-ugc q,
.ubf-ugc blockquote {
  quotes: "\00BB" "\00AB"; }

.ubf-ugc blockquote {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  border-left-color: #14f5b4;
  font-weight: normal;
  margin: 0;
  padding-left: 2rem;
  border-left-style: solid;
  border-left-width: 2px; }

.ubf-body--biology .ubf-ugc blockquote {
    border-left-color: #92b168; }

.ubf-body--chemistry .ubf-ugc blockquote {
    border-left-color: #a08caa; }

.ubf-body--educational-science .ubf-ugc blockquote {
    border-left-color: #f08c50; }

.ubf-body--history .ubf-ugc blockquote {
    border-left-color: #7db4be; }

.ubf-body--public-health .ubf-ugc blockquote {
    border-left-color: #dc5a5a; }

.ubf-body--linguistics .ubf-ugc blockquote {
    border-left-color: #8fa3b9; }

.ubf-body--mathematics .ubf-ugc blockquote {
    border-left-color: #dcaa41; }

.ubf-body--medicine .ubf-ugc blockquote {
    border-left-color: #145f7d; }

.ubf-body--physics .ubf-ugc blockquote {
    border-left-color: #649696; }

.ubf-body--law .ubf-ugc blockquote {
    border-left-color: #8c8c96; }

.ubf-body--psychology .ubf-ugc blockquote {
    border-left-color: #8c3250; }

.ubf-body--sociology .ubf-ugc blockquote {
    border-left-color: #bfd02f; }

.ubf-body--technology .ubf-ugc blockquote {
    border-left-color: #558ca0; }

.ubf-body--economics .ubf-ugc blockquote {
    border-left-color: #74799b; }

.ubf-body--library .ubf-ugc blockquote {
    border-left-color: #008965; }

.ubf-ugc blockquote > p:first-child::before {
    content: open-quote; }

.ubf-ugc blockquote > p:last-of-type::after {
    content: close-quote; }

.ubf-preview .ubf-ugc blockquote,
  .ubf-sidebar .ubf-ugc blockquote {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    padding-left: 0;
    border-left: 0; }

.ubf-ugc cite {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  display: block;
  font-style: normal;
  text-align: right; }

.ubf-ugc cite::before {
    content: '\2014';
    margin-right: 0.2em; }

.ubf-ugc blockquote cite {
  margin-top: 1rem; }

.ubf-ugc q + cite {
  display: inline;
  margin-left: 1rem; }

.ubf-ugc q {
  font-style: normal;
  color: #515151; }

.ubf-ugc dl {
  margin: 0; }

.ubf-ugc dl.ubf-ugc__dl--compact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }

.ubf-ugc dl.ubf-ugc__dl--splitted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.ubf-ugc dl .ubf-ugc__dlItemsWrapper {
    margin-top: 2rem;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-ugc dl .ubf-ugc__dlItemsWrapper {
        width: calc(50% + -1rem + 0px); } }

.ubf-ugc dl.ubf-ugc__dl--floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

@media (min-width: 1024px) {
      .ubf-ugc dl.ubf-ugc__dl--floating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.ubf-ugc dl.ubf-ugc__dl--spreaded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }

.ubf-ugc dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  display: block;
  font-weight: bold; }

.ubf-ugc .ubf-ugc__dl--compact dt {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal;
  padding-right: 1rem;
  width: 30%; }

.ubf-ugc .ubf-ugc__dl--floating dt {
  font-weight: normal;
  width: auto;
  margin-top: 1rem; }

@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--floating dt {
      margin-top: 0; } }

.ubf-ugc .ubf-ugc__dl--spreaded dt {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: normal;
  padding-right: 1rem;
  width: 100%; }

@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--spreaded dt {
      width: 30%; } }

.ubf-ugc dd {
  margin: 0; }

.ubf-ugc .ubf-ugc__dl--compact dd {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70%; }

.ubf-ugc .ubf-ugc__dl--compact dd + dd {
  margin-left: 30%; }

.ubf-ugc .ubf-ugc__dl--floating dd {
  width: auto;
  margin: 0; }

@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--floating dd {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 2rem 0 0.5rem; } }

.ubf-ugc .ubf-ugc__dl--spreaded dd {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

@media (min-width: 1024px) {
    .ubf-ugc .ubf-ugc__dl--spreaded dd {
      width: 70%; } }

.ubf-ugc .ubf-ugc__dl--spreaded dd > * {
    margin-left: 0; }

@media (min-width: 1024px) {
      .ubf-ugc .ubf-ugc__dl--spreaded dd > * {
        margin-left: 6rem; } }

.ubf-ugc .ubf-ugc__dl--spreaded dd > *:not(:last-of-type) {
    margin-right: 2rem; }

@media (min-width: 1024px) {
      .ubf-ugc .ubf-ugc__dl--spreaded dd > *:not(:last-of-type) {
        margin-right: 0; } }

.ubf-ugc small {
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: normal;
  font-style: normal; }

.ubf-ugc h1 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

.ubf-sidebar .ubf-ugc h1 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }

.ubf-ugc h2 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

.ubf-sidebar .ubf-ugc h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
    font-style: normal; }

.ubf-ugc h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal; }

.ubf-sidebar .ubf-ugc h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold; }

.ubf-ugc h4,
.ubf-ugc h5,
.ubf-ugc h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold; }

.ubf-ugc hr {
  background-color: #14f5b4;
  border: 0;
  height: 2px;
  margin: 0;
  width: 100%; }

.ubf-body--biology .ubf-ugc hr {
    background-color: #92b168; }

.ubf-body--chemistry .ubf-ugc hr {
    background-color: #a08caa; }

.ubf-body--educational-science .ubf-ugc hr {
    background-color: #f08c50; }

.ubf-body--history .ubf-ugc hr {
    background-color: #7db4be; }

.ubf-body--public-health .ubf-ugc hr {
    background-color: #dc5a5a; }

.ubf-body--linguistics .ubf-ugc hr {
    background-color: #8fa3b9; }

.ubf-body--mathematics .ubf-ugc hr {
    background-color: #dcaa41; }

.ubf-body--medicine .ubf-ugc hr {
    background-color: #145f7d; }

.ubf-body--physics .ubf-ugc hr {
    background-color: #649696; }

.ubf-body--law .ubf-ugc hr {
    background-color: #8c8c96; }

.ubf-body--psychology .ubf-ugc hr {
    background-color: #8c3250; }

.ubf-body--sociology .ubf-ugc hr {
    background-color: #bfd02f; }

.ubf-body--technology .ubf-ugc hr {
    background-color: #558ca0; }

.ubf-body--economics .ubf-ugc hr {
    background-color: #74799b; }

.ubf-body--library .ubf-ugc hr {
    background-color: #008965; }

.ubf-ugc hr.ubf-ugc__separator--seamless {
    background-color: transparent;
    height: 0; }

.ubf-ugc li {
  margin: 0; }

.ubf-ugc ol > li {
  padding-left: 0.4em; }

.ubf-ugc ol {
  margin: 0 0 0 1em; }

.ubf-ugc ul {
  margin: 0 0 0 2rem; }

.ubf-ugc ul > li {
  position: relative; }

.ubf-ugc ul > li::before {
    content: '\2022';
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    left: -2rem; }

.ubf-ugc figure.ubf-ugc__image ~ ul > li,
.ubf-ugc a.ubf-ugc__zoomImage ~ ul > li {
  position: relative; }

.ubf-ugc figure.ubf-ugc__image ~ ul > li::before,
  .ubf-ugc a.ubf-ugc__zoomImage ~ ul > li::before {
    content: '\2022';
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: normal;
    display: inline-block;
    margin-right: 1rem;
    position: static;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5); }

.ubf-ugc ul.ubf-ugc__list--indentationFreeList {
  margin-left: 0; }

.ubf-ugc ul.ubf-ugc__list--indentationFreeList > li {
    margin-top: 2rem; }

.ubf-ugc ul.ubf-ugc__list--indentationFreeList > li::before {
    content: '';
    display: none; }

.ubf-ugc ul.ubf-ugc__list--indentationFreeList > li p {
    margin-top: 0; }

.ubf-ugc ul.ubf-ugc__list--rowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 1024px) {
    .ubf-ugc ul.ubf-ugc__list--rowList {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.ubf-ugc li.ubf-ugc__listItem--rowListItem {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  margin: 0 0.5rem; }

@media (min-width: 1024px) {
    .ubf-ugc li.ubf-ugc__listItem--rowListItem {
      margin: 0; } }

.ubf-ugc li.ubf-ugc__listItem--rowListItem::before {
    content: '';
    display: none; }

.ubf-ugc li.ubf-ugc__listItem--rowListItem a {
    text-decoration: none; }

.ubf-ugc li.ubf-ugc__listItem--rowListItem p {
    color: #B2B2B2; }

.ubf-ugc li.ubf-ugc__listItem--rowListItem p > a {
    color: #000000; }

.ubf-ugc ul.ubf-ugc__list--nestedList > .ubf-ugc__listItem--nestedList {
  list-style-type: none; }

.ubf-ugc ul.ubf-ugc__list--nestedList > .ubf-ugc__listItem--nestedList::before {
    content: '';
    display: none; }

.ubf-ugc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ubf-form__fields + .ubf-ugc__nav {
    margin-top: 1rem; }

.ubf-html.no-js .ubf-ugc__nav {
    display: none; }

.ubf-ugc__nav--buttonPrev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0; }

.ubf-ugc__nav--buttonPrev:focus:not(:hover):focus {
      outline: solid #000000 1px;
      outline-offset: 0.5rem; }

.ubf-ugc__nav--buttonNext:focus:not(:hover):focus {
    outline: solid #000000 1px;
    outline-offset: 0.5rem; }

.ubf-ugc__nav--container {
    margin-left: 1rem;
    margin-right: 1rem;
    background: #c6bdbd;
    display: block;
    height: 0.2rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    opacity: 0.5; }

.ubf-ugc__nav--container::before {
      content: '{"indicatorOffset": 10}';
      display: none; }

@supports (--varName: "whatever") {
      .ubf-ugc__nav--container {
        --jsValues: '{"indicatorOffset": 10}'; } }

.ubf-ugc__nav--indicator {
    background: #000000;
    height: 0.2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%; }

.ubf-ugc table {
  display: block;
  width: 100%; }

@media (min-width: 1024px) {
    .ubf-ugc table {
      display: table; } }

.ubf-body--ekvv .ubf-ugc table {
    background-color: #F3F3F3; }

.ubf-html:not(.no-js) .ubf-ugc table.ubf-ugc__table--compareLayout {
    display: block;
    overflow-x: hidden; }

.ubf-ugc tbody,
.ubf-ugc caption {
  display: block; }

@media (min-width: 1024px) {
    .ubf-ugc tbody,
    .ubf-ugc caption {
      display: table-row-group; } }

.ubf-ugc caption {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  caption-side: bottom;
  border-top: 1px solid #F0F0F0;
  padding: 0.5rem 0 0 0;
  text-align: right; }

.ubf-ugc tr {
  display: block; }

.ubf-ugc tr.ubf-js-hidden {
    display: none; }

@media (min-width: 1024px) {
    .ubf-ugc tr {
      display: table-row; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--alternative tr:nth-child(2n + 1) {
    background-color: #F0F0F0; } }

.ubf-body--ekvv .ubf-ugc__table--alternative tr:first-child {
  border-bottom: 1px solid #14F5B4; }

.ubf-body--ekvv .ubf-ugc__table--alternative tr:nth-child(2n + 1) {
  background-color: #F3F3F3; }

.ubf-body--ekvv .ubf-ugc__table--alternative tr:nth-child(2n + 2) {
  background-color: #FFFFFF; }

.ubf-ugc__table--semesterTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (min-width: 1024px) {
    .ubf-ugc__table--semesterTable tr {
      display: table-row; } }

.ubf-ugc__table--semesterTable tr:not(:last-child):not(:first-child) {
    border-bottom: #14F5B4 solid 2px; }

@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable tr:not(:last-child):not(:first-child) {
        border-bottom: 0; } }

.ubf-ugc__table--semesterTable tr:first-child {
    border-bottom: #14F5B4 solid 2px; }

.ubf-ugc__table--semesterTable tr:nth-child(2n + 1) {
    background-color: #F3F3F3; }

.ubf-ugc__table--semesterTable tr:nth-child(2n + 2) {
    background-color: #F3F3F3; }

@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable tr:nth-child(2n + 2) {
        background-color: #FFFFFF; } }

.ubf-body .ubf-ugc__table--verticalLayout tr:not(:first-child) th {
  display: block;
  padding-top: 1rem; }

@media (min-width: 1024px) {
    .ubf-body .ubf-ugc__table--verticalLayout tr:not(:first-child) th {
      display: table-cell;
      padding-top: 0.5rem; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--verticalLayout tr:not(:first-of-type):not(:last-of-type) th {
    border-top: none;
    border-bottom: none;
    border-bottom: 1px solid #F0F0F0; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--verticalLayout tr:last-of-type th {
    border-top: none;
    border-bottom: none; } }

.ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type) th,
.ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type) th {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  text-align: center;
  white-space: nowrap;
  width: 100%; }

@media (min-width: 1024px) {
    .ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type) th,
    .ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type) th {
      padding-top: 0.5rem;
      text-align: left;
      display: table-cell;
      width: auto; } }

.ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type) th:last-child,
  .ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type) th:last-child {
    padding-right: 0; }

@media (min-width: 1024px) {
  .ubf-ugc__table--verticalHorizontalLayout tr:not(:first-of-type):not(:last-of-type) th,
  .ubf-html.no-js .ubf-ugc__table--compareLayout tr:not(:first-of-type):not(:last-of-type) th {
    border-top: none;
    border-bottom: none;
    border-bottom: 1px solid #F0F0F0; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--verticalHorizontalLayout tr:last-of-type th,
  .ubf-html.no-js .ubf-ugc__table--compareLayout tr:last-of-type th {
    border-top: none;
    border-bottom: none; } }

.ubf-ugc__table--verticalHorizontalLayout td,
.ubf-html.no-js .ubf-ugc__table--compareLayout td {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  padding: 0.5rem 2rem 0.5rem 0; }

@media (min-width: 1024px) {
    .ubf-ugc__table--verticalHorizontalLayout td,
    .ubf-html.no-js .ubf-ugc__table--compareLayout td {
      display: table-cell; } }

.ubf-body .ubf-ugc__table--verticalHorizontalLayout td:last-child, .ubf-body
  .ubf-html.no-js .ubf-ugc__table--compareLayout td:last-child {
    padding-right: 0; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
  border-bottom-color: #14f5b4;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: table-cell;
  vertical-align: top;
  padding: 0.5rem 2rem 0.5rem 0; }

.ubf-body--biology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #f08c50; }

.ubf-body--history .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #649696; }

.ubf-body--law .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #74799b; }

.ubf-body--library .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th {
    border-bottom-color: #008965; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout th:last-child {
    padding-right: 0; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th {
  display: block;
  width: calc(91.66667% + -0.08333rem + 0px);
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (min-width: 575px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th {
      width: calc(50% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th {
      width: calc(25% + -0.75rem + 0px); } }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th:last-child {
    width: 100%; }

@media (min-width: 575px) {
      .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th:last-child {
        width: calc(50% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
      .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child th:last-child {
        width: calc(25% + -0.75rem + 0px); } }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:first-child td {
  display: none; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:last-child td {
  border-bottom: none; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  width: calc(91.66667% + -0.08333rem + 0px); }

@media (min-width: 575px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td {
      width: calc(50% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td {
      width: calc(25% + -0.75rem + 0px); } }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) th ~ td {
  padding-top: 3.56rem; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td:last-child {
  width: 100%;
  margin-right: 0; }

@media (min-width: 575px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td:last-child {
      width: calc(50% + -0.5rem + 0px); } }

@media (min-width: 1024px) {
    .ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) td:last-child {
      width: calc(25% + -0.75rem + 0px); } }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child) th {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
  white-space: nowrap;
  width: 0;
  padding-right: 0; }

.ubf-html:not(.no-js) .ubf-ugc__table--compareLayout tr:not(:first-child):not(:last-child) td {
  border-bottom: 1px solid #F0F0F0; }

.ubf-ugc th {
  display: none;
  font-weight: bold;
  text-align: left;
  position: relative; }

@media (min-width: 1024px) {
    .ubf-ugc th {
      border-bottom-color: #14f5b4;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      display: table-cell;
      vertical-align: top;
      padding: 0.5rem 2rem 0.5rem 0; }
      .ubf-body--biology .ubf-ugc th {
        border-bottom-color: #92b168; }
      .ubf-body--chemistry .ubf-ugc th {
        border-bottom-color: #a08caa; }
      .ubf-body--educational-science .ubf-ugc th {
        border-bottom-color: #f08c50; }
      .ubf-body--history .ubf-ugc th {
        border-bottom-color: #7db4be; }
      .ubf-body--public-health .ubf-ugc th {
        border-bottom-color: #dc5a5a; }
      .ubf-body--linguistics .ubf-ugc th {
        border-bottom-color: #8fa3b9; }
      .ubf-body--mathematics .ubf-ugc th {
        border-bottom-color: #dcaa41; }
      .ubf-body--medicine .ubf-ugc th {
        border-bottom-color: #145f7d; }
      .ubf-body--physics .ubf-ugc th {
        border-bottom-color: #649696; }
      .ubf-body--law .ubf-ugc th {
        border-bottom-color: #8c8c96; }
      .ubf-body--psychology .ubf-ugc th {
        border-bottom-color: #8c3250; }
      .ubf-body--sociology .ubf-ugc th {
        border-bottom-color: #bfd02f; }
      .ubf-body--technology .ubf-ugc th {
        border-bottom-color: #558ca0; }
      .ubf-body--economics .ubf-ugc th {
        border-bottom-color: #74799b; }
      .ubf-body--library .ubf-ugc th {
        border-bottom-color: #008965; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--alternative th {
    border: 0; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--alternative th:first-child {
    padding-left: 1rem; } }

.ubf-ugc td {
  -webkit-transition: color 0.2s  ;
  -o-transition: color 0.2s  ;
  transition: color 0.2s  ;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 1px solid #F0F0F0;
  display: block;
  font-weight: normal;
  padding: 1rem 0;
  text-align: left; }

@media (min-width: 1024px) {
    .ubf-ugc td {
      border-bottom: 1px solid #F0F0F0;
      display: table-cell;
      padding: 0.5rem 2rem 0.5rem 0;
      vertical-align: top; } }

.ubf-ugc td.ubf-js-hidden {
    color: #c6bdbd; }

.ubf-ugc td.ubf-js-highlighted {
    color: #000000; }

.ubf-ugc td:last-child {
    border-bottom-color: #14f5b4;
    border-bottom-width: 2px;
    border-bottom-style: solid; }

.ubf-body--biology .ubf-ugc td:last-child {
      border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-ugc td:last-child {
      border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-ugc td:last-child {
      border-bottom-color: #f08c50; }

.ubf-body--history .ubf-ugc td:last-child {
      border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-ugc td:last-child {
      border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-ugc td:last-child {
      border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-ugc td:last-child {
      border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-ugc td:last-child {
      border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-ugc td:last-child {
      border-bottom-color: #649696; }

.ubf-body--law .ubf-ugc td:last-child {
      border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-ugc td:last-child {
      border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-ugc td:last-child {
      border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-ugc td:last-child {
      border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-ugc td:last-child {
      border-bottom-color: #74799b; }

.ubf-body--library .ubf-ugc td:last-child {
      border-bottom-color: #008965; }

@media (min-width: 1024px) {
      .ubf-body .ubf-ugc td:last-child {
        border-bottom: 1px solid #F0F0F0;
        padding-right: 0; } }

@media (min-width: 1024px) {
  .ubf-ugc__table--alternative td:first-child {
    padding-left: 1rem; } }

.ubf-ugc__table--semesterTable td {
  border-bottom: 0;
  margin-right: 1rem; }

.ubf-ugc__table--semesterTable td:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }

@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable td:first-child {
        width: auto; } }

.ubf-ugc__table--semesterTable td:last-child {
    border-bottom: 0; }

.ubf-ugc__table--semesterTable th {
  font-weight: bold;
  display: table-cell; }

@media (min-width: 1024px) {
    .ubf-ugc__table--semesterTable th {
      padding-bottom: 1rem; } }

.ubf-ugc__table--semesterTable th:not(:first-child) {
    display: none; }

@media (min-width: 1024px) {
      .ubf-ugc__table--semesterTable th:not(:first-child) {
        display: table-cell; } }

.ubf-ugc .ubf-form--tableSearch.ubf-js-sortable th {
  padding-left: 2rem; }

@media (min-width: 1024px) {
  .ubf-ugc tr:last-of-type td {
    border-bottom: 0; } }

.ubf-ugc tr:last-of-type td:last-child {
  border-bottom: 0; }

.ubf-ugc [data-ubf-nested-header] {
  font-weight: bold; }

@media (min-width: 1024px) {
    .ubf-ugc [data-ubf-nested-header] {
      display: none; } }

.ubf-ugc__table--verticalHorizontalLayout.ubf-js-static [data-ubf-nested-header] {
  display: none; }

.ubf-ugc table.ubf-ugc__table--applicationTile {
  display: block; }

@media (min-width: 1200px) {
    .ubf-ugc table.ubf-ugc__table--applicationTile {
      display: table; } }

.ubf-ugc table.ubf-ugc__table--applicationTile [data-ubf-nested-header] {
    font-weight: bold;
    display: block; }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile [data-ubf-nested-header] {
        display: none; } }

.ubf-ugc table.ubf-ugc__table--applicationTile tbody,
  .ubf-ugc table.ubf-ugc__table--applicationTile caption {
    display: block; }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile tbody,
      .ubf-ugc table.ubf-ugc__table--applicationTile caption {
        display: table-row-group; } }

.ubf-ugc table.ubf-ugc__table--applicationTile tr {
    display: block; }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile tr {
        display: table-row; } }

@media (min-width: 1024px) {
      html:not(.mobile) .ubf-ugc table.ubf-ugc__table--applicationTile tr:hover td, .ubf-ugc table.ubf-ugc__table--applicationTile tr:active td {
        background-color: #F0F0F0; } }

.ubf-ugc table.ubf-ugc__table--applicationTile tr.ubf-js-hidden {
      display: none; }

.ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile) {
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: normal;
      display: block;
      font-weight: normal;
      text-decoration: none;
      pointer-events: none; }

html:not(.mobile) .ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile):hover, .ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile):active {
        color: inherit; }

@media (min-width: 1200px) {
        .ubf-ugc table.ubf-ugc__table--applicationTile tr .ubf-ugc__tableLink:not(.ubf-ugc__tableLink--mobile) {
          pointer-events: all; } }

.ubf-ugc table.ubf-ugc__table--applicationTile tr:last-of-type td {
    border-bottom: 1px solid #F0F0F0; }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile tr:last-of-type td {
        border-bottom: 0; } }

.ubf-ugc table.ubf-ugc__table--applicationTile tr:last-of-type td:last-child {
      border-bottom: 0; }

.ubf-ugc table.ubf-ugc__table--applicationTile th {
    display: none;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    white-space: nowrap; }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile th {
        border-bottom-color: #14f5b4;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        display: table-cell;
        vertical-align: top;
        padding: 0.5rem 2rem 0.5rem 0; }
        .ubf-body--biology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #92b168; }
        .ubf-body--chemistry .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #a08caa; }
        .ubf-body--educational-science .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #f08c50; }
        .ubf-body--history .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #7db4be; }
        .ubf-body--public-health .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #dc5a5a; }
        .ubf-body--linguistics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #8fa3b9; }
        .ubf-body--mathematics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #dcaa41; }
        .ubf-body--medicine .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #145f7d; }
        .ubf-body--physics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #649696; }
        .ubf-body--law .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #8c8c96; }
        .ubf-body--psychology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #8c3250; }
        .ubf-body--sociology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #bfd02f; }
        .ubf-body--technology .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #558ca0; }
        .ubf-body--economics .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #74799b; }
        .ubf-body--library .ubf-ugc table.ubf-ugc__table--applicationTile th {
          border-bottom-color: #008965; } }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile th:last-child {
        padding-right: 0; } }

.ubf-ugc table.ubf-ugc__table--applicationTile th.ubf-ugc__mobileCell {
      display: none; }

.ubf-ugc table.ubf-ugc__table--applicationTile td {
    border-bottom: 1px solid #F0F0F0;
    display: block;
    font-weight: normal;
    padding: 1rem 0;
    text-align: left; }

@media (min-width: 1200px) {
      .ubf-ugc table.ubf-ugc__table--applicationTile td {
        border-bottom: 1px solid #F0F0F0;
        display: table-cell;
        padding: 0.5rem 2rem 0.5rem 0;
        vertical-align: top; } }

.ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
      border-bottom-color: #14f5b4;
      border-bottom-width: 2px;
      border-bottom-style: solid; }

.ubf-body--biology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #92b168; }

.ubf-body--chemistry .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #a08caa; }

.ubf-body--educational-science .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #f08c50; }

.ubf-body--history .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #7db4be; }

.ubf-body--public-health .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #dc5a5a; }

.ubf-body--linguistics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #8fa3b9; }

.ubf-body--mathematics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #dcaa41; }

.ubf-body--medicine .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #145f7d; }

.ubf-body--physics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #649696; }

.ubf-body--law .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #8c8c96; }

.ubf-body--psychology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #8c3250; }

.ubf-body--sociology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #bfd02f; }

.ubf-body--technology .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #558ca0; }

.ubf-body--economics .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #74799b; }

.ubf-body--library .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
        border-bottom-color: #008965; }

@media (min-width: 1200px) {
        .ubf-body .ubf-ugc table.ubf-ugc__table--applicationTile td:last-child {
          border-bottom: 1px solid #F0F0F0;
          padding-right: 0; } }

.ubf-ugc table.ubf-ugc__table--applicationTile td.ubf-ugc__mobileCell {
      display: block; }

@media (min-width: 1200px) {
        .ubf-ugc table.ubf-ugc__table--applicationTile td.ubf-ugc__mobileCell {
          display: none; } }

@media (min-width: 1024px) {
  .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall) .ubf-ugc h1,
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h2,
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h3,
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h4,
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h5,
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h6,
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc p,
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ol,
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ul,
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc dl,
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc blockquote,
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: calc(50% + -1rem + 0px); } }

@media (min-width: 1024px) {
  .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall) .ubf-ugc h1, .ubf-body--internal
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h2, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h3, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h4, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h5, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h6, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc p, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ol, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ul, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc dl, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-body--internal .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc blockquote, .ubf-body--internal
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: calc(66.66667% + -0.66667rem + 0px); } }

@media (min-width: 1024px) {
  .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall) .ubf-ugc h1, .ubf-body--ekvv
  .ubf-contentBlock--textFull .ubf-ugc h1, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h2, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h2, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h3, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h3, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h4, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h4, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h5, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h5, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc h6, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc h6, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc p, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc p, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ol, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc ol, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc ul, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc ul, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc dl, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc dl, .ubf-body--ekvv .ubf-contentBlock--form:not(.ubf-contentBlock--formSmall)
  .ubf-ugc blockquote, .ubf-body--ekvv
  .ubf-contentBlock--textFull
  .ubf-ugc blockquote {
    max-width: ubf-ekvvMaxSize(5, 9); } }

@media (min-width: 1024px) {
  .ubf-body--ekvv .ubf-ugc h1, .ubf-body--ekvv
  .ubf-ugc h2, .ubf-body--ekvv
  .ubf-ugc h3, .ubf-body--ekvv
  .ubf-ugc h4, .ubf-body--ekvv
  .ubf-ugc h5, .ubf-body--ekvv
  .ubf-ugc h6, .ubf-body--ekvv
  .ubf-ugc p, .ubf-body--ekvv
  .ubf-ugc ol, .ubf-body--ekvv
  .ubf-ugc ul, .ubf-body--ekvv
  .ubf-ugc dl, .ubf-body--ekvv
  .ubf-ugc blockquote {
    max-width: ubf-ekvvMaxSize(5, 9); } }

.ubf-ugc * + a > figure {
  margin-top: 1em; }

.ubf-ugc * + h1,
.ubf-ugc * + h2,
.ubf-ugc * + h3,
.ubf-ugc * + h4,
.ubf-ugc * + h5,
.ubf-ugc * + h6 {
  margin-top: 3rem; }

.ubf-ugc * + table,
.ubf-ugc * + figure,
.ubf-ugc * + p,
.ubf-ugc * + ol,
.ubf-ugc * + ul,
.ubf-ugc * + dl,
.ubf-ugc dd + dd,
.ubf-ugc dt + dt {
  margin-top: 1em; }

.ubf-ugc li + li {
  margin-top: 1rem; }

.ubf-ugc dd + dt {
  border-top: 1px solid #F0F0F0;
  margin-top: 2rem;
  padding-top: 2rem; }

.ubf-rxml .ubf-ugc dd + dt {
    border-top: none; }

.ubf-ugc .ubf-ugc__dl--alternative dd + dt {
  border: none; }

.ubf-ugc .ubf-ugc__dl--alternative dt {
  font-weight: normal;
  color: #515151; }

.ubf-ugc .ubf-ugc__dl--alternative dd {
  font-weight: bold; }

.ubf-ugc .ubf-ugc__dl--borderless dd + dt {
  border: none; }

.ubf-ugc .ubf-ugc__dl--compact dd + dt,
.ubf-ugc .ubf-ugc__dl--compact dd + dd,
.ubf-ugc .ubf-ugc__dl--floating dd + dt,
.ubf-ugc .ubf-ugc__dl--floating dd + dd {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.ubf-ugc .ubf-ugc__dl--alphabeticalList dd + dt {
  border-top: 1px solid #14F5B4; }

.ubf-ugc .ubf-ugc__dl--alphabeticalList dt {
  margin-bottom: 1rem; }

.ubf-ugc .ubf-ugc__dl--alphabeticalList dd:last-of-type {
  margin-bottom: 4rem; }

.ubf-ugc .ubf-ugc-dt--application + .ubf-ugc-dt--application,
.ubf-ugc .ubf-ugc-dd--application ~ .ubf-ugc-dd--application {
  display: inline; }

.ubf-ugc * + blockquote,
.ubf-ugc blockquote + * {
  margin-top: 2rem; }

.ubf-ugc * + hr,
.ubf-ugc hr + * {
  margin-top: 2rem; }

.ubf-ugc__text--helpText {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal; }

.ubf-ugc__text--date {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal; }

.ubf-ugc__text--important {
  font-weight: bold;
  color: #EF2626; }

.ubf-ugc__text--application {
  display: inline; }

h4 + .ubf-ugc__text--application + .ubf-ugc__text--application + .ubf-ugc__text--application {
  display: block;
  margin-top: 0; }

/*# sourceMappingURL=critical.css.map */
