@charset "UTF-8";
/**
* Main
* ====
*/
@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSerifPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Light_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Semibold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bolditalic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bolditalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

/**
 * Calculate the a fluid font size between min and max font sizes.
 */
/**
 * Paths
 */
/**
 * Colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSerifPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Light_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Semibold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bolditalic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bolditalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

/**
 * Boundaries
 */
/**
 * Breakpoints
 */
/**
 * Timing
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
/* Arrows */
.slick-arrow {
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  z-index: 3;
  height: 40px;
  width: 40px;
  text-indent: -9000px;
  text-transform: capitalize; }

.slick-prev {
  content: " ";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow_svg.svg);
  background-size: 100% 100%;
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center center; }

.slick-prev {
  left: 0; }

.slick-next,
.content-slider--wrapper__arrow--right {
  content: " ";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow_svg.svg);
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: center center; }

.slick-next {
  right: 0; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center; }
  .slick-dots .slick-active button {
    background: #a0a5a7; }
  .slick-dots li {
    outline: none; }
  .slick-dots button {
    margin: 0 5px;
    text-indent: -10000px;
    outline: none;
    cursor: pointer;
    background: #ebebeb;
    border: none;
    border-radius: 50%; }

/**
 * Grid
 * ====
 *
 * .l-grid__50 ................................................................. Element: 50
 * .l-grid__33 ................................................................. Element: 33
 * .l-grid__25 ................................................................. Element: 25
 * .l-grid__20 ................................................................. Element: 20
 */
.l-grid {
  margin-bottom: 0; }

.l-grid + .l-grid,
.l-grid + a + .l-grid {
  margin-top: 1em; }

.l-grid__20 p,
.l-grid__25 p,
.l-grid__33 p {
  overflow-wrap: break-word; }

/**
 * Layout
 * ======
 *
 * .l-top ...................................................................... Top
 * .l-main--single ............................................................. Main Single Column
 * .l-main__sidebar ............................................................ Sidebar
 * .l-bottom ................................................................... Bottom
 * .l-contact .................................................................. Contact
 * .l-footer-sport2000 ................................................................... Footer
 */
.l-top {
  padding: 0;
  background-color: white;
  overflow: hidden; }
  .l-top .l-wrapper {
    padding-top: 0;
    padding-bottom: 0; }

.l-main--single {
  display: block;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em; }

.l-main--single > *:first-child {
  /* 	margin-top: 0; */ }

.anchor-corrector {
  padding-top: 150px;
  margin-top: -150px;
  display: block; }

.l-main {
  padding-top: 4em;
  padding-bottom: 2em; }

.l-main__content > h1:first-child {
  margin-top: 0; }

.l-main__sidebar {
  margin-top: 1.5em; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      margin-top: 0; } }

.l-bottom {
  padding: 1em 0 6em 0;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .l-bottom {
      background-color: white; } }

.l-contact {
  margin-top: 4em;
  background-color: white; }

.l-bottom + .l-contact {
  margin-top: 0; }

.l-main + .l-contact,
.l-main--single + .l-contact {
  margin-top: 40px; }

.footer {
  background-color: #f6f6f6; }

.l-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  /*> *:first-child{
		margin-top: 0;
	}
	*/ }
  @media screen and (min-width: 1230px) {
    .l-wrapper {
      padding-right: 60px;
      padding-left: 60px; } }
  .l-wrapper .breadcrumb {
    margin-top: .75em; }

@media print {
  .l-main--single, .l-main, .l-bottom {
    padding-top: 2em;
    padding-bottom: 3em; } }

/**
 * Accordion
 * =========
 *
 * .accordion dt ............................................................... Header
 * .accordion dd ............................................................... Body
 */
.accordion dt {
  display: block; }

.accordion.is-initialized dt {
  cursor: pointer; }

.accordion.is-initialized dt.is-active + dd {
  display: block; }

.accordion.is-initialized dd {
  display: none; }

.search__holder {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 999; }
  @media screen and (min-width: 2000px) {
    .search__holder {
      display: block;
      width: auto;
      height: auto;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      float: right; } }

.search__holder.is-active {
  display: block;
  padding-bottom: 135px;
  /* [1][2] */
  margin-bottom: 135px;
  /* [1] */
  overflow: auto !important;
  /* [1] */ }

.searchbar {
  position: relative; }

.searchbar > input[type="text"] {
  display: block;
  padding-right: 50px; }
  .searchbar > input[type="text"]:focus, .searchbar > input[type="text"]:active {
    outline: 0; }

.searchbar > input[type="submit"] {
  min-width: 20px;
  min-height: 20px;
  padding: 0;
  margin: 0;
  background-image: url("JbGx1c3RyYXRvciAxOS4yLdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOnJnYigzMSwgMTYxLCAyMjkpO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMiw4LjFjMCwxLjYtMC41LDMuMS0xLjMsNC40bDUsNWMwLjIsMC4yLDAuMiwwLjQsMCwwLjZsLTEuOCwxLjhjLTAuMiwwLjItMC40LDAuMi0wLjYsMGwtNS01DQoJCWMtMS4zLDAuOC0yLjgsMS4zLTQuNCwxLjNDMy42LDE2LjIsMCwxMi41LDAsOC4xQzAsMy42LDMuNiwwLDguMSwwQzEyLjUsMCwxNi4yLDMuNiwxNi4yLDguMXogTTIuNiw4LjFjMCwzLDIuNSw1LjUsNS41LDUuNQ0KCQljMywwLDUuNS0yLjUsNS41LTUuNWMwLTMtMi41LTUuNS01LjUtNS41QzUsMi42LDIuNiw1LDIuNiw4LjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-size: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  .searchbar > input[type="submit"]:focus, .searchbar > input[type="submit"]:active {
    outline: 0; }

/**
 * Form
 * ====
 *
 * The sites form elements.
 *
 * form ........................................................................ Form
 * label ....................................................................... Label
 * input[type="text"] .......................................................... Input Text
 * input[type="password"] ...................................................... Input Password
 * input[type="number"] ........................................................ Input Number
 * input[type="checkbox"] ...................................................... Input Checkbox
 * input[type="radio"] ......................................................... Input Radio
 * textarea .................................................................... Textarea
 * select ...................................................................... Select
 * .input-align ................................................................ Input Align (Radios and Checkboxes)
 *
 * 1. Hide the first option only when it has no value and is disabled. Can be
 *    used for placeholder text like "Bitte wählen".
 * 2. Explicitly remove the global top spacing from these labels.
 * 3. This fixes the issues when Safari on iOS to did not render box-shadows on
 *    inputs.
 * 4. Unofficial value supported by Chrome, Safari and other Webkit/Blink
 *    browsers: http://caniuse.com/#feat=word-break
 */
label {
  display: inline-block;
  hyphens: auto;
  cursor: pointer; }
  @supports not (hyphens: auto) {
    label {
      word-break: break-word;
      /* [4] */ } }
  label.is-mandatory:after {
    content: "*"; }

input[type="text"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

input[type="password"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

input[type="number"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

input[type="checkbox"] {
  flex: none; }

/* to arrange all labels of checkboxes and radiobuttons right behind the box */
input[type="checkbox"] + label {
  display: block; }
  input[type="checkbox"] + label:after {
    content: '';
    display: block; }

input[type="radio"] {
  flex: none; }

/* to arrange all labels of checkboxes right behind the box */
input[type="radio"] + label {
  display: inline; }

*:not(.radios-inline) > input[type="radio"] + label:after {
  content: '';
  display: block; }

textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

select {
  display: inline-block;
  width: 100%;
  max-width: 100%; }
  select:hover, select:focus {
    cursor: pointer; }

select option[disabled][value=""]:first-child {
  display: none;
  /* [1] */ }

.input-align {
  display: flex;
  flex-direction: row;
  align-items: baseline; }

/**
 * Prose
 * =====
 *
 * The sites prose.
 *
 * a ........................................................................... Link
 * .button ..................................................................... Button
 */
a {
  outline: 0;
  cursor: pointer; }

.button:hover, .button:focus {
  cursor: pointer; }

/**
 * Media
 * =====
 *
 * img ......................................................................... Image
 * video ....................................................................... Video
 * object ...................................................................... Object
 * iframe ...................................................................... iFrame
 * embed ....................................................................... Embed
 *
 * 1. IE 10 Fix
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  /* [1] */ }

video {
  max-width: 100%;
  height: auto;
  border: 0;
  /* [1] */ }

object {
  max-width: 100%;
  height: auto;
  border: none;
  border: 0;
  /* [1] */ }

iframe {
  max-width: 100%;
  border: none; }

embed {
  max-width: 100%;
  border: none; }

/**
* Global
* ======
*
* html ........................................................................
* body ........................................................................
* * ...........................................................................
*
* 1. http://nicolasgallagher.com/micro-clearfix-hack/
*/
::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent; }

html {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: scroll; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Wrapper
 * =======
 *
 * A wrapper should be used every time an UI element should not expand past the
 * maximal width of the page.
 *
 * .l-wrapper .................................................................. Block: Wrapper
 *
 * 1. The right and left padding is fluid.
 * 2. No padding when nested inside .l-main.
 */
.l-wrapper {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  /* [1] */ }
  @media screen and (min-width: 1230px) {
    .l-wrapper {
      padding-right: 60px;
      padding-left: 60px; } }

.l-main .l-wrapper {
  padding-right: 0;
  /* [2] */
  padding-left: 0;
  /* [2] */ }

/**
 * Main
 * ====
 *
 * The main content layout with a fixed width sidebar.
 *
 * .l-main ..................................................................... Block: Main
 * .l-main__content ............................................................ Element: Content
 * .l-main__sidebar ............................................................ Element: Sidebar
 */
.l-main {
  width: 100%; }
  @media screen and (min-width: 1130px) {
    .l-main {
      padding-right: 285px;
      /* [1] */
      *zoom: 1; }
      .l-main:before, .l-main:after {
        content: "";
        display: table; }
      .l-main:after {
        clear: both; } }
  @media screen and (min-width: 1130px) {
    .l-main {
      padding-right: 350px; } }

.l-main__content {
  width: 100%; }
  @media screen and (min-width: 1130px) {
    .l-main__content {
      float: left; } }

.l-main__sidebar {
  width: 100%; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      width: 260px;
      margin-right: -285px;
      margin-left: 25px;
      float: right; } }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      width: 300px;
      margin-right: -350px;
      margin-left: 50px; } }

/**
 * Grid
 * ====
 *
 * .l-grid ..................................................................... Block: Grid
 * .l-grid__unit, .l-grid__50 .................................................. Element: Unit, 50
 * .l-grid__33 ................................................................. Element: 33
 * .l-grid__25 ................................................................. Element: 25
 * .l-grid__20 ................................................................. Element: 20
 *
 * 1. Display as 1 column.
 * 2. Display as 2 columns.
 * 3. Display as 3 columns.
 * 4. Display as 4 columns.
 * 5. Display as 5 columns.
 * 6. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.l-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* [6] */
  *zoom: 1; }
  .l-grid:before, .l-grid:after {
    content: "";
    display: table; }
  .l-grid:after {
    clear: both; }

.l-grid__unit,
.l-grid__50 {
  /* [1] */
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-grid__unit,
    .l-grid__50 {
      /* [2] */
      width: 47.7876106195%;
      margin-left: 4.4247787611%;
      float: left; }
      .l-grid__unit:nth-of-type(2n+1),
      .l-grid__50:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__33 {
  /* [1] */
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-grid__33 {
      /* [3] */
      width: 30.9734513274%;
      margin-left: 3.5398230088%;
      float: left; }
      .l-grid__33:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__25 {
  /* [1] */
  width: 100%; }
  @media screen and (min-width: 480px) {
    .l-grid__25 {
      /* [2] */
      width: 48.6725663717%;
      margin-left: 2.6548672566%;
      float: left; }
      .l-grid__25:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (min-width: 790px) {
    .l-grid__25 {
      /* [4] */
      width: 23.0088495575%; }
      .l-grid__25:nth-of-type(2n+1) {
        margin-left: 2.6548672566%;
        clear: none; }
      .l-grid__25:nth-of-type(4n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__20 {
  /* [2] */
  width: 49.1150442478%;
  margin-left: 1.7699115044%;
  float: left; }
  .l-grid__20:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; }
  @media screen and (min-width: 780px) {
    .l-grid__20 {
      /* [5] */
      width: 18.5840707965%; }
      .l-grid__20:nth-of-type(2n+1) {
        margin-left: 1.7699115044%;
        clear: none; }
      .l-grid__20:nth-of-type(5n+1) {
        margin-left: 0;
        clear: left; } }

/**
 * Mediabox
 * ========
 *
 * .mediabox ................................................................... Block: Mediabox
 * .mediabox__media ............................................................ Element: Media
 * .mediabox__text ............................................................. Element: Text
 * .mediabox__meta ............................................................. Element: Meta
 * .mediabox__media ............................................................ Element: Media
 * .l-highlight .mediabox ...................................................... Modifier: Highlight
 * .l-seo .mediabox ............................................................ Modifier: SEO
 *
 * 1. Top align the first element, no matter what it is.
 * 2. Compensate for line-height and bring it to the same level of adjoining content.
 * 3. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.mediabox {
  /* [3] */
  *zoom: 1;
  margin-bottom: 30px; }
  .mediabox:before, .mediabox:after {
    content: "";
    display: table; }
  .mediabox:after {
    clear: both; }

.mediabox__media {
  float: left;
  margin-right: 20px; }

.mediabox__media img {
  display: block;
  width: 100%;
  max-width: 100%; }

.mediabox__media video {
  display: block;
  width: 100%;
  max-width: 100%; }

.mediabox__media > a {
  display: block;
  position: relative; }

.mediabox__media > a > span {
  position: absolute;
  bottom: 5px;
  right: 5px; }
  .mediabox__media > a > span:before {
    content: '#zoom'; }

.mediabox__media .video {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  background-color: black;
  position: relative; }

.mediabox__media .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mediabox.mediabox--flipped .mediabox__media {
  margin-right: 0;
  margin-left: 20px;
  float: right; }

.mediabox--flipped .mediabox.mediabox--s .mediabox__media {
  max-width: 50%; }
  @media screen and (min-width: 480px) {
    .mediabox--flipped .mediabox.mediabox--s .mediabox__media {
      max-width: 420px; } }

.mediabox.mediabox--s .mediabox__media {
  max-width: 50%; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--s .mediabox__media {
      max-width: 340px; } }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--m .mediabox__media {
    max-width: 540px; } }

@media screen and (min-width: 790px) {
  .mediabox.mediabox--l .mediabox__media {
    max-width: 820px; } }

.mediabox.mediabox--xl .mediabox__media {
  float: none;
  margin-right: 0; }

.mediabox.mediabox--sticky > .mediabox--sticky__wrapper {
  display: block;
  position: relative; }

.mediabox.mediabox--sticky > .mediabox--sticky__wrapper > .mediabox__media {
  position: absolute;
  left: 0;
  top: 0;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mediabox.mediabox--sticky.mediabox--flipped > .mediabox--sticky__wrapper > .mediabox__media {
  left: inherit;
  right: 0; }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--s .mediabox__media {
    max-width: 240px; } }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--m .mediabox__media {
    margin-right: 0; } }

@media screen and (min-width: 790px) {
  .l-main__sidebar .mediabox.mediabox--s .mediabox__media {
    margin-right: 0; } }

.mediabox__text ul,
.mediabox__text ol {
  overflow: auto; }

.mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: hidden; }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--nowrap.mediabox--m .mediabox__text {
    overflow: hidden; } }

@media screen and (min-width: 790px) {
  .mediabox.mediabox--nowrap.mediabox--l .mediabox__text {
    overflow: hidden; } }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--m .mediabox__text {
    overflow: initial; } }

@media screen and (min-width: 790px) {
  .l-main__sidebar .mediabox.mediabox--s .mediabox__text {
    overflow: initial; } }

.mediabox__meta > span {
  display: block; }

/**
 * Footer
 * =========
 *
 * .footer-sport2000 footer__copyright .......................................................................... Footer Copyright
 * .footer-sport2000 footer__links .................................................................................. Footer Links
 * .footer-sport2000 footer__icons .................................................................................. Footer Icons
 *
 * 1. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.footer {
  /* [1] */
  *zoom: 1; }
  .footer:before, .footer:after {
    content: "";
    display: table; }
  .footer:after {
    clear: both; }

.footer__copyright {
  text-align: center; }

.footer__links {
  text-align: center; }

.footer__icons {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .footer__icons {
      float: right;
      text-align: left; } }

/**
 * Secondary Menu
 * ==============
 *
 * .secondary-menu ............................................................. Block: Secondary Menu
 * .secondary-menu__label ...................................................... Element: Label
 * .secondary-menu__sub ........................................................ Element: Sub
 */
.secondary-menu__sub {
  padding-left: 0;
  list-style: none; }

.secondary-menu__sub li:before {
  display: none; }

.secondary-menu__sub li a {
  display: block; }

/**
* Stage
* =====
*
* [add description]
*
* .stage ...................................................................... Block: Stage
* .stage__link ................................................................ Element: Link
* .stage__image ............................................................... Element: Image
* .stage > .l-wrapper ......................................................... Element: Sticker Wrapper
* .stage__sticker ............................................................. Element: Sticker
* .stage__teaser .............................................................. Element: Teaser
*/
.stage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  position: relative; }

.stage.stage--fullwidth {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden; }

.stage__link {
  display: block; }

.stage__image picture {
  display: block; }

.stage__image img {
  display: block;
  width: 100%;
  max-width: 100%; }

.stage.stage--fullwidth .stage__image img {
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }

.stage .l-wrapper {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative; }

@media screen and (min-width: 960px) {
  .stage__sticker {
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 40px; } }

.stage__teaser {
  text-align: left; }
  @media screen and (min-width: 960px) {
    .stage__teaser {
      display: block;
      overflow: hidden; } }

/**
 * Placeholder
 * ===========
 *
 * .placeholder ................................................................ Block: Stage
 * .placeholder__body .......................................................... Element: Body
 */
.placeholder {
  display: block;
  width: 100%;
  border: 1px solid #999999; }

.placeholder__body {
  padding: 1em;
  background-color: #E4E4E4; }

.placeholder__body {
  color: #999999; }
  .placeholder__body h1, .placeholder__body h2, .placeholder__body h3, .placeholder__body h4, .placeholder__body h5, .placeholder__body h6, .placeholder__body p, .placeholder__body a {
    color: #999999; }

/**
 * Header
 * ======
 *
 * .header ..................................................................... Block: Header
 * .ul.nav__meta ............................................................... Element: Meta Mobile
 *
 * 2) Meta
 * 3) Search
 *
 * 1. For hidden body
 * 2. Fix for iphone box
 * 3. Hack for iOS to get :hover working on non-anchor-elements
 * 4. Remove inline block gaps
 *
 * todo: remove searchbar--small?
 * todo: use header__* prefix, i.e. header__logo
 */
.header {
  display: flex;
  height: 50px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1999px) {
    .header {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (min-width: 2000px) {
    .header {
      flex-wrap: wrap;
      height: auto; } }

ul.nav__meta {
  display: block;
  width: 100%;
  left: -100%;
  position: relative;
  transition: bottom .3s ease-in-out; }
  @media screen and (min-width: 2000px) {
    ul.nav__meta {
      display: none; } }

ul.nav__meta a {
  display: block;
  white-space: nowrap;
  cursor: pointer; }

ul.nav.level-1 + ul.nav__meta {
  left: 0; }

/**
 * Breadcrumb
 * ==========
 *
 * .breadcrumb ................................................................. Block: Breadcrumb
 */
.breadcrumb {
  padding-left: 0; }

.breadcrumb > li {
  display: inline-block; }

/**
 * Action
 * ======
 *
 * .action ..................................................................... Element: Action
 * .action__trigger ............................................................ Element: Trigger
 * .action__trigger--toggle .................................................... Modifier: Toggle
 * .action__body ............................................................... Element: Body
 */
.action__trigger {
  display: block; }

.action__trigger svg {
  display: block; }

.action__trigger .icon-menu {
  width: 50px;
  height: 50px; }
  .action__trigger .icon-menu:before {
    position: absolute;
    top: 32px;
    left: 22px;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_menu_svg.svg);
    height: 3.125em;
    width: 3.125em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px; }
    @media screen and (max-width: 460px) {
      .action__trigger .icon-menu:before {
        top: 47px;
        height: 1.875em;
        width: 1.875em; } }

.action__trigger .icon-menu.close:before {
  position: absolute;
  top: 35px;
  left: 21px;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_close_svg.svg);
  height: 3.125em;
  width: 3.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px; }
  @media screen and (max-width: 460px) {
    .action__trigger .icon-menu.close:before {
      top: 47px;
      height: 1.875em;
      width: 1.875em; } }

.action__trigger .icon-search {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='30' height='32' viewBox='0 0 30 32'%3E%3Cpath fill='#1fa1e5' d='M20.576 14.848q0-3.296-2.336-5.632t-5.664-2.368-5.664 2.368-2.336 5.632 2.336 5.664 5.664 2.336 5.664-2.336 2.336-5.664zM29.728 29.728q0 0.928-0.704 1.6t-1.6 0.672q-0.96 0-1.6-0.672l-6.112-6.112q-3.2 2.208-7.136 2.208-2.56 0-4.896-0.992t-4-2.688-2.688-4-0.992-4.896 0.992-4.864 2.688-4.032 4-2.688 4.896-0.992 4.896 0.992 4 2.688 2.688 4.032 0.992 4.864q0 3.936-2.208 7.136l6.112 6.112q0.672 0.672 0.672 1.632z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }

.action__trigger--toggle {
  cursor: pointer; }

.action__body {
  display: none; }
  .action__body.is-active {
    display: block;
    background: transparent;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 128px;
    overflow-y: auto;
    z-index: 200;
    height: 100%; }

/**
 * Logo
 * ====
 *
 * .logo ....................................................................... Block: Logo
 */
.logo {
  display: inline-block;
  margin-right: auto;
  flex-shrink: 0; }

.logo picture {
  display: block; }

.logo img {
  display: block; }

/**
 * Metanav
 * =======
 *
 * .metanav .................................................................... Block: Metanav
 */
.metanav {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  float: right; }
  @media screen and (min-width: 2000px) {
    .metanav {
      display: block; } }

.primary-menu .metanav {
  display: block;
  float: none; }
  @media screen and (min-width: 2000px) {
    .primary-menu .metanav {
      display: none; } }

.metanav > li {
  display: inline-block; }

.mobile-menu .metanav {
  display: block;
  width: 100%;
  float: none; }

.mobile-menu .metanav > li {
  display: block;
  width: 100%; }

/**
 * Nav
 * ===
 *
 * NOTE: Some of these rules are deprecated because we use a separate mobile
 *       menu. We leave them in for now for compatibility reasons with the TYPO3
 *       template in the backend. If we get a chance, we should remove them,
 *       though.
 *
 * NOTES
 * -----
 *
 * 1. For hidden body
 * 2. Fix for iphone box
 * 3. Hack for iOS to get :hover working on non-anchor-elements
 */
ul.nav {
  display: none;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: left .3s ease-in-out; }
  @media screen and (min-width: 2000px) {
    ul.nav {
      display: block;
      position: inherit;
      transition: left 0s ease-in-out; } }

ul.nav.is-active {
  display: block; }

.nav.level-1 {
  left: 0%; }

.nav.level-2 {
  left: -100%; }

.nav.level-3 {
  left: -200%; }

.nav.level-4 {
  left: -300%; }

.nav.level-5 {
  left: -400%; }

.nav.level-6 {
  left: -500%; }

.nav__sub {
  display: none;
  min-width: 100%; }

.nav__sub.is-active {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999; }
  @media screen and (min-width: 2000px) {
    .nav__sub.is-active {
      width: auto; } }

@media screen and (min-width: 2000px) {
  ul.nav > li.nav__item {
    cursor: pointer; } }

@media screen and (min-width: 2000px) {
  ul.nav > li.nav__item:hover > .nav__sub {
    display: block;
    position: absolute;
    left: 0;
    z-index: 999; } }

/**
 * Nav Big
 * =======
 *
 * .nav-big .................................................................... Block: Nav Big
 * .nav-big > .l-wrapper ....................................................... Element: Wrapper
 * .nav-big__item .............................................................. Element: Item
 * .nav-big__trigger ........................................................... Element: Trigger
 * .nav-big__body .............................................................. Element: Body
 * .nav-big__inner ............................................................. Element: Inner
 * .nav-big__inner-left ........................................................ Element: Inner Left
 * .nav-big__inner-right ....................................................... Element: Inner Right
 */
.nav-big {
  display: none; }
  @media screen and (min-width: 2000px) {
    .nav-big {
      display: flex;
      width: 100%;
      flex-wrap: nowrap; } }

.nav-big__trigger {
  display: block;
  white-space: nowrap; }

.nav-big__body {
  display: none;
  width: 100vw;
  margin-left: 50%;
  position: absolute;
  /* [1] */
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateX(-50%); }

.nav-big__item:hover .nav-big__body {
  display: block; }

.nav-big__inner {
  width: 100%;
  display: flex;
  background-color: white; }

.nav-big__inner-left {
  width: 30.9734513274%; }

.nav-big__inner-right {
  width: 65.4867256637%;
  margin-left: 3.5398230088%; }

/**
 * Primary Menu
 * ============
 *
 * The default animation for the primary menu is a sliding animation.
 *
 * STRUCTURE
 * ---------
 *
 * .primary-menu ............................................................... Block: Mobile Menu
 * .primary-menu__wrapper ...................................................... Element: Wrapper
 * .primary-menu__container .................................................... Element: Container
 * .primary-menu__row .......................................................... Element: Row
 * .primary-menu__row--title ................................................... Modifier: Row Title
 * .primary-menu__item ......................................................... Element: Item
 * .primary-menu__item--next ................................................... Modifier: Item Next
 * .primary-menu__item--back ................................................... Modifier: Item Back
 * .primary-menu__item-label ................................................... Element: Item Label
 *
 * NOTES
 * -----
 *
 * 1. These width must be the same in order for the row title to be centered.
 * 2. We can nest 10 levels deep.
 */
.primary-menu {
  width: 100%;
  position: relative;
  transform: none;
  transition: transform 0.2s ease-in; }

/* [2] */
.primary-menu[class*=' level-1'] {
  transform: translateX(-100%); }

/* [2] */
.primary-menu[class*=' level-2'] {
  transform: translateX(-200%); }

/* [2] */
.primary-menu[class*=' level-3'] {
  transform: translateX(-300%); }

/* [2] */
.primary-menu[class*=' level-4'] {
  transform: translateX(-400%); }

/* [2] */
.primary-menu[class*=' level-5'] {
  transform: translateX(-500%); }

/* [2] */
.primary-menu[class*=' level-6'] {
  transform: translateX(-600%); }

/* [2] */
.primary-menu[class*=' level-7'] {
  transform: translateX(-700%); }

/* [2] */
.primary-menu[class*=' level-8'] {
  transform: translateX(-800%); }

/* [2] */
.primary-menu[class*=' level-9'] {
  transform: translateX(-900%); }

/* [2] */
.primary-menu[class*=' level-10'] {
  transform: translateX(-1000%); }

.primary-menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.primary-menu__wrapper {
  width: 100%;
  overflow: hidden; }

.primary-menu__container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%; }
  .primary-menu__container.is-active {
    z-index: 1; }

.primary-menu > .primary-menu__container {
  width: 100%;
  position: relative;
  left: 0; }

.primary-menu__row {
  display: flex;
  flex-direction: row; }

.primary-menu__item {
  display: block;
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer; }

.primary-menu__row--title .primary-menu__item {
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  /* [1] */
  text-align: center; }

.primary-menu > .primary-menu__container > .primary-menu__row--title .primary-menu__item {
  padding-right: 0;
  /* [1] */ }

.primary-menu__item--next {
  flex-basis: 50px;
  flex-shrink: 0; }
  .primary-menu__item--next:before {
    content: "[next]"; }

.primary-menu__item--back {
  flex-basis: 50px;
  /* [1] */
  flex-shrink: 0; }
  .primary-menu__item--back:before {
    content: "[back]"; }

.primary-menu__row--title .primary-menu__item--back {
  padding-right: 0; }

.primary-menu__item-label {
  display: block; }

/**
 * Button
 * ========
 *
 * button ..................................................................... Button
 *
 */
.button, a.button, button.button {
  margin: 1.3125em 35px;
  display: inline-block;
  color: #024c94;
  cursor: pointer;
  font-family: "SourceSerifPro-Bold", serif;
  font-size: 12px;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 0.9375em;
  letter-spacing: .12px;
  text-decoration: none;
  overflow-wrap: break-word;
  float: right;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .button, a.button, button.button {
      font-size: 12px; } }
  .button:after, a.button:after, button.button:after {
    position: absolute;
    bottom: -11px;
    right: -40px;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right_svg.svg);
    height: 35px;
    width: 34px; }
  .button:hover, a.button:hover, button.button:hover {
    color: #509f25;
    cursor: pointer; }
    .button:hover:after, a.button:hover:after, button.button:hover:after {
      position: absolute;
      bottom: -11px;
      right: -40px;
      content: "";
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right-hover_svg.svg);
      height: 35px;
      width: 34px; }
    .button:hover::before, a.button:hover::before, button.button:hover::before {
      color: white; }
  .button .icon, a.button .icon, button.button .icon {
    margin-top: -4px;
    display: inline-block;
    margin-right: .3em;
    font-size: 1.15em;
    vertical-align: middle; }
    .button .icon::before, a.button .icon::before, button.button .icon::before {
      margin-left: 0; }
      @media screen and (min-width: 1130px) {
        .button .icon::before, a.button .icon::before, button.button .icon::before {
          margin-top: -3px; } }
  .button:focus, a.button:focus, button.button:focus {
    outline: none;
    text-decoration: underline; }
  .button--flat, a.button--flat, button.button--flat {
    border: none;
    background: #999999;
    color: white;
    border-color: transparent;
    line-height: 38px; }
    .button--flat::before, a.button--flat::before, button.button--flat::before {
      display: none;
      line-height: 40px; }
    .button--flat:hover, a.button--flat:hover, button.button--flat:hover {
      color: white;
      background: #828592; }
    .button--flat.active, a.button--flat.active, button.button--flat.active {
      background: #cd1316;
      pointer-events: none; }
  .button--toggle, a.button--toggle, button.button--toggle {
    padding: 7.4px 15px;
    background: white;
    color: #cd1316;
    border-width: 1.6px;
    line-height: 1em; }
    .button--toggle::before, a.button--toggle::before, button.button--toggle::before {
      display: none; }
    .button--toggle:hover, a.button--toggle:hover, button.button--toggle:hover {
      background: white;
      color: #cd1316; }
    .button--toggle.active, a.button--toggle.active, button.button--toggle.active {
      background: #cd1316;
      color: white; }

.result__tabs .button {
  margin: 0 0.2em 0.4em 0; }
  .result__tabs .button:last-child {
    margin-right: 0; }

.cc-window .cc-compliance a.cc-btn {
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s; }
  .cc-window .cc-compliance a.cc-btn::before {
    color: white; }
  .cc-window .cc-compliance a.cc-btn:hover {
    background-color: white;
    color: #999999; }

/**
 * Divider
 * =========
 *
 * .divider ................................................................. Block: Divider
 */
.divider, hr {
  margin: 2em auto;
  height: 2px;
  width: 100%;
  border: none;
  background: #f6f6f6; }
  @media screen and (min-width: 640px) {
    .divider, hr {
      background: #dddddd; } }

/**
* Form
* =========
*
*/
.form {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .form {
      margin: 0; } }

::placeholder {
  color: #dddddd; }

input, select, option, textarea {
  font-family: "SourceSansPro-Regular", sans-serif; }

textarea {
  overflow: auto; }

input[type="submit"], input[type="radio"] + label {
  cursor: pointer; }

label {
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  color: #191919; }
  @media screen and (min-width: 1130px) {
    label {
      font-size: 20px; } }

label[class="is-mandatory"]::after {
  color: #cd1316;
  content: '*'; }

input[type="text"]::placeholder, input[type="radio"]::placeholder, textarea::placeholder {
  color: #cd1316; }

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  padding: 8px 15px;
  width: 100%;
  display: block;
  border: 2px solid transparent;
  background: #f6f6f6;
  color: #333333;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  transition: 0.2s ease; }
  @media screen and (min-width: 1130px) {
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
      font-size: 16px; } }
  input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, select::placeholder, textarea::placeholder {
    color: #024c94; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    outline: none; }
  input[type="text"][disabled]::placeholder, input[type="password"][disabled]::placeholder, input[type="email"][disabled]::placeholder, select[disabled]::placeholder, textarea[disabled]::placeholder {
    color: #dddddd; }
  input[type="text"].error::placeholder, input[type="password"].error::placeholder, input[type="email"].error::placeholder, select.error::placeholder, textarea.error::placeholder {
    color: #cd1316; }
  @media screen and (min-width: 1230px) {
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
      padding: 0.6071428571em 1.4285714286em; } }
  @media screen and (min-width: 1230px) {
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
      height: 50px; } }

textarea {
  resize: none;
  height: auto;
  padding: 12px  15px; }

input[type="radio"] {
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
  top: 1em;
  left: .3em; }

input[type="radio"] + label {
  padding-left: 1.7em;
  font-size: 14px;
  font-size: calc(16px + (14 - 16) * (100vw - 320px) / (1130 - 320));
  vertical-align: top; }
  @media screen and (min-width: 1130px) {
    input[type="radio"] + label {
      font-size: 14px; } }
  input[type="radio"] + label:before {
    margin-top: .1em;
    margin-right: 10px;
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-color: white;
    border: 2px solid #dddddd;
    border-radius: 50%;
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
    text-align: center;
    color: #cd1316;
    transition: background-color 0 0.2s ease, border-color 0 0.2s ease; }
    @media screen and (min-width: 1130px) {
      input[type="radio"] + label:before {
        font-size: 14px; } }
    @media screen and (min-width: 640px) {
      input[type="radio"] + label:before {
        margin-top: .3em; } }
  input[type="radio"] + label:active:before {
    background-color: white;
    border-color: #cd1316; }

.input-group label:first-child {
  padding-left: 0; }

input[type="radio"]:checked + label:before {
  background-color: #cd1316;
  border-color: #cd1316;
  box-shadow: inset 0 0 0px 0.2em white; }

input[type="radio"]:disabled + label {
  color: #dddddd; }
  input[type="radio"]:disabled + label:before {
    border-color: #f6f6f6; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: calc(16px + (14 - 16) * (100vw - 320px) / (1130 - 320));
  transition: 0.2s ease; }
  @media screen and (min-width: 1130px) {
    select {
      font-size: 14px; } }
  select:hover {
    cursor: pointer; }

select::-ms-expand {
  display: none; }

select option {
  background: white;
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    select option {
      font-size: 14px; } }

.select__container {
  position: relative; }
  .select__container.filter {
    margin: auto;
    margin-top: 1em;
    color: #024c94;
    display: inline-block;
    width: 240px; }
  .select__container::before {
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
    background-repeat: no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    pointer-events: none; }
    @media screen and (min-width: 780) {
      .select__container::before {
        right: 1em; } }

.select__container select {
  padding-right: 2em;
  color: #333333; }

.filter > select {
  padding-right: 40px;
  background-color: #ebebeb;
  color: #024c94;
  font-size: 12px;
  font-family: "SourceSerifPro-Bold", serif; }

.filter > select option {
  background-color: white;
  color: #cd1316; }
  .filter > select option:hover {
    background: #cd1316;
    color: white; }

/*
input[type="checkbox"] + label {
	display: block;
	padding-left: 2em;
	position: relative;
	@include responsive-font(14, 16	, $width-content-min-num, $width-content-max-num);
    &:before {
		content: '';
		margin-left: -2em;
		margin-right: .5em;
		display: inline-block;
        width: 20px;
        height: 20px;
		vertical-align: middle;
		text-align: center;
        border: 2px solid $color-alto;
		//border-radius: 2px;
        background: $color-white;
        //color: $color-thunderbird;
		@include responsive-font(14, 14, $width-content-min-num, $width-content-max-num);
		line-height: 1.2em;
        font-family: $font-fontello;
		transition: $timing-transition ease;
    }
    &:active {
        &:before {
			content: $icon-ok-1;
            background-color: $color-white;
            border-color: $color-thunderbird;
        }
	}
	
	&:hover {
		cursor: pointer;
	}

	& a {
		text-decoration: underline;
	}
}

input[type="checkbox"]:checked + label {

    &:before {
        content: $icon-ok-1;
        background-color: $color-white;
        border-color: $color-thunderbird;
    }
}

input[type="checkbox"]:disabled + label {
    color: $color-alto;
    &:before {
        border-color: $color-white;
    }
}

.input-group > label + .input-align {
	margin-top: .8em;
}
*/
form .error-message {
  color: #cd1316;
  line-height: .4em;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    form .error-message {
      font-size: 16px; } }

form label.error-label {
  color: #cd1316; }
  form label.error-label::before {
    border: 2px solid #cd1316; }

.input-align {
  position: relative; }

form .input-align .input[type="radio"],
form .input-align .input[type="checkbox"] {
  width: 10px;
  height: 10px; }

form label.is-invalid {
  color: #cd1316; }

form label.is-invalid + input[type="text"],
form label.is-invalid + input[type="date"],
form label.is-invalid + textarea,
form label.is-invalid + select {
  border-color: #cd1316; }

form label.is-invalid + div > input[type="radio"] + label {
  color: #cd1316; }

form label.is-invalid + div > input[type="radio"] + label::before {
  border-color: #cd1316; }

.searchbar__container .searchbar {
  padding: 0; }

.searchbar__container .action__body {
  display: block; }

.searchbar__container .action__trigger {
  display: none; }

.searchbar__container .searchbar input[type="text"] {
  width: 100%;
  background: white;
  color: #404040; }

.input-20,
.input-30,
.input-50,
.input-100 {
  margin-top: 0.7142857143em; }
  @media screen and (min-width: 780px) {
    .input-20,
    .input-30,
    .input-50,
    .input-100 {
      margin-top: 1em; } }

.input-20 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-20 {
      flex-basis: 18%; } }

.input-30 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-30 {
      flex-basis: 27%; } }

.input-50 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-50 {
      flex-basis: 48%; } }

.input-100 {
  flex-basis: 100%; }

.form .form__row {
  margin-top: 1em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.form .form__row p {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .form .form__row p {
      font-size: 16px; } }
  .form .form__row p .marked {
    color: #cd1316; }

.no-label label {
  display: none; }

/**
 * Global
 * ======
 */
html {
  overflow-x: hidden; }

body {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.6em;
  color: #191919;
  overflow-x: hidden;
  font-smoothing: antialiased; }
  @media screen and (min-width: 1130px) {
    body {
      font-size: 20px; } }
  @media screen and (min-width: 1130px) {
    body {
      line-height: 1.4em; } }

.l-main__sidebar {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  line-height: 1.375em; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      font-size: 16px; } }

b {
  font-weight: normal;
  font-family: "SourceSansPro-Semibold", sans-serif; }

i {
  font-style: normal;
  font-family: "SourceSansPro-Italic", sans-serif; }

b i, i b {
  font-style: normal;
  font-weight: normal;
  font-family: "SourceSansPro-Bolditalic", sans-serif; }

/**
 * Headline
 * ========
 *
 * h1, .alpha .................................................................. H1
 * h2, .beta ................................................................... H2
 * h3, .gamma .................................................................. H3
 * h4, .gamma .................................................................. H4
 *
 * NOTE: Only define bottom margins. Top margins for edge cases.
 *
 * 1. Headlines can have a line below.
 * 2. Headlines can be centered.
 */
h1, h2, h3, h4, h5 {
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

p {
  margin-top: 0; }

h1, .alpha {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 60px;
  font-size: calc(34px + (60 - 34) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.25px;
  color: #024c94;
  font-weight: 400; }
  @media screen and (min-width: 1130px) {
    h1, .alpha {
      font-size: 60px; } }
  h1.underlined, .alpha.underlined {
    /* [1] */ }
    h1.underlined:after, .alpha.underlined:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.375em;
      margin-bottom: 0.5em; }
  h1.centered, .alpha.centered {
    /* [2] */
    text-align: center; }
  h1.capitalized, .alpha.capitalized {
    font-family: "SourceSansPro-Light", sans-serif;
    font-size: 36px;
    font-size: calc(25px + (36 - 25) * (100vw - 320px) / (1130 - 320));
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #024c94;
    text-align: center;
    margin: 2em 0; }
    @media screen and (min-width: 1130px) {
      h1.capitalized, .alpha.capitalized {
        font-size: 36px; } }
  h1 i, .alpha i {
    font-family: "SourceSerifPro-Regular", serif; }
  h1 b, .alpha b {
    font-family: "Charis-Bold", serif; }
  h1 i b, h1 b i, .alpha i b, .alpha b i {
    font-family: "Charis-BoldItalic", serif; }

h1 > a, .alpha > a {
  color: #024c94; }
  h1 > a:active, .alpha > a:active {
    color: #024c94; }
  @media screen and (min-width: 1130px) {
    h1 > a:hover, h1 > a:focus, .alpha > a:hover, .alpha > a:focus {
      color: #024c94;
      text-decoration: none; } }

.mediabox__text h1:last-child, .mediabox__text .alpha:last-child {
  margin-bottom: 0; }

.mediabox__text h1:first-child, .mediabox__text .alpha:first-child {
  margin-top: 0; }

.l-main > .mediabox:first-child > h1, .l-main > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h1, .l-main__content > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-main__sidebar h1, .l-main__sidebar .alpha {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h1, .l-main__sidebar .alpha {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h1, .l-highlight > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-seo > .mediabox > h1, .l-seo > .mediabox > .alpha {
  font-size: 35px;
  font-size: calc(25px + (35 - 25) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h1, .l-seo > .mediabox > .alpha {
      font-size: 35px; } }

.l-grid__33 h1, .l-grid__25 h1, .l-grid__20 h1 {
  font-size: 34px;
  font-size: calc(26px + (34 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 h1, .l-grid__25 h1, .l-grid__20 h1 {
      font-size: 34px; } }

h2, .beta {
  margin-top: 0;
  margin-bottom: 0.4761904762em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 40px;
  font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1130 - 320));
  line-height: 1.15em;
  color: #024c94;
  font-weight: 400; }
  @media screen and (min-width: 1130px) {
    h2, .beta {
      font-size: 40px; } }
  h2.underlined, .beta.underlined {
    /* [1] */ }
    h2.underlined:after, .beta.underlined:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.375em;
      margin-bottom: 0.5em;
      background-color: #dddddd; }
  h2.capitalized, .beta.capitalized {
    font-family: "SourceSansPro-Light", sans-serif;
    font-size: 36px;
    font-size: calc(25px + (36 - 25) * (100vw - 320px) / (1130 - 320));
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #024c94;
    text-align: center;
    margin: 2em 0; }
    @media screen and (min-width: 1130px) {
      h2.capitalized, .beta.capitalized {
        font-size: 36px; } }
  h2.centered, .beta.centered {
    /* [2] */
    text-align: center; }
  h2 i, .beta i {
    font-family: "SourceSerifPro-Regular", serif; }
  h2 b, .beta b {
    font-family: "Charis-Bold", serif; }
  h2 i b, h2 b i, .beta i b, .beta b i {
    font-family: "Charis-BoldItalic", serif; }

h2 > a, .beta > a {
  color: #024c94; }
  h2 > a:active, .beta > a:active {
    color: #024c94; }
  @media screen and (min-width: 1130px) {
    h2 > a:hover, h2 > a:focus, .beta > a:hover, .beta > a:focus {
      color: #024c94;
      text-decoration: none; } }

.mediabox__text h2:last-child, .mediabox__text .beta:last-child {
  margin-bottom: 0; }

.mediabox__text h2:first-child, .mediabox__text .beta:first-child {
  margin-top: 0; }

.l-main > .mediabox:first-child > h2, .l-main > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h2, .l-main__content > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-main__sidebar h2, .l-main__sidebar .beta {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h2, .l-main__sidebar .beta {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h2, .l-highlight > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-seo > .mediabox > h2, .l-seo > .mediabox > .beta {
  font-size: 28px;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h2, .l-seo > .mediabox > .beta {
      font-size: 28px; } }

.l-grid__33 h2, .l-grid__25 h2, .l-grid__20 h2 {
  font-size: 34px;
  font-size: calc(26px + (34 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 h2, .l-grid__25 h2, .l-grid__20 h2 {
      font-size: 34px; } }

h3, .gamma {
  margin-top: 0;
  margin-bottom: 0.625em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 30px;
  font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1130 - 320));
  line-height: 1.18em;
  color: #024c94;
  font-weight: 400; }
  @media screen and (min-width: 1130px) {
    h3, .gamma {
      font-size: 30px; } }
  h3.underlined, .gamma.underlined {
    /* [1] */ }
    h3.underlined:after, .gamma.underlined:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.375em;
      margin-bottom: 0.5em;
      background-color: #dddddd; }
  h3.centered, .gamma.centered {
    /* [2] */
    text-align: center; }
  h3 i, .gamma i {
    font-family: "SourceSerifPro-Regular", serif; }
  h3 b, .gamma b {
    font-family: "Charis-Bold", serif; }
  h3 i b, h3 b i, .gamma i b, .gamma b i {
    font-family: "Charis-BoldItalic", serif; }

h3 > a, .gamma > a {
  color: #024c94; }
  h3 > a:active, .gamma > a:active {
    color: #024c94; }
  @media screen and (min-width: 1130px) {
    h3 > a:hover, h3 > a:focus, .gamma > a:hover, .gamma > a:focus {
      color: #024c94;
      text-decoration: none; } }

.mediabox__text h3, .mediabox__text .gamma {
  margin-bottom: 0.3125em; }
  .mediabox__text h3:last-child, .mediabox__text .gamma:last-child {
    margin-bottom: 0; }
  .mediabox__text h3:first-child, .mediabox__text .gamma:first-child {
    margin-top: 0; }

.l-main > .mediabox:first-child > h3, .l-main > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h3, .l-main__content > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-main__sidebar h3, .l-main__sidebar .gamma {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h3, .l-main__sidebar .gamma {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h3, .l-highlight > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-seo > .mediabox > h3, .l-seo > .mediabox > .gamma {
  font-size: 24px;
  font-size: calc(19px + (24 - 19) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h3, .l-seo > .mediabox > .gamma {
      font-size: 24px; } }

h4, .gamma {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 1130px) {
    h4, .gamma {
      font-size: 26px; } }

@media print {
  h1, .alpha, h2, .beta, h3, .gamma {
    margin-top: 0.8em;
    margin-bottom: 0.4em; } }

h5 {
  font-family: "SourceSerifPro-Bold", serif;
  color: #024c94;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.25px;
  margin-top: 0;
  margin-bottom: 1.175em; }
  @media screen and (min-width: 1130px) {
    h5 {
      font-size: 20px; } }

h6 {
  margin-top: 0;
  margin-bottom: 1.175em;
  font-family: "SourceSerifPro-Bold", serif;
  color: #024c94;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    h6 {
      font-size: 16px; } }

/**
 * Link
 * ====
 *
 * a ........................................................................... Anchor
 */
a {
  color: #024c94;
  text-decoration: none; }
  @media screen and (min-width: 1130px) {
    a {
      transition: color 0.2s, border-bottom-color 0.2s; }
      a:hover {
        color: #509f25; } }

a.button, a.nav-big__trigger {
  text-decoration: none; }

.contact a {
  color: white; }
  .contact a:hover, .contact a:focus {
    color: #999999; }

.primary-menu__item {
  text-decoration: none; }

.primary-menu__row button {
  text-decoration: none; }

.breadcrumb li a {
  text-decoration: none; }

/**
 * List
 * ====
 *
 * ul .......................................................................... Ordered List
 * ol .......................................................................... Unordered List
 */
ol, ul {
  padding-left: 20px;
  margin-bottom: 0.5em;
  list-style: none; }

ol {
  counter-reset: section; }

ol > li:before {
  display: inline-block;
  width: 20px;
  height: 100%;
  margin-left: -20px;
  color: #cd1316;
  counter-increment: section;
  content: counter(section) ")"; }

ul + ol,
ol + ol {
  margin-top: 40px; }

.mediabox .mediabox__text ul {
  overflow: auto;
  padding-left: 25px; }

.l-main__content .mediabox .mediabox__text ul > li {
  color: #024c94;
  font-family: "SourceSansPro-Bold", sans-serif; }
  .l-main__content .mediabox .mediabox__text ul > li::before {
    content: '-';
    color: #024c94;
    display: inline-block;
    width: 20px;
    height: 100%;
    margin-left: -25px;
    position: relative;
    top: 0px; }

ol + ul,
ul + ul {
  margin-top: 40px; }

/**
 * Paragraph
 * =========
 *
 * p ........................................................................... Pargaraph
 *
 * NOTE: Only define bottom margins. Top margins for edge cases.
 *
 * 1. Paragraphs can be centered.
 * 2. Paragraphs can be right-aligned.
 * 3. Paragraphs can have a introtext look.
 */
p {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Regular", sans-serif;
  letter-spacing: 0.15px;
  color: #404040; }
  @media screen and (min-width: 1130px) {
    p {
      font-size: 20px; } }
  p.centered {
    /* [1] */
    text-align: center; }
  p.right-aligned {
    /* [1] */
    text-align: right; }
  p.intro {
    /* [3] */
    margin-bottom: 1.2em;
    font-size: 24px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1130 - 320));
    line-height: 1.3em; }
    @media screen and (min-width: 1130px) {
      p.intro {
        font-size: 24px; } }

.l-main__sidebar p {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar p {
      font-size: 16px; } }

.mediabox__text p:last-child {
  margin-bottom: 0; }

.l-seo p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo p {
      font-size: 14px; } }

.result__summary p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .result__summary p {
      font-size: 16px; } }
  .result__summary p:first-child {
    margin-top: 0; }

.result__description p {
  margin-top: .35em;
  margin-bottom: .35em; }
  .result__description p:first-child {
    margin-top: 0; }
  .result__description p:last-child {
    margin-bottom: 0; }

.l-grid__33 p, .l-grid__25 p, .l-grid__20 p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 p, .l-grid__25 p, .l-grid__20 p {
      font-size: 16px; } }

@media screen and (min-width: 1130px) {
  p.wrapped-text {
    padding-left: 10em;
    padding-right: 10em; } }

/**
 * Slider
 * =========
 *
 * .event-item ................................................................................... ..Block: Event Item
 * .event-item img...................................................................................Element: Image
 * .event-item__text................................................................................ Element: Text
 *
 * 1. Override bootstraps link styles
 *
 */
.event-item {
  margin: 0 7px;
  box-shadow: 0 1px 11px -8px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 400px) {
    .event-item {
      margin: 0; } }

.event-item img {
  width: 100%;
  margin-bottom: .8em; }

.event-item a {
  text-decoration: none; }

.event-item__text {
  line-height: 1em;
  padding: 0 5px 20px; }
  .event-item__text .date {
    margin-bottom: 10px;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
    line-height: 1em;
    display: block; }
    @media screen and (min-width: 1130px) {
      .event-item__text .date {
        font-size: 16px; } }
  .event-item__text .category {
    display: block;
    color: #404040;
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
    font-family: "SourceSansPro-Bold", sans-serif;
    letter-spacing: 0.15px; }
    @media screen and (min-width: 1130px) {
      .event-item__text .category {
        font-size: 14px; } }
  .event-item__text h3 {
    font-size: 25px;
    font-size: calc(22px + (25 - 22) * (100vw - 320px) / (1130 - 320));
    line-height: 1.1333333333em;
    font-family: "SourceSansPro-Semibold", sans-serif;
    margin-bottom: 0.4666666667em;
    margin-top: 0; }
    @media screen and (min-width: 1130px) {
      .event-item__text h3 {
        font-size: 25px; } }
    @media (min-width: 576px) {
      .event-item__text h3 {
        height: 65px; } }
  .event-item__text .button {
    display: flex;
    justify-content: flex-end;
    float: unset;
    margin: 15px 35px 0 0; }

.event-item__text p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Regular", sans-serif; }
  @media screen and (min-width: 1130px) {
    .event-item__text p {
      font-size: 16px; } }

/**
 * Header Small changed special for anwr-group.com website
 * ======
 *
 * .header-small ..................................................................... Block: Header
 */
header.header-small {
  height: 128px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  z-index: 9;
  display: block;
  /* Large devices (laptops/desktops, 992px and up) */ }
  @media screen and (min-width: 2000px) {
    header.header-small {
      width: 1130px;
      max-width: 100%;
      height: 192px; } }
  header.header-small .header {
    width: 1130px;
    height: 128px;
    position: fixed;
    max-width: 100%;
    display: block;
    background: white; }

header.header-small.jumbo-active {
  /* Large devices (laptops/desktops, 992px and up) */
  /* Ipad Landsacape Only */ }
  @media only screen and (max-width: 768px) {
    header.header-small.jumbo-active {
      height: 128px;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      max-width: 1130px;
      z-index: 9;
      display: block; } }
  @media only screen and (min-width: 992px) {
    header.header-small.jumbo-active {
      display: none; } }
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    header.header-small.jumbo-active {
      height: 128px;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      max-width: 1130px;
      z-index: 9;
      display: block; } }
  header.header-small.jumbo-active .header {
    width: 1130px;
    height: 128px;
    position: fixed;
    max-width: 100%;
    display: block;
    background: white;
    /* Ipad Landsacape Only */ }
    @media only screen and (min-width: 992px) {
      header.header-small.jumbo-active .header {
        display: none; } }
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
      header.header-small.jumbo-active .header {
        display: block; } }

.header .l-wrapper {
  display: flex;
  flex-wrap: wrap; }

.header .header__user {
  display: none;
  height: 50px;
  position: relative;
  color: #999999;
  width: 100%;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .header .header__user {
      font-size: 16px; } }
  @media screen and (min-width: 2000px) {
    .header .header__user {
      display: block;
      height: 70px;
      width: auto; } }
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header .header__user {
      display: block;
      height: 70px;
      width: auto; } }

.header .header__user > span > span {
  display: none; }
  @media screen and (min-width: 480px) {
    .header .header__user > span > span {
      display: inline; } }

.header .header__user > span {
  width: 120px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right; }
  @media screen and (min-width: 480px) {
    .header .header__user > span {
      width: 15em; } }
  @media screen and (min-width: 2000px) {
    .header .header__user > span {
      width: 20em; } }

.header .header__button {
  height: 80px;
  display: none; }
  @media screen and (min-width: 2000px) {
    .header .header__button {
      display: inline; } }
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header .header__button {
      display: inline; } }

.header .header__button .button {
  margin: 0;
  margin-top: 15px;
  margin-bottom: -10px;
  padding-bottom: 11.4px;
  white-space: nowrap;
  height: 40px; }

.header .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 123px;
  top: 35px; }
  @media screen and (max-width: 700px) {
    .header .lang {
      right: 87px; } }
  @media screen and (max-width: 500px) {
    .header .lang {
      right: 46px; } }
  .header .lang .eng:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 69px;
    width: 1px;
    height: 27px;
    border-right: 1px solid #024c94; }
    @media screen and (max-width: 500px) {
      .header .lang .eng:after {
        display: none; } }
  .header .lang p {
    font-size: 12px;
    color: #024c94;
    margin-top: 10px; }

.header .searchbar-small {
  margin: 45px 0;
  display: inline-block;
  height: 60px;
  padding: 0;
  position: absolute;
  right: 27px;
  top: -9px; }
  @media screen and (max-width: 700px) {
    .header .searchbar-small {
      right: 1px; } }
  @media screen and (max-width: 500px) {
    .header .searchbar-small {
      right: -11px; } }

.jumbo_header .searchbar-small {
  margin: 45px 0;
  display: inline-block;
  padding: 0;
  right: 27px;
  top: -9px;
  min-width: 60px;
  min-height: 60px; }
  @media screen and (max-width: 700px) {
    .jumbo_header .searchbar-small {
      right: 1px; } }
  @media screen and (max-width: 500px) {
    .jumbo_header .searchbar-small {
      right: -11px; } }

.searchbar-small form {
  position: relative; }

.searchbar-small input[type="text"] {
  height: 50px;
  font-size: 20px;
  display: inline-block;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  padding-left: 7px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 9999;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="text"] {
      right: 11px; } }

.searchbar-small input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB; }

.searchbar-small input[type="text"]:focus {
  width: 400px;
  z-index: 1;
  border: 1px solid #BBB;
  cursor: text;
  background: white;
  position: relative; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="text"]:focus {
      width: 200px; } }
  @media screen and (max-width: 320px) {
    .searchbar-small input[type="text"]:focus {
      width: 100px; } }

.searchbar-small input[type="submit"] {
  height: 30px;
  width: 30px;
  display: inline-block;
  outline: none;
  float: right;
  background: url(../assets/icons/com-anwr-gr-ws_ANWR_find_svg.svg) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="submit"] {
      right: 14px; } }
  @media screen and (max-width: 511px) and (max-width: 511px) {
    .searchbar-small input[type="submit"] {
      width: 25px; } }
  .searchbar-small input[type="submit"] :before {
    content: '|';
    height: 16px;
    width: 1px; }

.searchbar-small input[type="submit"]:hover {
  opacity: 0.8; }

/**
 * Action
 * ======
 */
.action__trigger .icon-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  color: #cd1316;
  margin-right: -10px; }

.action__trigger .icon-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  color: #cd1316; }

.action__trigger .icon-menu,
.action__trigger .icon-search {
  width: 30px;
  height: 39px;
  font-size: 16px; }
  @media screen and (min-width: 2000px) {
    .action__trigger .icon-menu,
    .action__trigger .icon-search {
      font-size: 20px;
      width: 50px; } }

/**
 * .breadcrumb ................................................................. Block: Breadcrumb
 */
.breadcrumb {
  margin: .75em 0;
  padding-left: 0;
  line-height: 1em; }

.breadcrumb > li {
  display: inline-block;
  line-height: 1em;
  color: #024c94;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .breadcrumb > li {
      font-size: 14px; } }
  .breadcrumb > li:before {
    margin-left: .5em;
    margin-right: .5em;
    display: block;
    content: "\003E";
    color: #024c94;
    float: right;
    top: 1px;
    left: -1px;
    font-size: 1em;
    text-align: center; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .breadcrumb > li:before {
        font-size: .5em; } }
  .breadcrumb > li:last-child {
    font-family: "SourceSansPro-Regular", sans-serif; }
    .breadcrumb > li:last-child a {
      color: #ebebeb; }
      .breadcrumb > li:last-child a:before {
        display: none; }
    .breadcrumb > li:last-child:before {
      display: none; }

.breadcrumb a {
  display: inline-block;
  padding-right: 0.2em;
  border-bottom: none;
  margin-bottom: 0.5em;
  color: #b4b4b4; }
  .breadcrumb a:hover {
    color: #509f25; }

/**
 * Logo
 * ====
 *
 * .logo ....................................................................... Block: Logo
 */
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  margin: 2em auto 0 auto;
  width: 180px;
  /*
	@media screen and (min-width: 294px) and  (max-width: 320px)  {
		width: 60px;
		margin-left: auto;
		margin-right: 2em;
	}
	@media screen and (max-width: 320px) and (min-width: 295px) {
		width: 70px;
		margin-left: auto;
		margin-right: 3em;
	}
	@media screen and (max-width: 399px) and (min-width: 321px){
		width: 70px;
		margin-left: auto;
		margin-right: 5em;
	}
	@media screen and (max-width: 432px)and (min-width: 400px) {
		width: 70px;
		margin-left: 9em;
		margin-right: auto;
	}
	@media screen and (max-width: 516px) and (min-width: 400px){
		width: 70px;
		margin-left: 10em;
		margin-right: auto;

	}
	@media screen and (min-width: 516px) and (max-width: 700px) {
		width: 100px;
		margin-left: 15em;
		margin-right: auto;
	}
	@media screen and (min-width: 700px) and (max-width: 900px) {
		//width: 120px;
		margin-left: 18em;
		margin-right: auto;
	}
	@media screen and (min-width: 900px) and (max-width: 600px) {
		//width: 120px;
		margin-left: 18em;
		margin-right: auto;
	}*/ }
  @media screen and (max-width: 700px) {
    .logo {
      width: 130px;
      margin-top: 3em; } }
  @media screen and (max-width: 350px) {
    .logo {
      width: 97px;
      margin-top: 48px; } }

@media (min-width: 992px) {
  header.header-navigation {
    display: block; } }

header.header-navigation .header {
  width: 1130px;
  height: 128px;
  position: fixed;
  max-width: 100%;
  display: block;
  background: white;
  display: flex;
  height: 50px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 992px) {
    header.header-navigation .header {
      display: none; } }
  @media screen and (max-width: 1999px) {
    header.header-navigation .header {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (min-width: 2000px) {
    header.header-navigation .header {
      flex-wrap: wrap;
      height: auto; } }

header.header-small {
  /* Large devices (laptops/desktops, 992px and up) */ }
  @media only screen and (max-width: 768px) {
    header.header-small {
      height: 128px;
      position: relative;
      margin-right: auto;
      margin-left: auto;
      max-width: 1130px;
      z-index: 9;
      display: block; } }
  @media only screen and (min-width: 992px) {
    header.header-small .jumbo-active {
      display: none; } }
  @media screen and (min-width: 2000px) {
    header.header-small {
      width: 1130px;
      max-width: 100%;
      height: 192px; } }
  header.header-small .header {
    width: 1130px;
    height: 128px;
    position: fixed;
    max-width: 100%;
    display: block;
    background: white; }
    @media only screen and (min-width: 992px) {
      header.header-small .header .jumbo-active {
        display: none; } }

.jumbo_header .l-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Medium devices (landscape tablets, 768px and up) */ }
  @media only screen and (max-width: 768px) {
    .jumbo_header .l-wrapper {
      display: none; } }
  @media screen and (max-width: 1229px) {
    .jumbo_header .l-wrapper {
      padding-right: 0;
      padding-left: 0; } }

.jumbo_header .header__user {
  display: none;
  height: 150px;
  position: relative;
  color: #999999;
  width: 100%;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .jumbo_header .header__user {
      font-size: 16px; } }
  @media screen and (min-width: 2000px) {
    .jumbo_header .header__user {
      display: block;
      height: 70px;
      width: auto; } }

.jumbo_header .header__user > span > span {
  display: none; }
  @media screen and (min-width: 480px) {
    .jumbo_header .header__user > span > span {
      display: inline; } }

.jumbo_header .header__user > span {
  width: 120px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right; }
  @media screen and (min-width: 480px) {
    .jumbo_header .header__user > span {
      width: 15em; } }
  @media screen and (min-width: 2000px) {
    .jumbo_header .header__user > span {
      width: 20em; } }

.jumbo_header .header__button {
  height: 80px;
  display: none; }
  @media screen and (min-width: 2000px) {
    .jumbo_header .header__button {
      display: inline; } }

.jumbo_header .header__button .button {
  margin: 0;
  margin-top: 15px;
  margin-bottom: -10px;
  padding-bottom: 11.4px;
  white-space: nowrap;
  height: 40px; }

@media only screen and (max-width: 768px) {
  .jumbo_header {
    display: none; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .jumbo_header {
    display: none; } }

.jumbo_header .lang {
  display: flex;
  align-items: center;
  justify-content: center; }
  .jumbo_header .lang .de, .jumbo_header .lang .eng, .jumbo_header .lang .fr, .jumbo_header .lang .nl {
    display: block;
    content: ' ';
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    margin: 5px; }
  .jumbo_header .lang .de {
    background-image: url(../assets/icons/germany-flag.svg); }
  .jumbo_header .lang .eng {
    background-image: url(../assets/icons/united-kingdom-flag.svg); }
  .jumbo_header .lang .fr {
    background-image: url(../assets/icons/france-flag.svg); }
  .jumbo_header .lang .nl {
    background-image: url(../assets/icons/netherland-flag.svg); }
  .jumbo_header .lang .de a, .jumbo_header .lang .eng a, .jumbo_header .lang .fr a, .jumbo_header .lang .nl a {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .jumbo_header .lang p {
    font-size: 12px;
    color: #024c94;
    margin-top: 10px; }

.header-navigation .jumbo_header {
  height: 100%; }

.header-navigation .subpage-1 {
  background-color: #024c94; }

.header-navigation .subpage-2 {
  background-color: #84b819; }

.header-navigation .subpage-3 {
  background-color: #00a6b3; }

.header-navigation .subpage-4 {
  background-color: #76b9d0; }

.header-navigation .jumbotron_navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60px; }
  .header-navigation .jumbotron_navigation h4 {
    color: white;
    margin: 0; }
  .header-navigation .jumbotron_navigation .navigation_element {
    flex: 1;
    text-align: center;
    cursor: pointer;
    height: 100%; }
  .header-navigation .jumbotron_navigation .jumbotron_start_anchor {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.top-header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.jumbo_header_search_container {
  display: flex;
  justify-content: flex-end; }

.header-item {
  width: 33%; }

.jumbotron_subnavigation {
  width: 100%;
  height: 100%;
  padding-top: 30px; }
  .jumbotron_subnavigation .nav_element_row {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    padding-left: 60px; }
  .jumbotron_subnavigation .nav_element {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .jumbotron_subnavigation .nav_element a {
    color: white; }
  .jumbotron_subnavigation .nav_element a:hover {
    font-weight: bold;
    text-decoration: underline; }
  .jumbotron_subnavigation .nav_main {
    font-weight: bold;
    flex: 0 0 24%;
    margin: 10px; }
  .jumbotron_subnavigation .nav_main a {
    margin: 0; }
  .jumbotron_subnavigation .nav_sub {
    font-weight: normal;
    padding-left: 5px;
    border-left: solid 1px white; }
    .jumbotron_subnavigation .nav_sub a:before {
      position: relative;
      top: 0.7em;
      height: 1em;
      width: 10px;
      color: white;
      content: "";
      display: block;
      left: -15px;
      border-bottom: 1px solid white; }

.jumbotron_subnavigation.subpage-1, .jumbotron_subnavigation.subpage-2, .jumbotron_subnavigation.subpage-3, .jumbotron_subnavigation.subpage-4 {
  display: none;
  padding: 25px; }

/**
 * Accordion
 * =========
 *
 * .accordion dt ............................................................... Header
 * .accordion dd ............................................................... Body
 */
.accordion {
  margin-bottom: 3em; }

.is-active {
  margin: 0 !important; }

.accordion.is-initialized dt {
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px;
  margin: 0.2272727273em 0;
  padding: 0.5384615385em 35px 0.5384615385em 15px;
  background-color: #ebebeb;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dt {
      font-size: 26px; } }
  .accordion.is-initialized dt:after {
    position: absolute;
    bottom: 6px;
    right: 0;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
    height: 1.875em;
    width: 1.875em;
    background-repeat: no-repeat; }
  .accordion.is-initialized dt:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #024c94;
    bottom: 10px;
    left: 14px; }

.accordion.is-initialized dd {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  margin: 0 0 1.8181818182em 0;
  padding: 0.5384615385em 35px 0 15px;
  background-color: #ebebeb;
  margin-left: 0px; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd {
      font-size: 16px; } }
  .accordion.is-initialized dd .mediabox__text {
    max-width: 906px; }
  .accordion.is-initialized dd .mediabox {
    margin-bottom: -1.5em;
    margin-top: -1.05em;
    padding: 1.8181818182em 0 1.8181818182em 0; }

.accordion.is-initialized dd p {
  margin-top: 1.25em;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.375em;
  vertical-align: top; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd p {
      font-size: 16px; } }

.accordion.is-initialized dd h5 {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd h5 {
      font-size: 16px; } }

.accordion.is-initialized dd .mediabox__media p {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd .mediabox__media p {
      font-size: 16px; } }

.accordion.is-initialized dt.is-active:after {
  position: absolute;
  bottom: 6px;
  right: 0;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

/**
 * Calendar Overview
 * =========
 *
 * .calendar-overview-sport2000 ................................................................. Block: Calendar Overview
 * .calendar-overview__item ................................................................. Block: Calendar Overview Item
 * .calendar-overview__imageText ................................................................. Block: Calendar Overview Image
 * .calendar-overview__content ................................................................. Block: Calendar Overview Description
 * .calendar-overview__icons ................................................................. Block: Calendar Overview Icon
 */
/* Mixins used only in this module*/
.calendar-overview {
  margin-top: 2em;
  padding: 0;
  list-style: none; }

.calendar-overview__item {
  margin: 0;
  margin-bottom: 0.25em;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ebebeb; }
  .calendar-overview__item:before {
    display: none; }
  @media screen and (min-width: 480px) {
    .calendar-overview__item {
      flex-direction: row; } }

.calendar-overview__item .calendar-overview__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .calendar-overview__item .calendar-overview__link:hover {
    cursor: pointer; }

.calendar-overview__item .calendar-overview__image {
  max-height: 116px;
  overflow: hidden; }
  @media screen and (min-width: 480px) {
    .calendar-overview__item .calendar-overview__image {
      max-height: none;
      min-width: 130px;
      max-width: 203px;
      flex: 1;
      display: flex;
      align-items: center; } }

.calendar-overview__item .calendar-overview__image img {
  width: 100%; }

.calendar-overview__content {
  padding: 20px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
    .calendar-overview__content {
      padding: 0.75em;
      flex: 3; } }

.calendar-overview__content > h4, .calendar-overview__content > h5, .calendar-overview__content > p {
  margin: 0;
  width: 100%;
  display: block; }

.calendar-overview__content > h4 {
  font-family: "SourceSansPro-Bold", sans-serif; }

.calendar-overview__content > h4 {
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .calendar-overview__content > h4 {
      font-size: 26px; } }
  .calendar-overview__content > h4:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #024c94;
    bottom: 0;
    left: 0; }

.calendar-overview__content > h5 {
  margin: 10px 0 10px 0;
  color: #404040;
  font-family: "SourceSansPro-Bold", sans-serif;
  letter-spacing: 0.15px;
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .calendar-overview__content > h5 {
      font-size: 16px; } }

.calendar-overview__content > p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em;
  color: #333333; }
  @media screen and (min-width: 1130px) {
    .calendar-overview__content > p {
      font-size: 14px; } }

.calendar-overview__icons {
  min-width: 140px;
  display: flex;
  justify-content: flex-end; }
  @media screen and (min-width: 38em) {
    .calendar-overview__icons {
      min-width: 160px; } }

.calendar-overview__location, .calendar-overview__calendar {
  padding: 2em 0;
  border: none;
  border-top: 2px solid white;
  flex-basis: 100%;
  position: relative;
  text-align: center;
  text-decoration: none; }
  @media screen and (min-width: 480px) {
    .calendar-overview__location, .calendar-overview__calendar {
      border-top: none;
      flex-basis: 50%; }
      .calendar-overview__location::after, .calendar-overview__calendar::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .calendar-overview__location:hover, .calendar-overview__calendar:hover {
    background: #dddddd; }

.calendar-overview__location::after {
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_pin_svg.svg);
  position: absolute;
  content: "";
  height: 2.5em;
  width: 2.5em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 480px) {
    .calendar-overview__location::after {
      bottom: 10px; } }

.calendar-overview__calendar::after {
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_agenda_svg.svg);
  position: absolute;
  content: "";
  height: 2.5em;
  width: 2.5em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 480px) {
    .calendar-overview__calendar::after {
      bottom: 10px; } }

.calendar-overview__calendar:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  border-left: 1px solid #024c94;
  left: 0;
  bottom: 18px; }
  @media screen and (max-width: 480px) {
    .calendar-overview__calendar:before {
      bottom: 6px;
      height: 42px; } }

/**
 * Contact List
 * =========
 *
 * .contact-list ......................................................................... Contact List
 * .contact-list__container .............................................................. Container
 * .contact-list__nav .................................................................... Nav
 * .contact-list__content ................................................................ Content
 */
.contact-list {
  margin-top: 3em;
  margin-bottom: 1.25em; }
  .contact-list + * {
    margin-top: 1.25em; }

.contact-list h3 {
  color: #333333;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 22px;
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1130 - 320));
  text-align: center; }
  @media screen and (min-width: 1130px) {
    .contact-list h3 {
      font-size: 22px; } }
  @media screen and (min-width: 640px) {
    .contact-list h3 {
      text-align: left; } }

.contact-list__container {
  margin-top: 1em;
  margin-right: -2.15em;
  margin-left: -2.15em;
  padding-right: 1em;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 640px) {
    .contact-list__container {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
      flex-direction: row-reverse; } }

.contact-list__nav {
  text-align: center; }
  .contact-list__nav .category-list {
    display: none; }
  .contact-list__nav .dropdown {
    margin: 10px 0 0 0; }
  @media screen and (min-width: 640px) {
    .contact-list__nav {
      flex-basis: 280px;
      text-align: start; }
      .contact-list__nav .category-list {
        display: block; }
      .contact-list__nav .dropdown {
        display: none; } }

.contact-list__content {
  margin-top: 2em;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }
  @media screen and (min-width: 640px) {
    .contact-list__content {
      margin-top: 0;
      align-items: flex-start;
      justify-content: flex-start; } }

.contact-list__content > .contact-tile {
  margin: 0 5px 3px 0;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .contact-list__content > .contact-tile {
      margin: 0 1em 3em 0; } }
  @media screen and (min-width: 780px) {
    .contact-list__content > .contact-tile {
      max-width: 370px; } }
  @media screen and (min-width: 1130px) {
    .contact-list__content > .contact-tile {
      margin: 0 1.5em 1.5em 0;
      flex-basis: 49%; } }

/**
 * Contact Tile
 * =========
 *
 * .contact-tile ......................................................................... Block: Contact Tile
 * .contact-tile__info ................................................................... Block: Contact Information
 */
.contact-tile {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-top: 1.5em;
  padding-bottom: 1.75em;
  color: #404040;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  max-width: none; }
  @media screen and (min-width: 1130px) {
    .contact-tile {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 640px) {
    .contact-tile {
      max-width: 370px;
      padding: 1.5em 0 2em 1em; } }
  .contact-tile a.button {
    position: absolute;
    right: 0; }

.contact-tile img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 80px;
  height: 80px; }
  @media screen and (min-width: 780px) {
    .contact-tile img {
      margin: 0;
      float: none;
      width: 100px;
      height: 100px; } }

.contact-tile__info {
  float: none;
  margin-bottom: 0;
  padding-top: 5px;
  clear: both; }

.contact-tile .contact-tile__content {
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-top: 1.25em;
  padding-bottom: 1.75em;
  background-color: #ebebeb;
  width: 100%;
  max-width: none;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__content {
      padding-right: 20px;
      padding-left: 20px; } }
  .contact-tile .contact-tile__content h4 {
    position: relative; }
    .contact-tile .contact-tile__content h4:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      border-bottom: 1px solid #024c94;
      bottom: -4px;
      left: 0; }
  .contact-tile .contact-tile__content p {
    font-size: 16px;
    font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .contact-tile .contact-tile__content p {
        font-size: 16px; } }

.contact-tile .contact-tile__name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "SourceSerifPro-Bold", serif;
  color: #024c94;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.25px; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__name {
      font-size: 20px; } }
  @media screen and (min-width: 780px) {
    .contact-tile .contact-tile__name {
      margin-top: .5em; } }

.contact-tile .contact-tile__position {
  margin-top: 0;
  font-family: "SourceSansPro-Bold", sans-serif;
  color: #024c94;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__position {
      font-size: 16px; } }

.contact-tile .contact-tile__company {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #1c1c1c;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__company {
      font-size: 16px; } }

.contact-tile .contact-tile__text {
  margin-top: 18px;
  min-height: 1em;
  width: 100%;
  line-height: 1.2em;
  color: #191919;
  clear: both; }
  @media screen and (min-width: 780px) {
    .contact-tile .contact-tile__text {
      margin-top: 0;
      margin-bottom: 0.9375em; } }

.contact-tile .contact-tile__phone,
.contact-tile .contact-tile__mail {
  margin-top: 6px;
  margin-bottom: 2px;
  display: block;
  clear: both; }

.contact-tile .contact-tile__phone a,
.contact-tile .contact-tile__mail a {
  padding-left: 3em;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none; }
  .contact-tile .contact-tile__phone a:hover::before,
  .contact-tile .contact-tile__mail a:hover::before {
    text-decoration: none; }
  .contact-tile .contact-tile__phone a::before,
  .contact-tile .contact-tile__mail a::before {
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_calls_svg.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    width: 33px;
    height: 33px; }

.contact-tile .contact-tile__phone a span,
.contact-tile .contact-tile__mail a span {
  display: block;
  text-decoration: none;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #404040;
  font-family: "SourceSansPro-Bold", sans-serif;
  letter-spacing: 0.15px; }

.contact-tile .contact-tile__phone a span {
  margin-bottom: 1em; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__phone a span {
      color: #1c1c1c; } }

.contact-tile .contact-tile__mail a::before {
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_mail_svg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -7px;
  width: 33px;
  height: 33px; }

/**
 * Cookie Consent
 * =========
 *
 * . ......................................................................... Block: Cookie Consent
 */
span.cc-message,
span.cc-message * {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320));
  color: white;
  line-height: 24px;
  text-align: left; }
  @media screen and (min-width: 1130px) {
    span.cc-message,
    span.cc-message * {
      font-size: 18px; } }
  span.cc-message a,
  span.cc-message * a {
    color: #999999;
    text-decoration: underline; }
    span.cc-message a:hover,
    span.cc-message * a:hover {
      color: white; }

.cc-window .cc-message a.cc-link {
  color: white; }
  @media screen and (min-width: 1130px) {
    .cc-window .cc-message a.cc-link:hover {
      color: #cd1316; } }

.cc-window .cc-compliance {
  display: block; }

.cookie-consent,
.cookie-consent > * {
  display: none; }

/**
 * .footer-sport2000 ..................................................................... Footer
 * .footer__copyright .......................................................... Copyright
 * .footer__links .............................................................. Links
 */
.footer {
  padding: 20px 0 0 0;
  background: white;
  background: white;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.5714285714em; }
  @media screen and (min-width: 1130px) {
    .footer {
      font-size: 14px; } }
  @media screen and (min-width: 700px) {
    .footer {
      padding: 1.4285714286em 0 0 0; } }

.footer .l-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  display: block; }
  @media screen and (min-width: 1230px) {
    .footer .l-wrapper {
      padding-right: 60px;
      padding-left: 60px; } }

.footer__image {
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__image img {
  width: 307px;
  height: 57px;
  display: block; }

.footer__copyright {
  margin-top: 3.5714285714em;
  margin-bottom: 1.4285714286em;
  font-family: "SourceSansPro-Bold", sans-serif;
  color: #b4b4b4;
  font-size: 12px; }

.footer__links {
  margin-top: 3.5714285714em;
  font-family: "SourceSerifPro-Regular", serif; }

.footer__links a,
.footer__links span {
  margin: 0 1em;
  display: inline-block;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #024c94;
  font-size: 15px; }
  @media screen and (min-width: 960px) {
    .footer__links a:last-child,
    .footer__links span:last-child {
      margin-right: 0; } }

.footer__links a:hover, .footer__links a:focus {
  color: #509f25; }

.footer__group {
  display: flex;
  padding-top: 40px;
  border-top: 3px solid #024c94;
  height: 100%;
  flex-wrap: wrap; }
  @media screen and (min-width: 960px) {
    .footer__group {
      flex-wrap: nowrap; } }

.footer_logo_copyright {
  margin-top: 20px; }
  .footer_logo_copyright .footer__copyright {
    margin-top: 10px; }

.footer__container, .footer__link_container, .footer__icon_container {
  display: flex;
  flex-wrap: wrap;
  height: 100%; }

.footer_column_full, .footer_column_half {
  margin: 12px;
  height: 100%; }

.footer_column_half {
  height: 50%; }

.footer_column_full {
  height: 100%; }

.footer__link_container a, .footer_link a, .footer__icon_container a, .footer__link_container p, .footer_link p, .footer__icon_container p {
  width: 100%;
  height: 100%; }

.footer__icon_container a {
  font-size: 18px;
  padding-bottom: 5px; }

.footer_link_huge {
  font-size: 20px;
  padding-bottom: 18px; }

.footer__link_container p, .footer_link p, .footer__icon_container p {
  font-size: 16px;
  margin: 0; }

.footer__headline {
  width: 100%; }

/**
 * Iframe
 * ======
 *
 * iframe ..................................................................... Element: iframe
 */
iframe {
  margin-bottom: 1em;
  width: 100%; }

/**
 * Mediabox
 * ========
 *
 * .mediabox__media ............................................................ Element: Media
 * .mediabox__media > p ........................................................ Element: Caption
 * .l-highlight .mediabox ...................................................... Modifier: Highlight
 * .l-seo .mediabox ............................................................ Modifier: SEO
 *
 * 1. Top align the first element, no matter what it is.
 * 2. Compensate for line-height and bring it to the same level of adjoining content.
 * 3. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.mediabox {
  margin-bottom: 2.5em; }

.mediabox > *:first-child,
.mediabox__media > *:first-child,
.mediabox__text > *:first-child {
  margin-top: 0; }

.mediabox__media {
  width: 100%;
  position: relative; }
  .mediabox__media img, .mediabox__media video {
    margin-bottom: .5em;
    width: 100%; }

.mediabox .mediabox__text .intro {
  margin: 0.2083333333em 0 1.4583333333em 0; }

.mediabox__text {
  position: relative; }
  .mediabox__text h3 {
    font-size: 26px;
    font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
    font-family: "SourceSerifPro-Regular", serif;
    color: #024c94;
    letter-spacing: 0.25px; }
    @media screen and (min-width: 1130px) {
      .mediabox__text h3 {
        font-size: 26px; } }

.mediabox.mediabox--xl .mediabox__text p {
  padding-bottom: 10px; }

.mediabox__media .video-overlay {
  position: relative;
  vertical-align: middle; }
  .mediabox__media .video-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.3);
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 2; }
  .mediabox__media .video-overlay::after {
    padding: .5em;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_play_svg.svg);
    background-color: #a1b6c4;
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    height: 8.25em;
    width: 8.25em;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    z-index: 3; }

.mediabox__link {
  margin-top: 1.55em; }

.mediabox__media .video-overlay.active::before,
.mediabox__media .video-overlay.active::after {
  opacity: 1; }

.mediabox__media .video-overlay video {
  cursor: pointer; }

.mediabox__text > p:first-child {
  margin-top: 0; }

.mediabox__text ul li {
  color: #404040;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  float: none !important;
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .mediabox__text ul li {
      font-size: 20px; } }
  .mediabox__text ul li:before {
    content: "-";
    margin-left: -20px;
    display: inline-block;
    width: 20px;
    height: 100%; }

.mediabox__media > a {
  border-bottom: none;
  position: relative; }

.mediabox__media {
  margin-bottom: 1em; }

.mediabox.mediabox--s .mediabox__media {
  padding-top: 5px; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--s .mediabox__media {
      max-width: 240px; } }

@media screen and (min-width: 790px) {
  .l-grid__33 .mediabox.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 480px) {
  .l-grid__25 .mediabox.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.l-grid__33 .mediabox.mediabox--xl .mediabox__content {
  display: flex;
  flex-wrap: wrap; }

.l-grid__33 .mediabox.mediabox--xl .mediabox__text {
  height: 100%;
  min-width: 100%; }

@media screen and (min-width: 790px) {
  .l-grid__25 .mediabox.mediabox--nowrap.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.l-grid__20 .mediabox.mediabox--s .mediabox__media {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0; }

.contact__left .mediabox__media {
  height: 30px; }

.mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }

.l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }
  @media screen and (min-width: 790px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: inherit; } }
  @media screen and (min-width: 1130px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }

.l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }
  @media screen and (min-width: 790px) {
    .l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: inherit; } }

.l-grid__25 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }

.l-grid__20 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }

.mediabox__media > p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em;
  color: #999999; }
  @media screen and (min-width: 1130px) {
    .mediabox__media > p {
      font-size: 14px; } }

.l-highlight .mediabox__content {
  margin-top: 1.5em;
  padding: 1em;
  background-color: #ebebeb;
  display: inline-block;
  width: 100%; }

.l-overview .mediabox .mediabox__content {
  background-color: #ebebeb; }
  .l-overview .mediabox .mediabox__content .mediabox__text {
    padding: 1.5em; }
    .l-overview .mediabox .mediabox__content .mediabox__text h4 {
      position: relative; }
      .l-overview .mediabox .mediabox__content .mediabox__text h4:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        border-bottom: 1px solid #024c94;
        bottom: 0; }

.l-grid__50 .l-overview .mediabox .mediabox__content .mediabox__text p,
.l-grid__33 .l-overview .mediabox .mediabox__content .mediabox__text p,
.l-grid__25 .l-overview .mediabox .mediabox__content .mediabox__text p,
.l-grid__20 .l-overview .mediabox .mediabox__content .mediabox__text p {
  overflow: hidden;
  line-height: 1.25em; }

.l-seo .mediabox {
  margin: 3.7em 0 .5em 0;
  padding-top: 0.5em;
  border-top: 2px solid #dddddd; }

.l-seo .mediabox__media > p {
  font-size: 12px;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo .mediabox__media > p {
      font-size: 12px; } }

.l-seo .mediabox__text p {
  margin-top: 10px;
  line-height: 1.5em; }

/* Configuration Parameters */
@keyframes fade-opacity-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.multi-nav {
  background-color: #ebebeb;
  margin: 0 auto 200px auto;
  overflow: hidden;
  max-width: 1130px;
  width: 100%; }
  .multi-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .multi-nav a,
  .multi-nav label {
    display: block;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer; }
  .multi-nav a:focus,
  .multi-nav a:hover,
  .multi-nav label:focus,
  .multi-nav label:hover,
  .multi-nav label p span:hover {
    color: #024c94; }
  .multi-nav a.active {
    color: #024c94;
    font-weight: bold; }

.multi-nav__content {
  margin-bottom: 30px; }
  .multi-nav__content .nav-item__level-1 {
    position: relative;
    margin: 1em 2em;
    border-bottom: solid 1px #024c94; }
    .multi-nav__content .nav-item__level-1:last-child {
      margin-bottom: 30px; }

.nav-icon__big:before {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
  background-repeat: no-repeat;
  height: 1.875em;
  width: 1.875em;
  margin-top: -10px; }

.nav-icon__big:hover:before {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add-hover_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

.nav-item__level-1 > input[type='checkbox']:checked ~ label .nav-icon__big:before {
  float: right;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

.nav-item__level-1 > input[type='checkbox']:checked ~ label .nav-icon__big:hover:before {
  float: right;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus-hover_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

.nav-icon__small:before {
  position: absolute;
  top: 0;
  left: 255px;
  content: "";
  float: right;
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
  height: 1.5625em;
  width: 1.5625em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 320px) {
    .nav-icon__small:before {
      left: 190px; } }

.nav-list__level-1 li > input[type='checkbox']:checked ~ label .nav-icon__small:before {
  float: right;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg);
  height: 1.5625em;
  width: 1.5625em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 320px) {
    .nav-list__level-1 li > input[type='checkbox']:checked ~ label .nav-icon__small:before {
      left: 190px; } }

#open-nav-checkbox {
  display: block; }

.nav-list__level-1 li > input[type='checkbox']:checked ~ label p span {
  color: #024c94; }

.open-nav__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  cursor: pointer;
  height: 21px;
  width: 25px; }
  .open-nav__icon span.open {
    display: block;
    top: 8px;
    position: relative; }
    .open-nav__icon span.open:before {
      content: '';
      position: absolute;
      height: 3.125em;
      width: 3.125em;
      display: block;
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_menu_svg.svg);
      background-repeat: no-repeat; }
  .open-nav__icon span.close {
    display: block;
    top: 8px;
    position: relative; }
    .open-nav__icon span.close:before {
      content: '';
      position: absolute;
      height: 3.125em;
      width: 3.125em;
      display: none;
      background-color: rgba(0, 0, 0, 0);
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_close_svg.svg); }

#open-nav-checkbox:checked ~ .multi-nav {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation: fade-opacity-in .8s none; }

#open-nav-checkbox:checked ~ .open-nav__icon span.open:before {
  display: none; }

#open-nav-checkbox:checked ~ .open-nav__icon span.close:before {
  display: block; }

#open-nav-checkbox {
  display: none; }

.nav-list__level-1 p a {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .nav-list__level-1 p a {
      font-size: 20px; } }

/**
   * Hide nested lists
   */
.nav-list__level-1, .nav-list__level-2, .nav-list__level-3 {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in-out; }

.multi-nav__content input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
  animation: fade-opacity-in .8s none; }

.multi-nav__content label > span {
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s; }

.multi-nav__content input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.nav-item__level-1 > label {
  margin: 0; }

.nav-item__level-1 label h4 span:hover {
  color: #509f25; }

.nav-item__level-2 p a, .nav-item__level-2 label p span {
  margin-top: 0;
  color: #404040;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .nav-item__level-2 p a, .nav-item__level-2 label p span {
      font-size: 20px; } }

.nav-item__level-2 label {
  position: relative; }

.nav-item__level-3 p {
  margin-top: 0; }
  .nav-item__level-3 p a {
    color: #404040;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .nav-item__level-3 p a {
        font-size: 16px; } }

ul.nav-list__level-2, ul.nav-list__level-3, ul.nav-list__level-4, ul.nav-list__level-5, ul.nav-list__level-6 {
  margin-left: 15px; }

/**
 * News Grid
 * =========
 *
 * .news-grid ............................................................... Block: News Grid
 */
.news-grid:first-child {
  margin-top: 1.25em; }

.news-grid__container {
  margin-left: calc(-15px + (-60 - -15) * (100vw - 320px) / (1230 - 320));
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }
  .news-grid__container .newscard.small {
    padding-bottom: 15px;
    max-width: none; }
  .news-grid__container > .newscard.small {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100vw; }
  .news-grid__container .newscard__ribbon__front,
  .news-grid__container .newscard__ribbon__back {
    opacity: 0; }
  @media screen and (min-width: 640px) {
    .news-grid__container {
      margin-left: 0;
      padding: 0;
      flex-direction: row; }
      .news-grid__container .newscard__ribbon__front,
      .news-grid__container .newscard__ribbon__back {
        opacity: 1; }
      .news-grid__container .newscard.small {
        margin: .75em;
        max-width: 250px;
        width: 100%; } }
  @media screen and (min-width: 1130px) {
    .news-grid__container {
      justify-content: flex-start; } }

.news-grid__container .newscard__front .newscard__front__content p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid__container .newscard__front .newscard__front__content p {
      font-size: 16px; } }

.news-grid .newscard__tags .flag {
  margin-right: 0.5em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__tags .flag {
      font-size: 14px; } }

.news-grid__container .newscard__front {
  padding: 0.75em; }

.news-grid__container .newscard__front .newscard__front__content {
  padding: 0;
  padding-left: 0.75em; }

.news-grid .newscard__front .newscard__tags {
  margin: 1.4285714286em 0 0.7142857143em 0; }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__front .newscard__tags {
      margin: 2.1428571429em 0 0.7142857143em 0; } }

.news-grid .newscard__front p.newscard__date,
.news-grid .newscard__front div.newscard__tags > span {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__front p.newscard__date,
    .news-grid .newscard__front div.newscard__tags > span {
      font-size: 14px; } }

.news-grid .newscard__front p.newscard__social {
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__front p.newscard__social {
      font-size: 14px; } }

@media screen and (min-width: 1130px) {
  .news-grid .newscard__front .newscard__tags > span > div {
    float: left; }
  .news-grid .newscard__front .newscard__tags > span > span {
    float: right; }
  .news-grid .newscard__front .newscard__tags > span + p {
    clear: both; } }

.news-grid__container .newscard__back .newscard__back__content {
  padding: 20px 20px 70px 20px;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.3em; }
  @media screen and (min-width: 1130px) {
    .news-grid__container .newscard__back .newscard__back__content {
      font-size: 16px; } }

.news-grid__container .newscard {
  margin: 0;
  width: 100vw;
  max-width: none;
  border-top: 2px solid #f6f6f6; }
  .news-grid__container .newscard:last-child {
    border-bottom: 2px solid #f6f6f6; }
  .news-grid__container .newscard .newscard__front img {
    width: 35%;
    float: left; }
  .news-grid__container .newscard .newscard__front__content {
    margin-top: 0px;
    display: inline-block;
    width: 64%; }
  .news-grid__container .newscard .newscard__ribbon__front {
    top: 10px;
    height: 18px;
    width: 27px;
    font-size: 14px;
    line-height: 18px; }
    .news-grid__container .newscard .newscard__ribbon__front::after {
      border-top-width: 18px;
      border-right-width: 13px;
      right: -13px; }
  @media screen and (min-width: 640px) {
    .news-grid__container .newscard {
      margin: .75em;
      padding: 0;
      width: 250px;
      max-width: 250px;
      border: none; }
      .news-grid__container .newscard:last-child {
        border: none; }
      .news-grid__container .newscard .newscard__front {
        padding: 0; }
      .news-grid__container .newscard .newscard__front img {
        float: none;
        width: 100%; }
      .news-grid__container .newscard .newscard__front__content {
        margin-top: -6px;
        padding: 0.75em;
        display: block;
        width: 100%; }
      .news-grid__container .newscard .newscard__ribbon__front {
        padding-right: 5px;
        height: 24px;
        width: 36px;
        top: 15px;
        left: -8px;
        font-size: 18px;
        line-height: 24px;
        box-shadow: -1px 3px 2px 0px rgba(0, 0, 0, 0.2); }
        .news-grid__container .newscard .newscard__ribbon__front::after {
          border-top-width: 24px;
          border-right-width: 18px;
          right: -18px; } }

/**
 * News Group
 * ====
 *
 * .news-group ........................................................................... Block: News Group
 */
.news-group {
  margin-top: 3em;
  margin-bottom: 3em; }

.news-group h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 1em; }

.news-group .news-group__grid {
  margin-left: calc(-15px + (-60 - -15) * (100vw - 320px) / (1230 - 320));
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 960px) {
    .news-group .news-group__grid {
      margin-left: 0;
      flex-direction: row; } }

.news-group .news-group__grid .newscard {
  margin-top: 2px;
  margin-right: 0;
  width: 100vw;
  height: auto;
  max-width: none; }
  .news-group .news-group__grid .newscard .newscard__front {
    overflow: hidden;
    padding: 15px; }
    .news-group .news-group__grid .newscard .newscard__front img {
      margin: 0 1em 0 0;
      float: left;
      width: 35%; }
    .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
      padding: 0;
      width: 60%;
      display: inline-block; }
  @media screen and (min-width: 960px) {
    .news-group .news-group__grid .newscard {
      margin-top: 20px;
      max-width: 350px;
      margin-left: 0;
      margin-right: 0; }
      .news-group .news-group__grid .newscard .newscard__front {
        padding: 0; }
        .news-group .news-group__grid .newscard .newscard__front img {
          margin: 0;
          float: none;
          width: 100%; }
        .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
          padding: 15px;
          float: none;
          display: block;
          width: 100%; }
      .news-group .news-group__grid .newscard .newscard__back .button {
        bottom: -14px;
        right: -7px; } }

@media screen and (min-width: 960px) {
  .news-group .news-group__grid .newscard:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px; } }

.news-group .newscard__front__content {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 960px) {
    .news-group .newscard__front__content {
      margin-top: -6px;
      padding: 1em; } }

.news-group__button {
  margin-top: 1em;
  text-align: right; }
  .news-group__button * {
    text-align: left; }
  .news-group__button a.button {
    margin-top: 0;
    margin-bottom: 0; }

/**
 * News Item
 * =========
 *
 * .news-item ....................................................................................... Block: news Item
 * .news-item__link.................................................................................. Element: Link
 * .news-item__img................................................................................... Element: Image
 * .news-item__text.................................................................................. Element: Text
 * *
 */
.news-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }

.news-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-item__img {
  flex: 2; }

.news-item__container p {
  margin: .5em 0;
  line-height: 1.8em; }

.news-item__container {
  padding-left: 0.9375em;
  flex: 3; }

.news-item__container .news-item__data {
  margin-top: -7px;
  vertical-align: top;
  margin-bottom: 0.5em;
  font-family: "SourceSansPro-Italic", sans-serif;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__data {
      font-size: 14px; } }
  .news-item__container .news-item__data span {
    margin-left: .2em;
    font-family: "SourceSansPro-Bolditalic", sans-serif; }

.news-item__container .news-item__title {
  margin-top: -3px;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__title {
      font-size: 14px; } }

.news-item__container .news-item__text {
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__text {
      font-size: 14px; } }

/**
 * Newscard
 * ======
 *
 * .newscard ..................................................................... Block: Newscard
 * .newscard__front .............................................................. Block: Newscard Front
 * .newscard__back ............................................................... Block: Newscard Back
 */
.newscard {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  perspective: 1000px; }
  .newscard.small {
    max-width: 250px;
    max-height: 320px; }
    .newscard.small .newscard__back__content p {
      font-size: 16px;
      font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
      @media screen and (min-width: 1130px) {
        .newscard.small .newscard__back__content p {
          font-size: 16px; } }

.newscard.topnews .newscard__ribbon__front,
.newscard.topnews .newscard__ribbon__back {
  display: none; }

@media screen and (min-width: 1130px) {
  .newscard:focus .newscard__flip,
  .newscard:hover .newscard__flip {
    transform: rotateY(-180deg); } }
  @media screen and (min-width: 1130px) and (-ms-high-contrast: active), screen and (min-width: 1130px) and (-ms-high-contrast: none) {
    .newscard:focus .newscard__flip,
    .newscard:hover .newscard__flip {
      transform: none; } }

.newscard__flip {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.newscard .newscard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }

.newscard__flip .newscard__back .button {
  bottom: -14px;
  right: -7px; }

.newscard .newscard__link:hover + .newscard__flip .newscard__back .button {
  cursor: pointer; }

.newscard__front, .newscard__back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  line-height: 1.25em; }

.newscard__front {
  width: 100%;
  position: relative;
  transform: rotateY(0deg);
  background: #ebebeb;
  box-shadow: 0 1px 11px -8px rgba(0, 0, 0, 0.75); }

.newscard__front img {
  width: 100%; }

.newscard__front__content {
  margin-top: -6px;
  padding: 1em;
  position: relative; }
  .newscard__front__content h4 {
    position: relative;
    line-height: 1.2em; }
    .newscard__front__content h4:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      border-bottom: 1px solid #024c94;
      bottom: 0; }
      @media screen and (max-width: 750px) {
        .newscard__front__content h4:before {
          display: none; } }
  .newscard__front__content p {
    overflow: hidden;
    max-height: 55px;
    line-height: 1.25em;
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
    letter-spacing: 0.15px; }
    @media screen and (min-width: 1130px) {
      .newscard__front__content p {
        font-size: 16px; } }
  .newscard__front__content p:last-of-type {
    margin-bottom: 0; }
  .newscard__front__content span {
    color: #404040;
    font-family: "SourceSansPro-Bold", sans-serif;
    letter-spacing: 0.15px;
    font-size: 12px; }

.newscard__social {
  display: none; }

.newscard__tags {
  display: none; }

.newscard__ribbon__front {
  display: none; }

.newscard__back {
  display: none;
  width: 100%;
  background-color: #00a6b3;
  transform: rotateY(-180deg); }
  @media screen and (min-width: 1130px) {
    .newscard__back {
      display: block; } }

.newscard__back__content {
  padding: 1.5em;
  padding-bottom: 25%;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .newscard__back__content {
      font-size: 18px; } }
  .newscard__back__content p {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
    letter-spacing: 0.15px;
    color: white;
    margin: 0;
    display: block;
    height: 95%;
    overflow: hidden; }
    @media screen and (min-width: 1130px) {
      .newscard__back__content p {
        font-size: 16px; } }
  .newscard__back__content a {
    color: white;
    padding: 5.5px 20px;
    line-height: 1.2em;
    transform: translate3d(0, -50%, 2px);
    transition: .005s; }
    .newscard__back__content a::after {
      content: "";
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right-white_svg.svg);
      height: 35px;
      width: 34px;
      position: absolute;
      bottom: -5px;
      right: -17px; }
    .newscard__back__content a:hover {
      color: #024c94 !important; }
      .newscard__back__content a:hover:after {
        content: "";
        position: absolute;
        bottom: -5px;
        right: -17px;
        background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right_svg.svg);
        height: 35px;
        width: 34px; }
    .newscard__back__content a:active {
      text-decoration: underline; }

.newscard__ribbon__back {
  display: none; }

/**
 * Optional Input
 * ======
 *
 * .optional__input__check ..................................................................... Element: Checkbox
 * .optional__input__content ................................................................... Block: Content
 */
.optional-input__content {
  display: none;
  padding-left: 1.6em; }

.optional-input__check:checked {
  background: green; }

.optional-input__check:checked ~ .optional-input__content {
  display: block; }

/**
 *
 * Pager
 * 
 */
.pager__wrapper {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .pager__wrapper {
      font-size: 20px; } }
  .pager__wrapper > * {
    margin-top: 0; }
  .pager__wrapper ul {
    padding-left: 0; }
    .pager__wrapper ul li {
      float: left;
      line-height: 30px;
      display: block;
      margin: 5px;
      height: 30px;
      width: 30px;
      color: #999999; }
      @media screen and (min-width: 720px) {
        .pager__wrapper ul li {
          width: 18px; } }
      .pager__wrapper ul li a {
        display: block;
        border-bottom: transparent;
        font-family: "SourceSansPro-Regular", sans-serif;
        text-decoration: none; }
      .pager__wrapper ul li.pager__number.current {
        color: #cd1316; }
      .pager__wrapper ul li.inactive {
        color: #dddddd; }
      .pager__wrapper ul li::before {
        display: none; }
  @media print {
    .pager__wrapper {
      display: none; } }

/**
 * Pin
 * ======
 *
 * .pin ...................................................................... Pin
 */
.pin {
  margin-top: 2em;
  padding: 0 0.75em;
  display: block; }
  .pin:hover .pin__link {
    color: #333333; }

.pin__icon {
  margin: auto;
  height: 4em;
  width: 4em;
  display: block;
  position: relative;
  border-radius: 50%;
  background: #cd1316; }
  .pin__icon::before {
    margin: 0;
    color: white;
    position: absolute;
    font-size: 30px;
    font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1130px) {
      .pin__icon::before {
        font-size: 30px; } }

.pin__link {
  margin-top: 1em;
  display: block;
  text-align: center;
  text-decoration: underline; }

/**
 * Print CSS
 * =========
 * Styling applies if "print"-function is executed
 * 
 */
@media print {
  .header *,
  .flyout,
  button,
  button.button,
  a.button,
  .l-contact,
  .footer,
  .stage-slider {
    display: none; }
  header {
    display: block; }
  html body .l-wrapper section {
    margin: 1cm 0; }
  .header {
    padding: 1mm 0;
    position: relative;
    box-shadow: none;
    height: auto;
    border: none; }
  .header .logo {
    display: inline-block;
    width: 2cm; }
  .header .header__headline {
    display: block;
    position: absolute;
    top: 3mm;
    left: 50%;
    font-size: 38;
    text-decoration: underline; }
  .news-group .news-group__grid {
    flex-direction: row; }
  input[type="text"], select, textarea {
    border: 1px solid black; }
  p a[href^="http://"]:after,
  p a[href^="https://"]:after {
    content: " (" attr(href) ") "; } }

h1, h2, h3, h4, h5, p, span, ul, li, button, a, input, textarea, img {
  page-break-inside: avoid; }

/**
 * Product
 * =========
 *
 * .product ................................................................. Block: Product
 */
.product {
  display: block;
  border-bottom: none;
  color: #333333; }

.product__number {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product__number {
      font-size: 20px; } }

.product h5, .product p {
  margin: 0;
  line-height: 1.5em; }

.product h5 {
  padding-top: 5px;
  color: #cd1316;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product h5 {
      font-size: 14px; } }

.product p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product p {
      font-size: 14px; } }

.product hr {
  margin: 0.4em 0; }

.nav--big {
  height: 120px; }
  @media screen and (max-width: 767px) {
    .nav--big {
      height: 24px; } }

.nav--big,
.quick-nav {
  width: 100%;
  max-width: 1130px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border: none; }
  .nav--big .subpage-1,
  .quick-nav .subpage-1 {
    background-color: #024c94;
    display: inline-block;
    width: 25%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big .subpage-2,
  .quick-nav .subpage-2 {
    background-color: #84b819;
    display: inline-block;
    width: 25%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big .subpage-3,
  .quick-nav .subpage-3 {
    background-color: #00a6b3;
    display: inline-block;
    width: 25%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big .subpage-4,
  .quick-nav .subpage-4 {
    background-color: #76b9d0;
    display: inline-block;
    width: 26%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big a,
  .quick-nav a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    padding: 42px; }
    .nav--big a div h4,
    .quick-nav a div h4 {
      color: white;
      font-size: 26px;
      font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1130 - 320)); }
      @media screen and (min-width: 1130px) {
        .nav--big a div h4,
        .quick-nav a div h4 {
          font-size: 26px; } }

.nav--small {
  height: 24px;
  -webkit-transition: height .5s;
  /* For Safari 3.1 to 6.0 */
  transition: height .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  @media screen and (min-width: 767px) {
    .nav--small:hover {
      height: 120px; } }

/**
 * Result
 * =========
 *
 * .result ................................................................. Block: Result
 * .result__tabs ........................................................... Block: Result Tabs
 * .result__item ........................................................... Block: Result Item
 * .result__icon ........................................................... Element: Icon
 * .result__content ........................................................ Block: Content
 * .result__item h5 ........................................................ Element: Title
 * .result__item p ......................................................... Element: Text
 * .result img ............................................................. Element: Image
 */
.result {
  margin-top: 2.5em;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .result {
      font-size: 20px; } }
  .result:after, .result:before {
    display: none; }
  .result strong[data-highlight='true'] {
    color: #cd1316;
    font-family: "SourceSansPro-Semibold", sans-serif; }
  .result .gray {
    color: #999999; }

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

.result__tabs {
  margin-top: 1.5em;
  line-height: 1em; }

.result__item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  text-decoration: none;
  overflow: hidden;
  position: relative; }
  .result__item:before {
    display: none; }

.result__link {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  border: none; }
  .result__link:hover {
    border: none;
    cursor: pointer; }

.result__icon {
  margin-right: .6em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  color: #999999;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  transition: color 0.2s; }
  @media screen and (min-width: 560px) {
    .result__icon {
      margin-right: 0.8em;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 24px; } }

.result__item:hover .result__icon {
  color: #1c1c1c; }

.result__content {
  padding-bottom: 0.6em;
  flex: 1;
  border-bottom: 2px solid #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (min-width: 560px) {
    .result__content {
      flex-direction: row; } }

.result__title {
  margin-top: 0;
  margin-bottom: .5em;
  display: inline-block;
  line-height: 1em;
  color: #999999;
  font-weight: normal;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320));
  transition: color 0.2s, border-bottom 0.2s; }
  @media screen and (min-width: 1130px) {
    .result__title {
      font-size: 18px; } }
  .result__title span {
    border-bottom: 1px solid #999999; }
  .result__title strong[data-highlight='true'] {
    border-bottom: 1px solid #cd1316;
    font-family: "SourceSansPro-Semibold", sans-serif;
    color: #cd1316; }
  .result__title .result__type {
    margin-left: .4em;
    padding: .1em .4em;
    border-radius: 5px;
    border-bottom-width: 0;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 14px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320));
    color: white;
    background: #b4b4b4; }
    @media screen and (min-width: 1130px) {
      .result__title .result__type {
        font-size: 14px; } }

.result__item:hover .result__title {
  color: #1c1c1c; }
  .result__item:hover .result__title span {
    border-bottom-color: #1c1c1c; }
  .result__item:hover .result__title strong[data-highlight='true'] {
    border-bottom-color: #cd1316; }

.result__content p {
  color: #333333;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.6em; }
  @media screen and (min-width: 1130px) {
    .result__content p {
      font-size: 16px; } }

.result__content p a {
  border-color: transparent;
  color: #333333;
  z-index: 4;
  position: relative; }
  .result__content p a:hover {
    border-color: #333333; }

.result__content img {
  width: 125px;
  margin-top: 1em; }
  @media screen and (min-width: 560px) {
    .result__content img {
      margin-top: 0;
      margin-left: 20px; } }

/**
 * Secondary Menu
 * ==============
 *
 * .secondary-menu ............................................................. Block: Secondary Menu
 * .secondary-menu__label ...................................................... Element: Label
 * .secondary-menu__sub ........................................................ Element: Sub
 */
.secondary-menu {
  margin-bottom: 1.5em; }
  @media print {
    .secondary-menu {
      display: none; } }

.secondary-menu__label {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #999999;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320));
  color: #cd1316; }
  @media screen and (min-width: 1130px) {
    .secondary-menu__label {
      font-size: 18px; } }

.secondary-menu__sub {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd; }

.secondary-menu__sub ul {
  padding-left: 0;
  border-top: 1px solid #dddddd;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.secondary-menu__sub li {
  color: #dddddd;
  border-bottom: 1px solid #dddddd; }
  .secondary-menu__sub li:last-child {
    border-bottom: none; }

.secondary-menu__sub li a {
  padding: 0.4em 0;
  color: #b4b4b4;
  text-decoration: none;
  border-bottom: none; }
  @media screen and (min-width: 1130px) {
    .secondary-menu__sub li a:hover, .secondary-menu__sub li a:focus {
      color: #cd1316; } }

.secondary-menu__sub li.is-active > a {
  font-family: "SourceSansPro-Semibold", sans-serif;
  color: #cd1316; }

.secondary-menu__sub > li > ul > li > a {
  padding-left: 1.2em; }

.secondary-menu__sub > li > ul > li > ul > li > a {
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  padding-left: 2.4em; }

.secondary-menu__sub > li > ul > li > ul > li > ul > li > a {
  padding-left: 3em; }

.secondary-menu__sub > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 4em; }

.secondary-menu__sub > li > ul > li > ul {
  border-top: none;
  padding-bottom: 0.4em; }

.secondary-menu__sub > li > ul > li > ul > li {
  border-bottom: none; }

/**
 * Searchbar
 * =========
 *
 * .searchbar .................................................................. Block: Searchbar
 */
.searchbar {
  height: 100px;
  margin-top: 15px;
  margin-bottom: 20px; }
  .searchbar:before {
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_find_svg.svg);
    background-repeat: no-repeat;
    height: 3.5625em;
    width: 5.5em;
    position: absolute;
    top: 14px;
    right: -9px;
    line-height: 40px;
    speak: none;
    text-align: center; }
    @media screen and (max-width: 789px) and (min-width: 550px) {
      .searchbar:before {
        height: 3.25em;
        width: 3.4375em;
        top: 7px;
        right: 6px; } }
    @media screen and (max-width: 550px) {
      .searchbar:before {
        height: 1.875em;
        width: 1.875em;
        top: 11px;
        right: 11px; } }
  .searchbar:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    border-left: 1px solid #024c94;
    right: 136px;
    top: 10px; }
    @media screen and (max-width: 789px) and (min-width: 550px) {
      .searchbar:after {
        height: 50px;
        right: 84px; } }
    @media screen and (max-width: 550px) {
      .searchbar:after {
        height: 35px;
        top: 8px;
        right: 52px; } }
  @media screen and (min-width: 1130px) {
    .searchbar {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 789px) and (min-width: 550px) {
    .searchbar {
      height: 70px; } }
  @media screen and (max-width: 550px) {
    .searchbar {
      height: 50px; } }

.searchbar > input[type="text"] {
  width: 100%;
  height: 100px;
  padding: 13px 60px 13px 17px;
  border: 1px solid #b4b4b4;
  font-size: 30px;
  font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1130 - 320));
  color: #024c94;
  vertical-align: top;
  background: transparent; }
  @media screen and (min-width: 1130px) {
    .searchbar > input[type="text"] {
      font-size: 30px; } }
  @media screen and (min-width: 1130px) {
    .searchbar > input[type="text"] {
      width: 300px; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .searchbar > input[type="text"] {
      padding: 0 60px 0 17px; } }
  @media screen and (max-width: 789px) and (min-width: 550px) {
    .searchbar > input[type="text"] {
      height: 70px; } }
  @media screen and (max-width: 550px) {
    .searchbar > input[type="text"] {
      height: 50px; } }

.searchbar > input[type="submit"] {
  display: none;
  width: 3.75em;
  height: 44px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0; }

/**
* Stage
* =====
*
*
* .stage ...................................................................... Block: Stage
* .stage__link ................................................................ Element: Link
* .stage__image ............................................................... Element: Image
* .stage > .l-wrapper ......................................................... Element: Sticker Wrapper
* .stage__sticker ............................................................. Element: Sticker
* .stage__teaser .............................................................. Element: Teaser
*/
.stage.stage--fullwidth img {
  min-width: 100%; }
  @media screen and (min-width: 1130px) {
    .stage.stage--fullwidth img {
      min-width: auto; } }

.stage .l-wrapper {
  padding: 0; }

.stage__sticker {
  max-width: 100%;
  width: 100%;
  bottom: 0; }
  @media screen and (min-width: 960px) {
    .stage__sticker {
      transform: translateX(-50%);
      left: 50%; } }
  @media screen and (min-width: 1130px) {
    .stage__sticker {
      width: 100%;
      max-width: 554px;
      bottom: 1em;
      transform: translateX(0);
      left: 20px; } }

.stage .video-overlay video {
  display: block;
  width: 100%; }

.stage .video-overlay {
  position: relative;
  vertical-align: middle; }
  .stage .video-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.3);
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 2; }
  .stage .video-overlay::after {
    padding: .5em;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_play_svg.svg);
    background-color: #a1b6c4;
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    height: 8.25em;
    width: 8.25em;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    z-index: 3; }

.stage .video-overlay.active::before,
.stage .video-overlay.active::after {
  opacity: 1; }

.stage .video-overlay video {
  cursor: pointer; }

.stage__teaser {
  padding: 10px 0 30px 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  background-color: #024c94;
  line-height: 1.375em;
  color: inherit; }
  @media screen and (min-width: 1230px) {
    .stage__teaser {
      padding-right: 60px;
      padding-left: 60px; } }
  @media screen and (min-width: 1130px) {
    .stage__teaser {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    .stage__teaser {
      padding: 1.875em; } }
  .stage__teaser h1, .stage__teaser .alpha,
  .stage__teaser h2, .stage__teaser .beta,
  .stage__teaser h3, .stage__teaser .gamma,
  .stage__teaser h4, .stage__teaser .delta,
  .stage__teaser p {
    color: white;
    margin-top: auto; }
    .stage__teaser h1:first-child, .stage__teaser .alpha:first-child,
    .stage__teaser h2:first-child, .stage__teaser .beta:first-child,
    .stage__teaser h3:first-child, .stage__teaser .gamma:first-child,
    .stage__teaser h4:first-child, .stage__teaser .delta:first-child,
    .stage__teaser p:first-child {
      margin-top: 0; }
    .stage__teaser h1:last-child, .stage__teaser .alpha:last-child,
    .stage__teaser h2:last-child, .stage__teaser .beta:last-child,
    .stage__teaser h3:last-child, .stage__teaser .gamma:last-child,
    .stage__teaser h4:last-child, .stage__teaser .delta:last-child,
    .stage__teaser p:last-child {
      margin-bottom: 0; }
  .stage__teaser h2 {
    max-width: none;
    color: white;
    font-size: 22px;
    font-size: calc(22px + (22 - 22) * (100vw - 320px) / (1130 - 320));
    line-height: 1.375em;
    margin-bottom: 0.1em; }
    @media screen and (min-width: 1130px) {
      .stage__teaser h2 {
        font-size: 22px; } }
  .stage__teaser p {
    font-size: 16px;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
    line-height: 1.4em; }
    @media screen and (min-width: 1130px) {
      .stage__teaser p {
        font-size: 16px; } }

@media screen and (min-width: 960px) {
  .stage.stage--fullwidth .stage__sticker {
    max-width: 100%;
    width: 100%; } }

.stage.stage--fullwidth .stage__image img {
  width: 100%; }

.stage--subpage-1 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #024c94; }

.stage--subpage-2 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #84b819; }

.stage--subpage-3 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #00a6b3; }

.stage--subpage-4 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #76b9d0; }

/**
 * Toggle List
 * ==============
 *
 * .toggle-list ............................................................. Block: Toggle List
 */
.toggle-list:first-child {
  margin-top: 3.5em; }

.toggle-list .toggle-list__headline {
  margin-bottom: 0.8333333333em;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Semibold", sans-serif;
  color: #cd1316; }
  @media screen and (min-width: 1130px) {
    .toggle-list .toggle-list__headline {
      font-size: 18px; } }

.toggle-list ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }

.toggle-list ul li {
  display: inline-block;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .toggle-list ul li {
      font-size: 18px; } }
  .toggle-list ul li::before {
    display: none; }
  @media print {
    .toggle-list ul li {
      height: auto;
      width: auto; } }

.toggle-list ul li a {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 0; }
  @media print {
    .toggle-list ul li a {
      display: inline-block;
      height: auto;
      width: auto; } }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0); }

.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

/* the popup window */
.cc-window,
.cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  /* 1em == 16px therefore 24em == 384px */
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: bold; }

/* clickable things */
.cc-btn,
.cc-link,
.cc-close,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: 0.75; }

.cc-close:hover,
.cc-close:focus {
  opacity: 1; }

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto; }

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

/* COMPLIANCE BOX */
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-window,
  .cc-revoke {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-right,
  .cc-window.cc-left {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

/* Edgeless */
.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/* Classic */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/webfonts/fa-regular-400.eot");
  src: url("../assets/fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../assets/fonts/webfonts/fa-regular-400.woff") format("woff"), url("../assets/fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../assets/fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/fonts/webfonts/fa-solid-900.eot");
  src: url("../assets/fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../assets/fonts/webfonts/fa-solid-900.woff") format("woff"), url("../assets/fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../assets/fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/webfonts/fa-brands-400.eot");
  src: url("../assets/fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../assets/fonts/webfonts/fa-brands-400.woff") format("woff"), url("../assets/fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../assets/fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.placeholder {
  max-width: 1130px;
  margin: 0 auto; }
