@font-face {
  font-family: 'dax';
  src: url("../Fonts/DaxlineWeb-Light.eot");
  src: url("../Fonts/DaxlineWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'dax';
  src: url("../Fonts/DaxlineWeb-LightItalic.eot");
  src: url("../Fonts/DaxlineWeb-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'dax';
  src: url("../Fonts/DaxlineWeb-Medium.eot");
  src: url("../Fonts/DaxlineWeb-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'dax';
  src: url("../Fonts/DaxlineWeb-MediumItalic.eot");
  src: url("../Fonts/DaxlineWeb-MediumItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'dax';
  src: url("../Fonts/DaxlineWeb-Bold.eot");
  src: url("../Fonts/DaxlineWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'dax';
  src: url("../Fonts/DaxlineWeb-BoldItalic.eot");
  src: url("../Fonts/DaxlineWeb-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
.menu__buttons {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none; }
  .menu__buttons--sidebar {
    margin-top: 50px; }
  @media screen and (max-width: 800px) {
    .menu__buttons--sidebar {
      display: none; } }
  .menu__buttons li {
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    border-left: 1px solid #009ad8;
    position: relative; }
    .menu__buttons li:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
    .menu__buttons li.push--right {
      margin-left: auto;
      padding-left: 0;
      border-left: none; }
  .menu__buttons .button {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 2px;
    border-radius: 2px;
    background-color: transparent;
    transition: background-color 0.15s ease-in-out;
    vertical-align: middle; }
    .menu__buttons .button svg {
      width: 28px;
      height: 28px;
      object-fit: contain;
      object-position: center; }
      .menu__buttons .button svg path {
        fill: #0064b0;
        transition: fill 0.15s ease-in-out; }
    .menu__buttons .button:hover svg path, .menu__buttons .button:focus svg path {
      fill: #009ad8; }
    .menu__buttons .button[aria-disabled="true"] {
      cursor: initial; }
      .menu__buttons .button[aria-disabled="true"] svg path {
        fill: #888 !important; }
  .status__eatoolbar--active .menu__buttons .button--eatoolbar {
    background-color: #0064b0; }
    .status__eatoolbar--active .menu__buttons .button--eatoolbar svg path {
      fill: #fff; }
    .status__eatoolbar--active .menu__buttons .button--eatoolbar:hover, .status__eatoolbar--active .menu__buttons .button--eatoolbar:focus {
      background-color: #009ad8; }
  .status__easyspeech--active .menu__buttons .button--easyspeech {
    background-color: #0064b0; }
    .status__easyspeech--active .menu__buttons .button--easyspeech svg path {
      fill: #fff; }
    .status__easyspeech--active .menu__buttons .button--easyspeech:hover, .status__easyspeech--active .menu__buttons .button--easyspeech:focus {
      background-color: #009ad8; }
  .menu__buttons .button--translate[aria-expanded="true"] {
    background-color: #0064b0; }
    .menu__buttons .button--translate[aria-expanded="true"] svg path {
      fill: #fff; }
    .menu__buttons .button--translate[aria-expanded="true"]:hover, .menu__buttons .button--translate[aria-expanded="true"]:focus {
      background-color: #009ad8; }

.wrap__translate {
  display: none;
  padding-top: 1em;
  background-color: transparent;
  background-image: url(../Images/menu-arrow-top.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 200;
  font-size: 1rem;
  width: 150px;
  left: -58px; }
  .wrap__translate.status--active {
    display: block; }
  .wrap__translate .menu__translate {
    border-radius: 0.16667rem;
    padding: 10px;
    list-style: none;
    background-color: #0064b0; }
    .wrap__translate .menu__translate li {
      display: block;
      margin: 10px 0;
      border: none;
      padding: 0; }
    .wrap__translate .menu__translate .button__language {
      display: block;
      width: 100%;
      height: auto;
      font-size: 1rem;
      border-radius: 0.16667rem;
      padding: .25em;
      text-align: center;
      background-color: #0064b0;
      color: #fff; }
      .wrap__translate .menu__translate .button__language:hover, .wrap__translate .menu__translate .button__language:focus {
        background-color: #009ad8; }
      html[lang="de"] .wrap__translate .menu__translate .button__language--de, html[lang="de-DE"] .wrap__translate .menu__translate .button__language--de {
        background-color: #fff;
        color: #0064b0; }
        html[lang="de"] .wrap__translate .menu__translate .button__language--de:hover, html[lang="de"] .wrap__translate .menu__translate .button__language--de:focus, html[lang="de-DE"] .wrap__translate .menu__translate .button__language--de:hover, html[lang="de-DE"] .wrap__translate .menu__translate .button__language--de:focus {
          color: #009ad8; }
      html[lang="en-GB"] .wrap__translate .menu__translate .button__language--en {
        background-color: #fff;
        color: #0064b0; }
        html[lang="en-GB"] .wrap__translate .menu__translate .button__language--en:hover, html[lang="en-GB"] .wrap__translate .menu__translate .button__language--en:focus {
          color: #009ad8; }
      html[lang="es"] .wrap__translate .menu__translate .button__language--es {
        background-color: #fff;
        color: #0064b0; }
        html[lang="es"] .wrap__translate .menu__translate .button__language--es:hover, html[lang="es"] .wrap__translate .menu__translate .button__language--es:focus {
          color: #009ad8; }
      html[lang="fr"] .wrap__translate .menu__translate .button__language--fr {
        background-color: #fff;
        color: #0064b0; }
        html[lang="fr"] .wrap__translate .menu__translate .button__language--fr:hover, html[lang="fr"] .wrap__translate .menu__translate .button__language--fr:focus {
          color: #009ad8; }
      html[lang="it"] .wrap__translate .menu__translate .button__language--it {
        background-color: #fff;
        color: #0064b0; }
        html[lang="it"] .wrap__translate .menu__translate .button__language--it:hover, html[lang="it"] .wrap__translate .menu__translate .button__language--it:focus {
          color: #009ad8; }

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 50;
  width: 250px;
  background: #fff; }
  @media only screen and (max-width: 1000px) {
    #sidebar {
      width: 200px; } }
  @media only screen and (max-width: 800px) {
    #sidebar {
      top: 60px;
      height: calc(100% - 60px);
      left: -100%;
      width: 100%;
      transition: left .5s ease-in-out; }
      #sidebar.status--open {
        left: 0; } }

#sidebar-content {
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  padding: 0 5% 0 5%;
  text-align: left; }

#logo {
  position: relative;
  width: 80%;
  margin: 50px auto 0 auto; }
  @media only screen and (max-width: 800px) {
    #logo {
      display: none; } }
  #logo a {
    width: 100%;
    display: block;
    color: #000;
    font-size: 1.0rem;
    font-style: italic;
    text-decoration: none; }
    @media only screen and (max-width: 1000px) {
      #logo a {
        font-size: .8rem; } }
  #logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0; }

#search {
  display: none;
  position: relative;
  margin: 50px 0 0 0; }
  @media screen and (max-width: 800px) {
    #search {
      display: block; } }
  #search input[type="search"] {
    margin: 0;
    border: 1px solid #004e86;
    width: 100%;
    padding: 8px 44px 8px 2%;
    box-sizing: border-box; }
  #search input[type="submit"] {
    position: absolute;
    top: 5px;
    margin: 0;
    right: 10px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(../Images/icon-search.svg) no-repeat #fff;
    background-size: 24px 24px; }

#main-menu {
  position: relative;
  width: 100%;
  padding: 0 0 100px 0;
  margin: 20px auto 0 auto; }
  @media only screen and (max-width: 800px) {
    #main-menu {
      padding: 0; } }
  #main-menu ul {
    width: 100%;
    list-style: none; }
    #main-menu ul li {
      width: 100%; }
      #main-menu ul li button {
        appearance: none;
        text-align: left; }
      #main-menu ul li a, #main-menu ul li button {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 18px 5% 16px 5%;
        border-radius: 0.16667rem;
        transition: opacity 0.15s ease-in-out;
        font-size: 1.0rem;
        font-weight: 300;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        hyphens: auto; }
        #main-menu ul li a:hover, #main-menu ul li a:focus, #main-menu ul li button:hover, #main-menu ul li button:focus {
          opacity: .7; }
      #main-menu ul li.has-sub > button {
        background-image: url(../Images/arrow-down-white.svg);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        background-position: 95% center;
        padding-right: calc(10% + 24px); }
    #main-menu ul.level1 > li > a,
    #main-menu ul.level1 > li > button {
      color: #fff; }
    #main-menu ul.level1 > li:nth-child(3n+1) > a,
    #main-menu ul.level1 > li:nth-child(3n+1) > button,
    #main-menu ul.level1 > li:nth-child(3n+1) li.active > a,
    #main-menu ul.level1 > li:nth-child(3n+1) li.active > button {
      background-color: #48bfe3; }
    #main-menu ul.level1 > li:nth-child(3n+2) > a,
    #main-menu ul.level1 > li:nth-child(3n+2) > button,
    #main-menu ul.level1 > li:nth-child(3n+2) li.active > a,
    #main-menu ul.level1 > li:nth-child(3n+2) li.active > button {
      background-color: #0064b0; }
    #main-menu ul.level1 > li:nth-child(3n) > a,
    #main-menu ul.level1 > li:nth-child(3n) > button,
    #main-menu ul.level1 > li:nth-child(3n) li.active > a,
    #main-menu ul.level1 > li:nth-child(3n) li.active > button {
      background-color: #bdcd00; }
    #main-menu ul.level2 {
      display: none;
      margin: -15px 0 20px 0; }
      #main-menu ul.level2 li a, #main-menu ul.level2 li button {
        font-size: 0.9rem;
        margin: 0 0 5px 0;
        padding: 12px 5% 10px 5%;
        color: #004e86;
        background-color: #ddd; }
      #main-menu ul.level2 li.active > a, #main-menu ul.level2 li.active > button {
        color: #fff; }
      #main-menu ul.level2 li.has-sub > button {
        background-image: url(../Images/arrow-down-grey.svg);
        transition: border-radius 0.15s ease-in-out; }
      #main-menu ul.level2 li.has-sub:has(.level3[style='display: block;']) > button {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      #main-menu ul.level2 li.active.has-sub > button {
        background-image: url(../Images/arrow-down-white.svg);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      #main-menu ul.level2 li.active.has-sub:has(.level3[style='display: none;']) > button {
        border-bottom-left-radius: 0.16667rem;
        border-bottom-right-radius: 0.16667rem; }
    #main-menu ul .active > ul.level2 {
      display: block; }
    #main-menu ul.level3 {
      display: none;
      margin: -5px 0 5px 0; }
      #main-menu ul.level3 li a {
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 12px 5% 10px 5%;
        background: #ddd;
        text-transform: none; }
      #main-menu ul.level3 li:last-child a {
        border-bottom-left-radius: 0.16667rem;
        border-bottom-right-radius: 0.16667rem; }
    #main-menu ul .active > ul.level3 {
      display: block; }

#mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 100; }
  @media only screen and (max-width: 800px) {
    #mobile {
      display: block; } }
  #mobile-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    width: 90%;
    margin: 14px auto; }
  #mobile #logo-mobile {
    height: 32px; }
    #mobile #logo-mobile img {
      height: 100%;
      width: auto;
      display: block; }
  #mobile .menu__buttons {
    margin-left: auto; }
  #mobile .toggle-menu {
    display: block;
    width: 24px;
    height: 24px;
    margin: 4px 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent; }
    #mobile .toggle-menu svg {
      display: none;
      width: 24px;
      height: 24px; }
      #mobile .toggle-menu svg path {
        fill: #0064b0;
        transition: fill 0.15s ease-in-out; }
    #mobile .toggle-menu[aria-expanded="false"] .icon--open {
      display: block; }
    #mobile .toggle-menu[aria-expanded="true"] .icon--close {
      display: block; }
    #mobile .toggle-menu:hover svg path, #mobile .toggle-menu:focus svg path {
      fill: #009ad8; }

#banner {
  position: relative;
  top: 0;
  left: 250px;
  width: calc(100% - 250px);
  font-size: 1rem; }
  @media only screen and (max-width: 1000px) {
    #banner {
      left: 200px;
      width: calc(100% - 200px); } }
  @media only screen and (max-width: 800px) {
    #banner {
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 60px; } }
  @media (max-width: 1200px) {
    #banner {
      font-size: .9rem; } }
  #banner .banner__wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 31.25%;
    overflow: hidden;
    background-color: #fff; }
    @media (max-width: 800px) {
      #banner .banner__wrap {
        height: initial;
        padding-bottom: 0;
        overflow: initial; } }
  #banner .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 800px) {
      #banner .banner__image {
        position: initial;
        width: 100vw;
        height: 75vw; } }
  #banner .banner__text {
    position: absolute;
    left: 3.333em;
    bottom: 3.333em;
    max-height: calc(100% - 6.667em);
    overflow-y: auto;
    width: auto;
    max-width: 24em;
    box-sizing: border-box;
    border-radius: 0.16667rem;
    padding: 1em;
    background-color: #009ad8;
    color: #fff;
    text-align: left; }
    @media (max-width: 1500px) {
      #banner .banner__text {
        left: 2em;
        bottom: 2em;
        max-height: calc(100% - 4em); } }
    @media (max-width: 1280px) {
      #banner .banner__text {
        left: 1em;
        bottom: .667em;
        max-height: calc(100% - 1.334em); } }
    @media (max-width: 800px) {
      #banner .banner__text {
        position: relative;
        left: initial;
        bottom: initial;
        width: calc(90% + 1em);
        max-width: 98%;
        max-height: initial;
        margin: 0 auto;
        margin-top: -4em; } }
    #banner .banner__text h2 {
      color: #fff;
      font-size: 2em; }
      @media (min-width: 800px) {
        #banner .banner__text h2 {
          white-space: pre-wrap; } }
    #banner .banner__text h3 {
      color: #fff;
      font-size: 1.25em; }
  #banner .banner__more {
    display: inline-block;
    font-size: .75em;
    border-radius: 0.16667rem;
    padding: .75em;
    padding-bottom: .6em;
    line-height: 1;
    text-decoration: none;
    background-color: #bdcd00;
    color: #fff;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
    #banner .banner__more:hover, #banner .banner__more:focus {
      background-color: #fff;
      color: #bdcd00; }

#efa {
  position: relative;
  top: 0;
  left: 250px;
  width: calc(100% - 250px);
  background-color: #0064b0;
  color: #fff;
  background-image: url(../Images/color-bar-narrow.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  border-top: 0.5rem solid #fff;
  padding: 1rem 0 calc(1rem + 15px) 0; }
  @media only screen and (max-width: 1000px) {
    #efa {
      left: 200px;
      width: calc(100% - 200px); } }
  @media only screen and (max-width: 800px) {
    #efa {
      top: 0;
      left: 0;
      width: 100%; } }
  #efa h3 {
    color: #fff;
    text-align: start; }
  #efa input,
  #efa button {
    margin: 0; }
  #efa input::-webkit-date-and-time-value {
    padding: 12px 2% 10px 2%;
    text-align: left; }
  #efa .efa__wrap {
    position: relative;
    max-width: 1000px;
    width: calc(90vw - 250px);
    margin: 0 auto; }
    @media (max-width: 800px) {
      #efa .efa__wrap {
        width: 90vw; } }
  #efa .efa__fieldset {
    display: block; }
    #efa .efa__fieldset--endpoints {
      width: 65.5%;
      display: flex;
      position: relative;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 1em; }
      @media (max-width: 1200px) {
        #efa .efa__fieldset--endpoints {
          width: 100%; } }
      @media (max-width: 600px) {
        #efa .efa__fieldset--endpoints {
          gap: 1em; } }
      #efa .efa__fieldset--endpoints .efa__inputwrap {
        display: block;
        flex-basis: 47.33%; }
        @media (max-width: 600px) {
          #efa .efa__fieldset--endpoints .efa__inputwrap {
            flex-basis: 100%; } }
        #efa .efa__fieldset--endpoints .efa__inputwrap input {
          width: 100%;
          box-sizing: border-box;
          margin: 0; }
      #efa .efa__fieldset--endpoints button {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 4%;
        height: 2em;
        margin: 0;
        padding: 0;
        background-color: #0064b0; }
        #efa .efa__fieldset--endpoints button svg {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
          #efa .efa__fieldset--endpoints button svg path {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 2px; }
        #efa .efa__fieldset--endpoints button:hover, #efa .efa__fieldset--endpoints button:focus {
          background-color: #009ad8; }
        @media (max-width: 600px) {
          #efa .efa__fieldset--endpoints button {
            position: absolute;
            z-index: 40;
            width: 3em;
            height: 3em;
            right: -4vw;
            border: 2px solid #009ad8;
            padding: .5em;
            background-color: #009ad8;
            transition: background-color 0.15s ease-in-out; }
            #efa .efa__fieldset--endpoints button svg {
              transform: rotate(90deg); }
              #efa .efa__fieldset--endpoints button svg path {
                transition: stroke 0.15s ease-in-out; }
            #efa .efa__fieldset--endpoints button:hover, #efa .efa__fieldset--endpoints button:focus {
              background-color: #fff; }
              #efa .efa__fieldset--endpoints button:hover svg path, #efa .efa__fieldset--endpoints button:focus svg path {
                stroke: #009ad8; } }
    #efa .efa__fieldset--deparr {
      width: 7rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0; }
      #efa .efa__fieldset--deparr label {
        display: block;
        overflow: hidden;
        position: relative;
        padding: 12px 0;
        text-align: center;
        cursor: pointer;
        color: #000;
        background-color: #fff;
        transition: background-color 0.15s ease-in-out; }
        #efa .efa__fieldset--deparr label:has(:checked) {
          color: #fff;
          background-color: #009ad8; }
        #efa .efa__fieldset--deparr label:first-child {
          border-top-left-radius: 0.16667rem;
          border-bottom-left-radius: 0.16667rem; }
        #efa .efa__fieldset--deparr label:last-child {
          border-top-right-radius: 0.16667rem;
          border-bottom-right-radius: 0.16667rem; }
        #efa .efa__fieldset--deparr label input {
          position: absolute;
          left: -10rem; }
    #efa .efa__fieldset--timing {
      width: 65.5%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1em; }
      @media (max-width: 1200px) {
        #efa .efa__fieldset--timing {
          width: 100%; } }
      #efa .efa__fieldset--timing > fieldset {
        width: 47.33%; }
        @media (max-width: 600px) {
          #efa .efa__fieldset--timing > fieldset {
            width: 100%; } }
      #efa .efa__fieldset--timing1 {
        display: flex;
        justify-content: stretch;
        gap: 1em; }
      #efa .efa__fieldset--timing2 {
        display: flex;
        justify-content: stretch;
        gap: 1em; }
      #efa .efa__fieldset--timing button {
        padding: 12px 1em;
        background-color: #bdcd00;
        color: #fff; }
        #efa .efa__fieldset--timing button:hover, #efa .efa__fieldset--timing button:focus {
          color: #bdcd00;
          background-color: #fff; }
  #efa .efa__stopwrap {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 67vh;
    overflow: auto;
    border: 2px solid #0064b0;
    border-radius: 0.16667rem;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    z-index: 999; }
    #efa .efa__stopwrap.visible {
      display: block; }
    #efa .efa__stopwrap p {
      margin: 0;
      padding: .25em;
      border-bottom: 1px solid #888;
      font-weight: 600; }
    #efa .efa__stopwrap.inprogress .efa__stoplistblocker {
      display: block; }
  #efa .efa__stoplist {
    margin: 0;
    padding: 0;
    list-style: none; }
    #efa .efa__stoplist li {
      padding: .25em;
      padding-left: 2em;
      text-align: left;
      border-bottom: 1px solid #888;
      cursor: pointer;
      background-position: left top;
      background-size: 1.75em 1.75em;
      background-repeat: no-repeat; }
      #efa .efa__stoplist li:last-child {
        border-bottom: 0; }
      #efa .efa__stoplist li:hover, #efa .efa__stoplist li.highlighted {
        background-color: #ddd; }
      #efa .efa__stoplist li.locationtype-address {
        background-image: url("../Images/efa_address.png"); }
      #efa .efa__stoplist li.locationtype-platform {
        background-image: url("../Images/efa_platform.png"); }
      #efa .efa__stoplist li.locationtype-poi {
        background-image: url("../Images/efa_poi.png"); }
      #efa .efa__stoplist li.locationtype-singlehouse {
        background-image: url("../Images/efa_singlehouse.png"); }
      #efa .efa__stoplist li.locationtype-stop {
        background-image: url("../Images/efa_stop.png"); }
      #efa .efa__stoplist li.locationtype-street {
        background-image: url("../Images/efa_street.png"); }
      #efa .efa__stoplist li.locationtype-suburb {
        background-image: url("../Images/efa_suburb.png"); }
  #efa .efa__stoplistblocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url("../Images/efa-spinner.svg");
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    display: none; }

#head-image-container {
  position: relative;
  top: 0;
  left: 250px;
  width: calc(100% - 250px); }
  @media only screen and (max-width: 1000px) {
    #head-image-container {
      left: 200px;
      width: calc(100% - 200px); } }
  @media only screen and (max-width: 800px) {
    #head-image-container {
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 60px; } }
  #head-image-container #head-image {
    width: 100%;
    height: auto; }

#breadcrumb {
  position: relative;
  left: 250px;
  margin: 20px 0 -30px 0;
  padding: 0 2% 0 2%;
  width: calc(96% - 250px); }
  @media only screen and (max-width: 1000px) {
    #breadcrumb {
      left: 200px;
      padding: 0 5% 0 5%;
      width: calc(90% - 200px); } }
  @media only screen and (max-width: 800px) {
    #breadcrumb {
      left: 0;
      width: 90%;
      margin: 20px 0 0 0; }
      #mobile + #breadcrumb {
        margin-top: 80px; } }
  #track-info + #breadcrumb {
    margin-top: 70px; }
  #breadcrumb ul {
    width: 100%;
    list-style: none;
    display: inline-block; }
    #breadcrumb ul li {
      float: left;
      color: #888;
      font-size: 0.7rem;
      margin: 0 6px 0 0; }
      #breadcrumb ul li:first-child {
        margin: 0 10px 0 0; }
        @media only screen and (max-width: 800px) {
          #breadcrumb ul li:first-child {
            display: none; } }
      #breadcrumb ul li a {
        float: left;
        display: block;
        color: #888;
        font-size: 0.7rem;
        text-decoration: none; }
        #breadcrumb ul li a:after {
          float: right;
          content: "";
          width: 16px;
          height: 16px;
          margin: -2px 0 0 6px;
          background: url(../Images/arrow-right-green.svg) no-repeat;
          background-size: 16px 16px; }
        #breadcrumb ul li a:hover {
          color: #009ad8; }
      #breadcrumb ul li:last-child a:after {
        width: 0;
        height: 0;
        background: none; }

main {
  position: relative;
  top: 100px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 0 50px 250px;
  width: calc(90% - 250px);
  font-size: 0.9rem;
  text-align: left;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (max-width: 1000px) {
    main {
      padding: 0 0 50px 200px;
      width: calc(90% - 200px); } }
  @media only screen and (max-width: 800px) {
    main {
      top: 50px;
      width: 90%;
      padding: 0 0 50px 0; } }

#footer {
  position: relative;
  left: 250px;
  margin: 60px 0 0 0;
  padding: 60px 5% 80px 5%;
  width: calc(90% - 250px);
  background: #0064b0 url(../Images/color-bar-wide.jpg) repeat-x center bottom;
  color: #fff;
  font-size: 1.0rem;
  text-align: left;
  line-height: 150%; }
  @media only screen and (max-width: 1000px) {
    #footer {
      left: 200px;
      width: calc(90% - 200px);
      font-size: 0.9rem; }
      #footer h3 {
        font-size: 0.9rem; } }
  @media only screen and (max-width: 800px) {
    #footer {
      left: 0;
      width: 90%; } }

#footer-content {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  #footer-content p {
    margin: 0 0 10px 0;
    font-size: .889rem; }
    #footer-content p strong {
      font-size: 1rem;
      font-weight: 700;
      line-height: 130%; }
  #footer-content a {
    color: #bdcd00;
    transition: color 0.15s ease-in-out;
    text-decoration: none; }
    #footer-content a:hover {
      color: #fff;
      text-decoration: none; }
  #footer-content h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 15px 0; }
  #footer-content .frame-type-menu_pages ul {
    width: 100%;
    list-style: none; }
    #footer-content .frame-type-menu_pages ul li {
      width: 100%; }
      #footer-content .frame-type-menu_pages ul li a,
      #footer-content .frame-type-menu_pages ul li button {
        display: block;
        margin: 0 0 5px 0;
        font-size: 0.9rem;
        text-align: left;
        color: #fff;
        transition: color 0.15s ease-in-out; }
        #footer-content .frame-type-menu_pages ul li a:hover, #footer-content .frame-type-menu_pages ul li a:focus,
        #footer-content .frame-type-menu_pages ul li button:hover,
        #footer-content .frame-type-menu_pages ul li button:focus {
          color: #bdcd00; }
        #footer-content .frame-type-menu_pages ul li a::before,
        #footer-content .frame-type-menu_pages ul li button::before {
          position: relative;
          float: left;
          width: 24px;
          height: 24px;
          content: "";
          margin: 0 12px 0 0;
          background: url(../Images/arrow-right-green.svg) no-repeat;
          background-size: 24px 24px; }
      #footer-content .frame-type-menu_pages ul li button {
        padding: 0;
        line-height: 150%;
        background-color: transparent; }
      #footer-content .frame-type-menu_pages ul li.active > a {
        color: #48bfe3; }
  #footer-content .footer-sm {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    gap: .75rem; }
    #footer-content .footer-sm svg {
      display: block;
      width: 2rem;
      height: 2rem; }
      #footer-content .footer-sm svg path, #footer-content .footer-sm svg circle {
        fill: #fff;
        transition: fill 0.15s ease-in-out; }
      #footer-content .footer-sm svg:hover path, #footer-content .footer-sm svg:hover circle {
        fill: #bdcd00; }

.frame {
  overflow: hidden; }

.frame-layout-0 {
  flex-basis: 100%;
  margin: 0 0 30px 0; }

.frame-layout-4 {
  flex-basis: 100%;
  background: #fff;
  margin: 0 0 30px 0;
  border-radius: 0.27778rem;
  padding: 30px 3%; }
  .frame-layout-4 hr {
    border-color: #f5f5f5; }

.frame-layout-5,
.frame-layout-8 {
  flex-basis: 48.5%;
  margin: 0 0 30px 0; }

.frame-layout-12,
.frame-layout-13 {
  flex-basis: 65.5%;
  margin: 0 0 30px 0; }

.frame-layout-6,
.frame-layout-9 {
  flex-basis: 31%;
  margin: 0 0 30px 0; }

.frame-layout-8,
.frame-layout-9,
.frame-layout-13 {
  box-sizing: border-box;
  border-radius: 0.27778rem;
  padding: 20px 2%;
  background-color: #fff; }

.frame-layout-0.frame-type-header,
.frame-layout-5.frame-type-header,
.frame-layout-6.frame-type-header,
.frame-layout-12.frame-type-header {
  margin-bottom: 0; }

@media only screen and (max-width: 1000px) {
  .frame-layout-5,
  .frame-layout-6,
  .frame-layout-8,
  .frame-layout-9,
  .frame-layout-12,
  .frame-layout-13 {
    flex-basis: 100%; } }
* {
  margin: 0;
  padding: 0; }

html, body {
  padding: 0;
  height: 100%;
  margin: 0 auto;
  background: #f5f5f5;
  color: #000;
  font-size: 100%;
  font-weight: 400;
  text-align: center;
  font-family: 'dax', sans-serif; }

body {
  min-width: 320px; }

/*======================================================================================*/
/*	Content formats
/*======================================================================================*/
/* Headlines */
h1 {
  color: #009ad8;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 30px 0; }

h2 {
  color: #0064b0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px 0; }

h3 {
  color: #0064b0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 10px 0; }

h4 {
  color: #0064b0;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #48bfe3; }

/* Paragraphs */
p {
  margin: 0 0 20px 0; }
  p.copytext {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 175%; }

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

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

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

.text-justify {
  text-align: justify; }

span.color-darkblue {
  color: #004e86; }
span.color-mediumblue {
  color: #009ad8; }
span.color-darkgreen {
  color: #89b917; }

/* Bold Font */
b, strong {
  font-weight: 700; }

.flex-inner-wrapper {
  display: inherit;
  flex-flow: inherit;
  justify-content: inherit;
  align-items: inherit;
  width: 100%; }

main {
  /* Lists */ }
  main a {
    /* Hyperlinks */
    /* Button */ }
    main a:link {
      color: #009ad8;
      text-decoration: none; }
    main a:hover {
      color: #009ad8;
      text-decoration: underline; }
    main a:active {
      color: #009ad8;
      text-decoration: underline; }
    main a:visited {
      color: #009ad8;
      text-decoration: none; }
    main a.button, main a.button-mediumblue, main a.button-green, main a.button-bluewhite, main a.button-mediumbluewhite, main a.button-greenwhite {
      display: inline-block;
      margin: 0 10px 0 0;
      border: 1px solid #0064b0;
      border-radius: 0.16667rem;
      padding: 8px 20px 6px 20px;
      color: #0064b0;
      font-size: 0.9rem;
      transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
      main a.button:hover, main a.button-mediumblue:hover, main a.button-green:hover, main a.button-bluewhite:hover, main a.button-mediumbluewhite:hover, main a.button-greenwhite:hover {
        text-decoration: none;
        color: #009ad8;
        border-color: #009ad8; }
    main a.button-mediumblue, main a.button-mediumbluewhite {
      color: #009ad8;
      border-color: #009ad8; }
      main a.button-mediumblue:hover, main a.button-mediumbluewhite:hover {
        color: #0064b0;
        border-color: #0064b0; }
    main a.button-green, main a.button-greenwhite {
      color: #a0c745;
      border-color: #a0c745; }
      main a.button-green:hover, main a.button-greenwhite:hover {
        color: #bdcd00;
        border-color: #bdcd00; }
    main a.button-bluewhite, main a.button-mediumbluewhite, main a.button-greenwhite {
      background-color: #fff; }
    main a.lightbox {
      cursor: zoom-in; }
  main ul {
    list-style-image: url(../Images/icon-unordered-list.svg);
    margin: 0 0 20px 15px; }
  main ol {
    margin: 0 0 20px 30px; }
  main ul ul, main ul ol, main ol ul, main ol ol {
    margin: 10px 0 10px 30px; }
  main li {
    margin: 0 0 5px 0; }

/* Tables */
table {
  padding: 0;
  width: 100%;
  margin: 0 0 20px 0;
  border-spacing: 3px; }
  table tr {
    vertical-align: middle; }
    table tr th {
      background: #009ad8;
      color: #fff;
      font-size: .8rem;
      padding: 10px 2%;
      vertical-align: top; }
    table tr td {
      color: #004e86;
      background: #abdff0;
      padding: 10px 2%;
      font-size: .8rem;
      vertical-align: top; }
      table tr td:nth-child(2n) {
        background: #ccecf6; }

/* Horizont ruler */
hr {
  border: 0;
  padding: 0;
  height: 1px;
  margin: 30px 0;
  border-bottom: 4px solid #fff; }

/* Text selection */
/*
::selection {
  background: $color-mediumblue;
  color: $color-white;
}
*/
/* Image links */
a img {
  border: none; }

figcaption {
  font-style: italic; }

/*======================================================================================*/
/*	Forms
/*======================================================================================*/
form {
  margin: 0;
  padding: 0; }

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

legend {
  display: none; }

label {
  display: block; }

/* Input fields */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=number] {
  background: #fff;
  width: calc(96% - 2px);
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  border-radius: 0.16667rem;
  padding: 12px 2% 10px 2%;
  display: block;
  color: #004e86;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: 'dax', sans-serif; }
  select:focus,
  textarea:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=date]:focus,
  input[type=time]:focus,
  input[type=number]:focus {
    color: #48bfe3;
    border: 1px solid #48bfe3; }

input[type=number] {
  padding-right: 0; }

select {
  width: 100%; }

textarea {
  height: 150px;
  overflow: auto; }

input[type="checkbox"] {
  margin: 8px 0 8px 0; }
  input[type="checkbox"] + span {
    margin-left: .5em; }

input[type="radio"] {
  margin: 8px 0 8px 0; }

/* Buttons */
input[type=submit],
button {
  border: none;
  cursor: pointer;
  margin: 15px 0 0 0;
  border-radius: 0.16667rem;
  padding: 12px 30px 10px 30px;
  background: #0064b0;
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
  font-family: 'dax', sans-serif;
  transition: background-color 0.15s ease-in-out; }
  #main input[type=submit]:hover, #main input[type=submit]:focus, #main input[type=submit]:active,
  #main button:hover,
  #main button:focus,
  #main button:active {
    background-color: #5597ca; }

/* FSC */
.ce-bodytext .contenttable {
  margin-bottom: 20px; }
.ce-bodytext .table-responsive {
  margin-bottom: 20px;
  width: 100%;
  max-width: 80vw;
  overflow-x: auto; }
  .ce-bodytext .table-responsive .contenttable {
    margin-bottom: 0; }
.ce-bodytext *:last-child {
  margin-bottom: 0 !important; }

.frame-type-textmedia.has-assets .imageorient-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.frame-type-textmedia.has-assets .textmedia-media figure {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  .frame-type-textmedia.has-assets .textmedia-media figure:last-child {
    margin-bottom: 0; }
  .frame-type-textmedia.has-assets .textmedia-media figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .frame-type-textmedia.has-assets .textmedia-media figure.video .video-embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .frame-type-textmedia.has-assets .textmedia-media figure.video .video-embed iframe,
    .frame-type-textmedia.has-assets .textmedia-media figure.video .video-embed .media2click-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      overflow: hidden; }
    .frame-type-textmedia.has-assets .textmedia-media figure.video .video-embed .media2click-placeholder {
      width: 100%;
      height: 100%; }
    .frame-type-textmedia.has-assets .textmedia-media figure.video .video-embed .media2click-placeholder-inner {
      background-color: rgba(255, 255, 255, 0.5); }
    .frame-type-textmedia.has-assets .textmedia-media figure.video .video-embed .media2click-title {
      font-size: 1.4em; }
.frame-type-textmedia.has-assets.image-position-0 .textmedia-media {
  order: 1;
  flex-basis: 100%; }
.frame-type-textmedia.has-assets.image-position-0 .textmedia-text {
  order: 2;
  flex-basis: 100%; }
.frame-type-textmedia.has-assets.image-position-8 .textmedia-media {
  order: 2;
  flex-basis: 100%;
  margin-top: 20px; }
.frame-type-textmedia.has-assets.image-position-8 .textmedia-text {
  order: 1;
  flex-basis: 100%; }
.frame-type-textmedia.has-assets.image-position-25 .textmedia-media {
  order: 2;
  flex-basis: calc(50% - 10px); }
.frame-type-textmedia.has-assets.image-position-25 .textmedia-text {
  order: 1;
  flex-basis: calc(50% - 10px); }
@media only screen and (max-width: 1000px) {
  .frame-type-textmedia.has-assets.image-position-25 .textmedia-media {
    flex-basis: 100%;
    margin-top: 20px; }
  .frame-type-textmedia.has-assets.image-position-25 .textmedia-text {
    flex-basis: 100%; } }
.frame-type-textmedia.has-assets.image-position-26 .textmedia-media {
  order: 1;
  flex-basis: calc(50% - 10px); }
.frame-type-textmedia.has-assets.image-position-26 .textmedia-text {
  order: 2;
  flex-basis: calc(50% - 10px); }
@media only screen and (max-width: 1000px) {
  .frame-type-textmedia.has-assets.image-position-26 .textmedia-media {
    order: 2;
    flex-basis: 100%;
    margin-top: 20px; }
  .frame-type-textmedia.has-assets.image-position-26 .textmedia-text {
    order: 1;
    flex-basis: 100%; } }
.frame-type-textmedia.has-assets.image-position-30 .textmedia-media {
  order: 2;
  flex-basis: calc(33.333% - 10px); }
.frame-type-textmedia.has-assets.image-position-30 .textmedia-text {
  order: 1;
  flex-basis: calc(66.667% - 10px); }
@media only screen and (max-width: 800px) {
  .frame-type-textmedia.has-assets.image-position-30 .textmedia-media {
    flex-basis: 100%;
    margin-top: 20px; }
  .frame-type-textmedia.has-assets.image-position-30 .textmedia-text {
    flex-basis: 100%; } }
.frame-type-textmedia.has-assets.image-position-31 .textmedia-media {
  order: 1;
  flex-basis: calc(33.333% - 10px); }
.frame-type-textmedia.has-assets.image-position-31 .textmedia-text {
  order: 2;
  flex-basis: calc(66.667% - 10px); }
@media only screen and (max-width: 800px) {
  .frame-type-textmedia.has-assets.image-position-31 .textmedia-media {
    order: 2;
    flex-basis: 100%;
    margin-top: 20px; }
  .frame-type-textmedia.has-assets.image-position-31 .textmedia-text {
    order: 1;
    flex-basis: 100%; } }
.frame-type-textmedia.has-assets.image-position-32 .textmedia-media {
  order: 2;
  flex-basis: calc(66.667% - 10px); }
.frame-type-textmedia.has-assets.image-position-32 .textmedia-text {
  order: 1;
  flex-basis: calc(33.333% - 10px); }
@media only screen and (max-width: 1000px) {
  .frame-type-textmedia.has-assets.image-position-32 .textmedia-media {
    flex-basis: 100%;
    margin-top: 20px; }
  .frame-type-textmedia.has-assets.image-position-32 .textmedia-text {
    flex-basis: 100%; } }
.frame-type-textmedia.has-assets.image-position-33 .textmedia-media {
  order: 1;
  flex-basis: calc(66.667% - 10px); }
.frame-type-textmedia.has-assets.image-position-33 .textmedia-text {
  order: 2;
  flex-basis: calc(33.333% - 10px); }
@media only screen and (max-width: 1000px) {
  .frame-type-textmedia.has-assets.image-position-33 .textmedia-media {
    order: 2;
    flex-basis: 100%;
    margin-top: 20px; }
  .frame-type-textmedia.has-assets.image-position-33 .textmedia-text {
    order: 1;
    flex-basis: 100%; } }
.frame-type-textmedia.has-assets.image-position-34 .textmedia-media {
  order: 1;
  flex-basis: 150px; }
  .frame-type-textmedia.has-assets.image-position-34 .textmedia-media figure {
    margin-bottom: 0; }
    .frame-type-textmedia.has-assets.image-position-34 .textmedia-media figure img {
      display: block; }
.frame-type-textmedia.has-assets.image-position-34 .textmedia-text {
  order: 2;
  flex-basis: calc(100% - 150px - 1em); }
@media only screen and (max-width: 480px) {
  .frame-type-textmedia.has-assets.image-position-34 .textmedia-media {
    flex-basis: 100%; }
    .frame-type-textmedia.has-assets.image-position-34 .textmedia-media figure {
      margin-bottom: 20px; }
  .frame-type-textmedia.has-assets.image-position-34 .textmedia-text {
    flex-basis: 100%; } }

/* Accordeon */
.frame-layout-7,
.frame-layout-10,
.frame-layout-11 {
  flex-basis: 100%;
  border-radius: 0.27778rem;
  margin: 0 0 30px 0;
  background-color: #fff;
  overflow: hidden; }
  .frame-layout-7 > header,
  .frame-layout-10 > header,
  .frame-layout-11 > header {
    color: #fff;
    flex-basis: 100%;
    margin: 0;
    padding: 15px 3%;
    font-size: 1.0rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out; }
    .frame-layout-7 > header h1, .frame-layout-7 > header h2, .frame-layout-7 > header h3, .frame-layout-7 > header h4, .frame-layout-7 > header h5,
    .frame-layout-10 > header h1,
    .frame-layout-10 > header h2,
    .frame-layout-10 > header h3,
    .frame-layout-10 > header h4,
    .frame-layout-10 > header h5,
    .frame-layout-11 > header h1,
    .frame-layout-11 > header h2,
    .frame-layout-11 > header h3,
    .frame-layout-11 > header h4,
    .frame-layout-11 > header h5 {
      display: inline;
      margin-bottom: 0;
      color: #fff;
      font-size: 1rem;
      font-weight: 400;
      line-height: 100%;
      vertical-align: middle; }
    .frame-layout-7 > header:before,
    .frame-layout-10 > header:before,
    .frame-layout-11 > header:before {
      position: relative;
      float: right;
      width: 32px;
      height: 32px;
      content: "";
      margin: -5px 0 0 0;
      background: url(../Images/icon-minus-white.svg) no-repeat;
      background-size: 32px 32px; }
    .frame-layout-7 > header[aria-expanded="false"]:before,
    .frame-layout-10 > header[aria-expanded="false"]:before,
    .frame-layout-11 > header[aria-expanded="false"]:before {
      background-image: url(../Images/icon-plus-white.svg); }
  .frame-layout-7 > .accordion-content,
  .frame-layout-10 > .accordion-content,
  .frame-layout-11 > .accordion-content {
    padding: 20px 3%; }
  .frame-layout-7 hr,
  .frame-layout-10 hr,
  .frame-layout-11 hr {
    border-color: #f5f5f5; }

.frame-layout-7 > header {
  background-color: #0064b0; }
  .frame-layout-7 > header:hover, .frame-layout-7 > header:focus {
    background-color: #5597ca; }

.frame-layout-10 > header {
  background-color: #48bfe3; }
  .frame-layout-10 > header:hover, .frame-layout-10 > header:focus {
    background-color: #85d4ec; }

.frame-layout-11 > header {
  background-color: #bdcd00; }
  .frame-layout-11 > header:hover, .frame-layout-11 > header:focus {
    background-color: #d3dd55; }

/* EBus Data */
.avvlayout_ebusdata.hidden {
  display: none; }
.avvlayout_ebusdata .avvlayout_ebusdata_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #fff;
  border-radius: 0.27778rem;
  padding: 2em;
  gap: 2em; }
.avvlayout_ebusdata dl {
  text-align: center; }
.avvlayout_ebusdata dt {
  color: #009ad8;
  font-weight: bold;
  margin-bottom: 5px; }
.avvlayout_ebusdata dd {
  color: #89b917;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 120%;
  margin-bottom: 0; }

.event__location h4 {
  border-bottom: none;
  padding-bottom: 0; }
.event__dates--error {
  color: #a00; }
.event__date--full {
  color: #a00; }
.event__error {
  margin: 1rem 0;
  border: 2px solid #a00;
  padding: 1rem;
  color: #a00; }
.event__registration .errors, .event__notification .errors {
  color: #a00; }
.event__registration--success, .event__notification--success {
  margin: 1rem 0;
  border: 2px solid #89b917;
  padding: 1rem;
  color: #89b917; }
.event__registration .form-group--comment2, .event__notification .form-group--comment2 {
  margin: 0;
  border: 0;
  padding: 0;
  height: 0;
  overflow: hidden; }

/* FAQ */
.avv-faq-filter {
  display: none;
  text-align: center;
  margin-bottom: 30px; }
  .avv-faq-filter button {
    color: #000;
    transition: background-color .25s;
    font-weight: 400;
    font-size: .9rem;
    font-family: 'dax', sans-serif;
    margin: 15px .25em 0 .25em;
    border: 1px solid #0064b0;
    border-radius: 0.16667rem;
    padding: 12px 1.5em;
    cursor: pointer; }
    #main .avv-faq-filter button {
      background-color: #ddd; }
      #main .avv-faq-filter button:hover {
        background-color: #f5f5f5; }
      #main .avv-faq-filter button.active {
        background-color: #fff; }
      #main .avv-faq-filter button:active {
        background-color: inherit; }

.avv-faq-wrap .avv-faq-item {
  box-sizing: border-box;
  border-radius: 0.27778rem;
  overflow: hidden;
  margin-bottom: 30px; }
  .avv-faq-wrap .avv-faq-item .avv-faq-item-question {
    position: relative;
    background-color: #0064b0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 3%; }
    .avv-faq-wrap .avv-faq-item .avv-faq-item-question::before {
      position: relative;
      float: right;
      width: 32px;
      height: 32px;
      content: '';
      margin: -5px 0 0 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .avv-faq-wrap .avv-faq-item .avv-faq-item-question.avv-faq-color-blue {
      background-color: #0064b0; }
    .avv-faq-wrap .avv-faq-item .avv-faq-item-question.avv-faq-color-cyan {
      background-color: #009ad8; }
    .avv-faq-wrap .avv-faq-item .avv-faq-item-question.avv-faq-color-green {
      background-color: #bdcd00; }
  .avv-faq-wrap .avv-faq-item.avv-faq-accordion [aria-expanded="false"]::before {
    background-image: url(../Images/icon-plus-white.svg); }
  .avv-faq-wrap .avv-faq-item.avv-faq-accordion [aria-expanded="true"]::before {
    background-image: url(../Images/icon-minus-white.svg); }
  .avv-faq-wrap .avv-faq-item .avv-faq-item-answer {
    background-color: #fff;
    color: #000;
    overflow: hidden;
    box-sizing: border-box;
    transition: max-height .4s ease-in-out; }
    .avv-faq-wrap .avv-faq-item .avv-faq-item-answer .avv-faq-item-answer-inner {
      padding: 15px 3%; }
      .avv-faq-wrap .avv-faq-item .avv-faq-item-answer .avv-faq-item-answer-inner > *:last-child {
        margin-bottom: 0; }
  .avv-faq-wrap .avv-faq-item:nth-child(3n+2) .avv-faq-item-question.avv-faq-color-auto {
    background-color: #009ad8; }
  .avv-faq-wrap .avv-faq-item:nth-child(3n+3) .avv-faq-item-question.avv-faq-color-auto {
    background-color: #bdcd00; }

.avv-ce-frame {
  width: 100%;
  height: 85vh;
  border: none;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .avv-ce-frame {
      height: 95vh; } }

/* Notifications / Line-Info */
#notification-filter,
#lineinfo-filter {
  margin-bottom: 30px; }
  #notification-filter button,
  #notification-filter input,
  #lineinfo-filter button,
  #lineinfo-filter input {
    margin: 12px 5px 0 5px;
    border-radius: 0.16667rem; }
  #notification-filter #filter-line,
  #lineinfo-filter #filter-line {
    text-align: center; }
    #notification-filter #filter-line input[type='search'],
    #lineinfo-filter #filter-line input[type='search'] {
      display: inline-block;
      width: 5em; }
  #notification-filter #filter-type,
  #lineinfo-filter #filter-type {
    text-align: center; }
    #notification-filter #filter-type button,
    #lineinfo-filter #filter-type button {
      background-position: 1em center;
      background-repeat: no-repeat;
      background-size: 2em 2em;
      background-color: #ddd;
      transition: background-color .25s;
      color: #000;
      font-weight: 400;
      font-size: .9rem;
      font-family: 'dax', sans-serif;
      margin-top: 15px;
      border: 1px solid #0064b0;
      border-radius: 0.16667rem;
      padding: 12px 1.5em 12px 3.5em;
      cursor: pointer; }
      #notification-filter #filter-type button:hover,
      #lineinfo-filter #filter-type button:hover {
        background-color: #f5f5f5; }
      #notification-filter #filter-type button.active,
      #lineinfo-filter #filter-type button.active {
        background-color: #fff; }
      #notification-filter #filter-type button[value='0'],
      #lineinfo-filter #filter-type button[value='0'] {
        background-image: url(../Images/icon-regionalzug.svg); }
      #notification-filter #filter-type button[value='4'],
      #lineinfo-filter #filter-type button[value='4'] {
        background-image: url(../Images/icon-strassenbahn.svg); }
      #notification-filter #filter-type button[value='5'],
      #lineinfo-filter #filter-type button[value='5'] {
        background-image: url(../Images/icon-stadtbus.svg); }
      #notification-filter #filter-type button[value='6'],
      #lineinfo-filter #filter-type button[value='6'] {
        background-image: url(../Images/icon-regionalbus.svg); }
      #notification-filter #filter-type button[value='9'],
      #lineinfo-filter #filter-type button[value='9'] {
        background-image: url(../Images/icon-rufbus.svg); }
      #notification-filter #filter-type button[value='10'],
      #lineinfo-filter #filter-type button[value='10'] {
        background-image: url(../Images/icon-anrufsammeltaxi.svg); }
      #notification-filter #filter-type button[value='11'],
      #lineinfo-filter #filter-type button[value='11'] {
        background-image: url(../Images/icon-nachtbus.svg); }
      #notification-filter #filter-type button[value='99'],
      #lineinfo-filter #filter-type button[value='99'] {
        background-image: url(../Images/icon-fussball.svg); }

#notifications {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  #notifications .notification-item {
    display: grid;
    grid-template-columns: 8em 1fr;
    grid-column-gap: .5em;
    padding-bottom: 30px;
    border-bottom: 4px solid #fff;
    margin-bottom: 30px; }
    @media only screen and (max-width: 600px) {
      #notifications .notification-item {
        grid-template-columns: 6em 1fr; } }
    #notifications .notification-item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    #notifications .notification-item .notification-lines {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      #notifications .notification-item .notification-lines li {
        padding-left: 2em;
        background-position: left center;
        background-size: 1.5em 1.5em;
        background-repeat: no-repeat; }
        #notifications .notification-item .notification-lines li.notification-line-type-0 {
          background-image: url(../Images/icon-regionalzug.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-4 {
          background-image: url(../Images/icon-strassenbahn.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-5 {
          background-image: url(../Images/icon-stadtbus.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-6 {
          background-image: url(../Images/icon-regionalbus.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-9 {
          background-image: url(../Images/icon-rufbus.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-10 {
          background-image: url(../Images/icon-anrufsammeltaxi.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-11 {
          background-image: url(../Images/icon-nachtbus.svg); }
        #notifications .notification-item .notification-lines li.notification-line-type-99 {
          background-image: url(../Images/icon-fussball.svg); }

#notifications-empty {
  display: none; }

#lineinfo {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  #lineinfo .lineinfo-item {
    display: grid;
    grid-template-columns: 6em 1fr;
    grid-column-gap: 1em;
    padding-bottom: 30px;
    border-bottom: 4px solid #fff;
    margin-bottom: 30px; }
    #lineinfo .lineinfo-item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    #lineinfo .lineinfo-item .lineinfo-number {
      padding-left: 2em;
      box-sizing: border-box;
      background-position: left top;
      background-size: 1.5em 1.5em;
      background-repeat: no-repeat; }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-0 {
        background-image: url(../Images/icon-regionalzug.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-4 {
        background-image: url(../Images/icon-strassenbahn.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-5 {
        background-image: url(../Images/icon-stadtbus.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-6 {
        background-image: url(../Images/icon-regionalbus.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-9 {
        background-image: url(../Images/icon-rufbus.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-10 {
        background-image: url(../Images/icon-anrufsammeltaxi.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-11 {
        background-image: url(../Images/icon-nachtbus.svg); }
      #lineinfo .lineinfo-item .lineinfo-number.lineinfo-type-99 {
        background-image: url(../Images/icon-fussball.svg); }
    #lineinfo .lineinfo-item .lineinfo-description a {
      display: inline-block;
      padding-left: 1.5em;
      background-image: url(../Images/icon-download-bullet.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 1em 1em; }
    #lineinfo .lineinfo-item .lineinfo-description p:last-child {
      margin-bottom: 0; }

#lineinfo-empty {
  display: none; }

.frame-type-menu_sitemap ul {
  list-style: none;
  margin-left: 0; }
.frame-type-menu_sitemap li {
  margin-bottom: 10px; }
.frame-type-menu_sitemap > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3%;
  row-gap: 1rem; }
  @media screen and (max-width: 1000px) {
    .frame-type-menu_sitemap > ul {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 640px) {
    .frame-type-menu_sitemap > ul {
      grid-template-columns: 1fr; } }
  .frame-type-menu_sitemap > ul > li > a {
    font-weight: 700;
    font-size: 1.2rem; }

.teaserslider-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66666%;
  overflow: hidden;
  margin-bottom: 20px; }
  .teaserslider-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .teaserslider-img-inner img,
    .teaserslider-img-inner video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: 50% 50%; }
    .teaserslider-img-inner iframe {
      width: 100%;
      height: 100%; }
.teaserslider-text {
  color: #0064b0; }

.ce-uploads {
  list-style: none; }
  .ce-uploads span {
    display: inline-block; }
  .ce-uploads li {
    padding-left: 0; }
    .ce-uploads li .ce-uploads-filesize {
      border-left: 1px solid #ddd;
      margin-left: 8px;
      padding-left: 8px;
      color: #888; }
    .ce-uploads li .ce-uploads-description {
      display: block; }
  .ce-uploads.uploads-type-0 li {
    padding-left: 1.5em;
    background-image: url(../Images/icon-download-bullet.svg);
    background-repeat: no-repeat;
    background-position: left .25em;
    background-size: 1em; }
  .ce-uploads img {
    display: block;
    width: 150px;
    height: auto; }
  @media screen and (max-width: 480px) {
    .ce-uploads img {
      width: 300px;
      max-width: 100%;
      float: none;
      padding: 0;
      margin: 0 auto 20px auto; } }

.form-check {
  margin: .25em 0; }

/* News */
.news .news-list-view .f3-widget-paginator {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .9rem; }
  .news .news-list-view .f3-widget-paginator:first-child {
    padding-bottom: 30px;
    border-bottom: 4px solid #fff;
    margin-bottom: 30px; }
  .news .news-list-view .f3-widget-paginator li {
    margin: 0;
    padding: 0; }
    .news .news-list-view .f3-widget-paginator li a {
      display: inline-block;
      padding: 8px 12px;
      color: #0064b0;
      border: 1px solid #0064b0;
      transition: color .2s ease-in-out, border-color .2s ease-in-out; }
      .news .news-list-view .f3-widget-paginator li a:hover, .news .news-list-view .f3-widget-paginator li a:focus {
        color: #009ad8;
        border-color: #009ad8;
        text-decoration: none; }
    .news .news-list-view .f3-widget-paginator li span {
      display: inline-block;
      padding: 8px 12px;
      border: 1px solid #000; }
    .news .news-list-view .f3-widget-paginator li.ellipse {
      padding-top: 8px; }
.news .news-list-view .article {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  justify-content: space-between;
  border-bottom: 4px solid #fff; }
  .news .news-list-view .article .news-img {
    flex-basis: 31%;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 600px) {
      .news .news-list-view .article .news-img {
        flex-basis: 100%; } }
    .news .news-list-view .article .news-img img {
      width: 100%;
      height: auto;
      display: block; }
    .news .news-list-view .article .news-img .mediaelement-video {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden; }
      .news .news-list-view .article .news-img .mediaelement-video video, .news .news-list-view .article .news-img .mediaelement-video iframe, .news .news-list-view .article .news-img .mediaelement-video .media2click-wrap, .news .news-list-view .article .news-img .mediaelement-video .media2click-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .news .news-list-view .article .news-txt {
    flex-basis: 65.5%;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 600px) {
      .news .news-list-view .article .news-txt {
        flex-basis: 100%; } }
    .news .news-list-view .article .news-txt span.date {
      display: block;
      margin: -20px 0 20px 0;
      color: #0064b0;
      font-size: 0.8rem; }
    .news .news-list-view .article .news-txt h2 a {
      color: #0064b0; }
.news .more-news-wrap {
  flex-basis: 100%;
  display: block;
  margin: 0 0 30px 0;
  text-align: right; }
  .news .more-news-wrap:last-child {
    margin-bottom: 0; }
.news a.more-news {
  color: #0064b0; }
  .news a.more-news:hover, .news a.more-news:focus {
    color: #009ad8;
    text-decoration: none; }
.news .swiper {
  margin-bottom: 10px; }
  .news .swiper .news-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.666%;
    overflow: hidden;
    margin-bottom: 20px; }
    .news .swiper .news-img .news-img-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .news .swiper .news-img .news-img-inner img,
      .news .swiper .news-img .news-img-inner video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: 50% 50%; }
      .news .swiper .news-img .news-img-inner iframe {
        width: 100%;
        height: 100%; }
  .news .swiper h2 {
    margin-bottom: 10px;
    hyphens: auto; }
.news.news-single header .news-list-date {
  float: right;
  margin-top: 1.2em;
  margin-left: 1em; }
  @media only screen and (max-width: 600px) {
    .news.news-single header .news-list-date {
      float: none;
      margin-left: 0; } }
.news.news-single .news-single-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .news.news-single .news-single-content > * {
    flex-basis: calc(50% - 10px); }
    @media only screen and (max-width: 600px) {
      .news.news-single .news-single-content > * {
        flex-basis: 100%; } }
    .news.news-single .news-single-content > *:first-child:last-child {
      flex-basis: 100%; }
  .news.news-single .news-single-content .news-img-wrap {
    order: 2; }
    @media only screen and (max-width: 600px) {
      .news.news-single .news-single-content .news-img-wrap {
        order: 1;
        margin-bottom: 20px; } }
    .news.news-single .news-single-content .news-img-wrap figure {
      margin-bottom: 20px; }
    .news.news-single .news-single-content .news-img-wrap img {
      width: 100%;
      height: auto; }
    .news.news-single .news-single-content .news-img-wrap .news-img-caption {
      font-style: italic;
      color: inherit; }
  .news.news-single .news-single-content .news-single-text {
    order: 1; }
    @media only screen and (max-width: 600px) {
      .news.news-single .news-single-content .news-single-text {
        order: 2; } }
    .news.news-single .news-single-content .news-single-text .teaser-text {
      color: inherit; }
    .news.news-single .news-single-content .news-single-text .news-content-elements {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
  .news.news-single .news-single-content .news-related-files ul li {
    padding-left: 1.5em;
    background-image: url(../Images/icon-download-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1em; }
.news.news-single .news-related {
  border: none;
  padding: 15px 0;
  display: block;
  width: 100%;
  box-sizing: border-box; }
  .news.news-single .news-related ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0; }
.news.news-single .news-related-news {
  padding: 0; }

/* Indexed Search */
.tx-indexedsearch-searchbox fieldset {
  position: relative;
  margin-bottom: 30px; }
  .tx-indexedsearch-searchbox fieldset #tx-indexedsearch-searchbox-sword {
    width: 100%;
    box-sizing: border-box;
    padding-right: 50px; }
  .tx-indexedsearch-searchbox fieldset #tx-indexedsearch-searchbox-button-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../Images/icon-search.svg) no-repeat center white;
    background-size: contain; }
    .tx-indexedsearch-searchbox fieldset #tx-indexedsearch-searchbox-button-submit:hover {
      animation-name: none !important; }

.tx-indexedsearch-res {
  border-bottom: 4px solid #fff;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0; }
  .tx-indexedsearch-res:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .tx-indexedsearch-res strong.tx-indexedsearch-redMarkup {
    font-weight: 700;
    background-color: #48bfe3;
    padding: 0 .1em; }

ul.tx-indexedsearch-browsebox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  ul.tx-indexedsearch-browsebox li {
    display: block; }

.media2click-controls .media2click-button {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #48bfe3; }

.media2click-placeholder.media2click-haspreview:hover .media2click-placeholder-inner, .media2click-placeholder.media2click-haspreview:focus-within .media2click-placeholder-inner {
  background-color: rgba(255, 255, 255, 0.85) !important; }
.media2click-placeholder.media2click-haspreview:hover .media2click-controls .media2click-button, .media2click-placeholder.media2click-haspreview:focus-within .media2click-controls .media2click-button {
  background-color: #009ad8; }
  .media2click-placeholder.media2click-haspreview:hover .media2click-controls .media2click-button:hover, .media2click-placeholder.media2click-haspreview:hover .media2click-controls .media2click-button:focus, .media2click-placeholder.media2click-haspreview:focus-within .media2click-controls .media2click-button:hover, .media2click-placeholder.media2click-haspreview:focus-within .media2click-controls .media2click-button:focus {
    background-color: #0064b0; }

#ctavideo {
  display: none;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 10vh;
  width: 14rem;
  max-width: 100%;
  height: 18.65rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #0064b0;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-top-left-radius: 0.27778rem;
  border-bottom-left-radius: 0.27778rem;
  transition: right .5s ease-in-out, height .5s ease-in-out; }
  @media screen and (max-height: 24rem) {
    #ctavideo {
      bottom: 0; } }
  @media screen and (max-height: 19rem) {
    #ctavideo {
      overflow: auto;
      height: 100vh; } }
  @media screen and (max-width: 15rem) {
    #ctavideo {
      width: 93vw;
      height: auto; } }
  #ctavideo .ctaheader {
    padding: 1em;
    background-color: #a0c745;
    color: #fff;
    display: grid;
    grid-template-columns: 2.75rem 1fr;
    grid-gap: .75rem; }
    #ctavideo .ctaheader .ctaicon svg {
      width: 2.75rem;
      height: 2.75rem; }
      #ctavideo .ctaheader .ctaicon svg circle {
        fill: transparent; }
      #ctavideo .ctaheader .ctaicon svg path {
        fill: #fff; }
    #ctavideo .ctaheader .ctatext h2 {
      color: #fff;
      font-size: 1.2rem;
      text-align: left;
      margin-bottom: 0; }
    #ctavideo .ctaheader .ctatext .close {
      float: right;
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 0 .1rem .25rem;
      background-color: transparent;
      border: 0;
      cursor: pointer; }
      #ctavideo .ctaheader .ctatext .close svg {
        width: 1.2rem;
        height: 1.2rem; }
        #ctavideo .ctaheader .ctatext .close svg circle {
          fill: transparent; }
        #ctavideo .ctaheader .ctatext .close svg path,
        #ctavideo .ctaheader .ctatext .close svg rect {
          fill: #fff; }
  #ctavideo .ctabody {
    padding: 1em;
    background-color: #0064b0;
    color: #fff;
    transition: height .5s ease-in-out; }
    #ctavideo .ctabody h3 {
      color: #fff;
      font-size: 1rem;
      text-align: left; }
    #ctavideo .ctabody table {
      border-spacing: 0; }
      #ctavideo .ctabody table th {
        background: none;
        color: #fff;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.5;
        padding: 0;
        text-align: left; }
      #ctavideo .ctabody table td {
        background: none;
        color: #fff;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.5;
        padding: 0;
        text-align: right; }
    #ctavideo .ctabody p {
      margin-bottom: 0; }
    #ctavideo .ctabody a.button {
      display: block;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #fff;
      border-radius: 0.16667rem;
      padding: .5em .25em;
      color: #fff;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      transition: background-color .2s; }
      #ctavideo .ctabody a.button:hover, #ctavideo .ctabody a.button:focus {
        background-color: #009ad8; }
  #ctavideo.hidden {
    max-width: 14rem;
    right: -9.5rem;
    height: 4.75rem; }
    #ctavideo.hidden .ctaicon {
      cursor: pointer; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff ; }

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px ; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

:root {
  --swiper-theme-color: #0064b0;
  --swiper-navigation-size: 33px;
  --swiper-navigation-sides-offset: calc( 50% - 40px); }

.swiper-outer {
  width: 100%;
  overflow: hidden; }

.swiper {
  width: 100%; }

.swiper-wrapper {
  align-items: stretch;
  height: calc(100% - 10px); }

.swiper-slide {
  box-sizing: border-box;
  width: 310px;
  max-width: 90vw;
  height: unset;
  margin: 0 35px 50px 0;
  border-radius: 0.27778rem;
  background-color: #fff; }
  .swiper-slide:last-child {
    margin-right: 0; }
  .swiper-slide .swiper-slide-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px; }
  .swiper-slide a:hover,
  .swiper-slide a:focus {
    text-decoration: none; }

.swiper-button-prev,
.swiper-button-next {
  font-weight: bold;
  top: unset;
  margin-top: 0;
  bottom: 0; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #009ad8; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    pointer-events: auto; }
    .swiper-button-prev.swiper-button-disabled:hover,
    .swiper-button-next.swiper-button-disabled:hover {
      color: #0064b0; }

/*# sourceMappingURL=avv.css.map */
