
.media2click-ratio {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }
  .media2click-ratio .media2click-placeholder-iframe,
  .media2click-ratio .media2click-placeholder-content,
  .media2click-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .media2click-ratio.media2click-ratio-219 {
    padding-bottom: 42.86%; }
  .media2click-ratio.media2click-ratio-169 {
    padding-bottom: 56.25%; }
  .media2click-ratio.media2click-ratio-32 {
    padding-bottom: 66.67%; }
  .media2click-ratio.media2click-ratio-43 {
    padding-bottom: 75%; }
  .media2click-ratio.media2click-ratio-50vh {
    padding-bottom: 50vh; }
  .media2click-ratio.media2click-ratio-75vh {
    padding-bottom: 75vh; }
  .media2click-ratio.media2click-ratio-90vh {
    padding-bottom: 90vh; }
  .media2click-ratio.media2click-ratio-fixed {
    width: unset;
    height: unset;
    max-width: 100%;
    max-height: 90vh; }
    .media2click-ratio.media2click-ratio-fixed.media2click-position-left {
      margin: 0 auto 0 0; }
    .media2click-ratio.media2click-ratio-fixed.media2click-position-center {
      margin: 0 auto; }
    .media2click-ratio.media2click-ratio-fixed.media2click-position-right {
      margin: 0 0 0 auto; }

.media2click-placeholder {
  position: relative;
  background-color: #ddd;
  border: 0;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  text-align: center;
  transition: background-color .2s; }
  .media2click-placeholder:hover, .media2click-placeholder:focus-within {
    background-color: #eee; }
    .media2click-placeholder:hover .media2click-button, .media2click-placeholder:focus-within .media2click-button {
      background-color: #666; }
  .media2click-placeholder.media2click-haspreview {
    color: #000;
    text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff; }

.media2click-placeholder-video {
  background-image: url('../../../_assets/b9704905dd79cb4eb8d7cff3d2245dd9/Images/placeholder.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.media2click-placeholder-inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: .5em;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.5); }
  .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); }
  .media2click-placeholder-video.media2click-haspreview .media2click-placeholder-inner {
    background-image: url('../../../_assets/b9704905dd79cb4eb8d7cff3d2245dd9/Images/videobutton.png');
    background-size: 30% auto;
    background-position: center center;
    background-repeat: no-repeat; }
  .media2click-placeholder-video.media2click-haspreview:hover .media2click-placeholder-inner, .media2click-placeholder-video.media2click-haspreview:focus-within .media2click-placeholder-inner {
    background-image: none; }

.media2click-placeholder-iframe.media2click-haspreview,
.media2click-placeholder-content.media2click-haspreview {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.media2click-placeholder-logo {
  display: block;
  max-width: 30%;
  height: auto;
  float: right;
  margin: 0 0 .25em .5em; }

.media2click-title {
  font-weight: bold;
  margin-bottom: .5em; }

.media2click-content > *:last-child {
  margin-bottom: 2.57em; }

.media2click-iframedata {
  display: none; }

.media2click-controls {
  display: block;
  position: absolute;
  bottom: .75em;
  right: .75em; }
  .media2click-controls .media2click-button {
    display: inline-block;
    background-color: #999;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-shadow: none;
    padding: .25em .5em;
    border: none;
    border-radius: .25em;
    margin: .25em; }
    .media2click-controls .media2click-button:hover, .media2click-controls .media2click-button:focus {
      background-color: #333; }

.news .article .news-img-wrap .media2click-placeholder:hover a.media2click-button, .news .article .news-img-wrap .media2click-placeholder:focus-within a.media2click-button {
  background-color: #666; }
.news .article .news-img-wrap .media2click-placeholder a.media2click-button {
  display: inline-block;
  float: none;
  border: none;
  padding: .25em .5em;
  background-color: #999; }
  .news .article .news-img-wrap .media2click-placeholder a.media2click-button:hover, .news .article .news-img-wrap .media2click-placeholder a.media2click-button:focus {
    background-color: #333; }
.news .article .news-img-wrap .media2click-content a {
  display: inline;
  float: none;
  background: none;
  border: none;
  padding: 0; }

.media2click-hosts {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .media2click-hosts li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 2em 1fr;
    grid-column-gap: .5em; }
    .media2click-hosts li:last-child {
      margin-bottom: 0; }
    .media2click-hosts li .media2click-toggle-label {
      display: grid;
      grid-template-columns: 10em 1fr;
      column-gap: 1em; }
      .media2click-hosts li .media2click-toggle-label .media2click-toggle-logo {
        display: block; }
        .media2click-hosts li .media2click-toggle-label .media2click-toggle-logo img {
          display: block;
          width: 100%;
          height: auto; }
      .media2click-hosts li .media2click-toggle-label .media2click-toggle-text {
        display: block; }
        .media2click-hosts li .media2click-toggle-label .media2click-toggle-text:first-child {
          grid-column: 1/3; }
    .media2click-hosts li .media2click-privacylink {
      display: block; }

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

/* 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: transparent; }
  .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; } }

*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*:focus{outline:none}:target::before{content:"";display:block;height:0;margin:0;position:relative;visibility:hidden}*::before,*::after{clear:both}body{overflow-x:hidden;background-color:#00bfb3;padding-top:88px}@media only screen and (max-width: 1279px){body{padding-top:85px}}@media only screen and (max-width: 991px){body{padding-top:79px}}@media only screen and (max-width: 767px){body{padding-top:72px}}@media only screen and (max-width: 767px){body{padding-top:64px}}body,p{font-family:"Nunito-Regular", sans-serif;font-size:18px;font-size:1.125rem;line-height:1.7;color:#000;max-width:100vw}@media screen and (max-width: 768px){body,p{font-size:16px;font-size:1rem}}p{margin-bottom:15px}p:last-child{margin-bottom:0}strong,b{font-family:"Nunito-ExtraBold", sans-serif}blockquote p.MsoIntenseQuote{position:relative;font-family:"Nunito-Bold";font-style:italic;font-size:1.3rem;padding:35px 0px;margin:40px 0px;border-top:solid 2px #00bfb3;border-bottom:solid 2px #00bfb3}@media only screen and (max-width: 767px){blockquote p.MsoIntenseQuote{font-size:1rem;margin:40px 0px}}blockquote p.MsoIntenseQuote::before,blockquote p.MsoIntenseQuote::after{content:" ";background-image:url("/_assets/2c2f4330c5865effdc4132ead30648b5/Images/quotes.svg");background-size:50px 50px;background-repeat:no-repeat;position:absolute;width:50px;height:43px}blockquote p.MsoIntenseQuote::before{top:-15px;left:30px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}blockquote p.MsoIntenseQuote::after{bottom:-14px;left:calc(100% - 80px);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.clearfix{clear:both;display:block}.info{font-family:"Nunito-Regular", sans-serif;font-size:16px;font-size:1rem;color:#595959}hr{border:2px solid #000;margin:30px 0px}.phase-header{background-color:#F9F9F9;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.phase-header p{margin-bottom:0px}.fixed{overflow:hidden}.frame-type-text,.frame-type-header{margin-bottom:15px}.frame-type-html,.frame-type-html+.frame-type-text .video-description{margin:0 auto}@media only screen and (min-width: 992px){.frame-type-html,.frame-type-html+.frame-type-text .video-description{width:60%}}@media only screen and (min-width: 768px){.frame-type-html,.frame-type-html+.frame-type-text .video-description{width:70%}}.sr-only,.hidden{position:absolute;left:-10000px;top:auto;width:0;height:0;overflow:hidden}.container{max-width:1280px;position:relative;padding-bottom:30px;padding-top:30px}@media only screen and (min-width: 768px){.container{padding:30px 20px;margin:0 auto}}#main section:nth-child(2) .container{padding-top:0}@media only screen and (min-width: 768px){section .container:nth-child(1){padding-top:50px}}section.no-bottom-hr .container{padding-bottom:1px}section.no-bottom-hr .container::after{display:none}.row{width:100%;display:-webkit-box;display:flex;display:-ms-flexbox;margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 768px){.row:last-of-type{margin-bottom:0px}}.row [class^="col-"],.row [class*="col-"]{width:100%;padding:0px 30px}@media only screen and (max-width: 768px){.row [class^="col-"],.row [class*="col-"]{padding:0px 20px}}@media only screen and (min-width: 768px){.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-pack:justify}.row .col-3{width:calc(100% / 12 * 3)}.row .col-4{width:calc(100% / 12 * 6)}.row .col-5{width:calc(100% / 12 * 5)}.row .col-6{width:calc(100% / 12 * 6)}.row .col-7{width:calc(100% / 12 * 7)}.row .col-8{width:calc(100% / 12 * 8)}.row .col-9{width:calc(100% / 12 * 9)}.row .col-12{width:calc(100% / 12 * 12)}}@media only screen and (min-width: 992px){.row .col-4{width:calc(100% / 12 * 4)}}@media only screen and (max-width: 768px){.row .col-3{width:calc(100% / 12 * 6)}}.header-row{margin-bottom:0px}.vertical-center-row{-webkit-box-align:center;align-items:center;-ms-flex-align:center}.container .row .col-8 [class^="col-"],.container .row .col-8 [class*="col-"]{width:100%;padding:0}@media only screen and (min-width: 576px){.container .row .col-8 .row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-direction:row}.container .row .col-8 .col-6{width:calc(100% / 12 * 6)}.container .row .col-8 .col-6:first-child{padding-right:20px}.container .row .col-8 .col-6:last-child{padding-left:20px}}@font-face{font-family:'Nunito-Regular';src:url('../../../_assets/2c2f4330c5865effdc4132ead30648b5/Fonts/Nunito-Regular.woff') format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'Nunito-Bold';src:url('../../../_assets/2c2f4330c5865effdc4132ead30648b5/Fonts/Nunito-Bold.woff') format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'Nunito-ExtraBold';src:url('../../../_assets/2c2f4330c5865effdc4132ead30648b5/Fonts/Nunito-ExtraBold.woff') format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'icomoon';src:url('../../../_assets/2c2f4330c5865effdc4132ead30648b5/Fonts/icomoon.woff?1610624315') format("woff");font-weight:normal;font-style:normal;font-display:block}[class^="icon-"]::before,[class*=" icon-"]::before,.text-link::before{font-family:'icomoon';line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;font-size:2rem;vertical-align:-20%}[class^="icon-"]:hover::before,[class*=" icon-"]:hover::before,.text-link:hover::before{border:0px solid transparent;border-radius:25px}[class^="icon-"]:active::before,[class*=" icon-"]:active::before,.text-link:active::before{background-color:#e50069;color:#fff;border:0px solid transparent;border-radius:25px}.static-icon:hover::before{background-color:transparent}.static-icon:active::before{background-color:transparent;color:#000}.menu-button[class^="icon-"]:hover::before,.menu-button[class*=" icon-"]:hover::before{border:none}.menu-button[class^="icon-"]:active::before,.menu-button[class*=" icon-"]:active::before{background-color:transparent;color:#C9205A;border:none}.icon-paperplane_circleless::before{content:"\e900"}.icon-search_circleless::before{content:"\e901"}.icon-arrow_down::before{content:"\e902"}.icon-menu::before{content:"\e903"}.icon-download::before{content:"\e904"}.icon-arrow_without_circle::before{content:"\e905"}.icon-download-without-circle::before{content:"\e906"}.icon-arrow-top::before{content:"\e909"}.icon-paperplane::before{content:"\e90b"}.icon-web::before{content:"\e90f"}.icon-link::before{content:"\e920"}.icon-search::before{content:"\e938"}.icon-puzzle::before{content:"\e93a"}.icon-article::before{content:"\e93b"}.icon-to_top::before{content:"\e93c"}.icon-settings::before{content:"\e97f"}.icon-landmark::before{content:"\e98a"}.icon-paper-clip::before{content:"\e98c"}.icon-image::before{content:"\e98d"}.icon-arrow::before{content:"\e991"}.icon-phone::before{content:"\e92f"}.icon-icon_close:before{content:"\e907"}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Nunito-ExtraBold", sans-serif;font-weight:normal;margin-bottom:10px;margin-top:30px;line-height:1.2;color:#000}@media screen and (max-width: 767px){h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:10px}}footer h2{margin-top:0}h1,.h1{font-size:48px;font-size:3rem;text-transform:uppercase}@media only screen and (max-width: 767px){h1,.h1{font-size:1.6rem}}@media only screen and (max-width: 479px){h1,.h1{font-size:1.4rem}}h1+h2,.h1+h2{margin-top:0}h2,.h2{font-size:36px;font-size:2.25rem;text-transform:uppercase}h2+h3,.h2+h3{margin-top:0}@media only screen and (max-width: 767px){h2,.h2{font-size:1.4rem}}@media only screen and (max-width: 479px){h2,.h2{font-size:1.2rem}}h3,.h3{font-size:24px;font-size:1.5rem;text-transform:uppercase}h3+h4,.h3+h4{margin-top:0}@media only screen and (max-width: 767px){h3,.h3{font-size:1.2rem}}@media only screen and (max-width: 479px){h3,.h3{font-size:1rem}}h4,.h4{font-size:20px;font-size:1.25rem}h4+h5,.h4+h5{margin-top:0}h5,.h5{font-size:18px;font-size:1.125rem;font-weight:bold;margin-bottom:15px}h5+h6,.h5+h6{margin-top:0}h6,.h6{font-size:16px;font-size:1rem;font-weight:bold;margin-bottom:15px}.firstH{margin-top:0}img{max-width:100%;height:auto}.iframe-container{position:relative;width:100%;height:0;padding-bottom:56.25%;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.15);box-shadow:0 2px 2px 0 rgba(0,0,0,0.15);top:8px}video,iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (min-width: 992px){.iframe-right{position:relative;width:50%;height:0;padding-bottom:28%;float:right;margin:10px 0px 10px 30px}.iframe-left{position:relative;width:50%;height:0;padding-bottom:28%;float:left;margin:10px 30px 10px 0px}}.frame-type-textpic{margin-bottom:40px;clear:both}.frame-type-textpic:last-child{margin-bottom:0}@media only screen and (min-width: 576px){.ce-left .ce-gallery{float:left;margin-right:40px}.ce-right .ce-gallery{float:right;margin-left:40px}}@media only screen and (min-width: 575px) and (max-width: 992px){.ce-left .ce-gallery,.ce-right .ce-gallery{max-width:50%}}.ce-left.ce-nowrap .ce-bodytext,.ce-right.ce-nowrap .ce-bodytext{overflow:hidden}.ce-left .ce-gallery figure,.ce-right .ce-gallery figure{margin-top:6px}.ce-above .ce-bodytext,.ce-below .ce-bodytext{clear:both}.ce-below .ce-bodytext{margin-bottom:20px}.ce-center .ce-row{position:relative;float:right;right:50%}.ce-center .ce-row .ce-column{position:relative;float:right;right:-50%}.hero .hero-img img{width:100%}.image-right{position:relative;float:right;margin-left:60px;max-width:560px}.image-left{position:relative;float:left;margin-left:60px;max-width:560px}.video-description{padding:20px 0px;line-height:1.33;position:relative}@media only screen and (max-width: 768px){.video-description{padding:20px 0px}}.video-col{padding-top:44px}.frame-type-image,.frame-type-textpic,.frame-type-textmedia{margin-bottom:15px}.ce-gallery figure,.teaser-img figure{display:table;margin-bottom:20px;position:relative}.ce-gallery figure figcaption,.teaser-img figure figcaption{display:table-caption;caption-side:bottom;padding:5px 0px 20px 5px;line-height:1.33;position:relative;font-size:16px;font-size:1rem;color:#595959}.ce-gallery figure small,.teaser-img figure small{float:right;margin-top:-5px;font-style:italic}.ce-gallery figure figcaption+small,.teaser-img figure figcaption+small{bottom:52px}.frame-layout-1 .ce-textpic.ce-left.ce-intext.ce-nowrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 768px){.frame-layout-1 .ce-textpic.ce-left.ce-intext.ce-nowrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 768px){.frame-layout-1 .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.frame-layout-1 .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery figure{margin-bottom:0}.frame-layout-1 .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext p{font-size:16px;font-size:1rem;color:#595959}.frame-layout-1 .ce-bodytext a{color:#595959}.media2click-hosts{list-style:none;background-color:#efefef;padding:10px 0;margin:30px 0 40px 0}.media2click-toggle-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px}.media2click-toggle-label{padding-left:35px}iframe .media2click-iframe{border:none !important}@font-face{font-family:'icomoon';src:url('../../../_assets/2c2f4330c5865effdc4132ead30648b5/Fonts/icomoon.woff?1610624315') format("woff");font-weight:normal;font-style:normal;font-display:block}:target::before{content:"";display:block;height:89px;margin:-89px 0 0;position:relative;visibility:hidden}a{color:#000;text-decoration:underline}a:hover{text-decoration:none;color:#C9205A}a:active,a:visited,a::before:visited{color:#000}a::before:hover{background:#fff;color:#C9205A}a::before:active{color:#e50069}a.text-link{position:relative;padding-left:25px;word-break:break-all}a.text-link::before{font-size:1.4rem;font-weight:500;position:absolute;left:-1px;top:1px}a.internal,a.download,a.external,a.tool{text-transform:uppercase;cursor:pointer;font-family:'Nunito-ExtraBold';margin:15px 0;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding-left:40px;text-decoration:none}a.internal:hover,a.download:hover,a.external:hover,a.tool:hover{text-decoration:underline}a.internal::before,a.download::before,a.external::before,a.tool::before{position:absolute;left:0;top:-6px;font-family:'icomoon';line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;font-size:2rem;vertical-align:-20%}a.internal:hover::before,a.download:hover::before,a.external:hover::before,a.tool:hover::before{border:0 solid transparent;border-radius:25px}a.internal:active::before,a.download:active::before,a.external:active::before,a.tool:active::before{background-color:#e50069;color:#fff;border:0 solid transparent;border-radius:25px}a.internal::before{content:"\e991"}a.download::before{content:"\e904"}a.external::before{content:"\e90f"}a.tool::before{content:"\e93a"}ul.link-list a{text-transform:uppercase;cursor:pointer;font-family:'Nunito-ExtraBold';margin:15px 0;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;padding-left:40px;text-decoration:none}ul.link-list a:hover{text-decoration:underline}ul.link-list a::before{position:absolute;left:0;top:-6px;font-family:'icomoon';line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:32px;font-size:2rem;vertical-align:-20%}ul.link-list a:hover::before{border:0 solid transparent;border-radius:25px}ul.link-list a:active::before{background-color:#e50069;color:#fff;border:0 solid transparent;border-radius:25px}a[href^="http"].text-link::before,a[href^="https"].text-link::before,ul.link-list a[href^="http"]::before,ul.link-list a[href^="https"]::before{content:"\e90f"}a[href^="/"].text-link::before,a[href^="#"].text-link::before,a[href^="https://www.politische-medienkompetenz.de"].text-link::before,ul.link-list a[href^="/"]::before,ul.link-list a[href^="#"]::before,ul.link-list a[href^="https://www.politische-medienkompetenz.de"]::before{content:"\e991"}a[href^="/fileadmin"].text-link::before,ul.link-list a[href^="/fileadmin"]::before{content:"\e904"}a[href^="https://www.politische-medienkompetenz.de/online-tools/#"].text-link::before,a[href^="/online-tools"].text-link::before,ul.link-list a[href^="https://www.politische-medienkompetenz.de/online-tools/#"]::before,ul.link-list a[href^="/online-tools"]::before{content:"\e93a"}section ol,section ul{padding-right:40px;list-style:none}@media only screen and (max-width: 479px){section ol,section ul{padding-right:0px}}section ol>li,section ul>li{margin-bottom:10px;position:relative;padding-left:20px;line-height:1.4}@media only screen and (max-width: 479px){section ol>li,section ul>li{margin-bottom:5px}}section ol>li>ol,section ol>li ul,section ul>li>ol,section ul>li ul{margin-top:10px}section ol{counter-reset:item}section ol>li{display:block}section ol>li::before{content:counters(item, ".") " ";counter-increment:item;color:#00bfb3;font-family:"Nunito-Bold", sans-serif;font-size:20px;font-size:1.25rem;position:absolute;left:0px;top:0px}section ol>li>ol,section ol>li ul{margin-top:10px}section ol>li>ol>li,section ol>li ul>li{padding-left:37px}section ol>li>ol>li>ol,section ol>li>ol>li ul,section ol>li ul>li>ol,section ol>li ul>li ul{margin-top:10px}section ol>li>ol>li>ol>li,section ol>li>ol>li ul>li,section ol>li ul>li>ol>li,section ol>li ul>li ul>li{padding-left:54px}section ul li::before{position:absolute;left:0px;top:-1px;content:"\2022";color:#00bfb3;font-size:20px}@media only screen and (max-width: 768px){section ul li::before{top:-5px}}@media only screen and (max-width: 768px){section ul li::before{top:-6px}}section ul li ul,section ul li ol{margin-top:10px}section ul li ul>li>ul,section ul li ul>li ol,section ul li ol>li>ul,section ul li ol>li ol{margin-top:10px}section ul li ol{counter-reset:item}section ul li ol>li{display:block}section ul li ol>li::before{content:counters(item, ".") " ";counter-increment:item;color:#00bfb3;font-family:"Nunito-Bold", sans-serif;font-size:20px;font-size:1.25rem;position:absolute;left:0px;top:0px}section ul.link-list>li{margin-bottom:22px;padding-left:0}section ul.link-list>li::before{display:none}section li ul,section li ol{padding:0px}ul.source-list li{padding-left:0}ul.source-list li:before{content:''}#header nav#main-nav{z-index:3}@media only screen and (min-width: 992px){#header nav#main-nav{display:block}}@media only screen and (max-width: 991px){#header nav#main-nav{display:none}}#header nav#main-nav ul.nav-list{list-style:none;max-width:1280px;max-height:calc(100vh - 80px);margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:10;border-bottom:solid 2px black}@media only screen and (max-width: 991px){#header nav#main-nav ul.nav-list{border-bottom:none}}#header nav#main-nav ul.nav-list li{text-transform:uppercase;font-family:"Nunito-ExtraBold", sans-serif;position:relative}#header nav#main-nav ul.nav-list li.active::after{content:"";display:inline-block;height:14px;border:solid 0px transparent;background-color:#00bfb3;border-radius:25px;position:absolute;width:calc(100% - 94px);left:47px;top:45px;-webkit-transition:width 0.1s ease-in-out;transition:width 0.1s ease-in-out}@media only screen and (max-width: 991px){#header nav#main-nav ul.nav-list li.active::after{display:none}}@media only screen and (max-width: 1279px){#header nav#main-nav ul.nav-list li.active::after{left:29px;width:calc(100% - 57px)}}#header nav#main-nav ul.nav-list li:last-child{padding-right:0px}#header nav#main-nav ul.nav-list li:last-child.active::after{width:calc(100% - 44px);left:47px}@media only screen and (max-width: 1279px){#header nav#main-nav ul.nav-list li:last-child.active::after{width:calc(100% - 23px);left:28px}}#header nav#main-nav ul.nav-list li:first-child{padding-left:0px}#header nav#main-nav ul.nav-list li:first-child.active::after{width:calc(100% - 44px);left:-3px}@media only screen and (max-width: 1279px){#header nav#main-nav ul.nav-list li:first-child.active::after{width:calc(100% - 24px)}}@media only screen and (min-width: 992px){#header nav#main-nav ul.nav-list li{padding:0 30px 11px 30px}#header nav#main-nav ul.nav-list li a{text-decoration:none;color:#000}#header nav#main-nav ul.nav-list li.menu{padding-top:10px}}@media only screen and (min-width: 1279px){#header nav#main-nav ul.nav-list li{padding:0 50px 11px 50px}}#header nav#main-nav ul.nav-list li button.menu-expand{display:none}#header nav#main-nav ul.nav-list li button.menu-expand:hover::before{color:#C9205A}#header nav#main-nav ul.nav-list li button.menu-expand:active::before{color:white;background-color:#C9205A;border-color:#C9205A}#header nav#main-nav ul.nav-list li hr{border:3px solid #000;margin:0px}#header nav#main-nav ul.nav-list li .nav-container{position:fixed;left:-99999px;right:0;top:85px;width:100%;max-width:1280px;padding:20px 50px;background-color:white;margin:0 auto;-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);border-bottom:2px solid black;z-index:10}@media only screen and (min-width: 992px){#header nav#main-nav ul.nav-list li .nav-container::before{content:"";display:block;width:100%;height:58px;position:absolute;top:-38px;left:0px}}@media only screen and (max-width: 1279px){#header nav#main-nav ul.nav-list li .nav-container{width:calc(100% - 20px)}}@media only screen and (max-width: 767px){#header nav#main-nav ul.nav-list li .nav-container{width:calc(100% - 10px)}}@media screen and (max-width: 991px){#header nav#main-nav ul.nav-list li .nav-container{position:static;border-bottom:none;-webkit-box-shadow:none;box-shadow:none;padding:0px;display:none}}#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list{list-style:none;max-width:100%;z-index:10;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-direction:row;display:-webkit-box;display:flex;display:-ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start;-ms-flex-pack:start;-webkit-justify-content:flex-start}#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li a{min-width:100%}#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li a:hover{color:#e50069;cursor:pointer}@media only screen and (min-width: 1280px){#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li{min-width:calc(100% / 3);max-width:calc(100% / 3);padding-right:20px;padding-left:0}}@media only screen and (max-width: 1279px){#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li{min-width:calc(100% / 2);max-width:calc(100% / 2)}#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li:nth-child(odd){padding-left:0}}@media only screen and (max-width: 991px){#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li{min-width:100%;max-width:100%;padding-left:10px;border-bottom:none}#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li:nth-child(odd){padding-left:10px}}#header nav#main-nav ul.nav-list li .nav-container ul.sub-nav-list li::before{display:none}#header nav#main-nav ul.nav-list li::before{content:"";position:absolute;min-height:60px;width:100%;top:30px}@media only screen and (max-width: 991px){#header nav#main-nav ul.nav-list li::before{display:none}}@media only screen and (max-width: 991px){#header nav#main-nav ul.nav-list.mobile-open{height:100vh;overflow-y:scroll;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;left:0px;top:65px;background-color:#fff;border-bottom:2px solid black;width:100%;-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);box-shadow:0 10px 10px 0 rgba(0,0,0,0.15)}#header nav#main-nav ul.nav-list.mobile-open li{border-bottom:1px solid #B3B3B3;-webkit-transition:font-size 0.1s linear;transition:font-size 0.1s linear;position:relative}#header nav#main-nav ul.nav-list.mobile-open li a{text-decoration:none;padding:15px 80px 15px 50px;min-width:100%;display:inline-block}#header nav#main-nav ul.nav-list.mobile-open li button.menu-expand{border:none;background-color:transparent;display:inline-block;position:absolute;padding:6px 50px 6px 30px;margin:0px 0px;right:0px;top:12px}#header nav#main-nav ul.nav-list.mobile-open li button.menu-expand::before{font-size:1.65rem;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease}#header nav#main-nav ul.nav-list.mobile-open li .open::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}}@media only screen and (max-width: 767px){#header nav#main-nav ul.nav-list.mobile-open li a{padding:15px 25px}#header nav#main-nav ul.nav-list.mobile-open li button.menu-expand{padding:6px 25px 6px 30px}}.vis{display:block !important}.vis-flex{display:block !important}.visually-hidden{opacity:0}#header nav#main-nav ul.nav-list li.menu.hovered>a{color:#e50069;cursor:pointer}#header nav#main-nav ul.nav-list li.menu.hovered .nav-container{left:0px}.overlay{width:100vw;height:100vh;background-color:rgba(0,0,0,0.3);display:none;z-index:8;position:fixed;top:0;bottom:0;right:0;left:0}@-webkit-keyframes fade{0%{height:0%;opacity:0}100%{height:100%;opacity:1}}@keyframes fade{0%{height:0%;opacity:0}100%{height:100%;opacity:1}}#main-nav a{-ms-hyphens:auto;hyphens:auto}#skipnav{margin-left:0;height:0;z-index:999}#skipnav li{padding-left:0;margin-bottom:0}#skipnav li a{position:absolute;left:-999em;z-index:10;background-color:white;padding:5px}#header{z-index:15;position:fixed;width:100%;top:0px}@media only screen and (max-width: 1279px){#header{border-left:10px solid transparent;border-right:10px solid transparent}}@media only screen and (max-width: 768px){#header{border-left:5px solid transparent;border-right:5px solid transparent}}#header .container{background:#fff;padding:5px 20px 10px 20px;-webkit-transition:-webkit-box-shadow 0.3s linear;transition:-webkit-box-shadow 0.3s linear;transition:box-shadow 0.3s linear;transition:box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear}@media only screen and (max-width: 479px){#header .container{padding:8px 20px 7px 20px}}#header .container .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .container .row a:first-child{z-index:16}#header .container .row img{padding:15px 20px 0px 0px;width:200px;height:auto}@media only screen and (max-width: 479px){#header .container .row img{padding:8px 20px 0px 0px;margin-left:5px}}@media only screen and (min-width: 480px){#header .container .row img{padding:10px 20px 0px 0px;margin-left:5px}}@media only screen and (min-width: 768px){#header .container .row img{padding:12px 20px 0px 0px;margin-left:30px}}@media only screen and (min-width: 1280px){#header .container .row img{padding:15px 20px 0px 0px}}@media only screen and (min-width: 992px){#header .container .row .col-9{position:relative}}#header .col-12 p.info{padding:30px 0px}.scrolled{-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);padding-top:10px}@media only screen and (max-width: 991px){#header .container .row img{width:180px;height:auto}}@media only screen and (max-width: 767px){#header .container .row{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}#header .container .row a{max-width:160px}#header .container .row img{width:160px;height:auto}}@media only screen and (max-width: 479px){#header .container .row a{max-width:140px}#header .container .row img{width:140px;height:auto}}#main section:first-of-type>.container:first-of-type{padding-top:0px}#main section:last-of-type>.container:first-of-type{padding-bottom:80px}#main section:last-of-type>.container:first-of-type:after{border-bottom:none}#main .container{background:#fff}#main .container:after{content:"";position:absolute;left:50px;right:50px;bottom:0;height:1px;width:calc(100% - 100px);border-bottom:3px solid #000}@media only screen and (max-width: 767px){#main .container:after{width:calc(100% - 40px);left:20px;right:20px}}#main .pink-section{background:#e50069}@media only screen and (max-width: 1280px){#main .pink-section{border-left:10px solid #e50069;border-right:10px solid #e50069}}@media only screen and (max-width: 768px){#main .pink-section{border-left:5px solid #e50069;border-right:5px solid #e50069}}#main .cyan-section{background:#00bfb3}@media only screen and (max-width: 1280px){#main .cyan-section{border-left:10px solid #00bfb3;border-right:10px solid #00bfb3}}@media only screen and (max-width: 768px){#main .cyan-section{border-left:5px solid #00bfb3;border-right:5px solid #00bfb3}}#main .yellow-section{background:#dfd000}@media only screen and (max-width: 1280px){#main .yellow-section{border-left:10px solid #dfd000;border-right:10px solid #dfd000}}@media only screen and (max-width: 768px){#main .yellow-section{border-left:5px solid #dfd000;border-right:5px solid #dfd000}}.here{padding:20px 0px 20px 0px}.here .col-12{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.here p,.here a{display:inline}a.button.icon-arrow_without_circle::before{font-size:24px;font-size:1.5rem;padding-right:10px}.columns{-moz-column-count:2;-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}#footer{background:#00bfb3}@media only screen and (max-width: 1280px){#footer{border-left:10px solid transparent;border-right:10px solid transparent}}@media only screen and (max-width: 768px){#footer{border-left:5px solid transparent;border-right:5px solid transparent}}#footer .container{background:#F9F9F9;background-image:url("/_assets/2c2f4330c5865effdc4132ead30648b5/Images/footer.svg");background-position:100% 100%;background-repeat:no-repeat;background-size:100%}#footer .container ul{list-style:none}#footer .container ul a{text-decoration:none}#footer .container ul a:hover{text-decoration:underline}#footer .container ul li:last-child{position:relative}#footer .container ul li:last-child a::after{content:"";background-image:url("/_assets/2c2f4330c5865effdc4132ead30648b5/Images/by-nc-sa.png");background-size:89px 17px;background-repeat:no-repeat;position:absolute;width:89px;height:17px;bottom:5px;left:135px}#footer .container .row{position:relative;top:-55px}@media only screen and (max-width: 992px){#footer .container .row{top:-50px}}@media only screen and (max-width: 768px){#footer .container .row{top:-16px}}@media only screen and (max-width: 479px){#footer .container .row{top:-9px}}#footer .container .row .col-12{padding-bottom:100px;position:relative}#footer .container .row .col-12 img{position:absolute;left:0;top:0}@media only screen and (max-width: 768px){#footer .container .row .col-12 img{top:-30px;left:6px;max-width:98%}}@media only screen and (max-width: 768px){#footer .container .row .col-12{padding-bottom:10px}}@media only screen and (max-width: 767px){#footer .container .row .col-4{padding-bottom:20px}#footer .container .row .col-4:last-of-type{padding-bottom:0}}#footer a.icon-phone.static-icon{position:relative;text-decoration:none;padding-left:30px}#footer a.icon-phone.static-icon:hover{text-decoration:underline}#footer a.icon-phone.static-icon::before{font-size:24px;position:absolute;bottom:0px;left:0px}#footer a.icon-phone.static-icon::before:hover{color:#C9205A}@media only screen and (max-width: 768px){#footer a.icon-phone.static-icon::before{top:-1px;left:-1px}}#footer .logo{width:150px;margin-right:30px}#footer .logo:nth-child(1){position:relative;top:11px}#footer .logo:nth-child(3){position:relative;width:90px;height:45px;top:20px}a.back-to-top:active::before{background-color:#000}.back-to-top{z-index:99999;visibility:hidden;opacity:0;content:"\e91a";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;right:calc(50% - 730px);bottom:30px;width:60px;height:60px;background-color:#fff;border:solid 0px transparent;border-radius:30px;-webkit-transition:visibility 0.3s, opacity 0.3s linear, -webkit-transform 0.2s linear;transition:visibility 0.3s, opacity 0.3s linear, -webkit-transform 0.2s linear;transition:visibility 0.3s, opacity 0.3s linear, transform 0.2s linear;transition:visibility 0.3s, opacity 0.3s linear, transform 0.2s linear, -webkit-transform 0.2s linear;-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,0.3);box-shadow:0 5px 5px 0 rgba(0,0,0,0.3);text-decoration:none}.back-to-top:hover{background-color:#000;color:#fff}@media only screen and (max-width: 1499px){.back-to-top{background-color:#fff;color:#000;border:2px solid #000;width:30px;height:30px;right:calc(50% - 15px);bottom:15px}.back-to-top::before{font-size:16px}.back-to-top:hover{background-color:#000;color:#fff}.back-to-top:active{background-color:#000;color:#fff}}.back-to-top:hover{text-decoration:none}.back-to-top:active{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.button,button,input[type="submit"]{text-transform:uppercase;text-decoration:none;border-radius:100px;padding:6px 30px 6px 30px;font-family:'Nunito-ExtraBold';margin:20px 0;cursor:pointer;display:table}@media only screen and (max-width: 768px){.button,button,input[type="submit"]{padding:6px 20px 4px 20px}}.button.more,button.more,input[type="submit"].more{position:relative;padding-left:60px}.button.more[class^="icon-"]::before,.button.more[class*="icon-"]::before,button.more[class^="icon-"]::before,button.more[class*="icon-"]::before,input[type="submit"].more[class^="icon-"]::before,input[type="submit"].more[class*="icon-"]::before{position:absolute;left:18px;top:9px}@media only screen and (max-width: 768px){.button.more[class^="icon-"]::before,.button.more[class*="icon-"]::before,button.more[class^="icon-"]::before,button.more[class*="icon-"]::before,input[type="submit"].more[class^="icon-"]::before,input[type="submit"].more[class*="icon-"]::before{top:6px}}.white-button{border:solid 2px #000}.white-button:hover{border:solid 2px #e50069}.white-button:active{background-color:#e50069;color:#fff}.pink-button{color:#e50069;border:solid 2px #e50069}.pink-button:hover{background-color:#C9205A;color:white}.pink-button:active{background-color:#e50069}.menu-button{font-size:1.125rem;position:absolute;min-width:120px;height:36px;right:180px;top:7px;border:none;background-color:transparent}@media only screen and (min-width: 480px){.menu-button{top:2px}}@media only screen and (max-width: 767px){.menu-button{right:150px;top:-2px}}@media only screen and (max-width: 479px){.menu-button{top:-3px;right:5px}}@media only screen and (min-width: 992px){.menu-button{top:5px}}@media only screen and (min-width: 768px){.menu-button{top:2px}}.menu-button span{position:absolute;top:7px;right:10px}.menu-button.icon-menu::before{font-size:1rem;top:10px;left:34px;position:absolute}.menu-button.icon-icon_close::before{position:absolute;left:34px;top:10px;font-size:1rem}.menu-button:hover{color:#C9205A}.more-button{position:relative;border:solid 2px #000000;text-transform:uppercase;text-decoration:none;border-radius:100px;padding:6px 30px 6px 60px;font-family:'Nunito-ExtraBold';margin:3px 0 20px 3px;cursor:pointer;display:inline-block;vertical-align:middle;color:#000000}@media only screen and (max-width: 767px){.more-button{max-width:235px}}.more-button::before{position:absolute;left:18px;top:9px;font-size:24px;font-size:1.5rem;padding-right:10px;font-family:'icomoon';line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:-20%;content:"\e905"}.more-button:hover{color:#C9205A;border:solid 2px #e50069}.more-button:active{background-color:#e50069;color:#fff;border:solid 2px #e50069}@media only screen and (min-width: 992px){.menu-button{display:none}}.infobox{padding:60px 30px 10px 30px;margin:60px 0px 40px 0px;background-color:#efefef;position:relative}@media only screen and (max-width: 767px){.infobox{margin:40px 0px}}@media only screen and (max-width: 479px){.infobox{margin:20px 0px;padding:40px 30px 10px 30px}}.infobox::before{content:"";background-image:url("/_assets/2c2f4330c5865effdc4132ead30648b5/Images/infobox_header.svg");background-size:100%;background-repeat:no-repeat;position:absolute;width:100%;height:15%;top:-19px;right:-5px}@media only screen and (max-width: 992px){.infobox::before{top:-14px}}@media only screen and (max-width: 767px){.infobox::before{top:-9px}}@media only screen and (max-width: 479px){.infobox::before{display:none}}.infobox h3{padding-left:72px;position:relative;margin-bottom:40px;word-wrap:break-word}@media only screen and (max-width: 767px){.infobox h3{padding-left:0;margin-bottom:20px}}.infobox h3::before{font-size:2.5rem;left:21px;top:-7px;position:absolute}@media only screen and (max-width: 767px){.infobox h3::before{display:none}}.infobox table{width:100%}.infobox table tr td{width:50%;vertical-align:top}.infobox table tr td:first-of-type{font-family:'Nunito-Bold';font-size:20px;font-size:1.25rem}.infobox table th{-webkit-column-span:all;-moz-column-span:all;column-span:all;padding-bottom:10px;text-align:left;text-transform:uppercase}.infobox dl{display:-webkit-box;display:flex;display:-ms-flexbox;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-direction:row;flex-wrap:wrap;-ms-flex-wrap:wrap;width:100%;-webkit-box-pack:start;justify-content:flex-start;-ms-flex-pack:start;-webkit-justify-content:flex-start;padding:0 20px}@media only screen and (max-width: 992px){.infobox dl{display:block}}@media only screen and (max-width: 767px){.infobox dl{padding:0 0}}.infobox dl dt{width:20%;font-family:'Nunito-Bold';font-size:20px;font-size:1.25rem}@media only screen and (max-width: 767px){.infobox dl dt{font-size:1rem}}@media only screen and (max-width: 992px){.infobox dl dt{width:100%}}.infobox dl dd{width:80%;padding-bottom:30px}.infobox dl dd:last-child{padding-bottom:20px}@media only screen and (max-width: 992px){.infobox dl dd{width:100%}}.infobox dl dd p{margin-bottom:0px}.infobox.tool{background-color:transparent;padding:20px 30px 10px 0;margin:0}.infobox.tool:first-child{padding-top:0}.infobox.tool::before{background-image:none;display:none}.infobox.tool h3,.infobox.tool h2{padding-left:0}.infobox.tool dl{padding-left:0}.infobox.tool>div{border-bottom:4px solid #000;padding-bottom:20px;margin-bottom:40px}.infobox.tool>div:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}audio{margin:10px 0px}div.breadcrumb-section .container{padding-bottom:0}div.breadcrumb-section .container::after{display:none}div.breadcrumb-section .container .breadcrumb-row{padding:20px 0 19px 0}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb{padding-right:0;padding-bottom:0;list-style:none}@media only screen and (max-width: 768px){div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb{padding-bottom:15px}}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li{margin-bottom:0;display:inline-block;position:relative;padding-right:16px;padding-left:0}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li:first-of-type{padding-left:0}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li:last-of-type:after{content:""}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a,div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li span{text-decoration:none;font-size:0.875rem;color:#595959}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a:hover{text-decoration:underline;color:#C9205A}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li:after{content:"/";position:absolute;right:6px;top:5px;font-size:0.875rem;color:#595959}@media only screen and (max-width: 768px){div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li:after{top:2px}}div.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li::before{display:none}.teaser{display:block;padding:20px 0px}.teaser .teaser-img{margin-bottom:20px}.teaser .teaser-img img{width:100%}.teaser header h1,.teaser header h2,.teaser header h3,.teaser header h4,.teaser header h5,.teaser header h6{font-size:20px;font-size:1.25rem;margin-top:0;text-transform:none;margin-left:3px}.teaser header h1 a,.teaser header h2 a,.teaser header h3 a,.teaser header h4 a,.teaser header h5 a,.teaser header h6 a{text-decoration:none}.teaser .teaser-body{margin-left:3px}.teaser .teaser-body p{min-height:215px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;margin-bottom:30px}@media only screen and (max-width: 767px){.teaser .teaser-body p{min-height:0}}.col-6 .teaser .teaser-body p{min-height:153px}@media only screen and (min-width: 768px){.col-4 .teaser{min-height:608px}}.teaser .teaser-body p:last-child,.col-6 .teaser .teaser-body p:last-child,.col-4 .teaser .teaser-body p:last-child{min-height:0;margin-bottom:0}.col-3 .teaser.person{min-height:0}.col-3 .teaser.person .teaser-body p,.col-3 .teaser.person header h1,.col-3 .teaser.person header h2,.col-3 .teaser.person header h3,.col-3 .teaser.person header h4,.col-3 .teaser.person header h5,.col-3 .teaser.person header h6{text-transform:uppercase;text-align:center;word-break:break-word}.col-3 .teaser.person .teaser-img img{border-radius:50%;-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:-webkit-filter .5s;transition:-webkit-filter .5s;transition:filter .5s;transition:filter .5s, -webkit-filter .5s}.col-3 .teaser.person .teaser-img img:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%)}#main section.home-section .container .col-6{display:-webkit-box;display:flex;display:-ms-flexbox;-webkit-box-align:center;align-items:center;-ms-flex-align:center}#main section.home-section .container .col-6:first-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width: 768px){#main section.home-section .container{padding-top:50px}}@media only screen and (max-width: 767px){#main section.home-section .container .col-6{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#main section.home-section .container .col-6 .frame-type-image{max-width:70%}}.forbid{border:solid 2px #959595;color:#959595;pointer-events:none}.forbid:hover{border:solid 2px #959595;color:#959595}.forbid:active{border:solid 2px #959595;color:#959595;background-color:white}.url a{word-break:break-word}#c34 h4:first-of-type{color:#00bfb3;margin-bottom:20px}.tab-nav *:focus,.tab-nav #footer *:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a *:focus,.col-3 .person .teaser-body h4 a *:focus{outline-style:solid;outline-width:2px;outline-color:black;color:#C9205A;text-decoration:underline}.tab-nav .tx-indexedsearch-searchbox-sword:focus,.tab-nav #footer .tx-indexedsearch-searchbox-sword:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .tx-indexedsearch-searchbox-sword:focus,.col-3 .person .teaser-body h4 a .tx-indexedsearch-searchbox-sword:focus{color:#000;text-decoration:none}.tab-nav .breadcrumb *:focus,.tab-nav #footer .breadcrumb *:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .breadcrumb *:focus,.col-3 .person .teaser-body h4 a .breadcrumb *:focus{color:#C9205A !important;text-decoration:underline !important}.tab-nav .white-button:focus,.tab-nav #footer .white-button:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .white-button:focus,.col-3 .person .teaser-body h4 a .white-button:focus{border:solid 2px #e50069}.tab-nav .pink-button:focus,.tab-nav #footer .pink-button:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .pink-button:focus,.col-3 .person .teaser-body h4 a .pink-button:focus{background-color:#C9205A;color:white}.tab-nav .more-button:focus,.tab-nav #footer .more-button:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .more-button:focus,.col-3 .person .teaser-body h4 a .more-button:focus{border:solid 2px #e50069}.tab-nav .more-button:focus:active,.tab-nav .pink-button:focus:active,.tab-nav .whie-button:focus:active,.tab-nav #footer .more-button:focus:active,.tab-nav #footer .pink-button:focus:active,.tab-nav #footer .whie-button:focus:active,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .more-button:focus:active,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .pink-button:focus:active,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .whie-button:focus:active,.col-3 .person .teaser-body h4 a .more-button:focus:active,.col-3 .person .teaser-body h4 a .pink-button:focus:active,.col-3 .person .teaser-body h4 a .whie-button:focus:active{color:white}.tab-nav .back-to-top:focus,.tab-nav #footer .back-to-top:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .back-to-top:focus,.col-3 .person .teaser-body h4 a .back-to-top:focus{background-color:#000;color:#fff}.tab-nav .forbid:focus,.tab-nav #footer .forbid:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .forbid:focus,.col-3 .person .teaser-body h4 a .forbid:focus{border:solid 2px #959595;color:#959595}.tab-nav a.text-link:focus::before,.tab-nav #footer a.text-link:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a a.text-link:focus::before,.col-3 .person .teaser-body h4 a a.text-link:focus::before{background:#fff}.tab-nav a.internal:focus::before,.tab-nav a.download:focus::before,.tab-nav a.external:focus::before,.tab-nav a.tool:focus::before,.tab-nav #footer a.internal:focus::before,.tab-nav #footer a.download:focus::before,.tab-nav #footer a.external:focus::before,.tab-nav #footer a.tool:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a a.internal:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a a.download:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a a.external:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a a.tool:focus::before,.col-3 .person .teaser-body h4 a a.internal:focus::before,.col-3 .person .teaser-body h4 a a.download:focus::before,.col-3 .person .teaser-body h4 a a.external:focus::before,.col-3 .person .teaser-body h4 a a.tool:focus::before{border:0px solid transparent;border-radius:25px}.tab-nav .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:focus-within a::before,.tab-nav #footer .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:focus-within a::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:focus-within a::before,.col-3 .person .teaser-body h4 a .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:focus-within a::before{color:#C9205A;border:2px solid #C9205A}@media only screen and (min-width: 992px){.tab-nav #header nav#main-nav ul.sub-nav-list li:focus>a,.tab-nav #header nav#main-nav ul.sub-nav-list li:focus-within>a,.tab-nav #footer #header nav#main-nav ul.sub-nav-list li:focus>a,.tab-nav #footer #header nav#main-nav ul.sub-nav-list li:focus-within>a,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a #header nav#main-nav ul.sub-nav-list li:focus>a,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a #header nav#main-nav ul.sub-nav-list li:focus-within>a,.col-3 .person .teaser-body h4 a #header nav#main-nav ul.sub-nav-list li:focus>a,.col-3 .person .teaser-body h4 a #header nav#main-nav ul.sub-nav-list li:focus-within>a{color:#C9205A}.tab-nav #header nav#main-nav ul.sub-nav-list li:focus .nav-container,.tab-nav #header nav#main-nav ul.sub-nav-list li:focus-within .nav-container,.tab-nav #footer #header nav#main-nav ul.sub-nav-list li:focus .nav-container,.tab-nav #footer #header nav#main-nav ul.sub-nav-list li:focus-within .nav-container,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a #header nav#main-nav ul.sub-nav-list li:focus .nav-container,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a #header nav#main-nav ul.sub-nav-list li:focus-within .nav-container,.col-3 .person .teaser-body h4 a #header nav#main-nav ul.sub-nav-list li:focus .nav-container,.col-3 .person .teaser-body h4 a #header nav#main-nav ul.sub-nav-list li:focus-within .nav-container{display:block}}.tab-nav #skipnav li a:focus,.tab-nav #footer #skipnav li a:focus,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a #skipnav li a:focus,.col-3 .person .teaser-body h4 a #skipnav li a:focus{left:15px;top:15px;z-index:200;border:solid 2px black}.tab-nav [class^="icon-"]:focus::before,.tab-nav [class*=" icon-"]:focus::before,.tab-nav .text-link:focus::before,.tab-nav #footer [class^="icon-"]:focus::before,.tab-nav #footer [class*=" icon-"]:focus::before,.tab-nav #footer .text-link:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a [class^="icon-"]:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a [class*=" icon-"]:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .text-link:focus::before,.col-3 .person .teaser-body h4 a [class^="icon-"]:focus::before,.col-3 .person .teaser-body h4 a [class*=" icon-"]:focus::before,.col-3 .person .teaser-body h4 a .text-link:focus::before{border:0px solid transparent;border-radius:25px}.tab-nav .static-icon:focus::before,.tab-nav #footer .static-icon:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .static-icon:focus::before,.col-3 .person .teaser-body h4 a .static-icon:focus::before{background-color:transparent}.tab-nav .menu-button[class^="icon-"]:focus::before,.tab-nav .menu-button[class*=" icon-"]:focus::before,.tab-nav #footer .menu-button[class^="icon-"]:focus::before,.tab-nav #footer .menu-button[class*=" icon-"]:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .menu-button[class^="icon-"]:focus::before,.tab-nav section.breadcrumb-section .container .breadcrumb-row ol.breadcrumb li a .menu-button[class*=" icon-"]:focus::before,.col-3 .person .teaser-body h4 a .menu-button[class^="icon-"]:focus::before,.col-3 .person .teaser-body h4 a .menu-button[class*=" icon-"]:focus::before{border:none}.accordion{margin-bottom:20px}.accordion button.accordion-title{text-transform:uppercase;text-decoration:none;border-radius:inherit;padding:15px 15px 15px 50px;font-family:'Nunito-ExtraBold';cursor:pointer;display:table;width:100%;text-align:left;border:none;margin:0;position:relative}.accordion button.accordion-title::before{font-size:1.3rem;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease, -webkit-transform 0.3s ease;position:absolute;top:13px;left:15px}.accordion button.accordion-title.open::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accordion button.accordion-title:hover{color:#C9205A}.accordion .accordion-body{display:none;padding:15px;border:1px solid #efefef}.mfp-close,.mfp-close:active{font-size:30px;position:absolute;top:-12px;right:0;padding-right:0}.mfp-title{position:relative}.mfp-title span.copyright{font-size:16px;position:absolute;right:7px;top:-25px;text-shadow:0 0 2px #666}header#header .search{position:absolute;top:12px;right:28px;min-width:24px;min-height:24px}@media only screen and (max-width: 991px){header#header .search{right:50px;top:0px;margin:20px 0;padding:6px 0 6px 0}}@media only screen and (max-width: 767px){header#header .search{right:20px;top:-4px}}header#header .search::before{content:"";position:absolute;min-height:60px;width:100px;top:18px;right:-2px}@media only screen and (max-width: 991px){header#header .search::before{display:none}}header#header .search a.icon-search_circleless{font-family:'Nunito-ExtraBold';text-transform:uppercase;text-decoration:none;font-size:1.125rem;position:relative;display:block}header#header .search a.icon-search_circleless::before{position:absolute;left:0;top:0;padding:2px}@media only screen and (max-width: 991px){header#header .search a.icon-search_circleless{padding-left:30px}header#header .search a.icon-search_circleless::before{font-size:1.4rem}}header#header .search .icon-search_circleless::before,header#header .search .icon-paperplane_circleless::before{font-size:1.5rem}header#header .search .icon-paperplane_circleless.hovered-submit::before{color:#C9205A}header#header .search .tx-indexedsearch-searchbox{position:fixed;left:-99999px;right:0;top:85px;width:100%;max-width:1280px;padding:20px 50px;margin:0 auto;-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);box-shadow:0 10px 10px 0 rgba(0,0,0,0.15);background-color:#fff;z-index:16}@media only screen and (max-width: 991px){header#header .search .tx-indexedsearch-searchbox{top:81px}}@media only screen and (max-width: 767px){header#header .search .tx-indexedsearch-searchbox{top:73px}}@media only screen and (max-width: 479px){header#header .search .tx-indexedsearch-searchbox{top:65px}}header#header .search.hovered-search a{color:#e50069}header#header .search.hovered-search .tx-indexedsearch-searchbox{left:0}@media only screen and (max-width: 1279px){header#header .search.hovered-search .tx-indexedsearch-searchbox{width:calc(100% - 20px)}}@media only screen and (max-width: 767px){header#header .search.hovered-search .tx-indexedsearch-searchbox{width:calc(100% - 10px)}}header#header .search.hovered-search .tx-indexedsearch-searchbox fieldset{border:none}header#header .search.hovered-search .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header#header .search.hovered-search .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword{font-family:'Nunito-Regular';font-weight:800;font-size:16px;font-size:1rem;width:50%;border:1px solid black;border-radius:50px;height:38px;padding-left:15px}@media only screen and (max-width: 991px){header#header .search.hovered-search .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword{width:100%}}header#header .search.hovered-search .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit::before{position:absolute;top:28px;right:65px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}header#header .search.hovered-search .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button{color:transparent;position:absolute;top:20px;right:50px;border:0 solid transparent;background-color:transparent;margin:0;border-radius:30px;padding:0;width:38px;height:38px}header#header .search.focused-search{outline-style:solid;outline-width:2px;outline-color:black}@media only screen and (max-width: 767px){#main iframe.media div.frame-type-media2click_iframe{width:100%}}#main ul.media2click-hosts li::before{content:''}#main .media2click-placeholder.media2click-haspreview{text-shadow:-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff}#main .media2click-placeholder.media2click-haspreview .media2click-placeholder-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#main .media2click-placeholder.media2click-haspreview .media2click-placeholder-inner img.media2click-placeholder-logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-item-align:center;align-self:center}#main .media2click-placeholder.media2click-haspreview .media2click-placeholder-inner .media2click-button{background-color:#000;border-radius:0}#main .media2click-placeholder.media2click-haspreview .media2click-placeholder-inner .media2click-button:hover,#main .media2click-placeholder.media2click-haspreview .media2click-placeholder-inner .media2click-button:active{background-color:white;color:black}#main .media2click-toggle-label{grid-template-columns:auto}#main .media2click-toggle-label .media2click-toggle-logo img{display:none}#main .frame-type-media2click_iframe{width:70%;margin:0 auto}#main .media2click-button:hover{color:#00bfb3}main#main .tx-indexedsearch-browsebox p+ul{display:none}main#main .tx-indexedsearch-searchbox{left:0}@media only screen and (max-width: 1279px){main#main .tx-indexedsearch-searchbox{width:calc(100% - 20px)}}@media only screen and (max-width: 767px){main#main .tx-indexedsearch-searchbox{width:calc(100% - 10px)}}main#main .tx-indexedsearch-searchbox fieldset{border:none}main#main .tx-indexedsearch-searchbox fieldset legend{display:none}main#main .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}main#main .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword{font-family:'Nunito-Regular';font-weight:800;font-size:16px;font-size:1rem;border:1px solid black;border-radius:50px;height:38px;padding-left:15px;margin-top:10px}main#main .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit{position:relative}main#main .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit::before{position:absolute;top:-32px;right:12px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);font-size:1.8rem}main#main .tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button{color:transparent;position:absolute;top:-38px;right:5px;border:0 solid transparent;background-color:transparent;margin:0;border-radius:30px;padding:0;width:38px;height:38px}main#main .tx-indexedsearch-info-sword,main#main .tx-indexedsearch-browsebox,main#main .tx-indexedsearch-res{margin-top:30px}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox{display:-webkit-box;display:-ms-flexbox;display:flex}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a{text-decoration:none}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover{text-decoration:underline}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li::before{display:none}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-of-type{padding-left:0}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage) a span,.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage) a span{position:absolute;text-indent:-9999px}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage) a::before,.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage) a::before{position:absolute;top:-4px;display:inline-block;padding:2px 5px;font-size:16px;color:#000;background-color:#fff;border:2px solid #000;content:"\e93c";font-family:'icomoon';border-radius:100px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage) a:hover::before,.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage) a:hover::before{color:#C9205A;border:2px solid #C9205A}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage) a:active::before,.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage) a:active::before{color:#fff;background-color:#e50069;border:2px solid #e50069}.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage){padding-right:30px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.tab-nav .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-child:focus-within a::before,.tab-nav .tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:first-child:focus-within a::before{outline-style:solid;outline-width:2px;outline-color:black;color:#e50069;border:2px solid #e50069;border-radius:100px}ul li.tx-indexedsearch-res{padding-left:0}ul li.tx-indexedsearch-res::before{display:none}ul li.tx-indexedsearch-res h2{font-size:1.125rem}*{scrollbar-color:#C1C1C1 #F1F1F1}::-webkit-scrollbar-track{background-color:#F1F1F1}::-webkit-scrollbar-thumb{background-color:#C1C1C1}.interactive{position:relative}.interactive svg{width:100%}.b-tooltip{border:1px solid #eaeaea;display:inline-block;padding:20px;position:absolute;top:0;left:0;z-index:100;overflow:hidden;background:#fff;width:100%;opacity:0;-webkit-transition:opacity ease-in-out 0.5s;transition:opacity ease-in-out 0.5s;-webkit-box-shadow:0 0 13px -6px rgba(0,0,0,0.74);box-shadow:0 0 13px -6px rgba(0,0,0,0.74)}@media only screen and (min-width: 768px){.b-tooltip{width:50%;top:calc(50% - 10%);left:calc(50% - 25%)}}.b-tooltip.show{opacity:1}.b-tooltip h3{-ms-hyphens:auto;hyphens:auto;margin-top:0}.b-tooltip p{-ms-hyphens:auto;hyphens:auto}
