html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  word-wrap: break-word;
}
body.visitor-mode .app-container {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.screenshot-mode .app-container {
  position: relative !important;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a img {
  border: none;
}
.video-js {
  height: 100% !important;
  width: 100% !important;
}
.footer {
  padding: 2em 0;
  text-align: center;
}
.powered-by-zf {
  margin: 0 auto;
  width: 182px;
  height: 22px;
}
.powered-by-zf img {
  width: 100%;
}
.is-mobile-layout .overlay.type-pdf .overlay-asset-loading,
.is-mobile-layout .overlay.type-ppt .overlay-asset-loading {
  display: none;
}
.is-mobile-layout .section-type-text .text-wrapper,
.is-mobile-layout .tile-text {
  overflow: auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.begin-variable-zone-marker {
  width: 0px;
  height: 0px;
}
.vjs-poster {
  background-color: #000;
}
.outer-tiles-wrapper {
  margin: 0 auto;
  position: relative;
  width: 84%;
  height: 100%;
  max-width: 1200px;
}
.is-desktop-layout .subpage-is-fullpage {
  max-height: 100%;
  overflow: auto;
}
.is-desktop-layout .subpage-is-fullpage .section-type-text .text-wrapper {
  max-width: 975px;
  min-width: 450px;
  width: 75%;
}
.subpage-is-fullpage .section-type-playlist .outer-tiles-wrapper,
.subpage-is-fullpage .section-type-slideshow .outer-tiles-wrapper {
  max-width: 100%;
  width: 100%;
}
.playlist-mobile-viewer .outer-tiles-wrapper,
.slideshow-mobile-viewer .outer-tiles-wrapper {
  width: 100%;
}

p.mce-compatibility-empty-tag,
h1.mce-compatibility-empty-tag,
h2.mce-compatibility-empty-tag,
h3.mce-compatibility-empty-tag,
h4.mce-compatibility-empty-tag,
h5.mce-compatibility-empty-tag,
h6.mce-compatibility-empty-tag {
  line-height: 0px !important;
}

.free-floating-playlist-item {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.free-floating-playlist-item.selected .video-title-section {
  border-left: 3px solid #26D6FF;
}
.free-floating-playlist-item.selected .video-caption {
  display: block;
  padding: 1.5em 1.6em 1.6em 1.6em;
}
.free-floating-playlist-item.selected .video-caption p {
  font-size: 1em;
  padding: 0px;
}
.free-floating-playlist-item.selected .now-playing {
  display: inline;
}
.free-floating-playlist-item.loading i.video-loading-icon {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  margin-right: 0.8em;
  box-sizing: border-box;
  margin-bottom: 0.4em;
}
.free-floating-playlist-item .now-playing {
  color: #26D6FF;
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  display: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.free-floating-playlist-item .clear {
  clear: both;
}
.free-floating-playlist-item .video-title-section {
  background-color: #383838;
  padding: 0.6em 1em 0.6em 1em;
}
.free-floating-playlist-item img.video-thumbnail {
  float: left;
  width: 16%;
  min-width: 55px;
  margin-right: 0.8em;
  box-sizing: border-box;
  margin-bottom: 0.4em;
}
.free-floating-playlist-item .video-title {
  color: #DDD;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 0.85em;
}
.free-floating-playlist-item .video-caption {
  display: inline;
  color: #999;
  display: none;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 0.8em;
  background-color: #222;
}
.video-player-wrapper {
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 72%;
}
.section-type-playlist {
  position: relative;
  margin: 0 auto;
}
.section-type-playlist.playlist-mobile-viewer .video-player-wrapper {
  bottom: 35%;
  width: 100%;
}
.section-type-playlist.playlist-mobile-viewer .playlist-info-wrapper {
  top: 65%;
  width: 100%;
}
.section-type-playlist .playlist-wrapper {
  position: relative;
  margin: 0 auto;
  height: 500px;
}
.section-type-playlist .playlist-info-wrapper {
  background-color: #383838;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  min-width: 170px;
  overflow: auto;
}
.section-type-playlist .playlist-item {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.section-type-playlist .playlist-item.selected .video-title-section {
  border-left: 3px solid #26D6FF;
}
.section-type-playlist .playlist-item.selected .video-caption {
  display: block;
  padding: 1.5em 1.6em 1.6em 1.6em;
}
.section-type-playlist .playlist-item.selected .video-caption p {
  font-size: 1em;
  padding: 0px;
}
.section-type-playlist .playlist-item.selected .now-playing {
  display: inline;
}
.section-type-playlist .playlist-item.loading i.video-loading-icon {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  margin-right: 0.8em;
  box-sizing: border-box;
  margin-bottom: 0.4em;
}
.section-type-playlist .playlist-item .now-playing {
  color: #26D6FF;
  font-family: "Lato", Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  display: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-type-playlist .playlist-item .clear {
  clear: both;
}
.section-type-playlist .playlist-item .video-title-section {
  background-color: #383838;
  padding: 0.6em 1em 0.6em 1em;
}
.section-type-playlist .playlist-item img.video-thumbnail {
  float: left;
  width: 16%;
  min-width: 55px;
  margin-right: 0.8em;
  box-sizing: border-box;
  margin-bottom: 0.4em;
}
.section-type-playlist .playlist-item .video-title {
  color: #DDD;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 0.85em;
}
.section-type-playlist .playlist-item .video-caption {
  display: inline;
  color: #999;
  display: none;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 0.8em;
  background-color: #222;
}
.section-type-playlist .video-player {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.subpage-is-fullpage .section-type-playlist {
  height: 100%;
}
.subpage-is-fullpage .section-type-playlist .playlist-wrapper {
  min-height: 300px;
}
.subpage-is-fullpage .playlist-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.subpage-is-fullpage .playlist-wrapper > div {
  height: 100%;
}
.subpage-is-fullpage .playlist-wrapper .playlist-wrapper-inner {
  width: 100% !important;
  height: 100%;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.subpage-is-fullpage .section-type-slideshow {
  height: 100%;
}
.subpage-is-fullpage .slideshow-wrapper .galleria-container {
  height: 100%;
}
.section-type-slideshow {
  position: relative;
}
.section-type-slideshow .slick-slider,
.section-type-slideshow .slick-list,
.section-type-slideshow .slick-track {
  height: 100%;
}
.section-type-slideshow .slick-slide {
  position: relative;
}
.section-type-slideshow .slick-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}
.slideshow-wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
.slideshow-wrapper .galleria-container {
  position: relative;
  height: 500px;
}
.slideshow-wrapper .galleria-stage {
  position: absolute;
  padding: 10px 10px 0px 10px;
  top: 0;
  bottom: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.slideshow-wrapper .galleria-info {
  display: none;
  bottom: 80px;
  left: 0px;
  right: 0px;
  z-index: 2;
  position: absolute;
  overflow: auto;
}
.slideshow-wrapper .galleria-info .galleria-info-text {
  height: 100%;
}
.slideshow-wrapper.has-caption .galleria-info {
  display: block;
}
.slideshow-wrapper.video-playing .galleria-info {
  display: none;
}
.subpage-is-fullpage .slideshow-wrapper {
  height: 100%;
  width: 100% !important;
  min-height: 300px;
}
.subpage-is-fullpage .slideshow-wrapper .galleria-container {
  height: 100%;
}
@media (max-aspect-ratio: 9/10) {
  .slideshow-wrapper.has-caption .galleria-stage {
    max-height: 100%;
    height: auto !important;
    bottom: 35% !important;
  }
  .slideshow-wrapper.has-caption .galleria-info {
    top: 65% !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.galleria-image-wrapper {
  height: 100%;
  position: relative;
}
.galleria-image-wrapper img.image-content,
.galleria-image-wrapper .video-js {
  background-color: transparent;
  left: 50%;
  top: 50%;
  position: relative;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.galleria-image-wrapper img.image-content.processing,
.galleria-image-wrapper .video-js.processing {
  visibility: hidden;
}
.galleria-image-wrapper .vjs-poster {
  background-color: transparent;
}
.slideshow-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
}
.galleria-thumbnails-container {
  margin: 0 auto;
  height: 80px;
  bottom: 0;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  right: 10px;
  padding: 20px;
  z-index: 2;
}
.galleria-thumbnails-list {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.galleria-thumbnails-list .galleria-thumbnails {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.galleria-thumbnails-list .galleria-thumbnails .galleria-image {
  position: relative;
  visibility: visible;
  display: inline-block;
}
.galleria-thumbnails-list .galleria-thumbnails .galleria-image div.thumbnail,
.galleria-thumbnails-list .galleria-thumbnails .galleria-image img.thumbnail {
  height: 40px;
  width: 50px;
  margin-right: 4px;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  line-height: 40px;
  text-align: center;
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.galleria-thumbnails-list .galleria-thumbnails .galleria-image.active img.thumbnail {
  opacity: 1;
}
.galleria-thumbnails-list .galleria-thumbnails .galleria-image:hover img.thumbnail {
  opacity: 0.9;
}
.galleria-thumbnails-list .galleria-thumbnails .galleria-image div.thumbnail i {
  display: inline-block;
}
.galleria-thumbnails-list .galleria-thumbnails .galleria-image img.video-icon {
  cursor: pointer;
  display: block !important;
  position: absolute;
  height: 1em;
  width: 1em;
  top: 50%;
  margin-top: -0.5em;
  left: 50%;
  margin-left: -0.5em;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 20;
}
.galleria-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 40px;
  cursor: pointer;
  z-index: 3;
}
.galleria-image-nav-left {
  left: 20px;
}
.galleria-image-nav-right {
  right: 20px;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  background-image: url(https://d3jozdooylvm2p.cloudfront.net/images/third_party/galleria_themes/classic-map.png);
  background-repeat: no-repeat;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  cursor: pointer;
  background-position: -495px 5px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
  width: 23px;
  z-index: 3;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
  background-position: -578px 5px;
  border-right: none;
  right: 0;
  left: auto;
}
.galleria-thumbnails-container .disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-thumb-nav-left:active,
.galleria-thumb-nav-right:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleria-thumbnails-container .disabled:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: transparent;
}

/*
  Any CSS changes that are likely to cause problems with theme backwards compatibility
  should be defined here, for clear reference.
  We need that reference for building the compatibility styles in the theme generator
*/
.section-type-text .text-wrapper {
  font-size: 1.5em;
}
.column-count-3 .tile-wrapper {
  font-size: 100%;
}
.column-count-5 .tile-wrapper {
  font-size: 100%;
}

#interstitial-mount-point {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0C162F;
  color: white;
  font-family: 'Lato', Sans-Serif;
  font-size: 13px;
  text-align: center;
  overflow: auto;
}
.interstitial-base {
  margin-top: 100px;
  display: inline-block;
  max-width: 960px;
  width: 80%;
  height: 400px;
  text-align: left;
  box-sizing: border-box;
}
.interstitial-base .continue-button {
  padding: 16px 18px 16px 17px;
  color: white;
  background-color: #3976CF;
  font-family: 'Lato', Sans-Serif;
  border-radius: 3px;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 94%;
  transition: all 0.2s;
}
.interstitial-base .continue-button:hover {
  text-decoration: none;
  background-color: #2E73E2;
}
.interstitial-base .continue-button:active {
  background-color: #2f6ac0;
  outline: none;
}
.interstitial-base .continue-button.disabled,
.interstitial-base .continue-button[disabled] {
  cursor: not-allowed;
  background-color: #0c162f;
  border: 2px solid #323248;
}
.interstitial-base .continue-button.btn-basic-secondary {
  background-color: transparent;
  border: 1px solid #AAA;
  color: #333;
}
.interstitial-base .continue-button.btn-basic-secondary:hover {
  border: 1px solid #888;
  color: #222;
}
.interstitial-base .continue-button.btn-basic-secondary:active {
  background-color: #EEE;
  transition: color 150ms, background-color 150ms;
}
.interstitial-base input[type=text] {
  transition: all 0.2s;
  font-family: 'Lato', Sans-Serif;
  margin-top: 10px;
  padding: 12px;
  background-color: #323248;
  border: none;
  letter-spacing: 0.5px;
  border-radius: 3px;
  width: 90%;
  box-sizing: border-box;
  color: #ECF6FF;
  font-size: 1em;
}
.interstitial-base .col1 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  margin-right: 70px;
}
.interstitial-base .col2 {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.interstitial-base .input-container {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.interstitial-base .account-logo {
  max-width: 100%;
  margin-bottom: 10px;
  height: 70px;
}
.interstitial-base .large-heading {
  font-size: 3em;
  line-height: 1.4em;
  color: #ECF6FF;
  letter-spacing: 0.8px;
}
.interstitial-base .medium-heading {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.8px;
  color: #ECF6FF;
  font-weight: 400;
  width: 44%;
  margin-bottom: 28px;
}
.interstitial-base.consent-interstitial .medium-heading {
  width: 90%;
}
.interstitial-base .consent-message {
  font-weight: 400;
  color: #DCE6EF;
  font-size: 0.92em;
}
.interstitial-base .consent-checkbox-wrapper {
  color: #DCE6EF;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 28px;
  font-size: 0.92em;
}
.interstitial-base .consent-checkbox-wrapper .consent-checkbox {
  cursor: pointer;
}
.interstitial-base .consent-checkbox-wrapper .consent-checkbox-label {
  cursor: pointer;
}
.interstitial-base .consent-checkbox-wrapper a {
  color: #60a5fc;
  text-decoration: none;
}
.interstitial-base .consent-checkbox-wrapper a:hover {
  color: #ECF6FF;
}
.interstitial-base .consent-checkbox-wrapper a:visited {
  color: #60a5fc;
}
.interstitial-base .continue-anonymously-button {
  cursor: pointer;
  margin: 28px 0;
  text-align: center;
  width: 94%;
  color: #397DE8;
  background-color: transparent;
  border: none;
}
.interstitial-base .continue-anonymously-button:hover {
  color: #387BF1;
}
.interstitial-base label.text-label {
  color: #DCE6EF;
  display: block;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}
.interstitial-base .error-message {
  color: #FF4B34;
  font-weight: 400;
  padding: 5px;
}
.interstitial-base textarea:focus,
.interstitial-base input:focus,
.interstitial-base input[type]:focus {
  border-color: none;
  box-shadow: none;
  background-color: #2A2A3D;
  outline: 2px solid #4282D5;
}
@media screen and (min-height: 680px) {
  .interstitial-base .inner {
    margin-top: 20vh;
  }
}
@media screen and (min-width: 769px) {
  .interstitial-base .col1 {
    width: 280px;
  }
  .interstitial-base .col2 {
    min-width: 489px;
    width: 50%;
  }
  .interstitial-base .input-container {
    width: 48%;
    min-width: 240px;
    max-width: 320px;
  }
  .interstitial-base .continue-button-container {
    width: 100%;
  }
}
@media (max-width: 1054px) {
  .interstitial-base .inner {
    width: 50%;
  }
  .interstitial-base .col1 {
    width: auto;
  }
}
@media screen and (min-width: 581px) and (max-width: 768px) {
  .interstitial-base .inner {
    margin-top: 100px;
  }
  .interstitial-base .large-heading {
    font-size: 2em;
  }
  .interstitial-base .medium-heading {
    width: 80%;
  }
  .interstitial-base .input-container {
    width: 88%;
    display: block;
    min-width: 200px;
  }
  .interstitial-base input[type=text] {
    width: 100%;
  }
  .interstitial-base .continue-button-container {
    width: 84%;
    width: 94%;
  }
}
@media all and (max-width: 580px) {
  .interstitial-base {
    font-size: 17px;
  }
  .interstitial-base .inner {
    margin-top: 35px;
    width: 80%;
    height: 500px;
  }
  .interstitial-base .medium-heading {
    width: 80%;
  }
  .interstitial-base .large-heading {
    font-size: 1.5em;
    width: 280px;
  }
  .interstitial-base .col1 {
    margin-right: 0;
  }
  .interstitial-base .input-container {
    width: 100%;
    display: block;
  }
  .interstitial-base .continue-button {
    width: 100%;
  }
  .interstitial-base input[type=text] {
    width: 100%;
  }
}

.zfe-icon.zfe-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.zfe-icon.zfe-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@font-face {
	font-family: "zf-external-modern-1";
	font-display: block;
	src: url("/build-assets/zf-external-modern-1-7bcbc6b544151c0034b2571b0c8881b1.eot?#iefix") format("embedded-opentype"),
url("/build-assets/zf-external-modern-1-ca1e3d6a273b9818d734920899b26e03.woff") format("woff"),
url("/build-assets/zf-external-modern-1-46bf2ef76859445f024372659cef869f.ttf") format("truetype"),
url("/build-assets/zf-external-modern-1-d027232fce0ea0e449de124bcebc08dd.svg#zf-external-modern-1") format("svg");
}

.zfe-icon {
	line-height: 1;
}

.zfe-icon:before {
	font-family: zf-external-modern-1 !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.zfe-icon-arrow-circle-left:before {
	content: "\f101";
}
.zfe-icon-arrow-circle-right:before {
	content: "\f102";
}
.zfe-icon-arrow-circle-up:before {
	content: "\f103";
}
.zfe-icon-arrow-left:before {
	content: "\f104";
}
.zfe-icon-arrow-right:before {
	content: "\f105";
}
.zfe-icon-arrows-alt:before {
	content: "\f106";
}
.zfe-icon-chevron-circle-down:before {
	content: "\f107";
}
.zfe-icon-chevron-circle-up:before {
	content: "\f108";
}
.zfe-icon-circle-o-notch:before {
	content: "\f109";
}
.zfe-icon-circle:before {
	content: "\f10a";
}
.zfe-icon-close:before {
	content: "\f10b";
}
.zfe-icon-download:before {
	content: "\f10c";
}
.zfe-icon-expand:before {
	content: "\f10d";
}
.zfe-icon-facebook-square:before {
	content: "\f10e";
}
.zfe-icon-file-image-o:before {
	content: "\f10f";
}
.zfe-icon-file-o:before {
	content: "\f110";
}
.zfe-icon-file-pdf-o:before {
	content: "\f111";
}
.zfe-icon-file-powerpoint-o:before {
	content: "\f112";
}
.zfe-icon-file-video-o:before {
	content: "\f113";
}
.zfe-icon-filter:before {
	content: "\f114";
}
.zfe-icon-form:before {
	content: "\f115";
}
.zfe-icon-gear:before {
	content: "\f116";
}
.zfe-icon-glassdoor:before {
	content: "\f117";
}
.zfe-icon-google-plus-square:before {
	content: "\f118";
}
.zfe-icon-image:before {
	content: "\f119";
}
.zfe-icon-instagram:before {
	content: "\f11a";
}
.zfe-icon-internal-link:before {
	content: "\f11b";
}
.zfe-icon-link:before {
	content: "\f11c";
}
.zfe-icon-linkedin-square:before {
	content: "\f11d";
}
.zfe-icon-list:before {
	content: "\f11e";
}
.zfe-icon-menu:before {
	content: "\f11f";
}
.zfe-icon-pdf-text:before {
	content: "\f120";
}
.zfe-icon-play:before {
	content: "\f121";
}
.zfe-icon-refresh:before {
	content: "\f122";
}
.zfe-icon-search:before {
	content: "\f123";
}
.zfe-icon-text:before {
	content: "\f124";
}
.zfe-icon-tile:before {
	content: "\f125";
}
.zfe-icon-tumblr-square:before {
	content: "\f126";
}
.zfe-icon-twitter-square:before {
	content: "\f127";
}
.zfe-icon-video-play:before {
	content: "\f128";
}
.zfe-icon-web-preview:before {
	content: "\f129";
}
.zfe-icon-youtube:before {
	content: "\f12a";
}
.zfe-icon-zz00hack-authenticator-app:before {
	content: "\f12b";
}
.zfe-icon-zz00hack-check-circle:before {
	content: "\f12c";
}
.zfe-icon-zz00hack-circle-closed:before {
	content: "\f12d";
}
.zfe-icon-zz00hack-exclamation-circle:before {
	content: "\f12e";
}
.zfe-icon-zz00hack-hide:before {
	content: "\f12f";
}
.zfe-icon-zz00hack-mobile:before {
	content: "\f130";
}
.zfe-icon-zz00hack-pause:before {
	content: "\f131";
}
.zfe-icon-zz00hack-show:before {
	content: "\f132";
}
.zfe-icon-zz00hack-stop:before {
	content: "\f133";
}

.rc-tooltip.zf-tipsy {
  opacity: 1;
  z-index: 50000;
  pointer-events: none;
  /* Prevents the tooltip from flickering when it is being displayed under the cursor*/
}
.rc-tooltip.zf-tipsy .rc-tooltip-arrow {
  border-top-color: #FFFFFF;
  z-index: 1;
}
.rc-tooltip.zf-tipsy .rc-tooltip-inner {
  background-color: #FFFFFF;
  color: #1E232E;
  border: 1px solid #CCCCCC;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.24);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.35px;
  padding: 15px 20px;
  max-width: 280px;
  min-height: 0;
  word-break: break-word;
  border-radius: 2px;
  opacity: 0.98;
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

@keyframes zfam-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.zf-app-modern-icon {
  line-height: inherit !important;
}
.zf-app-modern-icon:before {
  vertical-align: -10% !important;
}
.zf-app-modern-icon.zfam-compass-slash {
  font-size: 11px;
}
.zf-app-modern-icon.zfam-spin {
  display: inline-block;
  animation: zfam-spin 2s infinite linear;
}
.zf-app-modern-icon.zfam-pulse {
  animation: zfam-spin 1s infinite steps(8);
}
.zf-app-modern-icon.zfam-dot-circle-o-dark {
  color: #1E232F !important;
}

@font-face {
	font-family: "zf-app-modern-1";
	font-display: block;
	src: url("/build-assets/zf-app-modern-1-9b145408bdae40d33996e73cc4a0c0f2.eot?#iefix") format("embedded-opentype"),
url("/build-assets/zf-app-modern-1-72c36392d7d2333f132435ea6822dc83.woff") format("woff"),
url("/build-assets/zf-app-modern-1-37209c3a8d9a9daaaa639a165f9095e4.ttf") format("truetype"),
url("/build-assets/zf-app-modern-1-3c49d5ae124a951322b8bfbb0295f4d7.svg#zf-app-modern-1") format("svg");
}

.zf-app-modern-icon {
	line-height: 1;
}

.zf-app-modern-icon:before {
	font-family: zf-app-modern-1 !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.zfam-align-center:before {
	content: "\f101";
}
.zfam-align-justify:before {
	content: "\f102";
}
.zfam-align-left:before {
	content: "\f103";
}
.zfam-align-right:before {
	content: "\f104";
}
.zfam-analytics:before {
	content: "\f105";
}
.zfam-anchor:before {
	content: "\f106";
}
.zfam-archive:before {
	content: "\f107";
}
.zfam-arrow-circle-down:before {
	content: "\f108";
}
.zfam-arrow-circle-left:before {
	content: "\f109";
}
.zfam-arrow-circle-right:before {
	content: "\f10a";
}
.zfam-arrow-circle-up:before {
	content: "\f10b";
}
.zfam-arrow-left:before {
	content: "\f10c";
}
.zfam-arrow-right:before {
	content: "\f10d";
}
.zfam-arrows-alt:before {
	content: "\f10e";
}
.zfam-arrows-v:before {
	content: "\f10f";
}
.zfam-asterisk:before {
	content: "\f110";
}
.zfam-ban:before {
	content: "\f111";
}
.zfam-bars:before {
	content: "\f112";
}
.zfam-bolt:before {
	content: "\f113";
}
.zfam-calendar:before {
	content: "\f114";
}
.zfam-caption-position-center:before {
	content: "\f115";
}
.zfam-caption-position-left:before {
	content: "\f116";
}
.zfam-caption-position-right:before {
	content: "\f117";
}
.zfam-caret-down:before {
	content: "\f118";
}
.zfam-caret-left:before {
	content: "\f119";
}
.zfam-caret-right:before {
	content: "\f11a";
}
.zfam-caret-up:before {
	content: "\f11b";
}
.zfam-center-slide-icon:before {
	content: "\f11c";
}
.zfam-change-section:before {
	content: "\f11d";
}
.zfam-check-circle-o:before {
	content: "\f11e";
}
.zfam-check-circle:before {
	content: "\f11f";
}
.zfam-check-square-partial:before {
	content: "\f120";
}
.zfam-check-square:before {
	content: "\f121";
}
.zfam-chevron-circle-down:before {
	content: "\f122";
}
.zfam-chevron-circle-left:before {
	content: "\f123";
}
.zfam-chevron-circle-right:before {
	content: "\f124";
}
.zfam-chevron-circle-up:before {
	content: "\f125";
}
.zfam-chevron-down:before {
	content: "\f126";
}
.zfam-chevron-left:before {
	content: "\f127";
}
.zfam-chevron-right:before {
	content: "\f128";
}
.zfam-chevron-up:before {
	content: "\f129";
}
.zfam-circle-o-notch:before {
	content: "\f12a";
}
.zfam-circle-o:before {
	content: "\f12b";
}
.zfam-circle:before {
	content: "\f12c";
}
.zfam-clipboard-regular:before {
	content: "\f12d";
}
.zfam-clipboard:before {
	content: "\f12e";
}
.zfam-clock-o:before {
	content: "\f12f";
}
.zfam-close:before {
	content: "\f130";
}
.zfam-cloud-upload:before {
	content: "\f131";
}
.zfam-code:before {
	content: "\f132";
}
.zfam-collaboration:before {
	content: "\f133";
}
.zfam-compass-slash:before {
	content: "\f134";
}
.zfam-copy:before {
	content: "\f135";
}
.zfam-crop:before {
	content: "\f136";
}
.zfam-date:before {
	content: "\f137";
}
.zfam-desktop:before {
	content: "\f138";
}
.zfam-dot-circle-o:before {
	content: "\f139";
}
.zfam-download:before {
	content: "\f13a";
}
.zfam-envelope-o:before {
	content: "\f13b";
}
.zfam-envelope:before {
	content: "\f13c";
}
.zfam-exclamation-circle:before {
	content: "\f13d";
}
.zfam-exclamation-triangle:before {
	content: "\f13e";
}
.zfam-external-link-square:before {
	content: "\f13f";
}
.zfam-external-link:before {
	content: "\f140";
}
.zfam-facebook-square:before {
	content: "\f141";
}
.zfam-file-image-o:before {
	content: "\f142";
}
.zfam-file-o:before {
	content: "\f143";
}
.zfam-file-pdf-o:before {
	content: "\f144";
}
.zfam-file-powerpoint-o:before {
	content: "\f145";
}
.zfam-file-video-o:before {
	content: "\f146";
}
.zfam-file-zip-o:before {
	content: "\f147";
}
.zfam-filter:before {
	content: "\f148";
}
.zfam-folder:before {
	content: "\f149";
}
.zfam-form:before {
	content: "\f14a";
}
.zfam-globe:before {
	content: "\f14b";
}
.zfam-grid:before {
	content: "\f14c";
}
.zfam-heartbeat:before {
	content: "\f14d";
}
.zfam-hidden:before {
	content: "\f14e";
}
.zfam-home:before {
	content: "\f14f";
}
.zfam-image:before {
	content: "\f150";
}
.zfam-info-circle:before {
	content: "\f151";
}
.zfam-info-tooltip:before {
	content: "\f152";
}
.zfam-key:before {
	content: "\f153";
}
.zfam-layer:before {
	content: "\f154";
}
.zfam-lightbulb-o:before {
	content: "\f155";
}
.zfam-link:before {
	content: "\f156";
}
.zfam-linkedin-square:before {
	content: "\f157";
}
.zfam-lock:before {
	content: "\f158";
}
.zfam-magic:before {
	content: "\f159";
}
.zfam-menu:before {
	content: "\f15a";
}
.zfam-mfa:before {
	content: "\f15b";
}
.zfam-mobile:before {
	content: "\f15c";
}
.zfam-my-page:before {
	content: "\f15d";
}
.zfam-object-inherited-lock:before {
	content: "\f15e";
}
.zfam-object-lock:before {
	content: "\f15f";
}
.zfam-page-open:before {
	content: "\f160";
}
.zfam-page:before {
	content: "\f161";
}
.zfam-paste:before {
	content: "\f162";
}
.zfam-pdf-wide:before {
	content: "\f163";
}
.zfam-pencil:before {
	content: "\f164";
}
.zfam-plus:before {
	content: "\f165";
}
.zfam-presentation:before {
	content: "\f166";
}
.zfam-preview:before {
	content: "\f167";
}
.zfam-prompts:before {
	content: "\f168";
}
.zfam-question-circle:before {
	content: "\f169";
}
.zfam-refresh:before {
	content: "\f16a";
}
.zfam-search:before {
	content: "\f16b";
}
.zfam-settings:before {
	content: "\f16c";
}
.zfam-share-alt:before {
	content: "\f16d";
}
.zfam-side-slide-icon:before {
	content: "\f16e";
}
.zfam-single-slide-icon:before {
	content: "\f16f";
}
.zfam-sitemap:before {
	content: "\f170";
}
.zfam-slide-cover:before {
	content: "\f171";
}
.zfam-slide-nav-arrow:before {
	content: "\f172";
}
.zfam-slide-nav-chevron:before {
	content: "\f173";
}
.zfam-slide-nav-circular:before {
	content: "\f174";
}
.zfam-slide-nav-hide:before {
	content: "\f175";
}
.zfam-slideshow:before {
	content: "\f176";
}
.zfam-square:before {
	content: "\f177";
}
.zfam-star-o:before {
	content: "\f178";
}
.zfam-star:before {
	content: "\f179";
}
.zfam-subpage:before {
	content: "\f17a";
}
.zfam-success:before {
	content: "\f17b";
}
.zfam-tablet:before {
	content: "\f17c";
}
.zfam-team-page:before {
	content: "\f17d";
}
.zfam-template:before {
	content: "\f17e";
}
.zfam-text-section:before {
	content: "\f17f";
}
.zfam-text:before {
	content: "\f180";
}
.zfam-themes:before {
	content: "\f181";
}
.zfam-tile-icon-play:before {
	content: "\f182";
}
.zfam-tile:before {
	content: "\f183";
}
.zfam-times-circle:before {
	content: "\f184";
}
.zfam-trash:before {
	content: "\f185";
}
.zfam-twitter-square:before {
	content: "\f186";
}
.zfam-unarchive:before {
	content: "\f187";
}
.zfam-undo:before {
	content: "\f188";
}
.zfam-unlink:before {
	content: "\f189";
}
.zfam-user:before {
	content: "\f18a";
}
.zfam-vertical-align-bottom:before {
	content: "\f18b";
}
.zfam-vertical-align-middle:before {
	content: "\f18c";
}
.zfam-vertical-align-top:before {
	content: "\f18d";
}
.zfam-video-camera:before {
	content: "\f18e";
}
.zfam-video-play:before {
	content: "\f18f";
}
.zfam-video-playlist:before {
	content: "\f190";
}
.zfam-web-preview:before {
	content: "\f191";
}
.zfam-zf-logo:before {
	content: "\f192";
}

#velt-toolbar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3e4658;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Lato', sans-serif;
}
#velt-toolbar .message {
  color: #D9BFD9;
}
#velt-toolbar .message .email {
  color: white;
}
#velt-toolbar .velt-components-wrapper {
  display: flex;
  align-items: center;
}
#velt-toolbar .velt-components-wrapper > * {
  margin: 0 10px;
  height: 32px;
}
/*************************************************************************************************/
/*** VELT HACKS **********************************************************************************/
/*************************************************************************************************/
#velt-toolbar.velt-z-index-hack {
  z-index: 3000000000;
}
.cdk-overlay-container .cdk-overlay-pane .recorder-panel {
  bottom: 70px;
}
.cdk-overlay-container .cdk-overlay-pane.snippyly-overlay-panel.snippyly-huddle-menu-panel-overlay-panel {
  bottom: 100px !important;
}
body.snippyly-add-comment-mode .tile-wrapper:hover .tile-action-hover-container {
  display: none;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.section-wrapper {
  position: relative;
  height: 100%;
}

.subpage-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.modern-mobile-header-wrapper > div:nth-child(2) div .bm-burger-button {
  display: none;
}
.modern-mobile-header-wrapper > div:nth-child(2) .bm-menu-wrap .bm-item-list {
  padding: 0;
}
.modern-mobile-header-wrapper > div:nth-child(2) .bm-menu-wrap .bm-item-list .mobile-navigation-view .new-header-mobile-navigation-menu-list > ul {
  padding-left: 16px;
}
.modern-mobile-header-wrapper > div:nth-child(2) .bm-menu-wrap .bm-item-list .menu-item {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 0;
  padding-left: 0px;
  margin: 0;
}
.modern-mobile-header-wrapper > div:nth-child(2) .bm-menu-wrap .bm-item-list .menu-item.is-subsection > a {
  color: #555;
}
.modern-mobile-header-wrapper > div:nth-child(2) .bm-menu-wrap .bm-item-list .menu-item > a {
  padding: 8px 10px 10px 20px;
  color: #333;
  text-overflow: clip;
  white-space: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0;
  overflow: hidden;
  text-decoration: none;
}
.modern-mobile-header-wrapper .bm-cross-button {
  pointer-events: none;
  display: none;
}
.modern-mobile-header-wrapper .modern-mobile-header {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.5em 0.5em;
  justify-content: space-between;
  position: fixed;
  background-color: inherit;
  right: 0;
  top: 0;
  left: 0;
  z-index: 200;
}
.modern-mobile-header-wrapper .modern-mobile-header .modern-header-thumbnail {
  margin-right: 0;
}
.modern-mobile-header-wrapper .modern-mobile-header .nav-hamburger-open-icon {
  display: inline-block;
  padding: 10px;
}
.modern-mobile-header-wrapper .modern-mobile-header .nav-hamburger-open-icon .bar {
  margin: 3px;
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 1.5px;
}
.modern-mobile-header-wrapper .modern-mobile-header > .mobile-menu-opener {
  line-height: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.modern-mobile-header-wrapper .modern-mobile-header.fixed-modern-header-spacer {
  position: relative;
  visibility: hidden;
}
.modern-mobile-header-wrapper .bm-burger-bars {
  display: none !important;
}
.modern-mobile-header-wrapper .bm-menu-wrap {
  background-color: white;
  top: 0;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list {
  padding: 0;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item.in-page-search-start-menu-item {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item.in-page-search-start-menu-item .zfe-icon-search {
  display: inline-block;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item.selected {
  background-color: #ddd;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item > a {
  padding: 8px 10px 10px 20px;
  color: #23376b;
  text-overflow: clip;
  white-space: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0;
  overflow: hidden;
  text-decoration: none;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item > a:active {
  background-color: #ddd;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item.is-subsection {
  padding-left: 22px;
}
.modern-mobile-header-wrapper .bm-menu-wrap .new-header-mobile-navigation-menu-list > .menu-item.is-subsection > a {
  color: #555;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .mobile-search-btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  align-items: center;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .mobile-search-btn-wrapper .nav-hamburger-close-icon::before,
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .mobile-search-btn-wrapper .nav-hamburger-close-icon::after {
  content: '';
  display: block;
  margin-top: -3px;
  width: 20px;
  height: 3px;
  background: #000;
  border-radius: 1px;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .mobile-search-btn-wrapper .nav-hamburger-close-icon::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .mobile-search-btn-wrapper .nav-hamburger-close-icon::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .mobile-search-btn-wrapper > .mobile-menu-closer {
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item-list .modern-header-social-links {
  justify-content: end;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item {
  display: none !important;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item.in-page-search-start-menu-item__container,
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item.mobile-navigation-view {
  display: block !important;
  position: relative;
}
.modern-mobile-header-wrapper .bm-menu-wrap .bm-menu .bm-item.mobile-navigation-view {
  width: 100%;
}

.modern-header-social-links {
  display: flex;
  align-items: center;
  min-height: 30px;
}
.modern-header-social-links.force-right {
  margin-left: auto;
}
.modern-header-social-links .header-social-icon-wrapper {
  padding: 0 8px;
}
.modern-header-social-links .header-social-icon-wrapper:hover,
.modern-header-social-links .header-social-icon-wrapper:visited,
.modern-header-social-links .header-social-icon-wrapper:active {
  text-decoration: none;
  color: #3e3e41;
}
.modern-header-social-links .header-social-icon-wrapper a.social-icon-link {
  text-decoration: none;
  font-size: 1em;
  display: block;
}

button.btn-basic,
a.btn-basic {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 12px 4px 12px;
}
button.btn-basic.fullwidth,
a.btn-basic.fullwidth {
  width: 100%;
  margin: auto;
  display: block;
  padding: 8px;
}
button.btn-basic.small,
a.btn-basic.small {
  padding: 4px 6px 4px 6px;
}
button.btn-basic.btn-basic-primary,
a.btn-basic.btn-basic-primary {
  box-sizing: border-box;
  color: white;
  background-color: #4282D5;
  border: 1px solid #4282D5;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-primary:hover,
a.btn-basic.btn-basic-primary:hover,
button.btn-basic.btn-basic-primary.hover,
a.btn-basic.btn-basic-primary.hover {
  text-decoration: none;
  background-color: #5CA3FF;
  border-color: #4282D5;
  color: white;
}
button.btn-basic.btn-basic-primary:active:focus,
a.btn-basic.btn-basic-primary:active:focus,
button.btn-basic.btn-basic-primary:active:hover,
a.btn-basic.btn-basic-primary:active:hover,
button.btn-basic.btn-basic-primary:active,
a.btn-basic.btn-basic-primary:active,
button.btn-basic.btn-basic-primary.active,
a.btn-basic.btn-basic-primary.active {
  background-color: #2F6EC0;
  border-color: #4282D5;
  color: white;
}
button.btn-basic.btn-basic-primary:focus,
a.btn-basic.btn-basic-primary:focus {
  border-color: #4282D5;
}
button.btn-basic.btn-basic-primary.disabled,
a.btn-basic.btn-basic-primary.disabled,
button.btn-basic.btn-basic-primary[disabled],
a.btn-basic.btn-basic-primary[disabled] {
  background-color: #4282D5;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-primary.disabled:active,
a.btn-basic.btn-basic-primary.disabled:active,
button.btn-basic.btn-basic-primary[disabled]:active,
a.btn-basic.btn-basic-primary[disabled]:active,
button.btn-basic.btn-basic-primary.disabled:hover,
a.btn-basic.btn-basic-primary.disabled:hover,
button.btn-basic.btn-basic-primary[disabled]:hover,
a.btn-basic.btn-basic-primary[disabled]:hover,
button.btn-basic.btn-basic-primary.disabled:active:hover,
a.btn-basic.btn-basic-primary.disabled:active:hover,
button.btn-basic.btn-basic-primary[disabled]:active:hover,
a.btn-basic.btn-basic-primary[disabled]:active:hover {
  background-color: #4282D5;
  color: white;
}
button.btn-basic.btn-basic-primary-deemphasized,
a.btn-basic.btn-basic-primary-deemphasized {
  box-sizing: border-box;
  color: white;
  background-color: #627297;
  border: 1px solid #627297;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-primary-deemphasized:hover,
a.btn-basic.btn-basic-primary-deemphasized:hover,
button.btn-basic.btn-basic-primary-deemphasized.hover,
a.btn-basic.btn-basic-primary-deemphasized.hover {
  text-decoration: none;
  background-color: #707fa2;
  border-color: #627297;
  color: white;
}
button.btn-basic.btn-basic-primary-deemphasized:active:focus,
a.btn-basic.btn-basic-primary-deemphasized:active:focus,
button.btn-basic.btn-basic-primary-deemphasized:active:hover,
a.btn-basic.btn-basic-primary-deemphasized:active:hover,
button.btn-basic.btn-basic-primary-deemphasized:active,
a.btn-basic.btn-basic-primary-deemphasized:active,
button.btn-basic.btn-basic-primary-deemphasized.active,
a.btn-basic.btn-basic-primary-deemphasized.active {
  background-color: #586688;
  border-color: #627297;
  color: white;
}
button.btn-basic.btn-basic-primary-deemphasized:focus,
a.btn-basic.btn-basic-primary-deemphasized:focus {
  border-color: #627297;
}
button.btn-basic.btn-basic-primary-deemphasized.disabled,
a.btn-basic.btn-basic-primary-deemphasized.disabled,
button.btn-basic.btn-basic-primary-deemphasized[disabled],
a.btn-basic.btn-basic-primary-deemphasized[disabled] {
  background-color: #627297;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-primary-deemphasized.disabled:active,
a.btn-basic.btn-basic-primary-deemphasized.disabled:active,
button.btn-basic.btn-basic-primary-deemphasized[disabled]:active,
a.btn-basic.btn-basic-primary-deemphasized[disabled]:active,
button.btn-basic.btn-basic-primary-deemphasized.disabled:hover,
a.btn-basic.btn-basic-primary-deemphasized.disabled:hover,
button.btn-basic.btn-basic-primary-deemphasized[disabled]:hover,
a.btn-basic.btn-basic-primary-deemphasized[disabled]:hover,
button.btn-basic.btn-basic-primary-deemphasized.disabled:active:hover,
a.btn-basic.btn-basic-primary-deemphasized.disabled:active:hover,
button.btn-basic.btn-basic-primary-deemphasized[disabled]:active:hover,
a.btn-basic.btn-basic-primary-deemphasized[disabled]:active:hover {
  background-color: #627297;
  color: white;
}
button.btn-basic.btn-basic-dark,
a.btn-basic.btn-basic-dark {
  box-sizing: border-box;
  color: white;
  background-color: #3e4658;
  border: 1px solid #161d25;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-dark:hover,
a.btn-basic.btn-basic-dark:hover,
button.btn-basic.btn-basic-dark.hover,
a.btn-basic.btn-basic-dark.hover {
  text-decoration: none;
  background-color: #485165;
  border-color: #161d25;
  color: white;
}
button.btn-basic.btn-basic-dark:active:focus,
a.btn-basic.btn-basic-dark:active:focus,
button.btn-basic.btn-basic-dark:active:hover,
a.btn-basic.btn-basic-dark:active:hover,
button.btn-basic.btn-basic-dark:active,
a.btn-basic.btn-basic-dark:active,
button.btn-basic.btn-basic-dark.active,
a.btn-basic.btn-basic-dark.active {
  background-color: #303746;
  border-color: #161d25;
  color: white;
}
button.btn-basic.btn-basic-dark:focus,
a.btn-basic.btn-basic-dark:focus {
  border-color: #161d25;
}
button.btn-basic.btn-basic-dark.disabled,
a.btn-basic.btn-basic-dark.disabled,
button.btn-basic.btn-basic-dark[disabled],
a.btn-basic.btn-basic-dark[disabled] {
  background-color: #3e4658;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-dark.disabled:active,
a.btn-basic.btn-basic-dark.disabled:active,
button.btn-basic.btn-basic-dark[disabled]:active,
a.btn-basic.btn-basic-dark[disabled]:active,
button.btn-basic.btn-basic-dark.disabled:hover,
a.btn-basic.btn-basic-dark.disabled:hover,
button.btn-basic.btn-basic-dark[disabled]:hover,
a.btn-basic.btn-basic-dark[disabled]:hover,
button.btn-basic.btn-basic-dark.disabled:active:hover,
a.btn-basic.btn-basic-dark.disabled:active:hover,
button.btn-basic.btn-basic-dark[disabled]:active:hover,
a.btn-basic.btn-basic-dark[disabled]:active:hover {
  background-color: #3e4658;
  color: white;
}
button.btn-basic.btn-basic-danger,
a.btn-basic.btn-basic-danger {
  box-sizing: border-box;
  color: white;
  background-color: #FC5343;
  border: 1px solid #FC5343;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-danger:hover,
a.btn-basic.btn-basic-danger:hover,
button.btn-basic.btn-basic-danger.hover,
a.btn-basic.btn-basic-danger.hover {
  text-decoration: none;
  background-color: #fc6a5c;
  border-color: #FC5343;
  color: white;
}
button.btn-basic.btn-basic-danger:active:focus,
a.btn-basic.btn-basic-danger:active:focus,
button.btn-basic.btn-basic-danger:active:hover,
a.btn-basic.btn-basic-danger:active:hover,
button.btn-basic.btn-basic-danger:active,
a.btn-basic.btn-basic-danger:active,
button.btn-basic.btn-basic-danger.active,
a.btn-basic.btn-basic-danger.active {
  background-color: #fc3c2a;
  border-color: #FC5343;
  color: white;
}
button.btn-basic.btn-basic-danger:focus,
a.btn-basic.btn-basic-danger:focus {
  border-color: #FC5343;
}
button.btn-basic.btn-basic-danger.disabled,
a.btn-basic.btn-basic-danger.disabled,
button.btn-basic.btn-basic-danger[disabled],
a.btn-basic.btn-basic-danger[disabled] {
  background-color: #FC5343;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-danger.disabled:active,
a.btn-basic.btn-basic-danger.disabled:active,
button.btn-basic.btn-basic-danger[disabled]:active,
a.btn-basic.btn-basic-danger[disabled]:active,
button.btn-basic.btn-basic-danger.disabled:hover,
a.btn-basic.btn-basic-danger.disabled:hover,
button.btn-basic.btn-basic-danger[disabled]:hover,
a.btn-basic.btn-basic-danger[disabled]:hover,
button.btn-basic.btn-basic-danger.disabled:active:hover,
a.btn-basic.btn-basic-danger.disabled:active:hover,
button.btn-basic.btn-basic-danger[disabled]:active:hover,
a.btn-basic.btn-basic-danger[disabled]:active:hover {
  background-color: #FC5343;
  color: white;
}
button.btn-basic.btn-basic-danger-deemphasized,
a.btn-basic.btn-basic-danger-deemphasized {
  box-sizing: border-box;
  color: black;
  background-color: transparent;
  border: 1px solid #FC5343;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-danger-deemphasized:hover,
a.btn-basic.btn-basic-danger-deemphasized:hover,
button.btn-basic.btn-basic-danger-deemphasized.hover,
a.btn-basic.btn-basic-danger-deemphasized.hover {
  text-decoration: none;
  background-color: #FFF4F3;
  border-color: #FC5343;
  color: black;
}
button.btn-basic.btn-basic-danger-deemphasized:active:focus,
a.btn-basic.btn-basic-danger-deemphasized:active:focus,
button.btn-basic.btn-basic-danger-deemphasized:active:hover,
a.btn-basic.btn-basic-danger-deemphasized:active:hover,
button.btn-basic.btn-basic-danger-deemphasized:active,
a.btn-basic.btn-basic-danger-deemphasized:active,
button.btn-basic.btn-basic-danger-deemphasized.active,
a.btn-basic.btn-basic-danger-deemphasized.active {
  background-color: #ffaea6;
  border-color: #FC5343;
  color: black;
}
button.btn-basic.btn-basic-danger-deemphasized:focus,
a.btn-basic.btn-basic-danger-deemphasized:focus {
  border-color: #FC5343;
}
button.btn-basic.btn-basic-danger-deemphasized.disabled,
a.btn-basic.btn-basic-danger-deemphasized.disabled,
button.btn-basic.btn-basic-danger-deemphasized[disabled],
a.btn-basic.btn-basic-danger-deemphasized[disabled] {
  background-color: transparent;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-danger-deemphasized.disabled:active,
a.btn-basic.btn-basic-danger-deemphasized.disabled:active,
button.btn-basic.btn-basic-danger-deemphasized[disabled]:active,
a.btn-basic.btn-basic-danger-deemphasized[disabled]:active,
button.btn-basic.btn-basic-danger-deemphasized.disabled:hover,
a.btn-basic.btn-basic-danger-deemphasized.disabled:hover,
button.btn-basic.btn-basic-danger-deemphasized[disabled]:hover,
a.btn-basic.btn-basic-danger-deemphasized[disabled]:hover,
button.btn-basic.btn-basic-danger-deemphasized.disabled:active:hover,
a.btn-basic.btn-basic-danger-deemphasized.disabled:active:hover,
button.btn-basic.btn-basic-danger-deemphasized[disabled]:active:hover,
a.btn-basic.btn-basic-danger-deemphasized[disabled]:active:hover {
  background-color: transparent;
  color: black;
}
button.btn-basic.btn-basic-secondary,
a.btn-basic.btn-basic-secondary {
  box-sizing: border-box;
  color: #272727;
  background-color: #F4F5F7;
  border: 1px solid #E0E2E5;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-secondary:hover,
a.btn-basic.btn-basic-secondary:hover,
button.btn-basic.btn-basic-secondary.hover,
a.btn-basic.btn-basic-secondary.hover {
  text-decoration: none;
  background-color: #F9FAFB;
  border-color: #E0E2E5;
  color: #4282D5;
}
button.btn-basic.btn-basic-secondary:active:focus,
a.btn-basic.btn-basic-secondary:active:focus,
button.btn-basic.btn-basic-secondary:active:hover,
a.btn-basic.btn-basic-secondary:active:hover,
button.btn-basic.btn-basic-secondary:active,
a.btn-basic.btn-basic-secondary:active,
button.btn-basic.btn-basic-secondary.active,
a.btn-basic.btn-basic-secondary.active {
  background-color: #E7E9ED;
  border-color: #E0E2E5;
  color: #272727;
}
button.btn-basic.btn-basic-secondary:focus,
a.btn-basic.btn-basic-secondary:focus {
  border-color: #E0E2E5;
}
button.btn-basic.btn-basic-secondary.disabled,
a.btn-basic.btn-basic-secondary.disabled,
button.btn-basic.btn-basic-secondary[disabled],
a.btn-basic.btn-basic-secondary[disabled] {
  background-color: #F4F5F7;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-secondary.disabled:active,
a.btn-basic.btn-basic-secondary.disabled:active,
button.btn-basic.btn-basic-secondary[disabled]:active,
a.btn-basic.btn-basic-secondary[disabled]:active,
button.btn-basic.btn-basic-secondary.disabled:hover,
a.btn-basic.btn-basic-secondary.disabled:hover,
button.btn-basic.btn-basic-secondary[disabled]:hover,
a.btn-basic.btn-basic-secondary[disabled]:hover,
button.btn-basic.btn-basic-secondary.disabled:active:hover,
a.btn-basic.btn-basic-secondary.disabled:active:hover,
button.btn-basic.btn-basic-secondary[disabled]:active:hover,
a.btn-basic.btn-basic-secondary[disabled]:active:hover {
  background-color: #F4F5F7;
  color: #272727;
}
button.btn-basic.btn-basic-alternative,
a.btn-basic.btn-basic-alternative {
  box-sizing: border-box;
  color: white;
  background-color: #3A66A8;
  border: 1px solid #3A66A8;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-alternative:hover,
a.btn-basic.btn-basic-alternative:hover,
button.btn-basic.btn-basic-alternative.hover,
a.btn-basic.btn-basic-alternative.hover {
  text-decoration: none;
  background-color: #527fc3;
  border-color: #3A66A8;
  color: white;
}
button.btn-basic.btn-basic-alternative:active:focus,
a.btn-basic.btn-basic-alternative:active:focus,
button.btn-basic.btn-basic-alternative:active:hover,
a.btn-basic.btn-basic-alternative:active:hover,
button.btn-basic.btn-basic-alternative:active,
a.btn-basic.btn-basic-alternative:active,
button.btn-basic.btn-basic-alternative.active,
a.btn-basic.btn-basic-alternative.active {
  background-color: #2d4f82;
  border-color: #3A66A8;
  color: white;
}
button.btn-basic.btn-basic-alternative:focus,
a.btn-basic.btn-basic-alternative:focus {
  border-color: #3A66A8;
}
button.btn-basic.btn-basic-alternative.disabled,
a.btn-basic.btn-basic-alternative.disabled,
button.btn-basic.btn-basic-alternative[disabled],
a.btn-basic.btn-basic-alternative[disabled] {
  background-color: #3A66A8;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-alternative.disabled:active,
a.btn-basic.btn-basic-alternative.disabled:active,
button.btn-basic.btn-basic-alternative[disabled]:active,
a.btn-basic.btn-basic-alternative[disabled]:active,
button.btn-basic.btn-basic-alternative.disabled:hover,
a.btn-basic.btn-basic-alternative.disabled:hover,
button.btn-basic.btn-basic-alternative[disabled]:hover,
a.btn-basic.btn-basic-alternative[disabled]:hover,
button.btn-basic.btn-basic-alternative.disabled:active:hover,
a.btn-basic.btn-basic-alternative.disabled:active:hover,
button.btn-basic.btn-basic-alternative[disabled]:active:hover,
a.btn-basic.btn-basic-alternative[disabled]:active:hover {
  background-color: #3A66A8;
  color: white;
}
button.btn-basic.btn-basic-new-alt,
a.btn-basic.btn-basic-new-alt {
  box-sizing: border-box;
  color: white;
  background-color: #22CAA1;
  border: 1px solid #22CAA1;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-new-alt:hover,
a.btn-basic.btn-basic-new-alt:hover,
button.btn-basic.btn-basic-new-alt.hover,
a.btn-basic.btn-basic-new-alt.hover {
  text-decoration: none;
  background-color: #26DDB1;
  border-color: #22CAA1;
  color: white;
}
button.btn-basic.btn-basic-new-alt:active:focus,
a.btn-basic.btn-basic-new-alt:active:focus,
button.btn-basic.btn-basic-new-alt:active:hover,
a.btn-basic.btn-basic-new-alt:active:hover,
button.btn-basic.btn-basic-new-alt:active,
a.btn-basic.btn-basic-new-alt:active,
button.btn-basic.btn-basic-new-alt.active,
a.btn-basic.btn-basic-new-alt.active {
  background-color: #13A783;
  border-color: #22CAA1;
  color: white;
}
button.btn-basic.btn-basic-new-alt:focus,
a.btn-basic.btn-basic-new-alt:focus {
  border-color: #22CAA1;
}
button.btn-basic.btn-basic-new-alt.disabled,
a.btn-basic.btn-basic-new-alt.disabled,
button.btn-basic.btn-basic-new-alt[disabled],
a.btn-basic.btn-basic-new-alt[disabled] {
  background-color: #22CAA1;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-new-alt.disabled:active,
a.btn-basic.btn-basic-new-alt.disabled:active,
button.btn-basic.btn-basic-new-alt[disabled]:active,
a.btn-basic.btn-basic-new-alt[disabled]:active,
button.btn-basic.btn-basic-new-alt.disabled:hover,
a.btn-basic.btn-basic-new-alt.disabled:hover,
button.btn-basic.btn-basic-new-alt[disabled]:hover,
a.btn-basic.btn-basic-new-alt[disabled]:hover,
button.btn-basic.btn-basic-new-alt.disabled:active:hover,
a.btn-basic.btn-basic-new-alt.disabled:active:hover,
button.btn-basic.btn-basic-new-alt[disabled]:active:hover,
a.btn-basic.btn-basic-new-alt[disabled]:active:hover {
  background-color: #22CAA1;
  color: white;
}
button.btn-basic.btn-basic-primary-borderless,
a.btn-basic.btn-basic-primary-borderless {
  color: #4282D5;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-style: dotted;
}
button.btn-basic.btn-basic-danger-borderless,
a.btn-basic.btn-basic-danger-borderless {
  box-sizing: border-box;
  color: #FC5343;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.25px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
  transition: color 150ms, background-color 150ms, border-color 150ms;
}
button.btn-basic.btn-basic-danger-borderless:hover,
a.btn-basic.btn-basic-danger-borderless:hover,
button.btn-basic.btn-basic-danger-borderless.hover,
a.btn-basic.btn-basic-danger-borderless.hover {
  text-decoration: none;
  background-color: rgba(26, 26, 26, 0);
  border-color: transparent;
  color: #FC5343;
}
button.btn-basic.btn-basic-danger-borderless:active:focus,
a.btn-basic.btn-basic-danger-borderless:active:focus,
button.btn-basic.btn-basic-danger-borderless:active:hover,
a.btn-basic.btn-basic-danger-borderless:active:hover,
button.btn-basic.btn-basic-danger-borderless:active,
a.btn-basic.btn-basic-danger-borderless:active,
button.btn-basic.btn-basic-danger-borderless.active,
a.btn-basic.btn-basic-danger-borderless.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #FC5343;
}
button.btn-basic.btn-basic-danger-borderless:focus,
a.btn-basic.btn-basic-danger-borderless:focus {
  border-color: transparent;
}
button.btn-basic.btn-basic-danger-borderless.disabled,
a.btn-basic.btn-basic-danger-borderless.disabled,
button.btn-basic.btn-basic-danger-borderless[disabled],
a.btn-basic.btn-basic-danger-borderless[disabled] {
  background-color: transparent;
  cursor: default;
  opacity: 0.4;
  outline: none;
}
button.btn-basic.btn-basic-danger-borderless.disabled:active,
a.btn-basic.btn-basic-danger-borderless.disabled:active,
button.btn-basic.btn-basic-danger-borderless[disabled]:active,
a.btn-basic.btn-basic-danger-borderless[disabled]:active,
button.btn-basic.btn-basic-danger-borderless.disabled:hover,
a.btn-basic.btn-basic-danger-borderless.disabled:hover,
button.btn-basic.btn-basic-danger-borderless[disabled]:hover,
a.btn-basic.btn-basic-danger-borderless[disabled]:hover,
button.btn-basic.btn-basic-danger-borderless.disabled:active:hover,
a.btn-basic.btn-basic-danger-borderless.disabled:active:hover,
button.btn-basic.btn-basic-danger-borderless[disabled]:active:hover,
a.btn-basic.btn-basic-danger-borderless[disabled]:active:hover {
  background-color: transparent;
  color: #FC5343;
}
button.btn-basic.btn-basic-link,
a.btn-basic.btn-basic-link {
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  color: #4282D5;
  padding: 0;
  margin: 0;
}
a.btn-basic {
  vertical-align: middle;
}

.in-page-search-common-styles {
  width: 30px;
  height: 30px;
  background: transparent;
  font-size: 1.2em;
  border: none;
  cursor: pointer;
}
.in-page-search-opener {
  display: block;
  vertical-align: middle;
  opacity: 0.8;
  background: white;
  color: black;
  border-radius: 15px;
  line-height: 0px;
  box-shadow: 0;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  z-index: 51;
  position: fixed;
  top: 30px;
  right: 30px;
}
.in-page-search-opener:hover {
  opacity: 1;
}
.in-page-search-opener .in-page-search-icon {
  font-size: 22px;
}

.simple-modal-with-header .auto-translate-body label {
  font-weight: 600;
}
.simple-modal-with-header .auto-translate-body input:disabled {
  opacity: 0.6;
}
.simple-modal-with-header .auto-translate-body .source-language {
  margin-bottom: 20px;
}

input[type="text"].basic-text-input,
input[type="password"].basic-text-input,
input.basic-text-input {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #111;
  background-color: #FFF;
  border: 1px solid #ddd;
  box-shadow: none;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  margin-bottom: 0px;
  box-sizing: border-box;
  height: 36px;
  width: 100%;
  border-radius: 2px;
}
input[type="text"].basic-text-input:focus,
input[type="password"].basic-text-input:focus,
input.basic-text-input:focus {
  outline: none;
  border: 1px solid #60a5fc;
}
input[type="text"].basic-text-input.dark,
input[type="password"].basic-text-input.dark,
input.basic-text-input.dark {
  color: white;
  background-color: #1D2027;
  border: 1px solid #111318;
}

textarea.basic-textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #111;
  background-color: #FFF;
  border: 1px solid #ddd;
  box-shadow: none;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
}
textarea.basic-textarea[disabled] {
  opacity: 0.9;
}
textarea.basic-textarea:focus {
  outline: none;
  border: 1px solid #60a5fc;
}

.base-modal.simple-modal-with-header {
  padding: 0;
}
.base-modal.simple-modal-with-header .simple-modal-header {
  position: relative;
  padding: 20px 36px;
  border-bottom: 1px solid #eaeaea;
}
.base-modal.simple-modal-with-header .simple-modal-header .title-container {
  font-family: "Lato";
  font-weight: 600;
  display: block;
  font-size: 16px;
}
.base-modal.simple-modal-with-header .simple-modal-header .subtitle-container {
  display: inline-block;
  color: #888;
  margin-top: 2px;
}
.base-modal.simple-modal-with-header .simple-modal-header .subtitle-container .zf-preview-icon-box {
  display: inline-block;
  margin-left: 12px;
  color: #888;
}
.base-modal.simple-modal-with-header .simple-modal-header .close-container {
  position: absolute;
  right: 26px;
  top: 20px;
  cursor: pointer;
}
.base-modal.simple-modal-with-header .simple-modal-header .close-container i {
  font-size: 24px;
  color: #aaa;
}
.base-modal.simple-modal-with-header .simple-modal-header .close-container:hover i {
  color: #111;
}
.base-modal.simple-modal-with-header .simple-modal-with-header-body {
  background-color: #E9EBEE;
  padding: 40px;
}
.base-modal.simple-modal-with-header .buttons-row-container {
  text-align: right;
  margin-top: 50px;
}
.base-modal.simple-modal-with-header .input-container:not(.halfsie) + .input-container:not(.halfsie) {
  margin-top: 25px;
}
.base-modal.simple-modal-with-header .input-container .description-container {
  color: #444;
}

.center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-absolutely {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.modal-backdrop {
  text-align: center;
}
.base-modal {
  font-size: 14px;
  color: #111;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  margin-top: 10vh;
  background: #fff;
  padding: 36px 40px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 20px rgba(0, 0, 0, 0.2);
}
.base-modal.simple-modal {
  min-width: 600px;
  max-width: 1000px;
}
.base-modal .section + .section {
  margin: 35px 0 0 0;
}
.base-modal .section .section-header {
  color: #BBB;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.base-modal .section .section-row {
  *zoom: 1;
}
.base-modal .section .section-row:before,
.base-modal .section .section-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.base-modal .section .section-row:after {
  clear: both;
}
.base-modal .section .section-row.section-row_margin-bottom {
  margin-bottom: 20px;
}
.base-modal .section .section-radio .field-name-container {
  margin-bottom: 12px;
}
.base-modal.shaking-modal {
  animation: shakemodal 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shakemodal {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

/*!
 * froala_editor v2.7.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */
/*

  This is a hand modified version of froala "dark" theme from `froala-editor@2.7.0`

  We did NOT use: https://www.froala.com/wysiwyg-editor/customize

*/
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection[id^=paragraphFormat] {
  width: 40px;
}
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown[id^="linkList"] {
  display: none;
}
.pulsar-theme.fr-popup .fr-link-insert-layer.fr-layer {
  width: 220px;
}
.pulsar-theme.fr-box.fr-basic .fr-element {
  color: white;
  overflow-x: auto;
  min-height: 52px;
  line-height: 16px;
  padding: 10px 12px;
}
.pulsar-theme .fr-element {
  -webkit-user-select: auto;
  padding: 8px 10px;
  line-height: 16px;
}
.pulsar-theme.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  height: 34px;
  width: auto;
  background: #ffffff;
  color: #42a5f5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  left: 0;
  top: 0;
  line-height: 32px;
  border: none;
}
.pulsar-theme.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #42a5f5;
}
.pulsar-theme.fr-box a.fr-floating-btn i {
  font-size: 12px;
  line-height: 28px;
}
.pulsar-theme.fr-box a.fr-floating-btn:hover {
  background: #282C35;
}
.pulsar-theme.fr-box a.fr-floating-btn:hover svg {
  fill: #42a5f5;
}
.pulsar-theme .fr-wrapper .fr-placeholder {
  font-size: 12px;
  color: #aaaaaa;
  top: 0;
  left: 0;
  right: 0;
}
.pulsar-theme .fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000000;
}
.pulsar-theme .fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000;
}
.pulsar-theme.fr-box.fr-basic .fr-wrapper {
  background: transparent;
  border: 0px;
  border-top: 0;
  top: 0;
  left: 0;
}
.pulsar-theme.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme .fr-sticky-on.fr-sticky-ios {
  left: 0;
  right: 0;
}
.pulsar-theme.fr-box .fr-counter {
  color: #aaaaaa;
  background: #ffffff;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme.fr-box.fr-rtl .fr-counter {
  right: auto;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme textarea.fr-code {
  background: #ffffff;
  color: #000000;
}
.pulsar-theme.fr-box.fr-code-view.fr-inline {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.pulsar-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  color: #ffffff;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  padding: 12px 12px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
.pulsar-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 12px;
  width: 12px;
}
.pulsar-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #282C35;
}
.pulsar-theme.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.pulsar-theme.fr-popup .fr-colors-tabs .fr-colors-tab {
  color: #ffffff;
  padding: 8px 0;
}
.pulsar-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.pulsar-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
  color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
  bottom: 0;
  left: 0;
  background: #42a5f5;
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
}
.pulsar-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-color-hex-layer .fr-input-line {
  padding: 8px 0 0;
}
.pulsar-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button {
  background-color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
  background-color: #128ef2;
}
.pulsar-theme.fr-popup .fr-color-set {
  line-height: 0;
}
.pulsar-theme.fr-popup .fr-color-set > span > i {
  bottom: 0;
  left: 0;
}
.pulsar-theme.fr-popup .fr-color-set > span .fr-selected-color {
  color: #ffffff;
  font-weight: 400;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.pulsar-theme.fr-popup .fr-color-set > span:hover,
.pulsar-theme.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #ffffff;
}
.pulsar-theme .fr-drag-helper {
  background: #42a5f5;
}
.pulsar-theme.fr-popup .fr-link:focus {
  outline: 0;
  background: #282C35;
}
.pulsar-theme .fr-file-upload-layer {
  border: dashed 2px #808080;
  padding: 25px 0;
}
.pulsar-theme .fr-file-upload-layer:hover {
  background: #282C35;
}
.pulsar-theme .fr-file-upload-layer.fr-drop {
  background: #282C35;
  border-color: #42a5f5;
}
.pulsar-theme .fr-file-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pulsar-theme .fr-file-progress-bar-layer > h3 {
  margin: 10px 0;
}
.pulsar-theme .fr-file-progress-bar-layer > div.fr-loader {
  background: #c6e4fc;
}
.pulsar-theme .fr-file-progress-bar-layer > div.fr-loader span {
  background: #42a5f5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.pulsar-theme .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  top: 0;
}
.pulsar-theme.fr-box.fr-fullscreen {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table thead,
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table thead th {
  background-color: transparent !important;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #595959;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  color: #ffffff;
}
.pulsar-theme .fr-image-resizer {
  border: solid 1px #42a5f5;
}
.pulsar-theme .fr-image-resizer .fr-handler {
  background: #42a5f5;
  border: solid 1px #ffffff;
}
.pulsar-theme .fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.pulsar-theme .fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.pulsar-theme .fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.pulsar-theme .fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.pulsar-theme .fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .pulsar-theme .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .pulsar-theme .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .pulsar-theme .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .pulsar-theme .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .pulsar-theme .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.pulsar-theme.fr-image-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pulsar-theme .fr-image-upload-layer {
  border: dashed 2px #808080;
  padding: 25px 0;
}
.pulsar-theme .fr-image-upload-layer:hover {
  background: #282C35;
}
.pulsar-theme .fr-image-upload-layer.fr-drop {
  background: #282C35;
  border-color: #42a5f5;
}
.pulsar-theme .fr-image-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pulsar-theme .fr-image-progress-bar-layer > h3 {
  margin: 10px 0;
}
.pulsar-theme .fr-image-progress-bar-layer > div.fr-loader {
  background: #c6e4fc;
}
.pulsar-theme .fr-image-progress-bar-layer > div.fr-loader span {
  background: #42a5f5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.pulsar-theme .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  top: 0;
}
.pulsar-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more {
  -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}
.pulsar-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}
.pulsar-theme.fr-modal-head .fr-modal-tags a {
  opacity: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #42a5f5;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
}
.pulsar-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #282C35;
}
.pulsar-themediv.fr-modal-body .fr-preloader {
  margin: 50px auto;
}
.pulsar-themediv.fr-modal-body div.fr-image-list {
  padding: 0;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  color: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  background: #aaaaaa;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  margin: 0;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  color: #ffffff;
}
.pulsar-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #111318;
  color: #42a5f5;
}
.pulsar-theme.pulsar-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
  background: #282C35;
}
.pulsar-theme.pulsar-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #282C35;
}
.pulsar-theme.pulsar-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #ffffff;
}
.pulsar-theme.pulsar-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #282C35;
}
.pulsar-theme .fr-line-breaker {
  border-top: 1px solid #42a5f5;
}
.pulsar-theme .fr-line-breaker a.fr-floating-btn {
  left: calc(50% - (32px / 2));
  top: -16px;
}
.pulsar-theme .fr-qi-helper {
  padding-left: 16px;
}
.pulsar-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
  color: #ffffff;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
  border: 1px solid #aaaaaa;
}
.pulsar-theme .fr-element table td.fr-selected-cell,
.pulsar-theme .fr-element table th.fr-selected-cell {
  border: 1px double #42a5f5;
}
.pulsar-theme .fr-table-resizer div {
  border-right: 1px solid #42a5f5;
}
.pulsar-theme.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
}
.pulsar-theme.fr-popup .fr-table-size .fr-select-table-size > span {
  padding: 0px 4px 4px 0;
}
.pulsar-theme.fr-popup .fr-table-size .fr-select-table-size > span > span {
  border: 1px solid #dddddd;
}
.pulsar-theme.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(66, 165, 245, 0.3);
  border: solid 1px #42a5f5;
}
.pulsar-theme.fr-popup .fr-table-colors {
  line-height: 0;
}
.pulsar-theme.fr-popup .fr-table-colors > span > i {
  bottom: 0;
  left: 0;
}
.pulsar-theme.fr-popup .fr-table-colors > span:focus {
  outline: 1px solid #ffffff;
}
.pulsar-theme .fr-element .fr-video::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pulsar-theme.fr-box .fr-video-resizer {
  border: solid 1px #42a5f5;
}
.pulsar-theme.fr-box .fr-video-resizer .fr-handler {
  background: #42a5f5;
  border: solid 1px #ffffff;
}
.pulsar-theme.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .pulsar-theme.fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .pulsar-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.pulsar-theme .fr-video-upload-layer {
  border: dashed 2px #808080;
  padding: 25px 0;
}
.pulsar-theme .fr-video-upload-layer:hover {
  background: #282C35;
}
.pulsar-theme .fr-video-upload-layer.fr-drop {
  background: #282C35;
  border-color: #42a5f5;
}
.pulsar-theme .fr-video-upload-layer .fr-form {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pulsar-theme .fr-video-progress-bar-layer > h3 {
  margin: 10px 0;
}
.pulsar-theme .fr-video-progress-bar-layer > div.fr-loader {
  background: #c6e4fc;
}
.pulsar-theme .fr-video-progress-bar-layer > div.fr-loader span {
  background: #42a5f5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.pulsar-theme .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  top: 0;
}
.pulsar-theme.fr-video-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pulsar-theme .fr-view span[style~="color:"] a {
  color: inherit;
}
.pulsar-theme .fr-view strong {
  font-weight: 700;
}
.pulsar-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #d3d3d3;
}
.pulsar-theme .fr-view table td,
.pulsar-theme .fr-view table th {
  border: 1px solid #dddddd;
}
.pulsar-theme .fr-view table th {
  background: #e6e6e6;
}
.pulsar-theme .fr-view[dir="rtl"] blockquote {
  border-right: solid 2px #5e35b1;
  margin-right: 0;
}
.pulsar-theme .fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}
.pulsar-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}
.pulsar-theme .fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  color: #5e35b1;
}
.pulsar-theme .fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.pulsar-theme .fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.pulsar-theme .fr-view span.fr-emoticon {
  line-height: 0;
}
.pulsar-theme .fr-view span.fr-emoticon.fr-emoticon-img {
  font-size: inherit;
}
.pulsar-theme .fr-view .fr-text-bordered {
  padding: 10px 0;
}
.pulsar-theme .fr-view .fr-img-caption .fr-img-wrap {
  margin: auto;
}
.pulsar-theme .fr-view .fr-img-caption .fr-img-wrap img {
  margin: auto;
}
.pulsar-theme .fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
}
.pulsar-theme .fr-element .fr-embedly::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pulsar-theme.fr-box .fr-embedly-resizer {
  border: solid 1px #42a5f5;
}
.pulsar-theme .examples-variante > a {
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.pulsar-theme .sc-cm-holder > .sc-cm {
  border-top: 5px solid #222222 !important;
}
.pulsar-theme .sc-cm__item_dropdown:hover > a,
.pulsar-theme .sc-cm a:hover {
  background-color: #282C35 !important;
}
.pulsar-theme .sc-cm__item_active > a,
.pulsar-theme .sc-cm__item_active > a:hover,
.pulsar-theme .sc-cm a:active,
.pulsar-theme .sc-cm a:focus {
  background-color: #282C35 !important;
}
.pulsar-theme .sc-cm-holder > .sc-cm:before {
  background-color: #282C35 !important;
}
.pulsar-theme .fr-tooltip {
  top: 0;
  left: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn,
.pulsar-theme.fr-popup .fr-command.fr-btn {
  color: #ffffff;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  margin: 0;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  padding: 0;
  width: auto;
  height: 34px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown {
  width: 38px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.pulsar-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-btn-text {
  width: auto;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn i,
.pulsar-theme.fr-popup .fr-command.fr-btn i {
  font-size: 12px;
  width: 16px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn span,
.pulsar-theme.fr-popup .fr-command.fr-btn span {
  font-size: 11px;
  line-height: 17px;
  min-width: 34px;
  height: 17px;
  padding: 0 2px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn img,
.pulsar-theme.fr-popup .fr-command.fr-btn img {
  margin: 8px 8px;
  width: 11px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-active,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-active {
  color: #42a5f5;
  background: transparent;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 8px;
  margin-right: 16px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #ffffff;
  background: #282C35;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #282C35 !important;
  color: #ffffff !important;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #ffffff !important;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  right: 4px;
  top: 16px;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #808080;
}
.pulsar-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.pulsar-theme.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #808080 !important;
}
.pulsar-theme.fr-toolbar.fr-disabled .fr-btn,
.pulsar-theme.fr-popup.fr-disabled .fr-btn,
.pulsar-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,
.pulsar-theme.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #808080;
}
.pulsar-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.pulsar-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.pulsar-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.pulsar-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #808080;
}
.pulsar-theme.fr-desktop .fr-command:hover,
.pulsar-theme.fr-desktop .fr-command:focus {
  outline: 0;
  color: #ffffff;
  background: #282C35 !important;
}
.pulsar-theme.fr-desktop .fr-command:hover::after,
.pulsar-theme.fr-desktop .fr-command:focus::after {
  border-top-color: #ffffff !important;
}
.pulsar-theme.fr-desktop .fr-command.fr-selected {
  color: #ffffff;
  background: #282C35;
}
.pulsar-theme.fr-desktop .fr-command.fr-active:hover,
.pulsar-theme.fr-desktop .fr-command.fr-active:focus {
  color: #42a5f5;
  background: #282C35;
}
.pulsar-theme.fr-desktop .fr-command.fr-active.fr-selected {
  color: #42a5f5;
  background: #394050;
}
.pulsar-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,
.pulsar-theme.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu {
  right: auto;
  bottom: auto;
  height: auto;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #111318;
  padding: 0;
  margin: auto;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  max-height: 0;
  height: 0;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  max-height: 275px;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  margin: 0;
  padding: 0;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  color: white;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #4282D5;
}
.pulsar-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #808080;
}
.pulsar-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}
.pulsar-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.pulsar-theme .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme.fr-modal {
  color: #ffffff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  overflow-x: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pulsar-theme.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.pulsar-theme.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  border: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pulsar-theme.fr-modal .fr-modal-wrapper {
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .pulsar-theme.fr-modal .fr-modal-wrapper {
    margin: 50px auto;
  }
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #111318;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 0px;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-head i {
  color: #ffffff;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
}
.pulsar-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  margin: 0;
  font-weight: 400;
}
.pulsar-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}
.pulsar-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  color: #42a5f5;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
.pulsar-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.pulsar-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #282C35;
  color: #42a5f5;
}
.pulsar-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #282C35;
  color: #42a5f5;
}
.pulsar-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}
.pulsar-theme.pulsar-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #282C35;
}
.pulsar-theme.fr-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
}
.pulsar-theme.fr-popup {
  color: #ffffff;
  background: #111318;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  border: 0px;
}
.pulsar-theme.fr-popup .fr-input-focus {
  background: #f5f5f5;
}
.pulsar-theme.fr-popup.fr-above {
  border-top: 0;
  border-bottom: 5px solid #222222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
.pulsar-theme.fr-popup .fr-input-line {
  padding: 8px 0;
}
.pulsar-theme.fr-popup .fr-input-line input[type="text"],
.pulsar-theme.fr-popup .fr-input-line textarea {
  margin: 0px 0 1px 0;
  border-bottom: solid 1px #bdbdbd;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-color: transparent;
}
.pulsar-theme.fr-popup .fr-input-line input[type="text"]:focus,
.pulsar-theme.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #42a5f5;
}
.pulsar-theme.fr-popup .fr-input-line input + label,
.pulsar-theme.fr-popup .fr-input-line textarea + label {
  line-height: inherit;
  top: 0;
  left: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  background: #111318;
}
.pulsar-theme.fr-popup .fr-input-line input.fr-not-empty:focus + label,
.pulsar-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-input-line input.fr-not-empty + label,
.pulsar-theme.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: #808080;
}
.pulsar-theme.fr-popup .fr-checkbox-line span.fr-checkbox + label {
  display: inline;
}
.pulsar-theme.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 0 2px;
  line-height: 0;
  border-bottom: 0px;
}
.pulsar-theme.fr-popup .fr-layer {
  width: 225px;
}
@media (min-width: 768px) {
  .pulsar-theme.fr-popup .fr-layer {
    width: 300px;
  }
}
.pulsar-theme.fr-popup .fr-action-buttons button.fr-command {
  color: #42a5f5;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
.pulsar-theme.fr-popup .fr-action-buttons button.fr-command:hover,
.pulsar-theme.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #282C35;
  color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-action-buttons button.fr-command:active {
  background: #282C35;
  color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}
.pulsar-theme.fr-popup .fr-checkbox span {
  border: solid 1px #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}
.pulsar-theme.fr-popup .fr-checkbox input {
  margin: 0;
  padding: 0;
}
.pulsar-theme.fr-popup .fr-checkbox input:checked + span {
  background: #42a5f5;
  border-color: #42a5f5;
}
.pulsar-theme.fr-popup .fr-checkbox input:focus + span {
  border-color: #42a5f5;
}
.pulsar-theme.fr-popup.fr-rtl .fr-input-line input + label,
.pulsar-theme.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}
.pulsar-theme.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  top: -9px;
  margin-left: -5px;
}
.pulsar-theme.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
}
.pulsar-theme.fr-toolbar {
  color: #ffffff;
  background: #282C35;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-top: 0;
}
.pulsar-theme.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  top: -9px;
  margin-left: -5px;
}
.pulsar-theme.fr-toolbar.fr-inline.fr-above {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 5px solid #222222;
  border-top: 0;
}
.pulsar-theme.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-width: 5px;
}
.pulsar-theme.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  box-shadow: none;
}
.pulsar-theme.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pulsar-theme .fr-separator {
  background: #343842;
}
.pulsar-theme .fr-separator.fr-vs {
  height: 34px;
  width: 1px;
  margin: 0 3px;
}
.pulsar-theme .fr-separator.fr-hs {
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}
/*
 The below additions were added when upgrading to 4.0 to keep existing styles
 the same.
 */
.pulsar-theme.fr-toolbar .fr-command.fr-btn svg path,
.pulsar-theme.fr-popup .fr-command.fr-btn svg path,
.pulsar-theme.fr-modal .fr-command.fr-btn svg path,
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #FFFFFF;
}
.pulsar-theme .fr-second-toolbar {
  display: none;
}
.pulsar-theme.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.pulsar-theme .fr-toolbar .fr-newline,
.pulsar-theme.fr-toolbar .fr-newline {
  display: none;
}
.pulsar-theme .fr-toolbar .fr-btn-grp,
.pulsar-theme.fr-toolbar .fr-btn-grp {
  margin: 0 5px;
}
.pulsar-theme .fr-toolbar .fr-command.fr-btn svg.fr-svg,
.pulsar-theme.fr-toolbar .fr-command.fr-btn svg.fr-svg,
.pulsar-theme.fr-popup .fr-command.fr-btn svg.fr-svg,
.pulsar-theme .fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 16px;
}
.pulsar-theme.fr-box.fr-basic .fr-element {
  font-size: inherit;
}
.pulsar-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto !important;
}
[id^='zfAdvancedLinkEditorPlugin.edit.icon-'] svg.fr-svg {
  height: 16px !important;
  width: 16px !important;
}
[id^='zfTranslateTextPlugin.edit.icon-'] svg.fr-svg {
  height: 16px !important;
  width: 16px !important;
}
.pulsar-theme .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.pulsar-theme .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell),
.pulsar-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.pulsar-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: none;
}
.froala-zf-container.link-editor-open .pulsar-theme.fr-box,
.froala-zf-container.link-editor-open .pulsar-theme .fr-toolbar,
.froala-zf-container.link-editor-open .pulsar-theme.fr-toolbar {
  z-index: 1 !important;
}
.pulsar-theme .fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,
.pulsar-theme .fr-popup .fr-command.fr-btn.fr-btn-active-popup,
.pulsar-theme .fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #394050;
}
.pulsar-theme.fr-popup .fr-command.fr-btn {
  width: auto;
}
.froala-editor-sidebar .pulsar-theme.fr-popup {
  left: 0 !important;
  max-width: 310px;
}
.froala-editor-sidebar .pulsar-theme.fr-popup .fr-buttons.fr-tabs {
  overflow: scroll;
}
.inline-text-editor .pulsar-theme.fr-box.fr-basic .fr-element {
  text-align: inherit;
}
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
  background-color: #394050;
}
.pulsar-theme .fr-tabs .fr-btn span {
  min-width: auto;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulsar-theme .fr-tabs .fr-btn span i {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulsar-theme.fr-modal .fr-modal-wrapper {
  background-color: #282C35;
}
.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 34px !important;
  background: #394050;
}
.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #394050 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 0 !important;
}
.grid-tile-text-editor-controls .fr-toolbar {
  max-width: 600px;
}
.fr-popup .fr-table-colors {
  padding: 0;
}
.fr-popup .fr-table-colors > span:last-child svg path {
  fill: #FFF;
}
.fr-popup .fr-buttons.fr-tabs {
  background-color: transparent;
}
.pulsar-theme.fr-toolbar .fr-command[data-cmd="formatOLOptions"],
.pulsar-theme.fr-toolbar .fr-command[data-cmd="formatULOptions"] {
  width: 15px !important;
}
.fr-popup .fr-color-set > span > i path,
.fr-popup .fr-color-set > span > svg path {
  fill: #FFF;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  color: #FFF;
  width: 40px;
  height: 48px;
}
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  padding-top: 8px;
  height: 48px;
}
.fr-popup .fr-layer.fr-color-hex-layer {
  padding-top: 20px;
  width: 100% !important;
}
.fr-popup .fr-color-set > span {
  margin: 2px;
  border: 1px solid #555;
}
.fr-popup .fr-color-set br {
  display: none;
}
.fr-action-buttons button[data-cmd="customTextColor"] {
  white-space: nowrap;
}

.confirm-upload-or-choose-media-modal .title-container i {
  color: #9bb1cc;
  margin-right: 5px;
}
.confirm-upload-or-choose-media-modal .subtitle-container {
  margin-top: 5px !important;
  font-size: 12px;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body {
  padding: 0 !important;
  text-align: center;
  border-top: 1px solid #BBC8D5;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body .zfam-arrow-right {
  color: #4282D5;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body a {
  color: #4282D5;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body button.modal-option {
  border: none;
  color: #4282D5;
  font-size: 14px;
  line-height: 1.3;
  height: 120px;
  font-weight: 400;
  padding: 0 50px;
  width: 50%;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body button.modal-option i {
  font-size: 24px;
  display: block;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body button.modal-option i.zfam-cloud-upload {
  margin-top: -18px;
  font-size: 28px;
}
.confirm-upload-or-choose-media-modal .simple-modal-with-header-body button.modal-option.modal-option-left {
  border-right: 1px solid #BBC8D5;
}

.media-library-modal {
  max-width: 1020px;
  width: 90%;
  height: 80%;
  position: relative;
}
.media-library-modal .close-modal-wrapper {
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 500;
}
.media-library-modal .close-modal-wrapper button.close {
  font-size: 21px;
}
.media-library-modal.modal {
  height: 82% !important;
}
@media (min-width: 1200px) {
  .media-library-modal.modal {
    width: 1020px !important;
    margin-left: -510px !important;
  }
}
.media-library-modal .select-assets-button {
  float: right;
}
.media-library-modal .selected-count {
  color: #00648B;
  display: inline-block;
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-right: 25px;
  margin-top: 7px;
}
.media-library-modal .media-library-action-bar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media-library-modal .media-library-folder-zone .file-items {
  bottom: 0;
}
.media-library-modal .media-library-selector-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-library-modal .media-library-selector-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #DDD;
  box-sizing: border-box;
  height: 70px;
  padding: 16px 40px;
  z-index: 10;
  background-color: white;
}
.media-library-modal.is-selecting-multiple .media-library-selector-wrapper {
  bottom: 40px;
}

#upload-drop-zone {
  z-index: 12000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
#upload-drop-zone .drop-zone-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#upload-drop-zone .drop-zone-background-layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #4ECEF6;
  opacity: 0.95;
  z-index: 10;
}
#upload-drop-zone .drop-zone {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.25em;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  z-index: 50;
}
#upload-drop-zone .drop-zone .drag-upload-icon {
  display: block;
  margin: 0 auto 0.8em auto;
}
.media-library {
  z-index: 100;
}
.media-library.view_only .media-library-folder-zone {
  top: 0;
}
.media-library .media-library-action-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 200;
  transition: height 0.2s ease;
}
.media-library.has-active-media-type-search .media-library-action-bar {
  height: 100px;
}
.media-library .disabled-media-types-banner {
  background-color: #e5eeff;
  color: #17354c;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 15px 2px 40px;
  height: 25px;
  top: 70px;
  z-index: 11;
  border-bottom: 1px solid #b7c4dc;
}
.media-library .disabled-media-types-banner i {
  margin-left: 5px;
}
.media-library .media-library-folder-zone {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70px;
  overflow: auto;
  transition: top 1s ease 0;
}
.media-library.disabled-media-types-banner-visible .media-library-folder-zone {
  top: 95px;
}
.media-library.has-active-media-type-search .media-library-folder-zone {
  top: 100px;
}
.media-library.disabled-media-types-banner-visible.has-active-media-type-search .media-library-folder-zone {
  top: 125px;
}
.media-library .media-library-info-panel {
  position: absolute;
  right: 0;
  top: 70px;
  width: 360px;
  bottom: 0;
  z-index: 150;
}
.media-library.info-panel-shown .media-library-folder-zone {
  right: 360px;
}
.enabled-media-warning-header {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.add-media-modal {
  width: 680px;
  margin-left: -340px;
}
.add-media-modal.size1 {
  width: 205px;
  margin-left: -102.5px;
}
.add-media-modal.size2 {
  width: 365px;
  margin-left: -182.5px;
}
.add-media-modal.size3 {
  width: 525px;
  margin-left: -262.5px;
}
.add-media-modal.size4 {
  width: 695px;
  margin-left: -347.5px;
}
.add-media-modal.size5,
.add-media-modal.size6,
.add-media-modal.size7 {
  width: 850px;
  margin-left: -425px;
}
.add-media-modal.size5 .add-media-choice:nth-child(1),
.add-media-modal.size5 .add-media-choice:nth-child(2) {
  width: 392px;
}
.add-media-modal.size5 .add-media-choice:nth-child(3),
.add-media-modal.size5 .add-media-choice:nth-child(4),
.add-media-modal.size5 .add-media-choice:nth-child(5) {
  width: 260px;
}
.add-media-modal.size6 .add-media-choice:nth-child(1),
.add-media-modal.size6 .add-media-choice:nth-child(2) {
  width: 395px;
}
.add-media-modal.size6 .add-media-choice:nth-child(3),
.add-media-modal.size6 .add-media-choice:nth-child(4),
.add-media-modal.size6 .add-media-choice:nth-child(5),
.add-media-modal.size6 .add-media-choice:nth-child(6) {
  width: 192px;
}
.add-media-modal.size7 .add-media-choice:nth-child(1),
.add-media-modal.size7 .add-media-choice:nth-child(2) {
  width: 395px;
}
.add-media-modal.size7 .add-media-choice:nth-child(3),
.add-media-modal.size7 .add-media-choice:nth-child(4),
.add-media-modal.size7 .add-media-choice:nth-child(5),
.add-media-modal.size7 .add-media-choice:nth-child(6),
.add-media-modal.size7 .add-media-choice:nth-child(7) {
  width: 152px;
}
.add-media-modal .modal-header {
  background-color: #FFF;
  border-bottom: 1px solid #AAA !important;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  padding: 7px 12px 7px 20px;
}
.add-media-modal .modal-header h1 {
  margin: 0px;
  font-size: 18px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #6F6F6F;
  font-weight: 500;
}
.add-media-modal .modal-header .close {
  margin: 3px 3px 0 0;
}
.add-media-modal .modal-body {
  border-radius: inherit;
}
.add-media-modal .add-media-choices-wrapper {
  margin: 15px auto 20px auto;
  text-align: center;
}
.add-media-modal .add-media-choice {
  background-color: #F4F4F4;
  box-sizing: border-box;
  color: #555;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  height: 145px;
  line-height: 17px;
  margin: 4px 2px;
  padding: 13px 15px 15px 15px;
  text-align: center;
  text-rendering: optimizeLegibility;
  width: 150px;
  vertical-align: top;
}
.add-media-modal .add-media-choice:hover {
  background-color: #EAEAEA;
}
.add-media-modal .add-media-choice .add-file,
.add-media-modal .add-media-choice .add-text,
.add-media-modal .add-media-choice .add-media-lib,
.add-media-modal .add-media-choice .add-link,
.add-media-modal .add-media-choice .add-recording,
.add-media-modal .add-media-choice .add-youtube,
.add-media-modal .add-media-choice .add-form,
.add-media-modal .add-media-choice .add-presentation,
.add-media-modal .add-media-choice .add-html-package {
  display: block;
  margin: 15px auto 14px auto;
  width: 64px;
}
.add-media-modal .add-media-choice .add-html-package,
.add-media-modal .add-media-choice .add-presentation {
  color: #4dcffa;
  font-size: 48px;
  display: inline-block;
  margin: 35px 0px 26px -20px;
}

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {
	overflow: hidden;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
	overflow-y: scroll;
}

@media (max-width: 768px) {
	.modal-open.page-overflow .page-container .navbar-fixed-top,
	.modal-open.page-overflow .page-container .navbar-fixed-bottom  {
		overflow-y: visible;
	}
}


.modal-scrollable {
  cursor: pointer;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal {
  cursor: auto;
	outline: none;
	position: absolute;
	margin-top: 0;
	top: 50%;
	overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;	
	   -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	        transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-body {
	max-height: none;
	overflow: visible;
}

.modal.modal-absolute {
	position: absolute;
	z-index: 950;
}

.modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px;
}

.modal-backdrop.modal-absolute{
	position: absolute;
	z-index: 940;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
	opacity: 0.95;
	filter: alpha(opacity=95);
	background: #0C162F;
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */

.modal-overflow.modal {
	top: 1%;
}

.modal-overflow.modal.fade {
	top: -100%;
}

.modal-overflow.modal.fade.in {
	top: 1%;
}

.modal-overflow .modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1170px;
		margin-left: -585px;
	}
}

@media (max-width: 768px) {
	.modal, 
	.modal.container,
	.modal.modal-overflow 	{
		top: 1%;
		right: 1%;
		left: 1%;
		bottom: auto;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.modal.fade.in, 
	.modal.container.fade.in,
	.modal.modal-overflow.fade.in {
		top: 1%;
		bottom: auto;
	}
	
	.modal-body,
	.modal-overflow .modal-body {
		position: static;
		margin: 0;
		height: auto !important;
	}
	
	.modal-footer,
	.modal-overflow .modal-footer {
		position: static;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.zoomforth-recorder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 25000;
  font-family: 'Open Sans', sans-serif;
}
.zoomforth-recorder.zfr-is-full-window {
  position: fixed;
}
.zoomforth-recorder .zfr-background {
  position: absolute;
  opacity: 0.98;
  background-color: #0C162F;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.zoomforth-recorder .zfr-player {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 120px;
  z-index: 150;
}
.zoomforth-recorder .zfr-player video {
  width: 100%;
  height: 100%;
}
.zoomforth-recorder .zfr-ui-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}
.zoomforth-recorder .zfr-ui-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 100;
}
.zoomforth-recorder .zfr-recording-timer,
.zoomforth-recorder .zfr-flattery {
  color: #CCC;
  display: block;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 42px;
  margin-left: 40px;
  vertical-align: top;
}
.zoomforth-recorder .zfr-flattery {
  float: right;
  margin-left: 0;
  margin-right: 40px;
}
.zoomforth-recorder .zfr-main-button {
  background-color: #AAA;
  border-radius: 3px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 58px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 18px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}
.zoomforth-recorder .zfr-main-button.zfr-record-button {
  background-color: #36cc29;
}
.zoomforth-recorder .zfr-main-button.zfr-record-button .fa {
  color: green;
  font-size: 10px;
  margin-right: 8px;
  padding-top: 6px;
  vertical-align: top;
}
.zoomforth-recorder .zfr-main-button.zfr-record-button:hover {
  background-color: #20B514;
}
.zoomforth-recorder .zfr-main-button.zfr-stop-recording {
  background-color: #FF0000;
}
.zoomforth-recorder .zfr-main-button.zfr-stop-recording:hover {
  background-color: #CA0000;
}
.zoomforth-recorder .zfr-main-button.zfr-skip-playback:hover {
  background-color: #999;
}
.zoomforth-recorder .zfr-is-recording-indicator {
  position: absolute;
  top: 50px;
  left: 40px;
  background-color: #FF0000;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.zoomforth-recorder .zfr-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -75px;
  box-sizing: border-box;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 100px;
  font-weight: 200;
  height: 150px;
  text-align: center;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  width: 150px;
}
.zoomforth-recorder .zfr-recording-complete-options {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -160px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-sizing: border-box;
  height: 220px;
  padding: 25px;
  text-align: center;
  width: 320px;
}
.zoomforth-recorder .zfr-preview-recording,
.zoomforth-recorder .zfr-save-recording {
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 17px;
  text-align: center;
  width: 100%;
}
.zoomforth-recorder .zfr-preview-recording .fa,
.zoomforth-recorder .zfr-save-recording .fa {
  margin-right: 8px;
  padding-top: 2px;
  vertical-align: top;
}
.zoomforth-recorder .zfr-preview-recording {
  background-color: #888;
  color: #FFF;
}
.zoomforth-recorder .zfr-preview-recording:hover {
  background-color: #777;
}
.zoomforth-recorder .zfr-save-recording {
  background-color: #36cc29;
  color: #FFF;
}
.zoomforth-recorder .zfr-save-recording:hover {
  background-color: #20B514;
}
.zoomforth-recorder .zfr-record-again {
  color: #FF0000;
  cursor: pointer;
  font-size: 13px;
  margin-top: 25px;
}
.zoomforth-recorder .zfr-record-again .fa {
  font-size: 14px;
  margin-right: 6px;
}
.zoomforth-recorder .zfr-record-again:hover {
  color: #CA0000;
}
.zoomforth-recorder .zfr-action-exit {
  position: absolute;
  top: 36px;
  right: 36px;
  background: #0D172F;
  cursor: pointer;
  font-size: 24px;
  padding: 8px 10px;
  width: 36px;
}
.zoomforth-recorder .zfr-action-exit:hover {
  opacity: 0.5;
}
.zoomforth-recorder .zfr-error-state {
  position: absolute;
  top: 40%;
  left: 30%;
  right: 30%;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  color: #BB0000;
}
.zoomforth-recorder .zfr-reload-after-error-button {
  display: inline-block;
  padding: 10px;
  background-color: #300;
  color: #FFFFFF;
}
.zoomforth-recorder .zfr-recording-tips {
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 500;
  background-color: #0C1325;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  margin-left: -300px;
  opacity: 0.98;
  padding: 50px 32px;
  width: 630px;
}
.zoomforth-recorder .zfr-tips-title {
  color: #FFF;
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center;
}
.zoomforth-recorder .zfr-setup-recorder {
  box-sizing: border-box;
  background: #36cc29;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFF;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 35px;
  padding: 17px 10px;
  text-align: center;
  width: 300px;
  cursor: pointer;
}
.zoomforth-recorder .zfr-setup-recorder:hover {
  background-color: #20B514;
}
.zoomforth-recorder .zfr-tip {
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.zoomforth-recorder .zfr-tip-number {
  font-weight: bold;
  margin-right: 6px;
  color: #36cc29;
}

.media-library-folder-zone {
  overflow: hidden;
}
.media-library-folder-zone .files-not-yet-loaded-message,
.media-library-folder-zone .empty-folder-message {
  clear: both;
  color: #AAA;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.media-library-folder-zone .empty-folder-message {
  color: #999;
  display: none;
}
.media-library-folder-zone .multiple-drag-items {
  background: #40C6EA;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  opacity: 0.85;
  padding: 15px 17px;
  text-align: center;
}
.media-library-folder-zone .file-items.grid .media-library-item {
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 6px 5px;
  text-align: center;
  cursor: pointer;
  width: 127px;
  height: 138px;
  outline: none !important;
}
.media-library-folder-zone .file-items.grid .media-library-item .thumbnail-wrapper {
  border: 6px solid #F9F9F9;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0 auto;
}
.media-library-folder-zone .file-items.grid .media-library-item .item-filename {
  border-radius: 12px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  margin: 6px 0;
  overflow: hidden;
  padding: 1px 8px;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  width: 92%;
}
.media-library-folder-zone .file-items.grid .media-library-item.selected .thumbnail-wrapper {
  border: 6px solid #D5DDDF;
}
.media-library-folder-zone .file-items.grid .media-library-item.selected .item-filename {
  background-color: #00BFF1;
  color: #FFF;
}
.media-library-folder-zone .folder-type-uploads.selected .item-filename,
.media-library-folder-zone .folder-type-prompts.selected .item-filename {
  background-color: #B355DA;
  color: #FFF;
}
.media-library-folder-zone .media-library-folder.selected .thumbnail-wrapper {
  background-color: #E0E8EA;
  border: 6px solid #E0E8EA;
}
.media-library-folder-zone .file-items-wrapper {
  background-color: #FBFBFB;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  overflow: auto;
  padding: 6px 5px 30px 30px;
  color: #333;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.media-library-folder-zone .file-items-wrapper .thumbnail-col {
  width: 5%;
}
.media-library-folder-zone .file-items-wrapper .filename-col {
  width: 50%;
}
.media-library-folder-zone .file-items-wrapper .type-col {
  width: 10%;
}
.media-library-folder-zone .file-items-wrapper .uploaded-by-col {
  width: 15%;
}
.media-library-folder-zone .file-items-wrapper .last-modified-col {
  width: 15%;
}
.media-library-folder-zone .file-items-wrapper .file-items-list-header {
  background-color: #F9F9F9;
  display: table;
  margin-bottom: 10px;
  width: 97%;
}
.media-library-folder-zone .file-items-wrapper .file-items-list-header .file-items-list-header-row {
  display: table-row;
}
.media-library-folder-zone .file-items-wrapper .file-items-list-header .file-items-list-header-row .header-item {
  display: table-cell;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
}
.media-library-folder-zone .file-items-wrapper .file-items.list {
  background: #fff;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-radius: 4px;
  display: table;
  width: 97%;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item {
  cursor: pointer;
  font-size: 12px;
  outline: none !important;
  border-top: 1px solid #eee;
  height: 40px;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item:first-child {
  border-top: none;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item:hover {
  background: #eee;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item .item-cell {
  display: table-cell;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 0;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item .thumbnail-wrapper {
  display: table-cell;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  vertical-align: middle;
  min-width: 60px;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item .thumbnail-wrapper img {
  height: auto;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item .thumbnail-wrapper img.pdf-icon {
  width: 35%;
  background: #000;
  padding: 5px;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item .item-filename {
  font-weight: 700;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-item.selected {
  background: #4ECEF6;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .folder-type-uploads.selected .item-filename,
.media-library-folder-zone .file-items-wrapper .file-items.list .folder-type-prompts.selected .item-filename {
  background-color: inherit;
  color: inherit;
}
.media-library-folder-zone .file-items-wrapper .file-items.list .media-library-folder.selected .thumbnail-wrapper {
  background-color: inherit;
  border: none;
}
.media-library-folder-zone .media-library-upload-progress {
  background: #E8E8E8;
  color: #444;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
}
.media-library-folder-zone .breadcrumbs-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 28px 55px 22px 33px;
  z-index: 110;
}
.media-library-folder-zone.no-breadcrumbs .file-items-wrapper {
  top: 0;
}
.media-library.view_only .media-library-folder-zone .file-items-wrapper {
  top: 35px;
}
.media-library.view_only .media-library-folder-zone .breadcrumbs-wrapper {
  display: none;
}

.breadcrumbs-wrapper {
  background-color: #F9F9F9;
}
.breadcrumbs-wrapper .media-library-breadcrumbs .folder-breadcrumb {
  color: #00BFF1;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.breadcrumbs-wrapper .media-library-breadcrumbs .folder-breadcrumb.current-folder {
  color: #444;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.breadcrumbs-wrapper .media-library-breadcrumbs .folder-breadcrumb.current-folder:hover {
  text-decoration: none;
}
.breadcrumbs-wrapper .media-library-breadcrumbs .folder-breadcrumb:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .media-library-breadcrumbs .folder-breadcrumb:first-child {
  border-left: none;
}
.breadcrumbs-wrapper .media-library-breadcrumbs .carrot-crumb {
  color: #00BFF1;
  float: left;
  font-size: 10px;
  padding-top: 7px;
}
.breadcrumbs-wrapper .sort-by-wrapper {
  float: right;
  position: relative;
}
.breadcrumbs-wrapper .sort-by-button {
  color: #555;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-top: 2px;
}
.breadcrumbs-wrapper .sort-by-button .sort-selected {
  font-weight: bold;
  margin-left: 2px;
  margin-right: 6px;
}
.breadcrumbs-wrapper .sort-by-button .fa {
  color: #999;
  font-size: 14px;
  line-height: 14px;
  padding-top: 1px;
  vertical-align: top;
}
.breadcrumbs-wrapper .sort-by-button:hover .sort-selected {
  color: #333;
}
.breadcrumbs-wrapper .sort-by-button:hover .fa {
  color: #666;
}
.breadcrumbs-wrapper .sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 8px;
  background-color: #FFF;
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  display: none;
  margin: 4px 0 0;
  text-align: center;
  padding: 7px 0 9px 0;
}
.breadcrumbs-wrapper .sort-by-dropdown .filter-option,
.breadcrumbs-wrapper .sort-by-dropdown .sort-option {
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 0px;
  text-align: center;
  width: 160px;
}
.breadcrumbs-wrapper .sort-by-dropdown .filter-option:hover,
.breadcrumbs-wrapper .sort-by-dropdown .sort-option:hover,
.breadcrumbs-wrapper .sort-by-dropdown .filter-option[toggled="true"],
.breadcrumbs-wrapper .sort-by-dropdown .sort-option[toggled="true"] {
  color: #FDAD00;
}
.breadcrumbs-wrapper .asset-display-toggle {
  color: #CCC;
  cursor: pointer;
  float: right;
  margin-left: 10px;
  position: relative;
}
.breadcrumbs-wrapper .asset-display-toggle .toggle-btn {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
.breadcrumbs-wrapper .asset-display-toggle .toggle-btn.active,
.breadcrumbs-wrapper .asset-display-toggle .toggle-btn:hover {
  color: #000;
}
.breadcrumbs-wrapper .breadcrumbs-dropdown-wrapper {
  color: #0092CB;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.breadcrumbs-wrapper .breadcrumbs-dropdown-wrapper:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs-dropdown {
  position: absolute;
  top: 50px;
  left: 5px;
  background-color: #FFF;
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
  margin: 4px 0 0;
  text-align: center;
  padding: 7px 0 9px 0;
}
.breadcrumbs-wrapper .breadcrumbs-dropdown .breadcrumbs-option {
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 0px;
  text-align: center;
  width: 160px;
}
.breadcrumbs-wrapper .breadcrumbs-dropdown .breadcrumbs-option:hover {
  color: #FDAD00;
}

.media-library-folder.item-dragged-over {
  background: #eee;
}

.media-library-folder.item-dragged-over .thumbnail-wrapper {
  background-color: #CAE0E5 !important;
  border: 6px solid #CAE0E5 !important;
}
.media-library-folder.item-dragged-over .item-filename {
  background-color: #F9F9F9 !important;
  color: #00BFF1 !important;
}

.tipsy { font-size: 13px; font-family: 'Open Sans', sans-serif; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy p{ margin-bottom: 0px; }
  .tipsy-inner { background-color: #fff; color: #000; max-width: 300px; padding: 11px 13px; text-align: center;}

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  .tipsy-inner { box-shadow: 0 0 2px #656565; -webkit-box-shadow: 0 0 2px #656565; -moz-box-shadow: 0 0 2px #656565; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 10px dashed #000;  }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #fff; }
  .tipsy-arrow-s { border-top-color: #fff; }
  .tipsy-arrow-e { border-left-color: #fff; }
  .tipsy-arrow-w { border-right-color: #fff; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -10px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -10px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.file-items.list {
  position: relative;
}
.file-items.list .media-library-asset {
  position: relative;
}
.file-items.list .media-library-asset:hover .view-or-select-overlay {
  display: inline-block;
}
.file-items.list .media-library-asset.selected .view-or-select-overlay .deselect-option {
  display: inline;
}
.file-items.list .media-library-asset.selected .view-or-select-overlay .select-option {
  display: none;
}
.file-items.list .media-library-asset .view-or-select-overlay {
  display: none;
  background-color: #666;
  cursor: pointer;
  opacity: 0.96;
  position: absolute;
  right: 0;
  left: 55%;
  top: 0;
  bottom: 0;
}
.file-items.list .media-library-asset .view-or-select-overlay .deselect-option {
  display: none;
}
.file-items.list .media-library-asset .view-or-select-overlay .view-asset {
  border-left: 3px solid #EEE;
}
.file-items.list .media-library-asset .view-or-select-overlay .view-asset,
.file-items.list .media-library-asset .view-or-select-overlay .select-asset {
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  width: 50%;
  float: left;
}
.file-items.list .media-library-asset .view-or-select-overlay .view-asset:hover,
.file-items.list .media-library-asset .view-or-select-overlay .select-asset:hover {
  background-color: #333;
}
.file-items.list .media-library-asset .thumbnail-wrapper {
  position: relative;
}
.file-items.list .media-library-asset .playable-asset-icon {
  position: absolute;
  top: 35%;
  left: 35%;
  height: 24px;
  width: 24px;
  margin-left: -24px/2;
  margin-top: -24px/2;
  opacity: 0.7;
}
.file-items.list .media-library-asset .pdf-icon-wrapper {
  box-sizing: border-box;
}
.file-items.list .media-library.view_only .media-library-asset .view-asset {
  height: 100%;
  line-height: 100px;
}
.file-items.list .media-library.view_only .media-library-asset .select-asset {
  display: none;
}

.file-items.grid .media-library-asset {
  position: relative;
}
.file-items.grid .media-library-asset:hover .view-or-select-overlay {
  display: block;
}
.file-items.grid .media-library-asset.selected .view-or-select-overlay .deselect-option {
  display: inline;
}
.file-items.grid .media-library-asset.selected .view-or-select-overlay .select-option {
  display: none;
}
.file-items.grid .media-library-asset .view-or-select-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 34px;
  display: none;
  background-color: #666;
  cursor: pointer;
  opacity: 0.96;
}
.file-items.grid .media-library-asset .view-or-select-overlay .deselect-option {
  display: none;
}
.file-items.grid .media-library-asset .view-or-select-overlay .view-asset,
.file-items.grid .media-library-asset .view-or-select-overlay .select-asset {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50%;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  vertical-align: middle;
  color: #FFF;
}
.file-items.grid .media-library-asset .view-or-select-overlay .view-asset:hover,
.file-items.grid .media-library-asset .view-or-select-overlay .select-asset:hover {
  background-color: #4ECEF6;
}
.file-items.grid .media-library-asset .thumbnail-wrapper {
  position: relative;
}
.file-items.grid .media-library-asset .playable-asset-icon {
  position: absolute;
  top: 40%;
  left: 45%;
  height: 24px;
  width: 24px;
  margin-left: -24px/2;
  margin-top: -24px/2;
  opacity: 0.7;
}
.file-items.grid .media-library-asset .pdf-icon-wrapper {
  width: 115px;
  margin: 0 auto;
  height: 92px;
  padding: 16px 0px;
  box-sizing: border-box;
  background-color: #222;
}
.file-items.grid .media-library-asset .pdf-icon-wrapper .pdf-icon {
  display: block;
  margin: 0 auto;
  padding-top: 4px;
  width: 40px;
}
.file-items.grid .media-library-asset .pdf-icon-wrapper .ppt-icon {
  padding-top: 10px;
  width: 70px;
}
.file-items.grid .media-library.view_only .media-library-asset .view-asset {
  height: 100%;
  line-height: 100px;
}
.file-items.grid .media-library.view_only .media-library-asset .select-asset {
  display: none;
}

.visually-hidden {
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}
.expanded-asset {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
.expanded-asset .video-js {
  width: 100% !important;
  height: 100% !important;
}
.expanded-asset .background-layer {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.95;
  background-color: #111;
  z-index: 100;
}
.expanded-asset .pdf-iframe,
.expanded-asset .ppt-iframe,
.expanded-asset .html-package-iframe {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.expanded-asset .asset-display-box {
  position: absolute;
  top: 80px;
  right: 80px;
  left: 80px;
  bottom: 80px;
  z-index: 200;
}
.expanded-asset .close-modal-button {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  z-index: 200;
}
.expanded-asset .asset-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.expanded-asset .asset-wrapper.has-video {
  margin: 20px 50px;
}
.expanded-asset .asset-wrapper img.expanded-asset-image {
  position: absolute;
  display: block;
}
.expanded-asset .read-only-info-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F1F1F1;
  box-sizing: border-box;
  display: none;
  font-family: 'Open Sans', sans-serif;
  overflow: auto;
  width: 325px;
  z-index: 200;
}
.expanded-asset .read-only-asset-name {
  background-color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
}
.expanded-asset .read-only-details {
  padding: 25px 20px;
}
.expanded-asset .read-only-details .asset-date-added,
.expanded-asset .read-only-details .asset-date-modified,
.expanded-asset .read-only-details .asset-uploaded-by,
.expanded-asset .read-only-details .asset-from-prompt {
  font-size: 12px;
  text-align: right;
}
.expanded-asset .read-only-details .asset-date-added .info-title,
.expanded-asset .read-only-details .asset-date-modified .info-title,
.expanded-asset .read-only-details .asset-uploaded-by .info-title,
.expanded-asset .read-only-details .asset-from-prompt .info-title {
  font-weight: bold;
  display: inline-block;
  float: left;
}
.expanded-asset .read-only-title,
.expanded-asset .read-only-description {
  font-size: 12px;
  line-height: 18px;
}
.expanded-asset .read-only-title .info-title,
.expanded-asset .read-only-description .info-title {
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
}
.expanded-asset .read-only-description {
  margin-bottom: 20px;
}
.expanded-asset.has-info-panel .read-only-info-panel {
  display: block;
}
.expanded-asset.has-info-panel .close-modal-button {
  right: 340px;
}
.expanded-asset.has-info-panel .asset-display-box {
  right: 395px;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/build-assets/a4e97f5a2a64f0ab132323fbeb33ae29.eot);
    src: url(/build-assets/a4e97f5a2a64f0ab132323fbeb33ae29.eot?#iefix) format('embedded-opentype'), url(/build-assets/295183786cd8a138986521d9f388a286.woff) format('woff'), url(/build-assets/c94f7671dcc99dce43e22a89f486f7c2.ttf) format('truetype'), url(/build-assets/2630a3e3eab21c607e21576571b95b9d.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.rc-tooltip.presentation-tipsy {
  opacity: 1;
}
.rc-tooltip.presentation-tipsy .rc-tooltip-inner {
  background-color: #394050;
  box-shadow: 0px 10px 13px 5px rgba(0, 0, 0, 0.51);
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.35px;
  padding: 10px 15px;
  max-width: 280px;
  min-height: 0;
  word-break: break-word;
  border-radius: 2px;
  opacity: 0.98;
}
.rc-tooltip.presentation-tipsy .rc-tooltip-arrow {
  display: none;
}
.rc-tooltip.presentation-tipsy .presentation-progress-tooltip {
  text-align: center;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rc-tooltip.presentation-tipsy .presentation-progress-tooltip img {
  height: auto;
  width: 100px;
}
.presentation-wrapper {
  background-color: #CCC;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  width: 100%;
}
.presentation-wrapper .still-processing {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #000;
  font-size: 16px;
  text-align: center;
  width: 400px;
}
.presentation-wrapper .still-processing .processing-description {
  margin-bottom: 10px;
}
.presentation-wrapper .still-processing .download-link {
  cursor: pointer;
  color: #60a5fc;
}
.presentation-wrapper .still-processing img {
  display: block;
  margin: 30px auto;
}
.presentation-wrapper .slick-slider,
.presentation-wrapper .slick-list {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.presentation-wrapper .slick-track {
  position: absolute;
  top: 40px;
  bottom: 40px;
}
.presentation-wrapper .slick-slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.presentation-wrapper .presentation-top-bar {
  background-color: #282C35;
  border-bottom: 1px solid #1D2630;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.presentation-wrapper .presentation-top-bar .presentation-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 70%;
  text-align: left;
}
.presentation-wrapper .presentation-top-bar .presentation-left .presentation-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.presentation-wrapper .presentation-top-bar .presentation-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  cursor: pointer;
}
.presentation-wrapper .presentation-bottom-bar {
  background-color: #282C35;
  border-top: 1px solid #1D2630;
  position: absolute;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}
.presentation-wrapper .presentation-bottom-bar .presentation-left {
  position: absolute;
  left: 25px;
  height: 100%;
  width: 126px;
}
.presentation-wrapper .presentation-bottom-bar .presentation-left .next-btn,
.presentation-wrapper .presentation-bottom-bar .presentation-left .prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  line-height: 40px !important;
}
.presentation-wrapper .presentation-bottom-bar .presentation-left .next-btn.disabled,
.presentation-wrapper .presentation-bottom-bar .presentation-left .prev-btn.disabled {
  opacity: 0.4;
  cursor: default;
}
.presentation-wrapper .presentation-bottom-bar .presentation-left .next-btn {
  right: 0;
}
.presentation-wrapper .presentation-bottom-bar .presentation-left .prev-btn {
  left: 0;
}
.presentation-wrapper .presentation-bottom-bar .presentation-left .slide-counter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-weight: 700;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right {
  position: absolute;
  left: 160px;
  right: 25px;
  height: 100%;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 50px;
  background-color: #394050;
  border-radius: 4px;
  height: 14px;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 14px;
  box-sizing: border-box;
  z-index: 1;
  border-right: 2px solid #282C35;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step:hover {
  background-color: #444c5f;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step.active {
  background-color: #4282D5;
  border-right: 2px solid #2F6EC0;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step.active:hover {
  background-color: #5CA3FF;
  border-right: 2px solid #5CA3FF;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step.active.is-current {
  border-right: 2px solid #4282D5;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step.is-first {
  border-radius: 4px 0 0 4px;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .progress-bar .progress-step.is-last {
  border-radius: 0 4px 4px 0;
}
.presentation-wrapper .presentation-bottom-bar .presentation-right .fullscreen-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.accessible-presentation {
  position: relative;
}
.accessible-presentation button {
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}
.accessible-presentation.is-fullscreen-enabled {
  height: 100% !important;
}
.accessible-presentation .accessible-presentation-nav {
  background-color: #282C35;
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 25px;
  justify-content: space-between;
}
.accessible-presentation .accessible-presentation-top {
  border-bottom: 1px solid #1D2630;
  top: 0;
}
.accessible-presentation .accessible-presentation-top h2 {
  font-size: 13px;
  font-weight: normal;
}
.accessible-presentation .accessible-presentation-bottom {
  border-top: 1px solid #1D2630;
  bottom: 0;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-controls {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  min-width: 120px;
  text-align: left;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-controls .next-btn,
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-controls .prev-btn {
  font-size: 24px;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-controls .next-btn.disabled,
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-controls .prev-btn.disabled {
  opacity: 0.4;
  cursor: default;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-fullscreen-wrapper {
  text-align: right;
  min-width: 30px;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar {
  display: flex;
  width: 70%;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar .accessible-progress-step {
  background-color: #394050;
  display: inline-block;
  cursor: pointer;
  margin: 0 2px 0 0;
  padding: 0;
  height: 14px;
  box-sizing: border-box;
  z-index: 1;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar .accessible-progress-step:first-child {
  border-radius: 4px 0 0 4px;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar .accessible-progress-step:last-child {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar .accessible-progress-step:hover {
  background-color: #444c5f;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar .accessible-progress-step.active {
  background-color: #4282D5;
}
.accessible-presentation .accessible-presentation-bottom .accessible-presentation-progress-bar .accessible-progress-step.active:hover {
  background-color: #5CA3FF;
}
.accessible-presentation .accessible-presentation-viewport {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
}

.zf-carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.zf-carousel-viewport .zf-carousel-slides {
  height: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  transition: transform 500ms ease 0s;
}
.zf-carousel-viewport .zf-carousel-slides::-webkit-scrollbar {
  display: none;
}
.zf-carousel-viewport .zf-carousel-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  scroll-snap-align: start;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.5s;
  width: 100%;
}
.zf-carousel-viewport .zf-carousel-slide.is-hidden {
  visibility: hidden;
}
.zf-carousel-viewport .zf-carousel-slide img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .zf-carousel-slides {
    scroll-behavior: auto;
    transition: none;
  }
}

.skip-link-for-element {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.skip-link-for-element:focus {
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #111111;
  color: #fff;
  font-size: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  width: 100%;
  z-index: 2;
}

.vjs-youtube.vjs-waiting .vjs-big-play-button {
  display: none !important;
}
.vjs-youtube-mobile .vjs-big-play-button {
  background: #000;
  display: flex !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 1.5em;
  width: 1.5em;
  margin-left: -0.8em;
}
.vjs-youtube-mobile.vjs-has-started .vjs-big-play-button {
  display: none !important;
}
.vjs-control-bar .vjs-menu-button.vjs-menu-button-popup.vjs-button {
  z-index: 1;
  position: relative;
}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.video-js {
  width: 100%;
  height: 100%;
}

.vjs-resolution-button {
  color: #ccc;
  font-family: VideoJS;
}

.vjs-resolution-button .vjs-resolution-button-staticlabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
  content: '\f110';
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-resolution-button .vjs-resolution-button-label {
    font-size: 1em;
    line-height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: inherit;
		font-family: Arial, Helvetica, sans-serif;
}

.vjs-resolution-button ul.vjs-menu-content {
  width: 4em !important;
}

.vjs-resolution-button .vjs-menu {
  left: 0;
}

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.media-library-info-panel {
  background-color: #EEE;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  overflow: auto;
  border-left: 1px solid #AAA;
}
.media-library-info-panel .preview-img {
  background-color: #222;
  padding: 32px;
  text-align: center;
}
.media-library-info-panel .preview-img .preview-wrapper,
.media-library-info-panel .preview-img .folder-preview-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
  height: 180px;
  margin: 0 auto;
  position: relative;
  width: 180px;
}
.media-library-info-panel .preview-img .preview-wrapper.clickable {
  cursor: pointer;
}
.media-library-info-panel .preview-img .preview-wrapper.clickable:hover .expand-preview {
  opacity: 1;
}
.media-library-info-panel .preview-img .preview-wrapper.clickable:hover .expand-preview .fa {
  color: #FFF;
}
.media-library-info-panel .preview-img .folder-preview-wrapper {
  box-shadow: none;
  height: 140px;
}
.media-library-info-panel .preview-img .folder-preview-wrapper .folder-preview {
  padding-top: 10px;
  width: 150px;
}
.media-library-info-panel .preview-img .expand-preview {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  box-sizing: border-box;
  float: right;
  height: 40px;
  opacity: 0.8;
  padding: 10px;
  text-align: center;
  width: 40px;
}
.media-library-info-panel .preview-img .expand-preview.playable {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px;
}
.media-library-info-panel .preview-img .expand-preview.playable .fa {
  font-size: 30px;
}
.media-library-info-panel .preview-img .expand-preview .fa {
  color: #DDD;
  font-size: 19px;
}
.media-library-info-panel .media-home-wrapper {
  color: #333;
  font-size: 13px;
  padding: 55px 40px;
  text-align: center;
}
.media-library-info-panel .media-home-wrapper .media-placeholder-icon {
  margin-bottom: 40px;
}
.media-library-info-panel .media-home-wrapper .media-protip {
  color: #666;
  font-size: 12px;
  margin-top: 20px;
}
.media-library-info-panel .asset-info-area .asset-title {
  border-bottom: 1px solid #AAA;
  box-sizing: border-box;
  color: #222;
  margin: 0 auto;
  padding: 15px;
}
.media-library-info-panel .asset-info-area .asset-title .asset-title-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-library-info-panel .asset-info-area .asset-title .input-container {
  margin-bottom: 0;
}
.media-library-info-panel .asset-info-area .asset-title .input-container > button {
  margin-right: 3px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.media-library-info-panel .asset-info-area .asset-title .form-elements-container input[type=text] {
  border-radius: 1px;
  box-sizing: border-box;
  padding: 3px;
  padding: 5px;
  width: 100%;
  font-size: 14px;
  height: 28px;
}
.media-library-info-panel .asset-info-area .asset-title .form-elements-container > button {
  margin-left: 2px;
}
.media-library-info-panel .asset-info-area .asset-title .action-rename-item {
  color: #888;
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
}
.media-library-info-panel .asset-info-area .asset-title .action-rename-item:hover {
  color: #00A9D5;
}
.media-library-info-panel .asset-info-area .asset-details {
  padding: 20px 15px 15px 15px;
}
.media-library-info-panel .asset-info-area .default-title {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  margin-right: 6px;
  margin-top: 12px;
}
.media-library-info-panel .asset-info-area .default-title input {
  margin-top: 3px;
  margin-right: 5px;
  vertical-align: top;
  -webkit-transform: none;
}
.media-library-info-panel .info-action-button {
  cursor: pointer;
  display: inline-block;
}
.media-library-info-panel .asset-count-wrapper {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  padding: 35px 0 15px 0;
  text-align: center;
}
.media-library-info-panel .asset-count-wrapper .asset-count {
  background: #666;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  box-sizing: border-box;
  color: #DDD;
  display: block;
  font-size: 24px;
  font-weight: 300;
  height: 80px;
  margin: 0 auto 12px auto;
  padding: 29px 0 0 0;
  text-align: center;
  width: 80px;
}
.media-library-info-panel .move-asset,
.media-library-info-panel .delete-asset {
  background-color: #F9F9F9;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 18px;
  margin-right: 2px;
  padding: 6px 12px;
  text-align: center;
  width: 39%;
}
.media-library-info-panel .move-asset .fa,
.media-library-info-panel .delete-asset .fa {
  color: #888;
  font-size: 14px;
  margin-right: 6px;
}
.media-library-info-panel .move-asset:hover,
.media-library-info-panel .delete-asset:hover {
  color: #00A9D5;
}
.media-library-info-panel .move-asset:hover .fa,
.media-library-info-panel .delete-asset:hover .fa {
  color: #00A9D5;
}
.media-library-info-panel .move-asset:active,
.media-library-info-panel .delete-asset:active {
  background-color: #FDFDFD;
}
.media-library-info-panel .delete-asset:hover {
  color: red;
}
.media-library-info-panel .delete-asset:hover .fa {
  color: red;
}
.media-library-info-panel .asset-default-title,
.media-library-info-panel .asset-default-description,
.media-library-info-panel .asset-default-alt-text {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 3px;
}
.media-library-info-panel .asset-default-title .input-container,
.media-library-info-panel .asset-default-description .input-container,
.media-library-info-panel .asset-default-alt-text .input-container {
  margin-bottom: 0px;
}
.media-library-info-panel .asset-default-title .asset-category-title,
.media-library-info-panel .asset-default-description .asset-category-title,
.media-library-info-panel .asset-default-alt-text .asset-category-title {
  font-weight: bold;
  margin-right: 10px;
}
.media-library-info-panel .asset-default-title .action-edit-title,
.media-library-info-panel .asset-default-description .action-edit-title,
.media-library-info-panel .asset-default-alt-text .action-edit-title,
.media-library-info-panel .asset-default-title .edit-description,
.media-library-info-panel .asset-default-description .edit-description,
.media-library-info-panel .asset-default-alt-text .edit-description {
  color: #888;
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
}
.media-library-info-panel .asset-default-title .action-edit-title:hover,
.media-library-info-panel .asset-default-description .action-edit-title:hover,
.media-library-info-panel .asset-default-alt-text .action-edit-title:hover,
.media-library-info-panel .asset-default-title .edit-description:hover,
.media-library-info-panel .asset-default-description .edit-description:hover,
.media-library-info-panel .asset-default-alt-text .edit-description:hover {
  color: #00A9D5;
}
.media-library-info-panel .asset-default-description {
  padding-bottom: 5px;
}
.media-library-info-panel .asset-default-description-text-area > div,
.media-library-info-panel .asset-default-alt-text-area > div {
  background-color: #F6F6F6;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #DDD;
  margin-top: 3px;
  margin-bottom: 3px;
}
.media-library-info-panel .add-asset-description {
  border: 1px solid #AAA;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #666;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;
}
.media-library-info-panel .add-asset-description:hover {
  border: 1px solid #888;
  color: #444;
}
.media-library-info-panel .asset-date-added,
.media-library-info-panel .asset-date-modified,
.media-library-info-panel .asset-uploaded-by,
.media-library-info-panel .asset-from-prompt,
.media-library-info-panel .item-path {
  font-size: 12px;
  padding-bottom: 2px;
  text-align: right;
}
.media-library-info-panel .asset-date-added .asset-category-title,
.media-library-info-panel .asset-date-modified .asset-category-title,
.media-library-info-panel .asset-uploaded-by .asset-category-title,
.media-library-info-panel .asset-from-prompt .asset-category-title,
.media-library-info-panel .item-path .asset-category-title {
  font-weight: bold;
  float: left;
}
.media-library-info-panel .asset-date-added .prompt-content,
.media-library-info-panel .asset-date-modified .prompt-content,
.media-library-info-panel .asset-uploaded-by .prompt-content,
.media-library-info-panel .asset-from-prompt .prompt-content,
.media-library-info-panel .item-path .prompt-content {
  margin-left: 95px;
  text-align: left;
}
.media-library-info-panel .asset-date-added .uploaded-by-content,
.media-library-info-panel .asset-date-modified .uploaded-by-content,
.media-library-info-panel .asset-uploaded-by .uploaded-by-content,
.media-library-info-panel .asset-from-prompt .uploaded-by-content,
.media-library-info-panel .item-path .uploaded-by-content {
  margin-left: 85px;
}
.media-library-info-panel .item-path {
  padding-bottom: 15px;
}
.media-library-info-panel .item-path .fa {
  color: #999;
  float: left;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 6px;
  padding-top: 2px;
}
.media-library-info-panel .item-path .path-fragment {
  cursor: pointer;
}
.media-library-info-panel .item-path .path-fragment:hover {
  text-decoration: underline;
}
.media-library-info-panel .cc-wrapper {
  font-size: 11px;
  margin-top: 10px;
}
.media-library-info-panel .cc-wrapper .fa {
  font-size: 13px;
  margin-right: 3px;
}
.media-library-info-panel .cc-wrapper.cc-added {
  color: #0572C5;
}
.media-library-info-panel .cc-wrapper .cc-buttons {
  background: #FFF;
  border-radius: 2px;
  border-bottom: none;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  margin-top: -1px;
  margin-right: -4px;
  padding: 1px 10px;
  vertical-align: top;
}
.media-library-info-panel .cc-wrapper .cc-buttons:hover {
  color: #333;
}
.media-library-info-panel .cc-wrapper .cc-buttons .cc-input {
  height: 25px;
  width: 100%;
}
.media-library-info-panel .update-pdf,
.media-library-info-panel .update-ppt,
.media-library-info-panel .update-other,
.media-library-info-panel .clip-video,
.media-library-info-panel .download-link,
.media-library-info-panel .choose-thumbnail,
.media-library-info-panel .video-subtitles {
  background: none;
  border-bottom: none;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  margin-top: 20px;
  margin-right: 18px;
  padding-left: 0;
}
.media-library-info-panel .update-pdf .fa,
.media-library-info-panel .update-ppt .fa,
.media-library-info-panel .update-other .fa,
.media-library-info-panel .clip-video .fa,
.media-library-info-panel .download-link .fa,
.media-library-info-panel .choose-thumbnail .fa,
.media-library-info-panel .video-subtitles .fa {
  font-size: 13px;
  margin-right: 3px;
}
.media-library-info-panel .update-pdf input,
.media-library-info-panel .update-ppt input,
.media-library-info-panel .update-other input,
.media-library-info-panel .clip-video input,
.media-library-info-panel .download-link input,
.media-library-info-panel .choose-thumbnail input,
.media-library-info-panel .video-subtitles input {
  cursor: pointer;
  width: 100%;
}
.media-library-info-panel .update-pdf:hover,
.media-library-info-panel .update-ppt:hover,
.media-library-info-panel .update-other:hover,
.media-library-info-panel .clip-video:hover,
.media-library-info-panel .download-link:hover,
.media-library-info-panel .choose-thumbnail:hover,
.media-library-info-panel .video-subtitles:hover {
  background: none;
  color: #0572C5;
  text-decoration: none;
}
.media-library-info-panel .update-pdf,
.media-library-info-panel .update-ppt,
.media-library-info-panel .update-other {
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
  width: 160px;
  float: right;
}
.media-library-info-panel .update-pdf .fa,
.media-library-info-panel .update-ppt .fa,
.media-library-info-panel .update-other .fa {
  font-size: 14px;
  margin-right: 6px;
}
.media-library-info-panel .download-link {
  margin-right: 0;
  margin-top: 10px;
  display: block;
}
.media-library-info-panel .video-subtitles {
  margin-top: 0;
  margin-right: 0;
  padding-right: 5px;
  padding-top: 0;
}

#media-library-info-panel-asset {
  background-color: #FFF;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  overflow: auto;
  border-left: 1px solid #AAA;
}
#media-library-info-panel-asset .item-path {
  margin: -5px 20px;
  padding: 0px;
  text-align: left;
}
#media-library-info-panel-asset .input-container {
  margin-bottom: 10px;
}
#media-library-info-panel-asset .input-container button {
  margin-top: 5px;
  margin-right: 10px;
}
#media-library-info-panel-asset .input-container button:last-child {
  margin-right: 0;
}
#media-library-info-panel-asset .form-elements-container {
  line-height: 1.2;
}
#media-library-info-panel-asset .asset-label {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: #666;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
  padding: 0;
}
#media-library-info-panel-asset .asset-value {
  font-size: 12px;
  display: block;
  word-wrap: anywhere;
  cursor: pointer;
  padding: 0px;
}
#media-library-info-panel-asset .placeholder {
  font-style: italic;
}
#media-library-info-panel-asset .asset-header {
  border-bottom: 1px solid #EEE;
  margin: 20px;
  max-width: 360px;
}
#media-library-info-panel-asset .asset-header .asset-description ul,
#media-library-info-panel-asset .asset-header .asset-description li {
  list-style: inherit;
}
#media-library-info-panel-asset .asset-header .asset-alt-text .asset-label {
  border-bottom: 1px dashed #6C6C6C;
}
#media-library-info-panel-asset .asset-header .asset-defaults-toggle {
  display: flex;
  margin-bottom: 15px;
}
#media-library-info-panel-asset .asset-header .asset-defaults-toggle .zf-plain-checkbox {
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  margin-top: -5px;
}
#media-library-info-panel-asset .asset-header .asset-defaults-toggle label {
  cursor: pointer;
  line-height: 12px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #6C6C6C;
}
#media-library-info-panel-asset .asset-header .asset-defaults-toggle .zf-tooltip-container {
  vertical-align: middle;
}
#media-library-info-panel-asset .asset-header .extra-actions {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: Lato;
  margin-bottom: 32px;
}
#media-library-info-panel-asset .asset-header .extra-actions .extra-label {
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
}
#media-library-info-panel-asset .asset-header .extra-actions .extra-label i {
  margin-right: 4px;
}
#media-library-info-panel-asset .asset-header .extra-actions .video-subtitles {
  display: flex;
  align-items: center;
}
#media-library-info-panel-asset .asset-header .extra-actions .video-subtitles:hover {
  color: #333333;
}
#media-library-info-panel-asset .asset-header .extra-actions .video-subtitles label {
  color: #333333;
  margin-bottom: 0;
  margin-right: 5px;
}
#media-library-info-panel-asset .asset-header .extra-actions .video-subtitles label:hover {
  color: #0572C5;
}
#media-library-info-panel-asset .asset-header .extra-actions > * {
  margin-right: 40px;
}
#media-library-info-panel-asset .asset-header .extra-actions > *:last-child {
  margin-right: 0px;
}
#media-library-info-panel-asset .action-buttons {
  margin: 20px;
  height: 35px;
  display: flex;
}
#media-library-info-panel-asset .action-buttons button,
#media-library-info-panel-asset .action-buttons a {
  font-size: 12px;
  vertical-align: middle;
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
  border-radius: 0;
  border: 1px solid #E1E3E6;
  border-left: none;
  border-radius: 0px;
}
#media-library-info-panel-asset .action-buttons button:first-child,
#media-library-info-panel-asset .action-buttons a:first-child {
  border-left: 1px solid #E1E3E6;
  border-radius: 2px 0 0 2px;
}
#media-library-info-panel-asset .action-buttons button:last-child,
#media-library-info-panel-asset .action-buttons a:last-child {
  border-radius: 0 2px 2px 0;
}
#media-library-info-panel-asset .action-buttons button.danger,
#media-library-info-panel-asset .action-buttons a.danger {
  color: #DB0000;
}
#media-library-info-panel-asset .asset-details .asset-label {
  margin-bottom: 4px;
  font-size: 10px;
}
#media-library-info-panel-asset .asset-details .asset-value {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 14px;
}
#media-library-info-panel-asset .asset-details .asset-value.loading-indicator {
  position: relative;
}
#media-library-info-panel-asset .asset-details .asset-value.loading-indicator .circular-spinner {
  position: absolute;
  top: 6px;
  left: 6px;
}
#media-library-info-panel-asset .asset-details {
  margin: 20px;
  display: flex;
}
#media-library-info-panel-asset .asset-details .asset-details-col {
  display: flex;
  flex-direction: column;
}
#media-library-info-panel-asset .asset-details .asset-details-col.left {
  width: 60%;
}
#media-library-info-panel-asset .asset-details .asset-details-col.right {
  width: 40%;
}
#media-library-info-panel-asset .asset-details #site-count a {
  color: black;
  text-decoration: underline;
}

.input-container {
  vertical-align: top;
  margin-bottom: 15px;
}
.input-container input[type=text],
.input-container input[type=number],
.input-container .dummy-input {
  border-radius: 2px;
}
.input-container .field-name-container {
  margin: 0px 0 1px 0;
}
.input-container .field-name-container .zf-tooltip-icon-box {
  display: inline-block;
  margin-left: 12px;
  color: #aaa;
}
.input-container .field-name {
  font-weight: 400;
}
.input-container .error-message-container {
  font-size: 0.8em;
  line-height: 1.6em;
  color: red;
}
.input-container .success-message-container {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #24CD80;
}
.input-container .description-container {
  font-size: 0.9em;
  line-height: 1.6em;
  color: #888;
  margin-top: 5px;
}
.input-container.halfsie {
  width: calc(50% - 10px);
  float: left;
  display: inline-block;
}
.input-container.halfsie + .halfsie {
  float: right;
}
.input-container.error input,
.input-container.error select {
  border-color: red;
}
.input-container.success input,
.input-container.success select {
  border-color: #24CD80;
}
.input-container.dark input[type=text],
.input-container.dark input[type=number],
.input-container.dark .dummy-input {
  color: white;
  background-color: #1D2027;
  border-radius: 2px;
  border: 1px solid #111318;
  width: 100%;
  font-size: 12px;
}
.input-container.dark textarea {
  background-color: #1D2027;
  border-radius: 2px;
  border: 1px solid #111318;
  color: white;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  line-height: 17px;
}
.input-container.dark .field-name {
  text-transform: uppercase;
  color: #A3A5A8;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 1px;
}

.zf-tooltip-container {
  color: #555;
  display: inline-block;
  opacity: 0.75;
  margin-left: 3px;
}
.zf-tooltip-container:hover {
  opacity: 1;
}

.froala-medialib-description-editor {
  background-color: #F6F6F6;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: black;
  margin-top: 3px;
  margin-bottom: 3px;
}

.vanilla-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection[id^=paragraphFormat] {
  width: 40px;
}
.vanilla-theme.fr-popup .fr-command.fr-btn.fr-dropdown[id^="linkList"] {
  display: none;
}
.vanilla-theme.fr-popup .fr-link-insert-layer.fr-layer {
  width: 220px;
}
.vanilla-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown,
.vanilla-theme.fr-popup .fr-command.fr-btn.fr-dropdown {
  width: 38px;
}
.vanilla-theme.fr-popup .fr-input-line input + label,
.vanilla-theme.fr-popup .fr-input-line textarea + label {
  line-height: inherit;
}
.vanilla-theme.fr-popup .fr-checkbox-line span.fr-checkbox + label {
  display: inline;
}
.vanilla-theme.fr-toolbar .fr-command.fr-btn,
.vanilla-theme.fr-popup .fr-command.fr-btn {
  width: 28px;
  height: 34px;
  margin: 0;
}
.vanilla-theme.fr-toolbar .fr-command.fr-btn i,
.vanilla-theme.fr-popup .fr-command.fr-btn i {
  margin: 1px 0 0 6px;
}
.vanilla-theme .fr-popup .fr-table-colors {
  padding: 0;
}

[id^="replace-asset-modal"] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
[id^="replace-asset-modal"] a {
  color: #000;
  text-decoration: underline;
}
[id^="replace-asset-modal"] .close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
}
[id^="replace-asset-modal"] .header {
  background-color: #E7E7E7;
  margin: 0px;
  padding: 24px;
  padding-top: 30px;
  padding-bottom: 32px;
}
[id^="replace-asset-modal"] .header h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
}
[id^="replace-asset-modal"] .header p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
[id^="replace-asset-modal"] .header.success {
  color: #044A39;
  background-color: #B5F1E3;
}
[id^="replace-asset-modal"] .body {
  flex-grow: 1;
  margin: 0px;
  overflow: auto;
}
[id^="replace-asset-modal"] .body .select-all {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  padding: 0px 24px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
[id^="replace-asset-modal"] .body .select-all label {
  font-size: 12px;
  margin: 0px;
  cursor: pointer;
}
[id^="replace-asset-modal"] .body .select-all .zf-plain-checkbox {
  font-size: 14px;
  margin-right: 24px;
  margin-top: -1px;
  padding: 0px;
}
[id^="replace-asset-modal"] .actions {
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 20px;
  height: 38px;
  line-height: 38px;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.2644);
}
[id^="replace-asset-modal"] .actions.replace-view {
  height: 30px;
  line-height: 30px;
}
[id^="replace-asset-modal"] .actions .cancel-button {
  height: 38px;
  text-decoration: none;
  line-height: 42px;
}
[id^="replace-asset-modal"] .actions .warning-text {
  height: 38px;
  color: #FF0102;
  flex-grow: 1;
  text-align: right;
  margin-right: 20px;
  line-height: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2px;
}
[id^="replace-asset-modal"] .actions .warning-text p {
  margin: 0px;
  margin-right: 4px;
}
[id^="replace-asset-modal"] .actions .action-button button.done-button {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0px;
  padding-left: 24px;
  padding-right: 12px;
}
[id^="replace-asset-modal"] .actions .action-button button.done-button i {
  position: absolute;
  left: 9px;
  top: -2px;
}
[id^="replace-asset-modal"] .actions .action-button button {
  height: 38px;
}
[id^="replace-asset-modal"] .actions .loading-indicator {
  position: relative;
  margin-left: 10px;
  margin-right: 30px;
  color: #4282D5;
  font-size: 12px;
}
[id^="replace-asset-modal"] .actions .loading-indicator .circular-spinner {
  position: absolute;
  top: 50%;
  left: -10px;
  right: auto;
  bottom: auto;
}

.zf-plain-checkbox,
label.zf-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.zf-plain-checkbox.disabled,
label.zf-checkbox.disabled {
  cursor: default;
  opacity: 0.3;
}
.zf-plain-checkbox input[type="checkbox"],
label.zf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.zf-plain-checkbox .zf-app-modern-icon,
label.zf-checkbox .zf-app-modern-icon {
  margin-right: 7px;
}
.zf-plain-checkbox .zfam-square,
label.zf-checkbox .zfam-square {
  color: #DDD;
}
.zf-plain-checkbox .zfam-check-square,
label.zf-checkbox .zfam-check-square,
.zf-plain-checkbox .zfam-check-square-partial,
label.zf-checkbox .zfam-check-square-partial {
  color: #60a5fc;
}
.zf-plain-checkbox .zf-tooltip-container,
label.zf-checkbox .zf-tooltip-container {
  margin-left: 5px;
}
.zf-plain-checkbox {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  border: none;
}
.zf-plain-checkbox .zf-app-modern-icon {
  margin-right: 0px;
}

.circular-spinner {
  display: inline-block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.circular-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #4282D5;
  border-radius: 50%;
  animation: circular-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4282D5 transparent transparent transparent;
}
.circular-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.circular-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.circular-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes circular-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sites {
  margin-top: 20px;
}
.sites .site {
  cursor: pointer;
  padding: 0px 24px;
  margin-bottom: 24px;
  display: flex;
  height: 54px;
}
.sites .site i {
  width: 30px;
  height: 100%;
}
.sites .site > * {
  margin-right: 24px;
}
.sites .site > *:last-child {
  margin-right: 0px;
}
.sites .site .site-selected {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sites .site .site-selected .zf-plain-checkbox {
  font-size: 14px;
}
.sites .site .site-details {
  flex-grow: 1;
  display: flex;
}
.sites .site .site-details > * {
  margin-right: 24px;
}
.sites .site .site-details > *:last-child {
  margin-right: 0px;
}
.sites .site .site-details .site-image .page-preview-thumbnail {
  margin: 0px;
  box-shadow: none;
}
.sites .site .site-details .site-image .page-preview-thumbnail i.zfam-spin {
  display: none;
}
.sites .site .site-details .site-details-content {
  flex-grow: 1;
}
.sites .site .site-details .site-details-content .site-name {
  line-height: 14px;
}
.sites .site .site-details .site-details-content .site-uses {
  line-height: 12px;
  font-size: 10px;
  color: #666666;
  margin-top: 8px;
}
.sites .site .site-details .site-details-content .site-status {
  margin-top: 4px;
  line-height: 14px;
  height: 14px;
}

.page-preview-thumbnail {
  width: 74px;
  height: 54px;
  background-color: #EEE;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-top: 7px;
}
.page-preview-thumbnail .zfam-zf-logo,
.page-preview-thumbnail .zfam-name-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  font-size: 1.5em;
  color: #AAA;
}
.page-preview-thumbnail .thumbnail-missing-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 0.75em;
  text-align: center;
  line-height: 1em;
  margin-top: 1em;
  color: #AAA;
}
.page-preview-thumbnail .thumbnail-loading-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0.75em;
  text-align: center;
}
.page-preview-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.page-and-template-status {
  display: inline-block;
}
.page-and-template-status .status-color {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
  font-size: 18px;
  position: relative;
  color: #FC5343;
}
.page-and-template-status.is-active .status-color {
  color: #008211;
}
.page-and-template-status .status-message {
  display: inline;
  color: #757575;
  font-size: 11px;
}
.page-and-template-status .status-message .requires-attention-icon {
  color: #AA6702;
  margin-left: 5px;
}
.page-and-template-status .has-primary-status-icon .requires-attention-icon {
  margin-left: 5px;
}
.page-and-template-status .redirected-icon {
  color: #79b3fc;
  font-size: inherit;
  font-size: 11.5px;
  top: 0px;
  margin-right: 2px;
}
.page-and-template-status .archived-icon {
  color: #FC5343;
  font-size: inherit;
  font-size: 11.5px;
  vertical-align: middle;
  margin-right: 2px;
  top: 0px;
}
.page-and-template-status a.unpub-link {
  color: inherit;
}
.page-and-template-status a.unpub-link:hover {
  text-decoration: underline;
}

.video-thumbnail-picker-view {
  display: none;
}
.video-thumbnail-picker-view .modal-header {
  background-color: #F1F1F1;
  padding: 4px 12px 4px 25px;
  border-radius: 6px 6px 0px 0px;
}
.video-thumbnail-picker-view .modal-header h2 {
  margin: 0px;
  font-size: 18px;
  text-align: left;
  font-family: sans-serif;
  color: #6F6F6F;
  font-weight: 500;
}
.video-thumbnail-picker-view .modal-body {
  background-color: #FFF;
  border-top: 1px solid #878787;
  padding: 20px;
}
.video-thumbnail-picker-view .modal-body .current-image-label {
  background: #EEE;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #666;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 6px auto 0 auto;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase;
  width: 144px;
}
.video-thumbnail-picker-view .modal-body .choose-option-label {
  color: #6F6F6F;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0 0 6px 2px;
}
.video-thumbnail-picker-view .modal-body .mainThumbnail {
  margin-bottom: 5px;
  text-align: center;
}
.video-thumbnail-picker-view .modal-body .mainThumbnail img,
.video-thumbnail-picker-view .modal-body .mainThumbnail .missing-thumbnail {
  display: inline-block;
  margin-bottom: 10px;
  width: 144px;
}
.video-thumbnail-picker-view .modal-body .mainThumbnail .missing-thumbnail {
  height: 115px;
  background-color: #ddd;
  padding: 28px;
  box-sizing: border-box;
  text-align: center;
  color: #666;
}
.video-thumbnail-picker-view .modal-body .thumbnail-options {
  margin-left: 20px;
}
.video-thumbnail-picker-view .modal-body .thumbnail-options .thumbnailChoice {
  width: 29%;
  margin: 0px 6px 6px 0px;
  border: 4px solid #FFF;
  float: left;
  position: relative;
  cursor: pointer;
}
.video-thumbnail-picker-view .modal-body .thumbnail-options .thumbnailChoice:hover {
  border: 4px solid #4ECEF6;
}

.folder-chooser-modal .modal-body {
  border-top: 1px solid #AAA;
  height: 285px;
  overflow: auto;
}
.folder-chooser-modal .folder-choice {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #444;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 2px;
  padding: 7px 11px;
}
.folder-chooser-modal .folder-choice[data-folder-id="null"] .expand-icon-wrapper {
  display: none;
}
.folder-chooser-modal .folder-choice .expand-icon-wrapper {
  visibility: hidden;
}
.folder-chooser-modal .folder-choice.expandable .expand-icon-wrapper {
  visibility: visible;
}
.folder-chooser-modal .folder-choice.expanded .fa-plus-square-o {
  display: none;
}
.folder-chooser-modal .folder-choice.expanded .fa-minus-square-o {
  display: inline;
}
.folder-chooser-modal .folder-choice .fa-minus-square-o {
  display: none;
}
.folder-chooser-modal .folder-choice .fa-plus-square-o,
.folder-chooser-modal .folder-choice .fa-minus-square-o {
  color: #999;
  font-size: 14px;
  margin-right: 6px;
}
.folder-chooser-modal .folder-choice .fa-plus-square-o:hover,
.folder-chooser-modal .folder-choice .fa-minus-square-o:hover {
  color: #111;
}
.folder-chooser-modal .folder-choice .fa-folder {
  color: #AAA;
  font-size: 14px;
  margin-right: 4px;
}
.folder-chooser-modal .folder-choice:hover {
  background-color: #E3E9EC;
}
.folder-chooser-modal .folder-choice.selected {
  background-color: #93D6F4;
  color: #09587B;
}
.folder-chooser-modal .folder-choice.selected .fa-plus-square-o,
.folder-chooser-modal .folder-choice.selected .fa-minus-square-o {
  color: #FFF;
}
.folder-chooser-modal .folder-choice.selected .fa-plus-square-o:hover,
.folder-chooser-modal .folder-choice.selected .fa-minus-square-o:hover {
  color: #111;
}
.folder-chooser-modal .folder-choice.selected .fa-folder {
  color: #5DA6C7;
}
.folder-chooser-modal .folder-choice.selected .current-indicator {
  color: #FFF;
}
.folder-chooser-modal .folder-choice[indent="1"] {
  margin-left: 11px;
}
.folder-chooser-modal .folder-choice[indent="2"] {
  margin-left: 22px;
}
.folder-chooser-modal .folder-choice[indent="3"] {
  margin-left: 33px;
}
.folder-chooser-modal .folder-choice[indent="4"] {
  margin-left: 44px;
}
.folder-chooser-modal .folder-choice[indent="5"] {
  margin-left: 55px;
}
.folder-chooser-modal .folder-choice[indent="6"] {
  margin-left: 66px;
}
.folder-chooser-modal .folder-choice[indent="7"] {
  margin-left: 77px;
}
.folder-chooser-modal .current-indicator {
  color: #40B7DB;
  font-size: 12px;
  margin-left: 8px;
}

.media-library-action-bar {
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
}
.media-library-action-bar .folder-action-buttons {
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  padding: 18px 40px 18px 0;
}
.media-library-action-bar .folder-action-buttons .folder-action-button {
  float: right;
  margin-left: 26px;
  cursor: pointer;
}
.media-library-action-bar .folder-action-buttons .add-media-button,
.media-library-action-bar .folder-action-buttons .add-folder-button {
  color: #02B6E5;
  padding: 7px 0;
}
.media-library-action-bar .folder-action-buttons .add-media-button .fa,
.media-library-action-bar .folder-action-buttons .add-folder-button .fa {
  font-size: 14px;
  padding-top: 3px;
  padding-right: 7px;
  vertical-align: top;
}
.media-library-action-bar .folder-action-buttons .add-media-button:hover,
.media-library-action-bar .folder-action-buttons .add-folder-button:hover {
  color: #00648B;
}
.media-library-action-bar .folder-action-buttons .organize-lib-button {
  display: none;
}
.media-library-action-bar .search-box-wrapper {
  position: relative;
  padding: 17px 0px 0px 30px;
  box-sizing: border-box;
  width: 550px;
}
@media (max-width: 1120px) {
  .media-library-action-bar .search-box-wrapper {
    width: 450px;
  }
}
@media (max-width: 1020px) {
  .media-library-action-bar .search-box-wrapper {
    width: 380px;
  }
}
.media-library-action-bar .search-box-wrapper input[name="search"] {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-right: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #111;
  font-size: 15px;
  height: 36px;
  padding: 8px 20px 9px 15px;
  width: 357px;
}
.media-library-action-bar .search-box-wrapper input[name="search"]:focus {
  border: 1px solid #60a5fc;
}
@media (max-width: 1120px) {
  .media-library-action-bar .search-box-wrapper input[name="search"] {
    width: 257px;
  }
}
@media (max-width: 1020px) {
  .media-library-action-bar .search-box-wrapper input[name="search"] {
    width: 187px;
  }
}
.media-library-action-bar .search-box-wrapper .clear-search-button {
  position: absolute;
  top: 17px;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  right: 153px;
  padding-right: 12px;
  width: 30px;
  cursor: pointer;
  text-align: right;
  font-size: 14px;
  color: #CCC;
}
.media-library-action-bar .search-box-wrapper .clear-search-button:hover {
  color: #00BFF1;
}
.media-library-action-bar .filter-search-wrapper {
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  display: inline-block;
  height: 36px;
  margin-left: 0;
  vertical-align: top;
}
.media-library-action-bar .filter-button {
  box-sizing: border-box;
  color: #555;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  height: 100%;
  padding: 6px 9px 6px 11px;
  text-align: center;
}
.media-library-action-bar .filter-button .fa {
  color: #555;
  font-size: 14px;
  line-height: 14px;
  margin-left: 6px;
  vertical-align: top;
}
.media-library-action-bar .filter-button:hover,
.media-library-action-bar .filter-button.active {
  color: #111;
}
.media-library-action-bar .filter-button:hover .fa,
.media-library-action-bar .filter-button.active .fa {
  color: #111;
}
.media-library-action-bar .filter-button.active {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.media-library-action-bar .active-asset-type-searches {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.media-library-action-bar .active-asset-type-searches .active-asset-type-search-item {
  background-color: #FFC018;
  border-radius: 2px;
  color: #825b1e;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-right: 1px;
  padding: 4px 11px 4px 14px;
  text-align: center;
  text-transform: uppercase;
}
.media-library-action-bar .active-asset-type-searches .active-asset-type-search-item .remove-item {
  display: block;
  float: right;
  margin-left: 12px;
  font-size: 1.2em;
}
.media-library-action-bar .active-asset-type-searches .active-asset-type-search-item:hover {
  background-color: #ffce4b;
}
.media-library-action-bar .search-filter-dropdown {
  position: absolute;
  background-color: #FFF;
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  display: none;
  margin: 4px 0 0;
  text-align: center;
  padding: 7px 0 9px 0;
}
.media-library-action-bar .search-filter-dropdown .filter-option,
.media-library-action-bar .search-filter-dropdown .sort-option {
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 0px;
  text-align: center;
  width: 100%;
}
.media-library-action-bar .search-filter-dropdown .filter-option:hover,
.media-library-action-bar .search-filter-dropdown .sort-option:hover {
  color: #FDAD00;
}
.media-library-action-bar .search-filter-dropdown .filter-option.is-disabled,
.media-library-action-bar .search-filter-dropdown .sort-option.is-disabled {
  cursor: default;
  color: #CCC;
}
.media-library-action-bar .search-filter-dropdown .filter-option.is-active,
.media-library-action-bar .search-filter-dropdown .sort-option.is-active {
  color: #FDAD00;
}
.media-library-action-bar .search-filter-dropdown {
  border: 1px solid #CCC;
  border-top: 0;
  left: 397px;
  top: 48px;
  width: 119px;
}
@media (max-width: 1120px) {
  .media-library-action-bar .search-filter-dropdown {
    left: 297px;
  }
}
@media (max-width: 1020px) {
  .media-library-action-bar .search-filter-dropdown {
    left: 227px;
  }
}
.media-library-action-bar .extra-active-current-filters-dropdown {
  margin-top: 1px;
}
.media-library-action-bar .organize-items-dropdown {
  top: 70px;
  width: 140px;
}


.iframe-embed-section-creator .embed-error {
  color: #FC5343;
}

.image-cropper-modal {
  width: 80%;
  height: 650px;
}
.image-cropper-modal .image-cropper-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.image-cropper-modal .image-cropper-container .sidebar-buttons {
  display: flex;
  justify-content: flex-end;
}
.image-cropper-modal .image-cropper-container .sidebar-buttons button {
  width: 70px;
}
.image-cropper-modal .image-cropper-container .sidebar-buttons button:first-child {
  margin-right: 10px;
}
.image-cropper-modal .image-cropper-container .cropper {
  height: 100%;
  flex-grow: 1;
}
.image-cropper-modal .image-cropper-container .cropper .loader-wrapper {
  position: relative;
  height: 100%;
  font-size: 24px;
}
.image-cropper-modal .image-cropper-container .cropper .loader-wrapper .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-cropper-modal .image-cropper-container .cropper .hidden {
  visibility: hidden;
  display: block;
}
.image-cropper-modal .image-cropper-container .sidebar {
  width: 260px;
  padding-left: 20px;
  /* Same as modal padding */
  display: flex;
  flex-direction: column;
}
.image-cropper-modal .image-cropper-container .sidebar .preview-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CCC;
  margin-bottom: 20px;
  height: 200px;
}
.image-cropper-modal .image-cropper-container .sidebar .preview-wrapper .preview {
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls {
  flex-grow: 1;
  display: block;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  margin-bottom: 10px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row.header-row {
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .col {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  width: 90px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .col:first-child {
  margin-right: 75px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .control-label {
  font-size: 14px;
  color: #282829;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  min-width: 10px;
  margin-right: 10px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .control-unit {
  margin-left: 10px;
  color: #777;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .rc-slider {
  margin-right: 10px;
  width: 175px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .rc-slider .rc-slider-rail {
  height: 3px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .zf-checkbox {
  font-size: 14px;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .zf-checkbox .zfam-square {
  color: #FFF;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .zf-checkbox .zfam-check-square {
  color: #4282D5;
}
.image-cropper-modal .image-cropper-container .sidebar .controls .row .number-input {
  width: 50px;
  height: 30px;
  font-size: 11px;
  text-align: center;
  display: flex;
  border-radius: 2px;
  border: 1px solid #CCC;
}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.map-style-presets-modal {
  border: 1px solid #161d25;
  color: white;
  width: 800px;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-header {
  background-color: #444c5f;
  border-bottom: 1px solid #161d25;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-header .title-container {
  font-size: 18px;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-header .title-container i {
  color: #A3A5A8;
  font-size: 14px;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-header .subtitle-container {
  color: white;
  font-size: 14px;
  margin-top: 5px;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-with-header-body {
  background-color: #394050;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-with-header-body .map-style-preset-actions {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-with-header-body .map-style-preset-actions .btn-basic {
  margin-bottom: 10px;
}
.map-style-presets-modal.simple-modal-with-header .simple-modal-with-header-body .map-style-preset-actions .basic-link {
  color: white;
  font-size: 14px;
}

a.basic-link {
  text-decoration: none;
  padding: 6px 14px 5px 13px;
  cursor: pointer;
  color: #4282D5;
}
a.basic-link:hover {
  text-decoration: underline;
  color: #5790da;
}
a.basic-link.dark {
  color: #EEE;
}
a.basic-link.dark:hover {
  color: white;
}
a.basic-link.disabled,
a.basic-link.disabled:hover {
  color: #888;
  cursor: not-allowed;
}
a.basic-link .zf-chevron-up-icon-box i:before,
a.basic-link .zf-chevron-down-icon-box i:before {
  font-size: 0.7em;
  margin-left: 10px;
  position: relative;
  top: -0.1em;
}

.map-style-preset-pane-wrapper {
  display: flex;
  justify-content: space-between;
}
.map-style-preset-pane-wrapper .ordered-style-presets .style-preset-wrapper {
  background-color: #444c5f;
  border: 1px solid #161d25;
  border-top: none;
  padding: 10px;
  height: 20px;
  font-size: 13px;
}
.map-style-preset-pane-wrapper .ordered-style-presets .style-preset-wrapper.display-as-dimmed {
  opacity: 0.5;
}
.map-style-preset-pane-wrapper .ordered-style-presets .style-preset-wrapper:first-child {
  border-top: 1px solid #161d25;
}
.map-style-preset-pane-wrapper .left-pane {
  width: 45%;
}
.map-style-preset-pane-wrapper .center-pane {
  padding-top: 59px;
  width: 10%;
}
.map-style-preset-pane-wrapper .center-pane .style-preset-mapping-icon {
  height: 20px;
  padding: 10px;
  text-align: center;
  color: #A3A5A8;
}
.map-style-preset-pane-wrapper .center-pane .style-preset-mapping-icon.display-as-dimmed {
  opacity: 0.5;
}
.map-style-preset-pane-wrapper .right-pane {
  width: 45%;
}
.map-style-preset-pane-wrapper .right-pane .field-drag-handle {
  margin-right: 10px !important;
}
.map-style-preset-pane-wrapper h2 {
  color: white;
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
.map-style-preset-pane-wrapper h4 {
  color: #A3A5A8;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.sortable-helper-style-presets-dnj49h2s {
  opacity: 0.5;
  z-index: 10000;
  background-color: #444c5f;
  border: 1px solid #161d25;
  color: white;
  border-top: none;
  padding: 10px;
  height: 20px;
}

.style-preset-hint-box {
  height: 1.6em;
  line-height: 1.7;
  border-radius: 2px;
  font-size: 9px;
  padding: 1px 2px;
  display: inline-block;
  position: relative;
}
.style-preset-hint-box .elem-example {
  padding: 0 1px;
}

.truncated-text {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.site-viewer-version-modal .simple-modal-with-header-body i.zfam-check-circle {
  color: #25B638;
  text-align: center;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-preview-thumbnail img {
  height: 50px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-preview-thumbnail i {
  color: #999;
  text-align: center;
  height: 50px;
  width: 63px;
  display: inline-block;
  line-height: 50px !important;
  background-color: #cbcbcb;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata {
  padding-left: 15px;
  width: 75%;
  box-sizing: border-box;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-title {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-description {
  font-size: 9px;
  font-weight: normal;
  line-height: 11px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-status {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-status span {
  display: flex;
  align-items: center;
  font-size: 9px;
  font-weight: normal;
  line-height: 11px;
  margin-right: 16px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-status i {
  margin-right: 4px;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-status .latest-version {
  color: #2ADD62;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-metadata .theme-status .is-compatible-status {
  color: #134FEA;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox .theme-option .theme-pages-in-use {
  font-size: 9px;
  font-weight: normal;
  line-height: 11px;
  text-align: center;
  width: 15%;
}
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox [data-current-nav] .latest-version,
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox [data-current-selected] .latest-version,
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox [data-current-nav] .upgrade-available,
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox [data-current-selected] .upgrade-available,
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox [data-current-nav] .is-compatible-status,
.site-viewer-version-modal .simple-modal-with-header-body .zf-listbox [data-current-selected] .is-compatible-status {
  color: #FFFFFF !important;
}
.site-viewer-version-modal .simple-modal-with-header-body .site-viewer-version-style-preset-mapping-view .map-style-preset-pane-wrapper {
  margin-bottom: 20px;
}
.site-viewer-version-modal .simple-modal-with-header-body .site-viewer-version-style-preset-mapping-view h2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 5px;
}
.site-viewer-version-modal .simple-modal-with-header-body .site-viewer-version-style-preset-mapping-view h4 {
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #000000;
}
.site-viewer-version-modal .simple-modal-with-header-body .site-viewer-version-style-preset-mapping-view .style-preset-wrapper {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #989898;
  border-top: none;
}
.site-viewer-version-modal .simple-modal-with-header-body .site-viewer-version-style-preset-mapping-view .style-preset-wrapper:first-child {
  border-top: 1px solid #989898;
}
.site-viewer-version-modal .simple-modal-with-header-body .site-viewer-version-style-preset-mapping-view .center-pane .style-preset-mapping-icon {
  color: #000000;
}

:root {
  --reach-listbox: 1;
}

[data-reach-listbox-popover] {
  display: block;
  position: absolute;
  min-width: -moz-fit-content;
  min-width: -webkit-min-content;
  min-width: min-content;
  padding: 0.25rem 0;
  background: hsl(0, 0%, 100%);
  outline: none;
  border: solid 1px hsla(0, 0%, 0%, 0.25);
}

[data-reach-listbox-popover]:focus-within {
  box-shadow: 0 0 4px Highlight;
  outline: -webkit-focus-ring-color auto 4px;
}

[data-reach-listbox-popover][hidden] {
  display: none;
}

[data-reach-listbox-list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-reach-listbox-list]:focus {
  box-shadow: none;
  outline: none;
}

[data-reach-listbox-option] {
  display: block;
  margin: 0;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  user-select: none;
}

[data-reach-listbox-option][data-current-nav] {
  background: hsl(211, 81%, 46%);
  color: hsl(0, 0%, 100%);
}

[data-reach-listbox-option][data-current-selected] {
  font-weight: bolder;
}

[data-reach-listbox-option][data-current-selected][data-confirming] {
  animation: flash 100ms;
  animation-iteration-count: 1;
}

[data-reach-listbox-option][aria-disabled="true"] {
  opacity: 0.5;
}

[data-reach-listbox-button] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 10px 2px;
  border: 1px solid;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  cursor: default;
  user-select: none;
}

[data-reach-listbox-button][aria-disabled="true"] {
  opacity: 0.5;
}

[data-reach-listbox-arrow] {
  margin-left: 0.5rem;
  display: block;
  font-size: 0.5em;
}

[data-reach-listbox-group-label] {
  display: block;
  margin: 0;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  user-select: none;
  font-weight: bolder;
}

@keyframes flash {
  0% {
    background: hsla(211, 81%, 36%, 1);
    color: hsl(0, 0%, 100%);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    background: inherit;
    color: inherit;
  }
  100% {
    background: hsla(211, 81%, 36%, 1);
    color: hsl(0, 0%, 100%);
    opacity: 1;
  }
}

.zf-listbox {
  position: relative;
}
.zf-listbox .zf-listbox-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
.zf-listbox .placeholder-option {
  display: none;
}
.zf-listbox [data-reach-listbox-button] {
  background-color: #FFFFFF;
  border: 1px solid #E2E4E6;
  border-radius: 2px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.zf-listbox [data-reach-listbox-arrow] {
  font-size: 1em;
  color: #9D9D9D;
}
.zf-listbox [data-reach-listbox-popover] {
  position: absolute;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: scroll;
  background-color: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1;
}
.zf-listbox [data-reach-listbox-popover] [data-reach-listbox-option] {
  color: #000000;
  padding: 16px 40px;
}
.zf-listbox [data-reach-listbox-popover] [data-reach-listbox-option][data-current-nav],
.zf-listbox [data-reach-listbox-popover] [data-reach-listbox-option][data-current-selected] {
  color: #FFFFFF;
  background-color: #5CA3FF;
  font-weight: normal;
}
.zf-listbox [data-reach-listbox-popover]:focus-within {
  box-shadow: none;
  outline: none;
  border: 0.5px solid #5CA3FF;
}

.modern-modal-with-header {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-align: left;
  width: 500px;
}
.modern-modal-with-header.is-expanded {
  width: 700px;
}
.modern-modal-with-header .simple-modal-header {
  background-color: #FFFFFF;
  height: 64px;
  display: flex;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
.modern-modal-with-header .simple-modal-header .title-container {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.modern-modal-with-header .simple-modal-with-header-body {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.modern-modal-with-header .simple-modal-with-header-body h1 {
  font-size: 18px;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
.modern-modal-with-header .simple-modal-with-header-body h2 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 14px;
}
.modern-modal-with-header .simple-modal-with-header-body p {
  font-size: 12px;
  margin-bottom: 20px;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .right-btn-action {
  margin: 0;
  padding: 7px 24px;
  font-size: 12px;
  border-radius: 2px;
  font-weight: 600;
  line-height: 12px;
  width: auto;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .left-btn-action {
  color: #262626;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  padding: 0;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .left-btn-action.disabled {
  color: rgba(38, 38, 38, 0.3);
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .step-indicator {
  display: flex;
  align-items: center;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .step-indicator:last-child {
  margin-right: 0;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .step-indicator .step-indicator {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #C4C4C4;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .step-indicator .step-indicator.is-step-highlighted {
  background-color: #4D82D5;
}
.modern-modal-with-header .simple-modal-with-header-body .modern-modal-actions .step-indicator .step-indicator.is-current-step {
  border-radius: 12px;
  height: 8px;
  width: 21px;
}
.modern-modal-with-header.has-subtitle .simple-modal-header {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding: 20px !important;
}
.modern-modal-with-header.has-subtitle .simple-modal-header .title-container {
  margin-bottom: 4px;
}
.modern-modal-with-header.has-subtitle .simple-modal-header .subtitle-container {
  max-width: 260px;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3D3E43;
}
.modern-modal-with-header.has-subtitle .simple-modal-with-header-body {
  padding: 20px 20px 0 20px;
}

.notify-error-data-maybe-lost.base-modal {
  width: 600px;
}
.notify-error-data-maybe-lost.base-modal h3 {
  color: #DE363B;
}
.notify-error-data-maybe-lost.base-modal .explain-400 {
  color: #DE363B;
  font-family: monospace;
}

.create-link-modal .title-extra {
  color: #888;
  font-weight: 400;
}
.create-link-modal .title-extra .zf-icon-box {
  color: #aaa;
  margin-left: 10px;
}
.create-link-modal .subtitle-container {
  color: #111 !important;
  margin-top: 10px !important;
  font-size: 12px;
}

.link-creator {
  width: 520px;
  *zoom: 1;
  font-size: 14px;
  color: #111;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-creator:before,
.link-creator:after {
  display: table;
  content: "";
  line-height: 0;
}
.link-creator:after {
  clear: both;
}
.link-creator * {
  box-sizing: border-box;
}
.link-creator .zf-tooltip-icon-box {
  margin-left: 7px;
  color: #aaa;
}
.link-creator .page-permissions-display {
  border-bottom: 1px solid #ddd;
}
.link-creator .page-permissions-display .page-permissions-header {
  margin-bottom: 12px;
}
.link-creator .page-permissions-display .access-item {
  padding: 12px 0px;
}
.link-creator .domain-container {
  display: inline-block;
}
.link-creator .path-container {
  display: inline-block;
}
.link-creator .buttons-container {
  position: relative;
  margin-top: 30px;
  text-align: right;
  float: right;
}
.link-creator .buttons-container button.btn-basic.btn-basic-secondary {
  margin-right: 10px;
}
.link-creator .link-settings {
  background-color: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 88px -40px 0px;
  padding: 35px 40px 15px;
}
.link-creator .share-link-help-text {
  font-size: 12px;
  margin-bottom: 10px;
}
.link-creator .share-link-help-text .link {
  color: #60a5fc;
  font-weight: 700;
  cursor: pointer;
}
.link-creator .radio-container {
  display: inline-block;
  margin-top: 10px;
}
.link-creator .radio-container + .radio-container {
  margin-left: 35px;
}
.link-creator .radio-container label {
  margin-bottom: 0;
}
.link-creator .radio-container input[type="radio"] {
  margin: 0px 12px 3px 0px;
}
.link-creator label span {
  cursor: pointer;
}

.toggle-section {
  padding: 0 0 22px 0;
}
.toggle-section + .toggle-section {
  border-top: 1px solid #ddd;
  padding: 22px 0 22px 0;
}
.toggle-section .field-description-container {
  width: calc(100% - 50px);
  display: inline-block;
}
.toggle-section .field-description-container .zf-tooltip-icon-box {
  display: inline-block;
  margin-left: 12px;
  color: #aaa;
}
.toggle-section .field-description-container .field-explanation {
  margin-top: 2px;
  color: #888;
  font-weight: 400;
}
.toggle-section .tooltip2 {
  margin-left: 12px;
  color: #888;
}
.toggle-section .toggler-container {
  display: inline-block;
  float: right;
}

.zf-react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.zf-react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.zf-react-toggle--disabled {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  cursor: not-allowed;
}
.zf-react-toggle-track {
  width: 40px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  border: 1px solid #ddd;
  background-color: #F2EEEE;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.zf-react-toggle:hover .zf-react-toggle-track {
  background-color: #DDDDDD;
}
.zf-react-toggle--checked .zf-react-toggle-track {
  background-color: #60a5fc;
  border: 1px solid #60a5fc;
}
.zf-react-toggle.zf-react-toggle--checked:hover .zf-react-toggle-track {
  background-color: #4797fc;
}
.zf-react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.zf-react-toggle--checked .zf-react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.zf-react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.zf-react-toggle--checked .zf-react-toggle-track-x {
  opacity: 0;
}
.zf-react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zf-react-toggle--checked .zf-react-toggle-thumb {
  left: 17px;
  border-color: #60a5fc;
}

.link-path-editor .combined-input-box {
  background-color: #FFF;
  border: 1px solid #ddd;
  box-shadow: none;
  margin-bottom: 0px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1em;
  width: 100%;
}
.link-path-editor .combined-input-box.focused {
  border: 1px solid #60a5fc;
}
.link-path-editor .combined-input-box.error,
.link-path-editor .combined-input-box.focused.error {
  border: 1px solid red;
}
.link-path-editor .combined-input-box[disabled] {
  background-color: #EEE;
}
.link-path-editor .domain-container {
  height: 38px;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 2px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  background-color: #EEE;
  box-sizing: border-box;
}
.link-path-editor .domain-container.select-domain-container {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}
.link-path-editor .domain-container.select-domain-container .zf-select__value-container {
  padding: 0 8px;
}
.link-path-editor .domain-container.select-domain-container .zf-select__input input {
  width: 0 !important;
}
.link-path-editor .domain-container.select-domain-container .zf-select__control {
  border: none;
  border-right: 1px solid #ddd;
  background-color: #EEE;
  height: 100%;
}
.link-path-editor .domain-container.select-domain-container .zf-select__single-value {
  padding: 0 8px;
}
.link-path-editor .domain-container.select-domain-container .zf-select__indicators {
  height: 100%;
}
.link-path-editor .domain-container span {
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 38px;
  white-space: pre;
}
.link-path-editor .domain-container select {
  height: 40px;
  max-width: 100%;
  border: none;
  font-size: 1em;
  background: none;
  padding-left: 7px;
  cursor: pointer;
  outline: none;
}
.link-path-editor .domain-container select:focus {
  outline: none;
}
.link-path-editor .path-container {
  width: 50%;
  box-sizing: border-box;
}
.link-path-editor .path-container input[type=text] {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #111;
  background-color: #FFF;
  box-shadow: none;
  margin-bottom: 0px;
  box-sizing: border-box;
  height: 38px;
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  margin-left: 0px;
  background: none;
  border: none;
  border-radius: 0px 4px 4px 0px;
}
.link-path-editor .path-container input[type=text]:focus {
  border: none;
  outline: none;
}

.zf-select {
  /* Override some weird styling applied by react-select*/
}
.zf-select .zf-select__control {
  border-radius: 2px;
}
.zf-select .zf-select__control.zf-select__control--is-focused {
  border: 1px solid #2F6EC0;
  box-shadow: none;
}
.zf-select .zf-select__control .zf-select__indicator-separator {
  visibility: hidden;
}
.zf-select .zf-select-dark__control {
  border: 1px solid #161d25;
  background-color: #394050;
}
.zf-select .zf-select-dark__control:hover {
  background-color: #485165;
}
.zf-select .zf-select-dark__placeholder {
  color: white;
}
.zf-select .zf-select-dark__input input:focus {
  outline: 0;
  box-shadow: none;
}
.zf-select .zf-select-dark__input input {
  color: white !important;
  margin-bottom: 0;
}
/* The select menu is created in the body element */
body * .zf-select-dark__multi-value {
  background-color: #5F7299;
}
body * .zf-select-dark__multi-value__label {
  color: white;
}
body * .zf-select-dark__menu {
  background-color: #394050;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
body * .zf-select-dark__value-container,
body * .zf-select__indicators {
  cursor: pointer;
  font-size: 12px;
  color: white;
}
body * .zf-select-dark__value-container {
  color: white;
}
body * .zf-select-dark__placeholder:hover,
body * .zf-select-dark__value:hover,
body * .zf-select-dark__menu-list:hover {
  background-color: #485165;
}
body * .zf-select-dark__single-value {
  color: white;
}
body * .zf-select-dark__menu-list {
  border: 1px solid #161d25;
}
body * .zf-select-dark__option {
  padding: 6px 0 6px 10px;
  color: white;
  background-color: #394050;
  font-size: 12px;
  cursor: pointer;
}
body * .zf-select-dark__option:hover {
  background-color: #485165;
}

.modal-link-sharer {
  width: 500px;
  margin-top: 175px;
}
.modal-link-sharer .separator {
  background: #ddd;
  height: 1px;
  margin: 30px 0;
  width: 100%;
}
.modal-link-sharer .title-extra {
  color: #888;
  font-weight: 400;
}
.modal-link-sharer .title-extra .zf-icon-box {
  color: #aaa;
  margin-left: 10px;
}
.modal-link-sharer .modal-section-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 12px;
  color: #111;
}
.modal-link-sharer .link-sharer .copy-text-input-container input[type="text"] {
  width: 362px;
}
.modal-link-sharer .link-sharer .copy-text-input-container .btn-basic-primary {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
.modal-link-sharer .link-sharer.public .copy-field {
  float: left;
  width: 80%;
}
.modal-link-sharer .link-sharer.public .copy-field .copy-text-input-container input[type="text"] {
  width: 260px;
}
.modal-link-sharer .link-sharer.public .social-sharing-actions {
  float: right;
  margin-top: 5px;
  width: 20%;
  font-size: 24px;
  color: #888;
}
.modal-link-sharer .link-sharer.public .share-facebook-icon:hover,
.modal-link-sharer .link-sharer.public .share-twitter-icon:hover,
.modal-link-sharer .link-sharer.public .share-linkedin-icon:hover {
  color: #4282D5;
}
.modal-link-sharer .subtitle-container {
  color: #111 !important;
  margin-top: 10px !important;
  font-size: 12px;
}
.modal-link-sharer .share-via-email-error {
  color: #FC5343;
  font-size: 12px;
  margin-bottom: 5px;
}
.modal-link-sharer .share-via-email-new-emails {
  color: #888;
  font-size: 12px;
  margin: 5px 0;
}
.modal-link-sharer .share-via-email .share-via-email-note {
  margin-top: 5px;
}
.modal-link-sharer .share-via-email .share-via-email-btn {
  margin-top: 5px;
  width: 100%;
  padding: 12px;
}
.modal-link-sharer .new-link-container {
  margin-top: 10px;
}
.modal-link-sharer .new-link-container span {
  color: #4282D5;
  cursor: pointer;
  font-size: 12px;
  margin-right: 20px;
}

.react-tagsinput {
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
  padding: 5px;
  cursor: text;
}
.react-tagsinput.dark {
  color: white;
  background-color: #1D2027;
  border-radius: 2px;
  border: 1px solid #111318;
  font-size: 12px;
}
.react-tagsinput.dark .react-tagsinput-tag {
  color: white;
  background-color: #3e4658;
  border: 1px solid #161d25;
}
.react-tagsinput.dark .react-tagsinput-tag a {
  color: white;
}
.react-tagsinput.dark.react-tagsinput--focused {
  border: 1px solid #4282D5;
}
.react-tagsinput.disabled {
  cursor: not-allowed;
}
.react-tagsinput--focused {
  border: 1px solid #60a5fc;
}
.react-tagsinput-tag {
  background-color: #E5F1FF;
  border-radius: 2px;
  border: none;
  color: #111;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 5px;
}
.react-tagsinput-tag a::before {
  content: " ×";
}
.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}
.react-tagsinput-input input {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #111;
  font-size: 12px !important;
  outline: none;
  padding: 5px;
  margin: 0 !important;
}
.react-tagsinput-input input:focus {
  box-shadow: none !important;
}
.react-tagsinput-input.disabled {
  cursor: not-allowed;
}

.copy-text-input-container {
  white-space: nowrap;
}
.copy-text-input-container input[type="text"] {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #FFF;
  border: 1px solid #ddd;
  box-shadow: none;
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 0px;
  box-sizing: border-box;
  height: 36px;
  border-radius: 2px 0 0 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
}
.copy-text-input-container input[type="text"]:focus {
  outline: none;
  border: 1px solid #60a5fc;
}
.copy-text-input-container button.copy-to-clipboard {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 36px;
  margin-left: 0;
  font-size: 14px;
}


.page-accessibility-warning-deactivated {
  color: #FC5343;
}

.visitor-access-display {
  font-family: 'Lato', sans-serif;
}
.visitor-access-display .visitor-access-header .zf-icon-box {
  margin-right: 5px;
}
.visitor-access-display .visitor-access-header .valid-email-list {
  color: #888;
}

.shareable-social-icon {
  display: inline-block;
  cursor: pointer;
  margin-left: 3px;
}
.shareable-social-icon .fa,
.shareable-social-icon .zf-icon {
  font-size: 25px;
  vertical-align: top;
  padding-right: 5px;
}
.shareable-social-icon .fa {
  margin-top: -3px;
}
.shareable-social-icon.share-facebook-icon .fa,
.shareable-social-icon.share-facebook-icon .zf-icon {
  color: #3B5998;
}
.shareable-social-icon.share-twitter-icon .fa,
.shareable-social-icon.share-twitter-icon .zf-icon {
  color: #55ACEE;
}
.shareable-social-icon.share-linkedin-icon .fa,
.shareable-social-icon.share-linkedin-icon .zf-icon {
  color: #0077B5;
}
.shareable-social-icon.share-tumblr-icon .fa,
.shareable-social-icon.share-tumblr-icon .zf-icon {
  color: #35465D;
}

.modal-page-initial-approval-request {
  width: 550px;
}
.modal-page-initial-approval-request .page-approval-requested {
  margin: 0 auto;
  width: 400px;
}

.publish-notification .notif-body {
  display: table;
}
.publish-notification .notif-body .share-content {
  display: table-cell;
  vertical-align: middle;
}
.publish-notification .notif-body .share-content .success-container {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: block;
  font-size: 20px;
}
.publish-notification .notif-body .share-content .title-container {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.publish-notification .notif-body .share-content .subtitle-container {
  display: block;
  color: #111;
  margin-top: 5px;
  font-size: 13px;
}
.publish-notification .notif-body .share-content .subtitle-container a {
  color: #111;
}
.publish-notification .notif-body .share-content .subtitle-container a i {
  padding-right: 2px;
}
.publish-notification .notif-body .share-content .subtitle-container .zf-preview-icon-box {
  display: inline-block;
  color: #888;
}
.publish-notification .notif-body .share-content .subtitle-container .page-accessibility-warning-deactivated {
  font-size: 0.85em;
  color: black;
  width: 70%;
  line-height: 1em;
}

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal{text-align:left;padding:20px 20px 10px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table{border-collapse:collapse;font-size:14px;line-height:1.5;width:100%}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table{margin-top:20px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th{text-align:left}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td{padding:6px 0 4px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:solid 1px #ebebeb}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{width:60%;color:#646464}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2){letter-spacing:0.5px}

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none; }
  .fr-line-breaker.fr-visible {
    display: block; }
  .fr-line-breaker a.fr-floating-btn {
    position: absolute;
    left: calc(50% - (40px / 2));
    top: -20px; }
    .fr-line-breaker a.fr-floating-btn svg {
      margin: 8px;
      height: 24px;
      width: 24px; }

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none; }

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl; }

.fr-box .CodeMirror {
  display: none; }

.fr-box.fr-code-view textarea.fr-code {
  display: block; }
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
  display: none; }
.fr-box.fr-code-view .CodeMirror {
  display: block; }

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block; }
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 24px;
    width: 24px;
    text-align: center; }
  .fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ebebeb; }

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */

.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
  border: 1px double #0098f7; }
.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
.fr-element table td, .fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text; }
.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none; }
  .fr-table-resizer.fr-moving {
    z-index: 2; }
  .fr-table-resizer div {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-right: 1px solid #0098f7; }

.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.fr-popup .fr-table-size {
  margin: 20px; }
  .fr-popup .fr-table-size .fr-table-size-info {
    text-align: center;
    font-size: 14px; }
  .fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 5px;
    white-space: nowrap; }
    .fr-popup .fr-table-size .fr-select-table-size > span {
      display: inline-block;
      padding: 0 4px 4px 0;
      background: transparent; }
      .fr-popup .fr-table-size .fr-select-table-size > span > span {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 1px solid #DDD; }
      .fr-popup .fr-table-size .fr-select-table-size > span.hover {
        background: transparent; }
        .fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
          background: rgba(0, 152, 247, 0.3);
          border: solid 1px #0098f7; }
    .fr-popup .fr-table-size .fr-select-table-size .new-line::after {
      clear: both;
      display: block;
      content: "";
      height: 0; }
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important; }
.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0; }

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px; }

.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/build-assets/8b43027f47b20503057dfbbaa9401fef.eot);src:url(/build-assets/8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/build-assets/20fd1704ea223900efa9fd4e869efb08.woff2) format('woff2'),url(/build-assets/f691f37e57f04c152e2315ab7dbad881.woff) format('woff'),url(/build-assets/1e59d2330b4c6deb84b340635ed36249.ttf) format('truetype'),url(/build-assets/c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table[border='0'] td:not([class]),.fr-view table[border='0'] th:not([class]),.fr-view table[border='0'] td[class=""],.fr-view table[border='0'] th[class=""]{border-width:0px}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir="rtl"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir="rtl"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

/*!
 * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2022 Froala Labs
 */

.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-view.fr-element-scroll-visible{overflow-x:visible !important}.fr-box.fr-basic{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-basic .fr-element{font-family:sans-serif;color:#414141;font-size:14px;line-height:1.6;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:60px;text-align:left}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:transparent;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable="true"]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:40px;width:40px;text-align:center;background:#FFF;color:#333333;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;outline:none;left:0;top:0;line-height:40px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none}.fr-box a.fr-floating-btn svg{-webkit-transition:transform 0.2s ease 0s;-moz-transition:transform 0.2s ease 0s;-ms-transition:transform 0.2s ease 0s;-o-transition:transform 0.2s ease 0s;fill:#333333}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:40px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#333333}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:none;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:14px;color:#AAA;font-family:sans-serif;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block;white-space:nowrap;text-overflow:ellipsis}.fr-wrapper ::-moz-selection{background:rgba(181,214,253,0.8);color:#000}.fr-wrapper ::selection{background:rgba(181,214,253,0.8);color:#000}.fr-box.fr-basic .fr-wrapper{background:#FFF;border:1px solid #CCCCCC;border-bottom-color:#efefef;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}@media (min-width: 992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:left;padding:30px;min-width:21cm;background:#efefef}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#FFF;width:21cm;margin:auto;min-height:26cm !important;padding:1cm 2cm;overflow:visible;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#efefef;height:1cm;outline:none;border:none}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#222222;color:#FFF;font-size:11px;line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-btn-wrap,.fr-popup .fr-btn-wrap,.fr-modal .fr-btn-wrap{float:left;white-space:nowrap;position:relative}.fr-toolbar .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden,.fr-modal .fr-btn-wrap.fr-hidden{display:none}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn,.fr-modal .fr-command.fr-btn{background:transparent;color:#333333;-moz-outline:0;outline:none;border:0;line-height:1;cursor:pointer;text-align:left;margin:4px 2px;padding:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;height:40px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-btn-hover,.fr-popup .fr-command.fr-btn.fr-btn-hover,.fr-modal .fr-command.fr-btn.fr-btn-hover{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-modal .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-modal .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-modal .fr-command.fr-btn i,.fr-modal .fr-command.fr-btn svg{display:block;text-align:center;float:none;margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn svg.fr-svg,.fr-popup .fr-command.fr-btn svg.fr-svg,.fr-modal .fr-command.fr-btn svg.fr-svg{height:24px}.fr-toolbar .fr-command.fr-btn svg path,.fr-popup .fr-command.fr-btn svg path,.fr-modal .fr-command.fr-btn svg path{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;fill:#333333}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-modal .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span,.fr-modal .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:30px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:bold;padding:0 4px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img,.fr-modal .fr-command.fr-btn img{margin:8px 7px;width:24px}.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,.fr-popup .fr-command.fr-btn.fr-btn-active-popup,.fr-modal .fr-command.fr-btn.fr-btn-active-popup{background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:normal}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-modal .fr-command.fr-btn.fr-dropdown i,.fr-modal .fr-command.fr-btn.fr-dropdown span,.fr-modal .fr-command.fr-btn.fr-dropdown img,.fr-modal .fr-command.fr-btn.fr-dropdown svg{margin-left:3px;margin-right:11px}.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-modal .fr-command.fr-btn.fr-dropdown:after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333333;right:2px;top:18px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;content:""}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active{fill:#333333;background:#d6d6d6;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#ebebeb;fill:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after{border-top-color:#333333}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after{border-top:0;border-bottom:4px solid #222222}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled,.fr-modal .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after,.fr-modal .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden,.fr-modal .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar .fr-tabs .fr-command.fr-btn,.fr-popup .fr-tabs .fr-command.fr-btn,.fr-modal .fr-tabs .fr-command.fr-btn{margin:0;width:46px;height:40px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab{background:#FFF}.fr-toolbar .fr-tabs .fr-command.fr-btn span,.fr-popup .fr-tabs .fr-command.fr-btn span,.fr-modal .fr-tabs .fr-command.fr-btn span{height:27px}.fr-toolbar .fr-tabs .fr-command.fr-btn img,.fr-toolbar .fr-tabs .fr-command.fr-btn svg,.fr-popup .fr-tabs .fr-command.fr-btn img,.fr-popup .fr-tabs .fr-command.fr-btn svg,.fr-modal .fr-tabs .fr-command.fr-btn img,.fr-modal .fr-tabs .fr-command.fr-btn svg{margin:8px 11px;width:24px;height:24px}.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path{fill:#0098f7}.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-modal.fr-disabled .fr-btn,.fr-modal.fr-disabled .fr-btn.fr-active{color:#bdbdbd;-webkit-opacity:0.3;-moz-opacity:0.3;opacity:0.3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,.fr-modal.fr-rtl .fr-btn-grp.fr-float-left{float:right}.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,.fr-modal.fr-rtl .fr-btn-grp.fr-float-right{float:left}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-btn-wrap,.fr-modal.fr-rtl .fr-command.fr-btn,.fr-modal.fr-rtl .fr-btn-wrap{float:right}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options{border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover{border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus,.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded{outline:0;color:#333333}.fr-desktop .fr-command:hover:not(.fr-table-cell),.fr-desktop .fr-command:focus:not(.fr-table-cell),.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell){background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command.fr-btn-hover::after,.fr-desktop .fr-command.fr-expanded::after{border-top-color:#333333}.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.fr-desktop .fr-command:active{color:#333333;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded{background:#ebebeb}.fr-desktop .fr-command.fr-active:active{background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:transparent}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:transparent}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:#d6d6d6}.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:hover,.fr-command.fr-btn.fr-options:focus{border-left:solid 1px #FAFAFA;-webkit-transition:border-left 0s, background-color 0.5s;-moz-transition:border-left 0s, background-color 0.5s;-ms-transition:border-left 0s, background-color 0.5s;-o-transition:border-left 0s, background-color 0.5s}.fr-command.fr-btn+.fr-dropdown-menu{background:#FFF;display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height 0.3s;-moz-transition:height 0.3s;-ms-transition:height 0.3s;-o-transition:height 0.3s;margin-top:0;float:left;height:0;margin-top:0 !important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{position:relative}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:8px 0;min-width:72px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 20px;line-height:200%;display:flex;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg{width:24px;height:24px;margin:3px 4px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path{fill:#333333}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{margin-left:20px;font-weight:bold;-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12)}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right !important}body.fr-prevent-scroll{overflow:hidden}body.fr-prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222222;font-family:Arial, Helvetica, sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);position:absolute}.fr-modal .fr-modal-wrapper{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#FFF;min-width:300px;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;overflow:hidden;width:90%;position:relative}@media (min-width: 768px) and (max-width: 991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width: 992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#FFF;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;border-bottom:solid #efefef 1px;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line{height:56px;padding:0 10px}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{margin:10px;position:absolute;top:0;right:0}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:20px;padding:19px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:auto;padding-bottom:20px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";z-index:2147483639}ol.decimal_type{counter-reset:item}ol.decimal_type>li{display:block}ol.decimal_type>li:before{content:counters(item,".") ". ";counter-increment:item}.fr-popup{position:absolute;display:none;color:#222222;background:#FFF;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-popup .fr-icon{text-align:center;vertical-align:middle;font-size:20px;line-height:1;cursor:pointer;font-weight:400;box-sizing:content-box;padding:6px}.fr-popup .fr-icon-container{padding:20px;max-height:200px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@supports not (-ms-high-contrast: none){.fr-popup .fr-icon-container{grid-template-columns:repeat(auto-fill, minmax(36px, 36px));display:grid}}@media (min-width: 768px){.fr-popup .fr-icon-container{min-width:276px}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.fr-popup .fr-icon-container{display:inline-flex;-ms-flex-flow:row wrap}}@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px){.fr-popup .fr-icon-container{width:236px}}.fr-popup .fr-input-focus{background:whitesmoke}.fr-popup.fr-above{margin-top:-10px;border-top:0}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{display:none !important}.fr-popup.fr-empty{display:none !important}.fr-popup .fr-hs{display:block !important}.fr-popup .fr-hs.fr-hidden{display:none !important}.fr-popup .fr-input-line{position:relative;padding:15px 0}.fr-popup .fr-input-line input[type="text"],.fr-popup .fr-input-line input[type="number"],.fr-popup .fr-input-line textarea{width:100%;margin-bottom:1px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:solid 1px #999999;color:#222222;font-size:14px;background:#FFF;position:relative;z-index:2;padding:4px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border 0.5s, padding 0.5s;-moz-transition:border 0.5s, padding 0.5s;-ms-transition:border 0.5s, padding 0.5s;-o-transition:border 0.5s, padding 0.5s}.fr-popup .fr-input-line input[type="text"]:hover,.fr-popup .fr-input-line input[type="number"]:hover,.fr-popup .fr-input-line textarea:hover{border:solid 1px #515151}.fr-popup .fr-input-line input[type="text"]:focus,.fr-popup .fr-input-line input[type="number"]:focus,.fr-popup .fr-input-line textarea:focus{border:solid 2px #0098f7;padding:3px 11px}.fr-popup .fr-input-line input[type="text"],.fr-popup .fr-input-line input[type="number"]{height:46px}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:29px;left:12px;font-size:14px;color:grey;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;z-index:3;display:block;background:#FFF;padding:0;cursor:text}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray;width:auto;left:4px;padding:0 4px;font-size:11px;top:9px}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:none}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{white-space:nowrap;line-height:0}.fr-popup .fr-buttons .fr-btn{margin-left:4px;margin-right:4px;display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-buttons.fr-tabs{border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;overflow:hidden}@media (max-width: 768px){.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll{overflow:scroll;overflow-y:hidden;width:276px}}.fr-popup .fr-buttons:not(.fr-tabs){padding:5px}.fr-popup .fr-layer{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:195px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:20px;display:none}@media (min-width: 768px){.fr-popup .fr-layer{width:260px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;outline:none;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#0098f7}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#0098f7}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:18px;height:18px;padding:10px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:18px;height:18px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px;top:7px;left:7px}.fr-popup .fr-checkbox input:not(:checked)+span{border:solid 2px #999999}.fr-popup .fr-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-popup .fr-checkbox input:not(:checked):focus+span,.fr-popup .fr-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-popup .fr-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-popup .fr-checkbox input:checked:focus+span,.fr-popup .fr-checkbox input:checked:hover+span{-webkit-opacity:0.8;-moz-opacity:0.8;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block !important}.fr-toolbar{color:#222222;background:#FFF;position:relative;font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;text-align:left;border:1px solid #CCCCCC;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2;padding-bottom:0;-webkit-transition:padding-bottom 0.5s;-moz-transition:padding-bottom 0.5s;-ms-transition:padding-bottom 0.5s;-o-transition:padding-bottom 0.5s}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar::after{height:0}.fr-toolbar .fr-newline{clear:both;display:block;content:"";margin-left:9px;margin-right:9px;background:#efefef;height:1px;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s}.fr-toolbar.fr-toolbar-open .fr-newline{height:0}.fr-toolbar .fr-float-right{float:right}.fr-toolbar .fr-float-left{float:left}.fr-toolbar .fr-more-toolbar{float:left;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;-webkit-transition:height 0.5s;-moz-transition:height 0.5s;-ms-transition:height 0.5s;-o-transition:height 0.5s;height:0;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.fr-toolbar .fr-more-toolbar.fr-expanded{height:48px}.fr-toolbar .fr-more-toolbar.fr-overflow-visible{overflow:visible}.fr-toolbar .fr-more-toolbar>.fr-command.fr-btn{margin-left:4px;margin-right:4px}.fr-toolbar .fr-btn-grp{display:inline-block;margin:0 17px 0 12px}@media (max-width: 768px){.fr-toolbar .fr-btn-grp{margin:0 7px 0 6px}}.fr-toolbar .fr-command.fr-btn.fr-open{margin-top:10px;margin-bottom:-1px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active){background:#f5f5f5}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);border:0;white-space:nowrap;position:absolute;margin-top:5px;z-index:2147483630}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;border-top:0}.fr-toolbar.fr-inline .fr-newline{height:0}.fr-toolbar.fr-inline .fr-more-toolbar{position:absolute !important}.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded{position:relative !important}.fr-toolbar.fr-top{top:0;border-bottom:0;border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom{bottom:0;border-top:0;padding-bottom:0;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-bottom .fr-newline{padding-top:0;-webkit-transition:padding-top 0.5s;-moz-transition:padding-top 0.5s;-ms-transition:padding-top 0.5s;-o-transition:padding-top 0.5s}.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline{padding-top:48px;background:#FFF}.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open{margin-top:-1px;margin-bottom:10px;border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-sticky-on{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:32px;width:1px;margin:8px 4px}.fr-separator.fr-hs{clear:both;width:calc(100% - (2 * 4px));margin:0 4px;height:1px}.fr-separator.fr-hidden{display:none !important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-second-toolbar{border:1px solid #CCCCCC;border-top:0;background:#FFF;line-height:1.4;border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-second-toolbar::after{clear:both;display:block;content:"";height:0}.fr-second-toolbar:empty{min-height:calc(10px);position:relative;margin-top:calc(-1px);z-index:2}#fr-logo{float:left;outline:none}#fr-logo>span{display:inline-block;float:left;font-family:sans-serif;padding:11px 5px 10px 15px;font-size:12px;font-weight:500;color:#b1b2b7;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;-ms-transition:color 0.3s;-o-transition:color 0.3s}#fr-logo>svg{height:20px;width:47px;margin:7px 0;cursor:pointer}#fr-logo>svg *{-webkit-transition:fill 0.3s;-moz-transition:fill 0.3s;-ms-transition:fill 0.3s;-o-transition:fill 0.3s}#fr-logo:hover>span,#fr-logo:focus>span{color:#0098f7}#fr-logo:hover>svg .fr-logo,#fr-logo:focus>svg .fr-logo{fill:#0098f7}.fr-visibility-helper{display:none;margin-left:0 !important}@media (min-width: 768px){.fr-visibility-helper{margin-left:1px !important}}@media (min-width: 992px){.fr-visibility-helper{margin-left:2px !important}}@media (min-width: 1200px){.fr-visibility-helper{margin-left:3px !important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed;z-index:10}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto !important}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view .fr-highlight-change,.fr-highlight-change>img,.fr-highlight-change>.fr-video>video,.fr-highlight-change>.fr-video>embed,.fr-highlight-change>.fr-video>iframe,.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-highlight-change>p,.fr-view .fr-highlight-change>span:not(.fr-tracking-deleted){background-color:#f3eec3;opacity:0.5}.fr-highlight-change.fr-highlight-change>table td,.fr-highlight-change.fr-highlight-change>hr{border-color:#f3eec3}.fr-tracking-deleted.fr-tracking-deleted>table td,.fr-tracking-deleted.fr-tracking-deleted>hr{border-color:#dc3545}.fr-tracking-deleted img,.fr-tracking-deleted>.fr-video>video,.fr-tracking-deleted>.fr-video>iframe,.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe{opacity:0.5;background-color:#dc3545}.fr-view .fr-tracking-deleted{background-color:#dc3545;text-decoration:line-through;pointer-events:none;user-select:none;opacity:1}.fr-highlight-change>.fr-video>iframe,.fr-tracking-deleted>.fr-video>iframe,.fr-highlight-change>.fr-video>video,.fr-tracking-deleted>.fr-video>video,.fr-highlight-change>.fr-video>embed,.fr-highlight-change>.fr-embedly>.embedly-card>.embedly-card-hug>iframe,.fr-tracking-deleted>.fr-embedly>.embedly-card>.embedly-card-hug>iframe{padding:10px !important}.fr-tracking-deleted img,.fr-highlight-change img{border:2px solid #f3eec3}.fr-highlight-change #isPasted *:not(table):not(tbody):not(tr):not(td){opacity:0.5;background-color:#f3eec3}.fr-highlight-change #isPasted>table td{opacity:0.5;border-color:#f3eec3}.fr-track-hide{display:none}.fr-track-hide-mobile{width:0;height:0;overflow:hidden;position:absolute}.fr-ios-mobile-disable-select{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.fr-bottom-extended{flex-wrap:wrap;display:flex;box-sizing:border-box}.position-relative{position:relative !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-box .fr-counter{padding:10px;float:right;color:#999999;content:attr(data-chars);font-size:14px;font-family:sans-serif;z-index:1;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-rtl .fr-counter{left:0;right:auto;border-left:none;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-code-view .fr-counter{display:none}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}textarea.fr-code{display:none;width:100%;resize:none;-moz-resize:none;-webkit-resize:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;padding:10px;margin:0;font-family:"Courier New",monospace;font-size:14px;background:#FFF;color:#000;outline:none}.fr-box.fr-rtl textarea.fr-code{direction:rtl}.fr-box .CodeMirror{display:none}.fr-box.fr-code-view textarea.fr-code{display:block}.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-placeholder,.fr-box.fr-code-view .fr-iframe{display:none}.fr-box.fr-code-view .CodeMirror{display:block}.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch{display:block}.fr-box.fr-inline .fr-command.fr-btn.html-switch{display:none;position:absolute;top:0;right:0;display:none;background:#FFF;color:#333333;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;padding:8px 7px;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:24px;width:24px;text-align:center}.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-layer.fr-color-hex-layer{margin:0;padding:20px;padding-top:0;float:left}.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:15px 0 0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons{float:right;width:38px;height:40px;padding:17px 0 0;margin:0}.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:40px;width:38px}.fr-popup .fr-separator+.fr-colors-tabs{margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block;padding:20px;padding-bottom:0}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:24px;width:24px;margin:4px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span>i path,.fr-popup .fr-color-set>span>svg path{fill:#222222}.fr-popup .fr-color-set>span .fr-selected-color{color:#FFF;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:hover,.fr-popup .fr-color-set>span:focus{outline:1px solid #222222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after{-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0)}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-drag-helper{background:#0098f7;height:2px;margin-top:-1px;-webkit-opacity:0.2;-moz-opacity:0.2;opacity:0.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;z-index:2147483640;display:none}.fr-drag-helper.fr-visible{display:block}.fr-dragging{-webkit-opacity:0.4;-moz-opacity:0.4;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-emoticon{width:24px;height:24px;font-family:"Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols}.fr-popup .fr-emoticon img{height:24px;width:24px}.fr-popup .fr-command.fr-btn.fr-tabs-unicode{padding:0 0 0 14px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-emoticon-container{width:368px}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-file-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-file-progress-bar-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-height-auto{height:auto !important}.fr-file-loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #53777a;display:inline-block !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px;display:block !important;align-items:center}.fr-trim-button{margin-top:5px;height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;border-radius:5px;background-color:#eff5fa;outline:none}.fr-trim-button:hover{background:#ebebeb}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-by-url-padding{padding:11.5px 0}.fr-popup .fr-upload-progress-layer{border-radius:0;box-sizing:border-box;padding-left:20px;padding-top:15px;margin:auto !important;max-height:100%;overflow-y:auto;overflow-x:hidden;width:100% !important;overscroll-behavior:contain}.fr-popup .fr-files-by-url-layer{width:calc(100% - 40px) !important}.fr-popup .fr-files-embed-layer{width:calc(100% - 40px) !important}.fr-popup .fr-files-upload-layer{border:dashed 2px #bdbdbd;margin:20px;position:relative;font-size:10px;letter-spacing:1px;line-height:140%;text-align:center;width:calc(100% - 40px) !important}.fr-popup .fr-files-upload-layer:hover{background:#ebebeb}.fr-popup .fr-files-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-files-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-files-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-files-progress-bar-layer{width:calc(100% - 40px);width:-moz-available;width:-webkit-stretch;width:stretch}.fr-popup .fr-files-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-files-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-files-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-files-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-files-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-files-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-progress-bar-style{width:calc(100% - 40px)}.fr-progress-bar{position:relative;background-color:#4CAF50;height:8px;margin-bottom:8px;margin-left:20px;margin-right:20px;width:100%;width:-moz-available;width:-webkit-stretch;width:stretch}.fr-uploading{-webkit-opacity:0.4;-moz-opacity:0.4;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}.fr-pull-left{float:left}.fr-pull-right{float:right}.fr-icons{padding:10px 20px 0;display:inline}.fr-transform-135{transform:rotate(135deg)}.fr-icons i{margin:4px;padding:2px;cursor:pointer;color:#999588;font-size:20px}.fr-blue-decorator{background:#4a7fba;color:white;display:grid;padding:5px}.fr-upload-progress{padding:1px}.fr-upload-section{position:relative;width:100%;width:-moz-available;width:-webkit-stretch;width:stretch}@media screen and (max-width: 399px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 400px) and (max-width: 469px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 470px) and (max-width: 680px){.fr-upload-section{margin-left:7px;margin-right:7px}.fr-files-upload-layer{padding-top:7px;padding-bottom:7px}}@media screen and (min-width: 681px){.fr-upload-section{margin-left:35px;margin-right:35px}.fr-files-upload-layer{padding-top:20px;padding-bottom:20px}}.half-circle{width:60px;height:25px;background-color:white;border-top-left-radius:110px;border-top-right-radius:110px;transform:rotate(180deg);border-bottom:0;position:relative;left:50%;z-index:1;left:50%;margin-top:-1px;margin-left:-25px}.decorated{overflow:hidden;text-align:center}.decorated>span{position:relative;display:inline-block}.decorated>span:before,.decorated>span:after{content:'';position:absolute;top:50%;border-bottom:2px solid #ffffff;width:100%;margin:0 20px}.decorated>span:before{right:100%}.decorated>span:after{left:100%}.fr-align-right{float:right}.checkbox-container{display:inline-block;position:relative;padding-left:20px;margin-bottom:12px;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fr-files-checkbox-line{display:flex;align-items:center;font-size:10px}.fr-files-checkbox-line label{cursor:pointer;vertical-align:middle}.fr-insert-checkbox input{height:13px !important;width:13px !important}.fr-autoplay-checkbox input{height:13px !important;width:13px !important}button[data-cmd="insertFiles"]{padding-left:2px !important;padding-top:2.7px !important}button[data-cmd="autoplay"] svg{position:relative !important;top:3.2px !important}button[data-cmd="insertAll"]{padding-left:4px !important}button[data-cmd="insertAll"] svg{position:relative !important;top:3.2px !important}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#eee}.fr-file-list-item{display:flex;justify-content:space-between;align-items:center;padding-top:7px;flex-wrap:wrap;position:relative;top:-20px;border-bottom:1px solid #ddd;padding-bottom:7px}.fr-file-item-left{display:flex;flex-wrap:wrap}.fr-file-item-icon{display:flex;align-items:center;padding-left:7px}.fr-file-item-description{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;max-width:400px;margin-left:5px}.fr-cloud-icon{height:30px;width:32px;background-color:white;border-radius:50%;display:flex;justify-content:center;position:relative;margin:0 auto;margin-top:-18px}.fr-files-checkbox{position:relative;display:inline-block;width:13px;height:13px;padding-right:5px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-files-checkbox svg{margin-left:0px;margin-top:0px;display:none;width:10px;height:10px}.fr-files-checkbox span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:15px;height:15px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-files-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:pointer;height:18px;margin:0;padding:0;width:18px}.fr-files-checkbox input:not(:checked)+span{border:solid 2px #999999}.fr-files-checkbox input:not(:checked):active+span{background-color:#f5f5f5}.fr-files-checkbox input:not(:checked):focus+span,.fr-files-checkbox input:not(:checked):hover+span{border-color:#515151}.fr-files-checkbox input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-files-checkbox input:checked+span svg{display:block}.fr-files-checkbox input:checked:active+span{background-color:#EcF5Ff}.fr-files-checkbox input:checked:focus+span,.fr-files-checkbox input:checked:hover+span{-webkit-opacity:0.8;-moz-opacity:0.8;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-checkbox-disabled{opacity:0.4;position:relative;display:inline-block;width:13px !important;height:13px !important;padding-right:5px;border-radius:100%;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-checkbox-disabled svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-checkbox-disabled span{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:15px;height:15px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.fr-checkbox-disabled input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border:0 none;cursor:default;height:13px !important;margin:0;padding:0;width:13px !important;top:7px;left:7px}.fr-checkbox-disabled input:not(:checked)+span{border:solid 2px #999999}.fr-checkbox-disabled input:not(:checked):active+span{background-color:#f5f5f5}.fr-checkbox-disabled input:checked+span{background:#0098f7;border:solid 2px #0098f7}.fr-checkbox-disabled input:checked+span svg{display:block}.fr-checkbox-disabled input:checked:active+span{background-color:#EcF5Ff}.fr-file-view{position:absolute;max-width:60%;right:10%;z-index:2147483642}.file-item-thumbnail-hover{transition:transform .2s}.file-item-thumbnail-hover:hover{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.fr-file-name{padding-top:5px;font-size:12px;font-weight:bold}.fr-margin-16{margin-bottom:16px}.fr-none{display:none}.fr-display-block{display:block}.fr-files-manager-tooltip{position:relative}.padding-top-15{padding-top:15px !important;padding-bottom:0px !important}.fr-files-manager-tooltip .tooltiptext{visibility:hidden;width:max-content;max-width:250px;word-break:break-word;word-wrap:break-word;background-color:black;color:#fff;text-align:left;padding:4px;border-radius:2px;font-weight:100;font-size:10px;position:absolute;top:80%;left:50%;z-index:2147483647}.fr-files-manager-tooltip:hover .tooltiptext{visibility:visible}.fr-file-details{display:flex;flex-wrap:wrap;font-size:10px}.fr-file-date{word-break:break-word;word-wrap:break-word;max-width:110px;color:#444;padding-top:2px;padding-bottom:2px}.fr-file-size{color:#444;padding-top:2px;padding-bottom:2px}.dot{width:20px;height:20px;background-image:radial-gradient(circle, grey 1px, transparent 2px);background-size:100% 33.33%;margin-left:2px;margin-right:2px}.fr-file-action-icons{margin-right:5px;margin-left:5px !important;color:#999;height:25px !important;padding:5px !important}@media screen and (max-width: 700px){.fr-files-manager-tooltip .tooltiptext{max-width:250px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:0%;font-size:8px}}@media screen and (max-width: 500px){.fr-files-manager-tooltip .tooltiptext{max-width:100px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:0%}.fr-file-item-description{width:130px}.fr-file-item-right{width:100%}.progress-circle{font-size:6px}}@media screen and (max-width: 320px){.fr-files-manager-tooltip .tooltiptext{max-width:100px;visibility:hidden;word-break:break-word;word-wrap:break-word;top:90%;left:-50%;font-size:8px}.dot{width:20px;margin-left:0px;margin-right:3px}.fr-file-item-description{width:80px}.fr-file-details{display:flex;flex-wrap:wrap;font-size:9px}.fr-file-name{font-size:10px}.fr-file-action-icons{padding:0px !important}}@media screen and (min-width: 501px){.progress-circle{font-size:9px}}.fr-file-view-modal{display:block;position:fixed;position:-ms-page;z-index:2147483641;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0,0,0,0.7)}.fr-file-view-modal-content{display:inline-block;text-align:center}.fr-file-view-image{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:80%;max-height:70%}.fr-file-view-close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:0.3s}.fr-file-view-close:hover,.fr-file-view-close:focus{color:#bbb;text-decoration:none;cursor:pointer}.fr-file-error{color:red;font-weight:200;font-size:12px;padding-bottom:5px}.fr-file-error-h5{margin:0}.fr-file-item-right{display:flex;align-items:center;justify-content:flex-end;margin-right:20px}.fr-file-item-action-buttons{display:flex;align-items:center;justify-content:space-around}.fr-file-item-autoplay-checkbox{align-items:center;margin:0px;padding:0px;margin-right:5px}.fr-autoplay-checkbox-label{margin:0;cursor:default !important}.checkbox-container:hover input ~ .checkmark{background-color:#ccc}.checkbox-container input:checked ~ .checkmark{background-color:#2196F3}.checkmark:after{content:"";position:absolute;display:none}.checkbox-container input:checked ~ .checkmark:after{display:block}.checkbox-container .checkmark:after{left:5px;top:2px;width:3px;height:7px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.file-item-details .file-name{font-weight:bold;display:inline}.file-item-details .file-description{font-weight:300;font-size:11px;display:inline}.fr-width-10{width:10%;display:inline-block}.fr-width-20{width:20%;display:inline-block}.fr-width-30{width:30%;display:inline-block}.fr-width-40{width:40%;display:inline-block}.fr-width-50{width:50%;display:inline-block}.fr-width-60{width:60%;display:inline-block}.fr-width-100{width:100%;display:inline-block}.fr-width-80{width:80%;display:inline-block}.fr-width-90{width:90%;display:inline-block}.fr-width-85{width:85%;display:inline-block}.fr-width-5{width:5%;display:inline-block}.fr-width-7{width:7%;display:inline-block}.fr-img-icon{color:#aaaaaa;font-size:16px;padding:0px 4px}.fr-position-content{position:relative;top:10px}.file-error{color:red}#myprogressBar{width:10%;height:5px;background-color:#4CAF50;position:relative;top:-30px}.fr-files-manager{z-index:2147483641 !important}.progress-circle{margin:0px;margin-left:10px;position:relative;padding:0;width:5em;height:5.1em;background-color:#f2e9e1;border-radius:50%;line-height:5em}.progress-circle:after{border:none;position:absolute;top:0.35em;left:0.35em;text-align:center;display:block;border-radius:50%;width:4.3em;height:4.3em;background-color:white;content:" "}.progress-circle span{position:absolute;line-height:5em;width:5em;text-align:center;display:block;color:#53777a;z-index:2}.progress-circle.over50 .left-half-clipper{clip:rect(auto, auto, auto, auto)}.progress-circle.over50 .first50-bar{position:absolute;clip:rect(0, 5em, 5em, 2.5em);background-color:#53777a;border-radius:50%;width:5em;height:5em}.progress-circle:not(.over50) .first50-bar{display:none}.progress-circle.p0 .value-bar{display:none}.progress-circle.p1 .value-bar{transform:rotate(4deg)}.progress-circle.p2 .value-bar{transform:rotate(7deg)}.progress-circle.p3 .value-bar{transform:rotate(11deg)}.progress-circle.p4 .value-bar{transform:rotate(14deg)}.progress-circle.p5 .value-bar{transform:rotate(18deg)}.progress-circle.p6 .value-bar{transform:rotate(22deg)}.progress-circle.p7 .value-bar{transform:rotate(25deg)}.progress-circle.p8 .value-bar{transform:rotate(29deg)}.progress-circle.p9 .value-bar{transform:rotate(32deg)}.progress-circle.p10 .value-bar{transform:rotate(36deg)}.progress-circle.p11 .value-bar{transform:rotate(40deg)}.progress-circle.p12 .value-bar{transform:rotate(43deg)}.progress-circle.p13 .value-bar{transform:rotate(47deg)}.progress-circle.p14 .value-bar{transform:rotate(50deg)}.progress-circle.p15 .value-bar{transform:rotate(54deg)}.progress-circle.p16 .value-bar{transform:rotate(58deg)}.progress-circle.p17 .value-bar{transform:rotate(61deg)}.progress-circle.p18 .value-bar{transform:rotate(65deg)}.progress-circle.p19 .value-bar{transform:rotate(68deg)}.progress-circle.p20 .value-bar{transform:rotate(72deg)}.progress-circle.p21 .value-bar{transform:rotate(76deg)}.progress-circle.p22 .value-bar{transform:rotate(79deg)}.progress-circle.p23 .value-bar{transform:rotate(83deg)}.progress-circle.p24 .value-bar{transform:rotate(86deg)}.progress-circle.p25 .value-bar{transform:rotate(90deg)}.progress-circle.p26 .value-bar{transform:rotate(94deg)}.progress-circle.p27 .value-bar{transform:rotate(97deg)}.progress-circle.p28 .value-bar{transform:rotate(101deg)}.progress-circle.p29 .value-bar{transform:rotate(104deg)}.progress-circle.p30 .value-bar{transform:rotate(108deg)}.progress-circle.p31 .value-bar{transform:rotate(112deg)}.progress-circle.p32 .value-bar{transform:rotate(115deg)}.progress-circle.p33 .value-bar{transform:rotate(119deg)}.progress-circle.p34 .value-bar{transform:rotate(122deg)}.progress-circle.p35 .value-bar{transform:rotate(126deg)}.progress-circle.p36 .value-bar{transform:rotate(130deg)}.progress-circle.p37 .value-bar{transform:rotate(133deg)}.progress-circle.p38 .value-bar{transform:rotate(137deg)}.progress-circle.p39 .value-bar{transform:rotate(140deg)}.progress-circle.p40 .value-bar{transform:rotate(144deg)}.progress-circle.p41 .value-bar{transform:rotate(148deg)}.progress-circle.p42 .value-bar{transform:rotate(151deg)}.progress-circle.p43 .value-bar{transform:rotate(155deg)}.progress-circle.p44 .value-bar{transform:rotate(158deg)}.progress-circle.p45 .value-bar{transform:rotate(162deg)}.progress-circle.p46 .value-bar{transform:rotate(166deg)}.progress-circle.p47 .value-bar{transform:rotate(169deg)}.progress-circle.p48 .value-bar{transform:rotate(173deg)}.progress-circle.p49 .value-bar{transform:rotate(176deg)}.progress-circle.p50 .value-bar{transform:rotate(180deg)}.progress-circle.p51 .value-bar{transform:rotate(184deg)}.progress-circle.p52 .value-bar{transform:rotate(187deg)}.progress-circle.p53 .value-bar{transform:rotate(191deg)}.progress-circle.p54 .value-bar{transform:rotate(194deg)}.progress-circle.p55 .value-bar{transform:rotate(198deg)}.progress-circle.p56 .value-bar{transform:rotate(202deg)}.progress-circle.p57 .value-bar{transform:rotate(205deg)}.progress-circle.p58 .value-bar{transform:rotate(209deg)}.progress-circle.p59 .value-bar{transform:rotate(212deg)}.progress-circle.p60 .value-bar{transform:rotate(216deg)}.progress-circle.p61 .value-bar{transform:rotate(220deg)}.progress-circle.p62 .value-bar{transform:rotate(223deg)}.progress-circle.p63 .value-bar{transform:rotate(227deg)}.progress-circle.p64 .value-bar{transform:rotate(230deg)}.progress-circle.p65 .value-bar{transform:rotate(234deg)}.progress-circle.p66 .value-bar{transform:rotate(238deg)}.progress-circle.p67 .value-bar{transform:rotate(241deg)}.progress-circle.p68 .value-bar{transform:rotate(245deg)}.progress-circle.p69 .value-bar{transform:rotate(248deg)}.progress-circle.p70 .value-bar{transform:rotate(252deg)}.progress-circle.p71 .value-bar{transform:rotate(256deg)}.progress-circle.p72 .value-bar{transform:rotate(259deg)}.progress-circle.p73 .value-bar{transform:rotate(263deg)}.progress-circle.p74 .value-bar{transform:rotate(266deg)}.progress-circle.p75 .value-bar{transform:rotate(270deg)}.progress-circle.p76 .value-bar{transform:rotate(274deg)}.progress-circle.p77 .value-bar{transform:rotate(277deg)}.progress-circle.p78 .value-bar{transform:rotate(281deg)}.progress-circle.p79 .value-bar{transform:rotate(284deg)}.progress-circle.p80 .value-bar{transform:rotate(288deg)}.progress-circle.p81 .value-bar{transform:rotate(292deg)}.progress-circle.p82 .value-bar{transform:rotate(295deg)}.progress-circle.p83 .value-bar{transform:rotate(299deg)}.progress-circle.p84 .value-bar{transform:rotate(302deg)}.progress-circle.p85 .value-bar{transform:rotate(306deg)}.progress-circle.p86 .value-bar{transform:rotate(310deg)}.progress-circle.p87 .value-bar{transform:rotate(313deg)}.progress-circle.p88 .value-bar{transform:rotate(317deg)}.progress-circle.p89 .value-bar{transform:rotate(320deg)}.progress-circle.p90 .value-bar{transform:rotate(324deg)}.progress-circle.p91 .value-bar{transform:rotate(328deg)}.progress-circle.p92 .value-bar{transform:rotate(331deg)}.progress-circle.p93 .value-bar{transform:rotate(335deg)}.progress-circle.p94 .value-bar{transform:rotate(338deg)}.progress-circle.p95 .value-bar{transform:rotate(342deg)}.progress-circle.p96 .value-bar{transform:rotate(346deg)}.progress-circle.p97 .value-bar{transform:rotate(349deg)}.progress-circle.p98 .value-bar{transform:rotate(353deg)}.progress-circle.p99 .value-bar{transform:rotate(356deg)}.progress-circle.p100 .value-bar{transform:rotate(360deg)}.left-half-clipper{border-radius:50%;width:5em;height:5em;position:absolute;clip:rect(0, 5em, 5em, 2.5em)}.value-bar{position:absolute;clip:rect(0, 2.5em, 5em, 0);width:5em;height:5em;border-radius:50%;border:0.45em solid #53777a;box-sizing:border-box}.align-autoplay{align-items:flex-end;margin-right:7px}.fr-hovered-over-file{background-color:#F0F0F0}.thumbnail-padding{padding-right:4px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}body.fr-fullscreen{overflow:hidden;height:100%;width:100%;position:fixed}.fr-box.fr-fullscreen{margin:0 !important;position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483630 !important;width:auto !important}.fr-box.fr-fullscreen .fr-wrapper{background-color:#FFF}.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen .fr-toolbar{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-fullscreen .fr-toolbar.fr-top{top:0 !important}.fr-box.fr-fullscreen .fr-toolbar.fr-bottom{bottom:0 !important}.fr-box.fr-fullscreen .fr-second-toolbar{margin-top:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-fullscreen-wrapper{z-index:2147483640 !important;width:100% !important;margin:0 !important;padding:0 !important;overflow:visible !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal{text-align:left;padding:20px 20px 10px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table{border-collapse:collapse;font-size:14px;line-height:1.5;width:100%}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table+table{margin-top:20px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th{text-align:left}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td{padding:6px 0 4px}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:solid 1px #ebebeb}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{width:60%;color:#646464}.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2){letter-spacing:0.5px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element img{cursor:pointer;padding:0 1px}.fr-image-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:0.4;-moz-opacity:0.4;opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}@keyframes loading{from{left:-25%}to{left:100%}}img.fr-draggable{user-select:none}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-modal .fr-modal-head .fr-modal-head-line::after{clear:both;display:block;content:"";height:0}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more{margin-top:10px}.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available{opacity:0;width:0;padding:12px 0}.fr-modal .fr-modal-head .fr-modal-tags{padding:0 20px;display:none;text-align:left}.fr-modal .fr-modal-head .fr-modal-tags a{display:inline-block;opacity:0;padding:6px 12px;margin:8px 0 8px 8px;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;cursor:pointer;background-color:#f5f5f5}.fr-modal .fr-modal-head .fr-modal-tags a:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a:active{background-color:#d6d6d6}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag{background-color:#EcF5Ff;color:#0098f7}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus{outline:none;background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover{background-color:#ebebeb}.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active{background-color:#d6d6d6}.fr-show-tags .fr-modal-more svg path{fill:#0098f7}div.fr-modal-body{-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s}div.fr-modal-body .fr-preloader{display:block;margin:50px auto}div.fr-modal-body div.fr-image-list{text-align:center;margin:0 20px;padding:0}div.fr-modal-body div.fr-image-list .fr-list-column{float:left;width:calc((100% - 20px) / 2)}@media (min-width: 768px) and (max-width: 1199px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 40px) / 3)}}@media (min-width: 1200px){div.fr-modal-body div.fr-image-list .fr-list-column{width:calc((100% - 60px) / 4)}}div.fr-modal-body div.fr-image-list .fr-list-column+.fr-list-column{margin-left:20px}div.fr-modal-body div.fr-image-list div.fr-image-container{position:relative;width:100%;display:block;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;overflow:hidden}div.fr-modal-body div.fr-image-list div.fr-image-container:first-child{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container+div{margin-top:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after{position:absolute;-webkit-opacity:0.5;-moz-opacity:0.5;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;background:#000;content:"";top:0;left:0;bottom:0;right:0;z-index:2}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before{content:attr(data-deleting);color:#FFF;top:0;left:0;bottom:0;right:0;margin:auto;position:absolute;z-index:3;font-size:15px;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{height:95px;background:#CCCCCC;z-index:1}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;content:attr(data-loading);display:inline-block;height:20px}div.fr-modal-body div.fr-image-list div.fr-image-container img{width:100%;vertical-align:middle;position:relative;z-index:2;-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img{-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img{display:inline-block}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{display:none;top:50%;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;margin:0;line-height:40px;text-decoration:none;z-index:3}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{background:#B8312F;fill:#FFF;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(25%);-moz-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);-o-transform:translateY(-50%) translateX(25%)}div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{background:#FFF;fill:#0098f7;padding:8px;left:50%;-webkit-transform:translateY(-50%) translateX(-125%);-moz-transform:translateY(-50%) translateX(-125%);-ms-transform:translateY(-50%) translateX(-125%);-o-transform:translateY(-50%) translateX(-125%)}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img{-webkit-opacity:0.75;-moz-opacity:0.75;opacity:0.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img{display:inline-block;width:40px;height:40px}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#FFF}.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-line-breaker{cursor:text;border-top:1px solid #0098f7;position:fixed;z-index:2;display:none}.fr-line-breaker.fr-visible{display:block}.fr-line-breaker a.fr-floating-btn{position:absolute;left:calc(50% - (40px / 2));top:-20px}.fr-line-breaker a.fr-floating-btn svg{margin:8px;height:24px;width:24px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-wrapper-markdown{display:flex}.fr-markdown-view{width:calc(52% - 1px);box-sizing:inherit}.fr-markdown-editor{width:calc(48% - 1px);box-sizing:inherit;background-color:#eee}.fr-markdown-editor>p{margin:0}.fr-markdown-view>p{margin-top:0}.gutter-horizontal{display:flex;z-index:9;background-color:#dadada;cursor:col-resize;width:2px}.e-resize-handler{z-index:9;width:1px;display:flex;justify-content:center;align-items:center;align-self:center;position:relative;font-size:10px;color:#c5c5c5}.fr-markdown-view>dl{margin-top:0;margin-bottom:1rem}.fr-markdown-view>dt{font-weight:700}.fr-markdown-view>dd{margin-bottom:.5rem;margin-left:0}.fr-markdown-view>pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;background-color:#f8f8f8;border:1px solid #dfdfdf;margin-top:1.5em;margin-bottom:1.5em;padding:0.125rem 0.3125rem 0.0625rem}.fr-markdown-view>code{background-color:#f8f8f8;border-color:#dfdfdf;border-style:solid;border-width:1px;color:#333;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;padding:0.125rem 0.3125rem 0.0625rem}.fr-markdown-view>pre code{background-color:transparent;border:0;padding:0}.fr-markdown-view>sup{top:-.5em}.footnote-a{color:#007bff;text-decoration:none;background-color:transparent}.fr-markdown-view>hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}.blockquote{margin:0 0 1rem;border-left:5px solid #eee;padding:10px 20px;font-size:1.25rem}.fr-markdown-view>table{width:100%;max-width:100%;margin-bottom:20px;background-color:transparent;border-spacing:0;border-collapse:collapse}.fr-markdown-view>table>tbody>tr>td,.fr-markdown-view>table>tbody>tr>th,.fr-markdown-view>table>thead>tr>td,.fr-markdown-view>table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border:1px solid #ddd}.fr-markdown-view>table>thead>tr>td,.fr-markdown-view>table>thead>tr>th{border-bottom-width:2px}.fr-markdown-view>table>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.fr-markdown-view>a{color:#337ab7;text-decoration:none}.fr-markdown-view>h1{font-size:2em !important}.fr-markdown-view>h2{font-size:1.5em !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-quick-insert{position:absolute;z-index:2147483639;white-space:nowrap;padding-right:10px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-quick-insert a.fr-floating-btn svg{margin:8px;width:24px;height:24px}.fr-quick-insert.fr-on a.fr-floating-btn svg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg)}.fr-quick-insert.fr-hidden{display:none}.fr-qi-helper{position:absolute;z-index:3;padding-left:20px;white-space:nowrap}.fr-qi-helper a.fr-btn.fr-floating-btn{text-align:center;padding:6px 10px 10px 10px;display:inline-block;color:#222222;background:#FFF;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.fr-qi-helper a.fr-btn.fr-floating-btn svg{fill:#222222}.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category{padding:10px 15px}.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span{font-weight:normal;font-size:16px}.fr-popup .fr-special-character{width:24px;height:24px}@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px){.fr-popup .fr-icon-container.fr-sc-container{width:368px}}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #0098f7}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-right:1px solid #0098f7}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-size{margin:20px}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #DDD}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:transparent}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(0,152,247,0.3);border:solid 1px #0098f7}.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block !important}.fr-popup .fr-table-colors{display:block;padding:20px;padding-bottom:0}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}#fr-form-container{margin:auto;position:relative;top:10%;background-color:#f5f5f5;width:60%;border-radius:5px;z-index:9002;overflow:auto;background-color:#fefefe}.fr-trim-video-name{font-family:Arial, Helvetica, sans-serif;padding-top:15px}.fr-file-loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #53777a;display:inline-block !important;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px;display:block !important;align-items:center}.fr-trim-button{margin-top:5px;height:36px;line-height:1;color:#0098f7;padding:10px;cursor:pointer;text-decoration:none;border:none;background:none;font-size:16px;border-radius:5px;background-color:#eff5fa;outline:none}.fr-trim-button:hover{background:#ebebeb}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fr-slidecontainer{width:100%}.fr-slider{-webkit-appearance:none;width:100%;height:15px;background:#d3d3d3}.fr-video-trim-buttons{text-align:right;padding-bottom:5px;padding-right:15px;margin-top:10px}.fr-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;cursor:pointer}.fr-slider::-moz-range-thumb{width:15px;height:15px;background:#3498db;border-radius:50%;cursor:pointer}.fr-range-value-start{position:absolute}.fr-range-value-start>span{width:60px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:50%;transform:translate(-85%, 0);border-radius:6px}.fr-range-value-start>span:before{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;left:86%;margin-left:-5px;margin-top:-1px}.fr-range-value-end{position:absolute}.fr-range-value-end>span{width:60px;height:24px;line-height:24px;text-align:center;background:#03a9f4;color:#fff;font-size:12px;display:block;position:absolute;left:14%;transform:translate(-8%, 0);border-radius:6px}.fr-range-value-end>span:before{content:"";position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;left:14%;margin-left:-5px;margin-top:-1px}#startTimeValue{top:-153% !important}#startTimeValue span:before{border-top:10px solid #03a9f4;top:100%}#endTimeValue{top:-153% !important}#endTimeValue span:before{border-top:10px solid #03a9f4;top:100%}.fr-range-slider{position:relative;width:80%;height:15px}.fr-range-slider>input{pointer-events:none;position:absolute;left:0;top:10px;width:100%;outline:none;height:6px;border-radius:10px}.fr-range-slider>input::-webkit-slider-thumb{pointer-events:all;position:relative;z-index:1;-webkit-appearance:none;appearance:none;width:15px;height:15px;background:#3498db;cursor:pointer;border-radius:7px;margin-top:-3.6px}.fr-range-slider>input::-moz-range-thumb{pointer-events:all;position:relative;z-index:10;-moz-appearance:none;width:9px;height:15px;border-radius:7px;margin-top:-3.6px}.fr-range-slider>input::-moz-range-track{position:relative;z-index:-1;background-color:black;border:0;height:15px;border-radius:50%;margin-top:-3.6px}.fr-range-slider>input:last-of-type::-moz-range-track{-moz-appearance:none;background:none transparent;border:0}.fr-range-slider>input[type="range"]::-moz-focus-outer{border:0}@media screen and (max-width: 430px){.range-value span{width:40px;font-size:10px}#fr-form-container{top:20%}}#fr-video-edit{width:80%;text-align:center;height:50%;margin-bottom:20px;padding-top:8px;padding-bottom:8px}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:transparent}.fr-element .fr-video.fr-active>*{z-index:2;position:relative}.fr-element .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-box .fr-video-resizer{position:absolute;border:solid 1px #0098f7;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{display:block;position:absolute;background:#0098f7;border:solid 1px #FFF;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;margin:20px;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#0098f7}.fr-popup .fr-video-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0 !important;padding:0 !important;width:100% !important}.fr-popup .fr-video-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:normal}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#b3e0fd;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0%;background:#0098f7;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30% !important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-autoplay-margin{margin-top:0px !important}.fr-clearfix::after{clear:both;display:block;content:"";height:0}.fr-hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.fr-view img.fr-rounded,.fr-view .fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-shadow,.fr-view .fr-img-caption.fr-shadow img{-webkit-box-shadow:10px 10px 5px 0px #cccccc;-moz-box-shadow:10px 10px 5px 0px #cccccc;box-shadow:10px 10px 5px 0px #cccccc}.fr-view img.fr-bordered,.fr-view .fr-img-caption.fr-bordered img{border:solid 5px #CCC}.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-view .fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table[border='0'] td:not([class]),.fr-view table[border='0'] th:not([class]),.fr-view table[border='0'] td[class=""],.fr-view table[border='0'] th[class=""]{border-width:0px}.fr-view table{border:none;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:whitesmoke}.fr-view table td,.fr-view table th{border:1px solid #DDD}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#ececec}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;break-after:always;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:normal}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir="rtl"] blockquote{border-left:none;border-right:solid 2px #5E35B1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir="rtl"] blockquote blockquote{border-color:#00BCD4}.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43A047}.fr-view blockquote{border-left:solid 2px #5E35B1;margin-left:0;padding-left:5px;color:#5E35B1}.fr-view blockquote blockquote{border-color:#00BCD4;color:#00BCD4}.fr-view blockquote blockquote blockquote{border-color:#43A047;color:#43A047}.fr-view span.fr-emoticon{font-weight:normal;font-family:"Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat !important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA !important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ffff00}.fr-view .fr-class-code{border-color:#cccccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New", Courier, monospace}.fr-view .fr-class-transparency{opacity:0.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute !important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:none}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap a{display:block}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:0.9;-moz-opacity:0.9;opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}

.navigation-links.translation-enabled .navigation-links-container {
  display: flex;
}
.navigation-links.translation-enabled .navigation-links-container .language-selector {
  margin-left: auto;
}
.mobile-navigation-view .language-selector {
  padding: 8px 10px 10px 20px;
}

.header-wrapper-base {
  padding: 0 12px;
  height: max-content;
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
  flex-direction: column;
  width: 84%;
  max-width: 1200px;
}
.header-wrapper-base.full-bleed {
  width: 100%;
  max-width: unset;
  padding: 0 24px;
  box-sizing: border-box;
}
.header-wrapper-base .header-separator {
  border-bottom: 1px solid #d7dcea;
  width: 100%;
  margin: 10px 0;
  height: 10px;
}
.header-wrapper-base .top-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-wrapper-base .top-row .add-ons-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 12px;
}
.header-wrapper-base .two-line-header {
  height: 60px;
}
.header-wrapper-base .two-line-header .add-ons-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-wrapper-base .bottom-row {
  width: 100%;
  display: flex;
  position: relative;
}
.header-wrapper-base .bottom-row .force-right {
  position: absolute;
  right: 0;
}
.header-wrapper-base .bottom-row .language-selector.force-right {
  right: auto;
}
.header-wrapper-base .header-title-component {
  margin-left: 12px;
}
.header-wrapper-base .header-title-component {
  margin: 0 12px;
}
.header-wrapper-base .add-ons {
  display: flex;
}
.header-wrapper-base .logo-right .header-thumbnail {
  margin-right: 0;
}
.header-wrapper-base .header-links-wrapper {
  width: 100%;
  display: flex;
}
.header-wrapper-base .header-links-wrapper .dasher-navigation-links {
  margin: 0;
  width: 100%;
  padding: 0;
}
.header-wrapper-base .header-links-wrapper .dasher-navigation-links .navigation-links-container {
  width: 100%;
  border: none;
  padding: 8px 0px;
}
.header-wrapper-base .header-links-wrapper .dasher-navigation-links .navigation-links-container > div:first-child {
  margin-left: 8px;
}
.header-wrapper-base .navigation-links-left .dasher-navigation-links {
  text-align: start;
}
.header-wrapper-base .navigation-links-left .dasher-navigation-links .submenu-links-container {
  padding: 12px 0;
  padding-left: 8px;
  text-align: left;
}
.header-wrapper-base .navigation-links-center .dasher-navigation-links {
  text-align: center;
}
.header-wrapper-base .navigation-links-center .dasher-navigation-links .submenu-links-container {
  padding: 12px 0;
  text-align: center;
}
.header-wrapper-base .navigation-links-right .dasher-navigation-links {
  margin-right: 8px;
}
.header-wrapper-base .navigation-links-right .dasher-navigation-links .navigation-links-container {
  text-align: right;
}
.header-wrapper-base .navigation-links-right .dasher-navigation-links .submenu-links-container {
  padding: 12px 0;
  text-align: right;
}
.header-wrapper-base .two-line-navigation-links-right {
  text-align: end;
}
.header-wrapper-base .two-line-navigation-links-right .dasher-navigation-links .submenu-links-container {
  padding: 12px;
}
.header-wrapper-base .two-line-navigation-links-right-with-search {
  text-align: end;
  width: 99%;
}
.header-wrapper-base .two-line-navigation-links-right-with-search .submenu-links-container {
  padding: 12px;
}
.header-wrapper-base .add-ons-wrapper {
  margin-left: auto;
  margin-top: 8px;
  position: absolute;
  right: 0;
}
.header-wrapper-base .add-ons-wrapper.add-ons-pull-left {
  position: absolute;
  left: 0;
}
.header-wrapper-base .width-override {
  position: absolute;
  left: 0;
  width: fit-content;
  margin-left: unset;
}
.header-wrapper-base .width-override-icon {
  margin-left: auto;
}
.fixed-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: inherit;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
}
.fixed-navigation .search-icon-container {
  margin-top: 8px;
}
.fixed-navigation.navigation-left-position .dasher-navigation-links {
  text-align: start;
}
.fixed-navigation.navigation-left-position .dasher-navigation-links .navigation-links-container {
  padding-left: 12px;
}
.fixed-navigation.navigation-left-position .dasher-navigation-links .submenu-links-container {
  padding-left: 12px;
}
.fixed-navigation.navigation-center-position .dasher-navigation-links {
  text-align: center;
}
.fixed-navigation.navigation-center-position .dasher-navigation-links .submenu-links-container {
  padding-left: 24px;
  padding-right: 24px;
}
.fixed-navigation.navigation-right-position .dasher-navigation-links {
  text-align: end;
}
.fixed-navigation.navigation-right-position .dasher-navigation-links .submenu-links-container {
  padding-right: 14px;
}
.fixed-navigation.navigation-right-position-with-search .dasher-navigation-links .navigation-links-container {
  padding-right: 14px;
}
.fixed-navigation.navigation-right-position-with-search .dasher-navigation-links .submenu-links-container {
  padding-right: 26px;
}
.fixed-navigation .dasher-navigation-links {
  width: 100%;
}
.fixed-navigation .dasher-navigation-links .navigation-links-container {
  padding: 8px 0;
  border: none;
}
.fixed-navigation .search-icon-container {
  position: absolute;
  right: 8px;
}

.navigation-links {
  position: relative;
  overflow: visible;
  z-index: 30;
}
.navigation-links.prevent-dropdowns .nav-link-super-wrapper:hover .nav-link-subsection-dropdown {
  display: none;
}
.nav-link-wrapper {
  display: inline-block;
  text-decoration: none;
}
.nav-link-super-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.nav-link-super-wrapper a {
  cursor: pointer;
}
.nav-link-super-wrapper .nav-link-subsection-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 99%;
  left: 50%;
  z-index: 500;
  box-sizing: border-box;
}
.nav-link-super-wrapper:hover .nav-link-subsection-dropdown-wrapper {
  display: block;
}
.nav-link-super-wrapper .nav-link-subsection-dropdown-spacer {
  display: block;
  width: 100%;
}
.submenu-links-container {
  position: relative;
  box-sizing: border-box;
}
.submenu-nav-link-wrapper {
  display: inline-block;
}
.submenu-nav-link-wrapper a {
  cursor: pointer;
}
.submenu-nav-link {
  display: inline-block;
}

.nav-opener-container {
  position: fixed;
  background-color: white;
  right: 0;
  top: 0;
  left: 0;
  z-index: 200;
  height: 43px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.nav-opener-container.nav-is-open .bm-menu {
  -webkit-box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.nav-opener-container .nav-menu-title-wrapper {
  text-align: center;
  padding: 13px 40px 12px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  line-height: 20px;
}
.nav-opener-container .nav-menu-title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585858;
}
.nav-opener-container .nav-opener-header-text {
  position: absolute;
  left: 35px;
  top: 0px;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  box-sizing: border-box;
  padding-left: 8px;
  color: #585858;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.nav-opener-container .nav-opener-icon {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 15px;
}
.nav-opener-container .nav-opener-icon span {
  border-radius: 2px;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #585858;
  opacity: 1;
  left: 0;
}
.nav-opener-container .bm-menu {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.nav-opener-container .bm-item-list {
  padding: 0 0 16px 0;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 0;
  margin: 0;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item.in-page-search-start-menu-item {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item.in-page-search-start-menu-item .zfe-icon-search {
  display: inline-block;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item.selected {
  background-color: #DDD;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item > a {
  padding: 8px 10px 10px 20px;
  color: #333;
  text-overflow: clip;
  white-space: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0;
  overflow: hidden;
  text-decoration: none;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item > a:active {
  background-color: #DDD;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item.is-subsection {
  padding-left: 22px;
}
.nav-opener-container .new-header-mobile-navigation-menu-list > .menu-item.is-subsection > a {
  color: #555;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item {
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding: 0;
  margin: 0;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item.in-page-search-start-menu-item {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item.in-page-search-start-menu-item .zfe-icon-search {
  display: inline-block;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item.selected {
  background-color: #DDD;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item > a {
  padding: 8px 10px 10px 20px;
  color: #333;
  text-overflow: clip;
  white-space: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0;
  overflow: hidden;
  text-decoration: none;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item > a:active {
  background-color: #DDD;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item.is-subsection {
  padding-left: 22px;
}
.nav-opener-container .mobile-navigation-menu-list > .menu-item.is-subsection > a {
  color: #555;
}
.nav-opener-container .nav-opener-icon span:nth-child(1) {
  top: 0px;
}
.nav-opener-container .nav-opener-icon span:nth-child(2) {
  display: none;
  top: 5px;
}
.nav-opener-container .nav-opener-icon span:nth-child(2),
.nav-opener-container .nav-opener-icon span:nth-child(3) {
  top: 5px;
}
.nav-opener-container .nav-opener-icon span:nth-child(4) {
  top: 10px;
}
.nav-opener-container .nav-opener-icon.open {
  opacity: 0;
}

.mobile-social-links-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 12em;
  height: 100%;
  line-height: 43px;
  vertical-align: middle;
}
.mobile-social-links-wrapper .mobile-social-links {
  float: right;
  box-sizing: border-box;
  display: block;
}
.mobile-social-links-wrapper .mobile-social-icon-wrapper {
  display: block;
  float: right;
  margin-left: 5px;
  z-index: 10;
  position: relative;
}
.mobile-social-links-wrapper .mobile-social-icon-wrapper a.social-icon-link {
  color: #999;
  text-decoration: none;
  font-size: 22px;
  display: block;
}
.mobile-social-links-wrapper .mobile-social-icon-wrapper a.social-icon-link .zfe-icon {
  vertical-align: middle;
}

.zfTransitions-Opacity-normal-enter {
  opacity: 0.01;
}
.zfTransitions-Opacity-normal-enter.zfTransitions-Opacity-normal-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.zfTransitions-Opacity-normal-leave {
  opacity: 1;
}
.zfTransitions-Opacity-normal-leave.zfTransitions-Opacity-normal-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.zfTransitions-Opacity-normal-appear {
  opacity: 0.01;
}
.zfTransitions-Opacity-normal-appear.zfTransitions-Opacity-normal-appear-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.zfTransitions-Opacity-fast-enter {
  opacity: 0.01;
}
.zfTransitions-Opacity-fast-enter.zfTransitions-Opacity-fast-enter-active {
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.zfTransitions-Opacity-fast-leave {
  opacity: 1;
}
.zfTransitions-Opacity-fast-leave.zfTransitions-Opacity-fast-leave-active {
  opacity: 0.01;
  transition: opacity 150ms ease-in;
}
.zfTransitions-Opacity-fast-appear {
  opacity: 0.01;
}
.zfTransitions-Opacity-fast-appear.zfTransitions-Opacity-fast-appear-active {
  opacity: 1;
  transition: opacity 150ms ease-in;
}
.zfTransitions-ScaleYTransformFast-enter {
  transform: scaleY(0.01);
}
.zfTransitions-ScaleYTransformFast-enter.zfTransitions-ScaleYTransformFast-enter-active {
  transform: scaleY(1);
  transition: transform 300ms ease-in;
}
.zfTransitions-ScaleYTransformFast-leave {
  transform: scaleY(1);
}
.zfTransitions-ScaleYTransformFast-leave.zfTransitions-ScaleYTransformFast-leave-active {
  transform: scaleY(0.01);
  transition: transform 300ms ease-in;
}
.zfTransitions-ScaleYTransformFast-appear {
  transform: scaleY(0.01);
}
.zfTransitions-ScaleYTransformFast-appear.zfTransitions-ScaleYTransformFast-appear-active {
  transform: scaleY(1);
  transition: transform 300ms ease-in;
}
.zfTransitions-SmallHeight-enter {
  max-height: 0;
}
.zfTransitions-SmallHeight-enter.zfTransitions-SmallHeight-enter-active {
  max-height: 100px;
  transition: max-height 300ms ease-in;
}
.zfTransitions-SmallHeight-leave {
  max-height: 100px;
}
.zfTransitions-SmallHeight-leave.zfTransitions-SmallHeight-leave-active {
  max-height: 0;
  transition: max-height 300ms ease-in;
}
.zfTransitions-SmallHeight-appear {
  max-height: 0;
}
.zfTransitions-SmallHeight-appear.zfTransitions-SmallHeight-appear-active {
  max-height: 100px;
  transition: max-height 300ms ease-in;
}

.header-contents .secondary-thumbnail {
  cursor: default;
  margin: 0;
  margin-left: 2em;
  float: right;
}
.header-contents .secondary-thumbnail.is-link {
  cursor: pointer;
}
.header-contents .language-selector {
  margin: 0;
  margin-left: 2em;
  float: right;
}

.error-boundary {
  background-color: #f7f9fa;
  border: 1px solid #888;
  color: #DE363B;
  padding: 15px;
}
.error-boundary h2 {
  font-size: 15px;
}
.error-boundary h3 {
  font-size: 13px;
  font-weight: bold;
}
.error-boundary p {
  font-size: 12px;
}
.error-boundary textarea {
  color: #DE363B;
  font-size: 10px;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
  background-color: #f7f9fa;
  resize: none;
  width: 100%;
  line-height: 1.3;
  box-sizing: border-box;
}

.section-video-background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.section-video-background-controls {
  z-index: 29;
}

.full-text-search-modal-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.6);
}
.full-text-search-display {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 40%;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 10000000;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.full-text-search-display .full-text-search-select__input {
  color: #141414;
  cursor: text;
  font-weight: 400;
  font-family: sans-serif;
}
@media (max-width: 640px) {
  .full-text-search-display {
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
.full-text-search-display h2 {
  color: #141414;
}
.full-text-search-display .search-result-item {
  position: relative;
  padding: 5px;
}
.full-text-search-display .search-result-item .result-item-icon-box {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 1.4em;
  color: #686868;
}
.full-text-search-display .search-result-item .result-item-content-box {
  margin-left: 50px;
}
.full-text-search-display .search-result-item .item-type-description {
  font-style: italic;
  font-size: 10px;
  color: #686868;
  padding: 5px 0 2px 5px;
}
.full-text-search-display .search-result-match-item,
.full-text-search-display search-result-match-item-result {
  max-height: 3.1em;
  overflow-y: hidden;
  position: relative;
  padding: 5px;
}
.full-text-search-display .search-result-match-item .field-name,
.full-text-search-display search-result-match-item-result .field-name {
  margin-right: 5px;
  color: #686868;
}
.full-text-search-display .search-result-match-item .field-value .highlight,
.full-text-search-display search-result-match-item-result .field-value .highlight {
  background-color: #7CB6FF;
}
.full-text-search-display .zfe-icon-search {
  margin-left: 5px;
}
.full-text-search-display .full-text-search-select__control {
  background-color: #fff;
  color: #141414;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 22px;
  padding-left: 5px;
  border-radius: 2px 2px 0 0;
}
.full-text-search-display .full-text-search-select__control--is-focused {
  border: none;
}
.full-text-search-display .full-text-search-select__dropdown-indicator {
  display: none;
}
.full-text-search-display .full-text-search-select__indicator-separator {
  display: none;
}
.full-text-search-display .full-text-search-select__menu {
  background-color: #F0F0F0;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0 0 2px 2px;
}
.full-text-search-display .full-text-search-select__menu-list {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 400px;
}
.full-text-search-display .full-text-search-select__option {
  color: #141414;
  border: 1px solid #F0F0F0;
  border-bottom: 1px solid #dcdcdc;
}
.full-text-search-display .full-text-search-select__option--is-focused {
  background-color: #e3e3e3;
  color: #141414;
  cursor: pointer;
  border: 1px solid #6eb6ff;
}
.full-text-search-display .full-text-search-select__placeholder {
  color: #686868;
}
.full-text-search-display .full-text-search-select__value-container {
  color: #141414;
  padding: 9px 4px 10px 4px;
}
.full-text-search-display .full-text-search-select__menu-notice {
  color: #141414;
  opacity: 0.5;
}

.zf-combobox .zf-combobox-input-wrapper {
  display: flex;
  justify-content: flex-start;
}
.zf-combobox .zf-combobox-input-wrapper .zf-combobox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zf-combobox .zf-combobox-input-wrapper input {
  width: 100%;
}
.zf-combobox [data-reach-combobox-list] {
  max-height: 400px;
  overflow-y: scroll;
}

:root {
  --reach-combobox: 1;
}

[data-reach-combobox-popover] {
  border: solid 1px hsla(0, 0%, 0%, 0.25);
  background: hsla(0, 100%, 100%, 0.99);
  font-size: 85%;
}

[data-reach-combobox-list] {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}

[data-reach-combobox-option] {
  cursor: pointer;
  margin: 0;
  padding: 0.25rem 0.5rem;
}

[data-reach-combobox-option][aria-selected="true"] {
  background: hsl(211, 10%, 95%);
}

[data-reach-combobox-option]:hover {
  background: hsl(211, 10%, 92%);
}

[data-reach-combobox-option][aria-selected="true"]:hover {
  background: hsl(211, 10%, 90%);
}

[data-suggested-value] {
  font-weight: bold;
}

.needs-refresh-modal-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000000;
  background-color: rgba(0, 0, 0, 0.6);
}
.needs-refresh-modal {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 40%;
  margin-left: -200px;
  margin-top: -150px;
  z-index: 10000000;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  background-color: white;
  border-radius: 2px;
  padding: 30px;
}
.needs-refresh-modal .refresh-button {
  margin: 25px;
  border-radius: 2px;
  padding: 10px;
  cursor: pointer;
}
.needs-refresh-modal .fyi-text {
  color: #999;
  font-style: italic;
}

/* OVERLAY */
.overlay {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.overlay-box-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1007;
}
.overlay-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 1005;
}
.overlay-asset-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 75%;
  z-index: 1010;
}
.overlay-asset-wrapper.full-width-override {
  width: 100%;
}
.overlay.type-pdf .overlay-asset-wrapper,
.overlay.type-ppt .overlay-asset-wrapper,
.overlay.no-caption .overlay-asset-wrapper {
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
}
.pdf-overlay-notice,
.other-overlay-notice,
.ppt-overlay-notice {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-align: center;
  -webkit-align-items: center;
}
.pdf-overlay-notice .downloadable-asset-title,
.other-overlay-notice .downloadable-asset-title,
.ppt-overlay-notice .downloadable-asset-title {
  max-width: 100%;
  word-wrap: break-word;
}
.pdf-overlay-notice .downloadable-asset-wrapper,
.other-overlay-notice .downloadable-asset-wrapper,
.ppt-overlay-notice .downloadable-asset-wrapper {
  cursor: pointer;
  width: 100%;
}
.pdf-overlay-notice > div img,
.other-overlay-notice > div img,
.ppt-overlay-notice > div img {
  display: block;
  margin: auto;
  width: 60px;
  height: 80px;
}
.pdf-overlay-notice > div img.ppt-image,
.other-overlay-notice > div img.ppt-image,
.ppt-overlay-notice > div img.ppt-image {
  width: 120px;
}
.pdf-overlay-notice > div .fyi-text,
.other-overlay-notice > div .fyi-text,
.ppt-overlay-notice > div .fyi-text {
  font-size: 0.5em;
  margin-top: 1em;
}
.pdf-iframe,
.html-package-iframe,
.custom-embed-iframe,
.ppt-iframe {
  border: 0;
  height: 100%;
  margin: 0;
  width: 100%;
}
.close-overlay-box {
  float: right;
  height: 40px;
  width: 40px;
}
.close-overlay-icon {
  cursor: pointer;
  font-size: 25px;
  margin-top: 20px;
  color: white;
  line-height: 60px;
}
.overlay-asset-viewport {
  z-index: 1010;
  bottom: 10%;
  left: 10%;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 10%;
  text-align: center;
  top: 10%;
}
.overlay-asset-viewport.show-overflow {
  background: none;
}
.overlay-asset-viewport.ppt-loading {
  background-color: #FFF;
}
.overlay-asset-viewport.ppt-loading + .overlay-asset-loading {
  z-index: 1100;
}
.overlay-asset-loading {
  background-color: #FFF;
  border-radius: 3em;
  height: 2em;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  opacity: 0.65;
  padding: 0.7em;
  position: absolute;
  top: 50%;
  width: 2em;
  z-index: 1000;
}
.overlay-asset-loading.hide {
  display: none;
}
.overlay-asset-loading img {
  width: 100%;
}
.overlay-asset-viewport.show-overflow {
  overflow: auto;
}
.overlay-asset {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
}
.overlay-caption-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  z-index: 1010;
  overflow: auto;
}
.overlay.type-pdf .overlay-caption-wrapper,
.overlay.type-ppt .overlay-caption-wrapper,
.overlay.no-caption .overlay-caption-wrapper {
  display: none;
}
.overlay-asset-title {
  border-bottom: 1px solid #ededed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  padding: 10%;
  text-transform: uppercase;
}
.overlay-caption-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 10%;
}
.ppt-iframe-header {
  background: #000;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  font-size: 14px;
  padding: 0 20px;
  line-height: 35px;
}
.ppt-iframe-header .ppt-iframe-header-download-link {
  color: #EEE;
  font-weight: 700;
  display: inline-block;
  float: right;
  text-decoration: none;
}
.ppt-iframe-header .ppt-iframe-header-download-link:hover {
  color: #FFF;
}
/* MOBILE OVERLAY */
.mobile-overlay .overlay-asset-viewport {
  top: 60px;
}
/* MEDIA QUERIES */
@media all and (min-width: 1320px) {
  .overlay-caption-wrapper {
    width: 330px;
  }
  .overlay-asset-wrapper {
    right: 330px;
    width: auto;
  }
}
body.bottom-captions .outer-tiles-wrapper {
  width: 100%;
}
body.bottom-captions .overlay-caption-wrapper {
  border-left: none;
  left: 0;
  height: 40%;
  top: auto;
  position: absolute;
  width: 100%;
}
body.bottom-captions .overlay .overlay-asset-wrapper {
  bottom: 40%;
  position: absolute;
  width: 100%;
}
body.bottom-captions .overlay.no-caption .overlay-asset-wrapper,
body.bottom-captions .overlay.type-pdf .overlay-asset-wrapper,
body.bottom-captions .overlay.type-ppt .overlay-asset-wrapper {
  bottom: 0;
}
body.bottom-captions .overlay .overlay-asset-title {
  border-bottom: none;
  padding-top: 2em;
}
body.bottom-captions .overlay .overlay-caption-content {
  padding-top: 0.5em;
  margin-bottom: 2em;
  line-height: 1.4em;
}

.subpage-is-fullpage .section-type-pdf {
  height: 100%;
}
.subpage-is-fullpage .section-type-pdf .section-iframe-wrapper {
  height: 100%;
}
.subpage-is-multisection .section-type-pdf .section-iframe-wrapper {
  display: block;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.pdf-section-no-embed-wrapper {
  position: relative;
  height: 100%;
}
.pdf-section-no-embed-wrapper .tile-wrapper {
  height: 100%;
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.pdf-section-no-embed-wrapper .tile-wrapper .tile-padding-wrapper {
  position: relative;
  border-radius: 0;
}
.pdf-section-no-embed-wrapper .tile-wrapper .tile {
  position: relative;
  overflow: hidden;
  margin: auto;
  height: 100%;
}
.pdf-section-no-embed-wrapper .tile-wrapper.type-pdf[pdf_icon="true"] .tile-image-wrapper {
  height: 80px;
  width: 60px;
  margin-left: -60px/2;
}
.pdf-section-no-embed-wrapper .tile-wrapper.type-pdf[pdf_icon="true"] .tile {
  min-height: 160px;
}

.subpage-is-multisection .section-iframe-wrapper {
  display: block;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.subpage-is-multisection .section-iframe-wrapper .iframe-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.inline-embed-iframe {
  border: 0;
  height: 100%;
  margin: 0;
  width: 100%;
}
.inline-embed-iframe.bring-to-foreground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.embed-section-mobile-wrapper {
  position: relative;
  height: 100%;
}
.embed-section-mobile-wrapper .tile-wrapper {
  cursor: default;
}
.embed-section-mobile-wrapper .tile-caption {
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

.is-mobile-layout .section-type-iframe-embed {
  margin-top: 0;
}

.section-type-presentation .presentation-wrapper {
  height: 500px;
}
.presentation-section-mobile-wrapper {
  position: relative;
  height: 100%;
}
.presentation-section-mobile-wrapper .tile-wrapper[action_type="overlay"] {
  cursor: default;
}
.presentation-section-mobile-wrapper .tile-wrapper {
  height: 100%;
}
.presentation-section-mobile-wrapper .tile-wrapper .tile {
  height: 100%;
}
.is-mobile-layout .section-type-presentation .presentation-wrapper {
  height: 255px;
}
.is-mobile-layout .section-type-presentation .presentation-wrapper .presentation-left {
  left: 10px;
}
.is-mobile-layout .section-type-presentation .presentation-wrapper .presentation-right {
  right: 10px;
}
.is-mobile-layout .section-type-presentation .presentation-wrapper .progress-bar {
  right: 10px;
}
.is-mobile-layout .section-type-presentation .presentation-wrapper .fullscreen-btn {
  display: none;
}

.is-mobile-layout .section-type-html-package {
  margin-top: 0;
}

.carousel-root .carousel .slider-wrapper {
  margin: 0;
  padding: 5px;
}
.carousel-root .carousel .slider {
  height: inherit;
}
.carousel-root {
  background-color: #111111;
}
.carousel-root.slideMasterHeight .carousel-slider {
  display: flex;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow {
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: calc((100% -  80px)/2);
  line-height: 40px;
  border-radius: 50%;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow .zf-app-modern-icon {
  font-size: 16px;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow .zf-app-modern-icon:before {
  vertical-align: top !important;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow .slidenav-arrow {
  font-size: 0;
  color: transparent;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow:hover {
  cursor: pointer;
  box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow.arrow-hidden {
  background: white;
  width: 100px;
  height: 100%;
  height: calc(100% -  66px);
  top: 0;
  border-radius: unset;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow.arrow-hidden:hover {
  transition: opacity 0.5s linear;
  opacity: 0.75;
}
.carousel-root.slideMasterHeight .carousel-slider .control-arrow {
  background-color: white;
  width: 60px;
  position: absolute;
}
.carousel-root.slideMasterHeight .carousel-slider .control-arrow:hover {
  background-color: white;
  opacity: 0.8;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow-previous {
  left: 20px;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow-previous.arrow-hidden {
  left: 0;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow-next {
  right: 20px;
}
.carousel-root.slideMasterHeight .carousel-slider .slideshow-arrow-next.arrow-hidden {
  right: 0;
}
.carousel-root.slideMasterHeight .carousel-slider .carousel {
  position: absolute;
  bottom: 0;
}
.carousel-root .carousel .thumbs-wrapper {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
}
.carousel-root .carousel .thumbs-wrapper .thumbs {
  display: flex;
}
.carousel-root .carousel .thumbs-wrapper .thumb {
  height: 56px;
  display: flex;
  cursor: pointer;
  min-width: 80px;
  border: 3px solid transparent;
  position: relative;
  align-items: center;
  justify-content: center;
}
.carousel-root .carousel .thumbs-wrapper .thumb.selected,
.carousel-root .carousel .thumbs-wrapper .thumb:hover {
  opacity: 1;
  border: 3px solid #4282D5;
}
.carousel-root .carousel .thumbs-wrapper .thumb.selected:focus-visible,
.carousel-root .carousel .thumbs-wrapper .thumb:hover:focus-visible {
  outline: 3px solid #4282D5;
  border: 3px solid #4282D5;
}
.carousel-root .carousel .thumbs-wrapper .thumb.selected:before,
.carousel-root .carousel .thumbs-wrapper .thumb:hover:before {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.carousel-root .carousel .thumbs-wrapper .thumb:before {
  content: '';
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
}
.carousel-root .carousel .thumbs-wrapper .thumb .thumbnail-video-icon {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-root .carousel .thumbs-wrapper .thumb .slide-spinner-container {
  background-color: transparent;
  height: 55px;
  position: absolute;
  width: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-root .carousel .custom-slider {
  height: inherit;
}
.carousel-root .carousel .slide {
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
.carousel-root .carousel .slide.selected {
  opacity: 1;
}
.carousel-root .carousel .slide .fullscreen-expand-button {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
.carousel-root .carousel .slide .fullscreen-expand-button:hover {
  opacity: 1;
}
.carousel-root .carousel .slide .slide-caption {
  height: 25%;
  display: flex;
  flex-direction: column;
  bottom: 66px;
  padding: 16px;
  width: 100%;
  z-index: 1;
}
.carousel-root .carousel .slide .slide-caption.bottom-placement {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}
.carousel-root .carousel .slide .slide-caption.slide-spotlight-center {
  margin: 0 10px;
}
.carousel-root .carousel .slide .slide-caption.left-placement {
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  min-width: 25%;
}
.carousel-root .carousel .slide .slide-caption.right-placement {
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  min-width: 25%;
}
.carousel-root .carousel .slide .slide-caption.bottom-placement-full-height {
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel-root .carousel .slide .slide-caption.left-placement-full-height {
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 33%;
  bottom: 0;
}
.carousel-root .carousel .slide .slide-caption.right-placement-full-height {
  right: 0;
  top: 0;
  height: auto;
  width: 33%;
  bottom: 0;
}
.carousel-root .carousel .slide .slide-caption.no-navigation {
  bottom: 0;
}
.carousel-root .carousel .slide .slide-caption .caption-contents-wrapper h1 {
  margin-left: unset;
}
.carousel-root .carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}
.carousel-root .carousel .slide .spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-root .carousel .slide .spinner-wrapper .slide-spinner-container {
  background-color: transparent;
  height: 200px;
  position: absolute;
  width: 200px;
}
.carousel-root .carousel .slide .spinner-wrapper .loading-message {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateX(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-anchor: middle;
  color: #4282D5;
}
.carousel-root .carousel .control-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  margin: 0;
  min-height: 66px;
}
.carousel-root .carousel .control-dots .dot.selected {
  width: 15px;
  height: 15px;
}
.carousel-autoplay-controls {
  padding: 5px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.carousel-autoplay-controls .playpause-btn {
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 0.03px;
  background-color: transparent;
  border: none;
}
.slide-wrapper-outline {
  display: flex;
  width: 100%;
  min-height: 100%;
}
.slide-wrapper-outline .slide-container {
  display: flex;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slide-wrapper-outline.slide-wrapper-outline-left .slide-caption {
  order: 0;
}
.slide-wrapper-outline.slide-wrapper-outline-left.is-full-screen-clicked-enabled {
  cursor: pointer;
}
.slide-wrapper-outline.slide-wrapper-outline-left.isMobileView iframe {
  object-fit: cover;
  margin: 0;
  width: 100%;
  height: 100%;
}
.slide-wrapper-outline.slide-wrapper-outline-right .slide-caption {
  order: 2;
}
.hidden-content {
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}
.navigation-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  margin-bottom: 5px;
}

.carousel.carousel-slider .control-arrow,.carousel .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel.carousel-slider .control-arrow:before,.carousel .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-overflow.control-arrow{background:red;justify-content:flex-start}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs-wrapper .slide-nav-button-wrapper{display:flex}.carousel .thumbs-wrapper.adjust-placement{justify-content:start;margin-left:5px}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel .thumb:last-child{margin-right:0}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{padding:5px;overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media(min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

.outer-tiles-wrapper {
  position: relative;
}
.tiles {
  margin: 0 auto;
  width: 100%;
}
.tiles-grid {
  margin: 0 auto;
  position: relative;
}

.grid-lines {
  margin: 0 auto;
  z-index: -1;
}
.grid-lines .grid-line-wrapper {
  position: absolute;
  outline: 1px solid #F7F8F9;
}
.grid-lines .grid-line-wrapper .grid-line {
  height: 100%;
  box-sizing: border-box;
}
.grid-lines .grid-line-wrapper .grid-line .grid-line-fill {
  height: 100%;
  background-color: rgba(255, 107, 107, 0.2);
}

.fullscreen-filter-background-cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.6);
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner {
  position: relative;
  box-sizing: border-box;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner.active {
  z-index: 50000;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-toggle {
  display: flex;
  margin-bottom: 10px;
  padding: 15px 30px;
  border-radius: 3px;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-toggle .grid-section-filters-toggle-label {
  margin-right: auto;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-toggle .grid-section-filters-toggle-trigger {
  cursor: pointer;
  margin-left: auto;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-categories {
  position: absolute;
  width: 100%;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-categories .grid-section-filters-category {
  display: flex;
  align-items: center;
  border-radius: 3px;
  padding: 15px 30px;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-categories .grid-section-filters-category .grid-section-filters-category-tags label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-categories .grid-section-filters-category .grid-section-filters-category-tags input {
  cursor: pointer;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-categories .grid-section-filters-actions {
  display: flex;
  padding: 15px;
}
.grid-section-filters .grid-section-filters-inner-wrapper .grid-section-filters-inner .grid-section-filters-categories .grid-section-filters-actions .grid-section-filters-actions-inner {
  margin-left: auto;
}
.grid-section-filters .zfe-icon {
  line-height: inherit !important;
}
.grid-section-filters .zfe-icon:before {
  vertical-align: -10% !important;
}

/* INDIVIDUAL TILES */
.tile-wrapper {
  border: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.tile-wrapper[action_type="overlay"],
.tile-wrapper[action_type="pagecontentlink"],
.tile-wrapper[action_type="video_inline"] {
  cursor: pointer;
}
.editor-actions-bar {
  display: none;
}
.choose-anchor-bar-container {
  display: none;
}
.tile-padding-wrapper {
  border-radius: 2px;
  position: absolute;
}
.tile-wrapper .tile {
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.tile-wrapper {
  /* Equal Aspect Ratio */
  /* Taller aspect ratio */
  /* Wider aspect ratio */
}
.tile-wrapper > .add-content-prompt {
  float: right;
  background-color: red;
  padding: 7px;
  font-size: 15px;
  color: white;
}
.tile-wrapper .tile-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tile-wrapper .tile-link .link-meta-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 25%;
  padding: 1em;
}
.tile-wrapper .tile-link .link-image-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 75%;
}
.tile-wrapper[data-tile-aspect-reduced] .tile-link.no-image .link-image-container {
  display: none;
}
.tile-wrapper[data-tile-aspect-reduced] .tile-link.no-image .link-meta-container {
  left: 0;
  top: 17px;
}
.tile-wrapper[data-tile-aspect-reduced="1x1"] .link-image-container {
  right: 0;
  bottom: 50%;
}
.tile-wrapper[data-tile-aspect-reduced="1x1"] .link-meta-container {
  left: 0;
  top: 50%;
  padding: 0.7em 1em 1em 1em;
}
.tile-wrapper[data-tile-aspect-reduced="1x2"] .link-image-container {
  right: 0;
  bottom: 50%;
}
.tile-wrapper[data-tile-aspect-reduced="1x2"] .link-meta-container {
  left: 0;
  top: 50%;
}
.tile-wrapper[data-tile-aspect-reduced="1x3"] .link-image-container {
  right: 0;
  bottom: 60%;
}
.tile-wrapper[data-tile-aspect-reduced="1x3"] .link-meta-container {
  left: 0;
  top: 40%;
}
.tile-wrapper[data-tile-aspect-reduced="1x4"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="1x5"] .link-image-container {
  right: 0;
  bottom: 66.66%;
}
.tile-wrapper[data-tile-aspect-reduced="1x4"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="1x5"] .link-meta-container {
  left: 0;
  top: 33.33%;
}
.tile-wrapper[data-tile-aspect-reduced="2x3"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="2x5"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="3x4"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="3x5"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="4x5"] .link-image-container {
  right: 0;
  bottom: 60%;
}
.tile-wrapper[data-tile-aspect-reduced="2x3"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="2x5"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="3x4"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="3x5"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="4x5"] .link-meta-container {
  left: 0;
  top: 40%;
}
.tile-wrapper[data-tile-aspect-reduced="2x1"] .link-image-container {
  right: 50%;
}
.tile-wrapper[data-tile-aspect-reduced="2x1"] .link-meta-container {
  left: 50%;
}
.tile-wrapper[data-tile-aspect-reduced="3x1"] .link-image-container {
  right: 60%;
}
.tile-wrapper[data-tile-aspect-reduced="3x1"] .link-meta-container {
  left: 40%;
}
.tile-wrapper[data-tile-aspect-reduced="4x1"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="5x1"] .link-image-container {
  right: 66.6%;
}
.tile-wrapper[data-tile-aspect-reduced="4x1"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="5x1"] .link-meta-container {
  left: 33.3%;
}
.tile-wrapper[data-tile-aspect-reduced="3x2"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="5x2"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="4x3"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="5x3"] .link-image-container,
.tile-wrapper[data-tile-aspect-reduced="5x4"] .link-image-container {
  right: 60%;
}
.tile-wrapper[data-tile-aspect-reduced="3x2"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="5x2"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="4x3"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="5x3"] .link-meta-container,
.tile-wrapper[data-tile-aspect-reduced="5x4"] .link-meta-container {
  left: 40%;
}
.tile-wrapper .type-link .link-image-container,
.tile-wrapper[should-maintain-stack-order="true"] .link-image-container {
  width: 100%;
  bottom: 50%;
}
.tile-wrapper .type-link .link-meta-container,
.tile-wrapper[should-maintain-stack-order="true"] .link-meta-container {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
}
.tile-wrapper.type-text .tile,
.tile-wrapper.type-form .tile {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tile-wrapper[vertical_align] .tile:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 99.8%;
  vertical-align: middle;
}
.tile-wrapper[vertical_align] .tile-text {
  display: inline-block !important;
  width: 100%;
  box-sizing: border-box;
}
.tile-action-hover-container {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.tile-action-hover-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0.95;
}
.tile-action-hover-contents {
  position: absolute;
  top: 47%;
  margin-top: -0.5em;
  font-size: 3em;
  text-align: center;
  width: 100%;
  left: 0;
  z-index: 10;
}
.tile-action-hover-text {
  margin-top: 1.05em;
  font-size: 0.28em;
}
.tile-action-hover-icon-wrapper {
  position: relative;
  height: 1em;
}
.tile-action-hover-icon-wrapper .zfe-icon-circle {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -0.52em;
  font-size: 1.2em;
  margin-top: -0.08em;
}
.tile-action-internal-link .zfe-icon-circle {
  margin-left: -0.51em;
  margin-top: -0.07em;
}
.tile-action-pdf .zfe-icon-circle,
.tile-action-ppt .zfe-icon-circle {
  margin-left: -0.51em;
  margin-top: -0.08em;
}
.tile-action-photo .zfe-icon-circle {
  margin-left: -0.5em;
  margin-top: -0.08em;
}
.tile-action-link .zfe-icon-circle {
  margin-left: -0.5em;
}
.video-play-button {
  display: block;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 47%;
  width: 1em;
  height: 1em;
  z-index: 6;
  font-size: 3em;
  overflow: hidden;
}
.video-play-button .zfe-icon-play {
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
}
.tile-wrapper[action_type="video_inline"] .tile:before {
  display: none;
}
.tile-wrapper:hover .video-play-button {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tile-action-indicator-container {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 2em;
  width: 2em;
  box-sizing: border-box;
  overflow: hidden;
}
.tile-action-indicator-container .tile-action-icon-wrapper {
  font-size: 2em;
}
.indicator-type-other {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  height: auto;
  padding: 10px 8px;
  text-transform: uppercase;
  width: auto;
}
.tile-image-wrapper,
.tile-iframe-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.tile-caption {
  bottom: -1px;
  font-size: 0.8em;
  line-height: 1.3em;
  left: 0;
  padding: 0.6em 0.6em 0.75em 0.6em;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}
.tile-image {
  width: 100%;
}
.tile-image.is-cropped {
  height: 100%;
}
.tile-iframe {
  width: 100%;
  height: 100%;
}
.tile-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  padding: 0.8em 0.8em 0.9em 0.8em;
  text-align: center;
}
/* PDF ICON */
.tile-wrapper[pdf_icon="true"] .tile-image-wrapper {
  top: auto;
  right: auto;
  bottom: 45%;
  left: 50%;
  width: 4em;
  margin-left: -2em;
}
.tile-wrapper.type-ppt[pdf_icon="true"] .tile-image-wrapper {
  top: auto;
  right: auto;
  bottom: 45%;
  left: 50%;
  width: 8em;
  margin-left: -4em;
}
.tile-wrapper[pdf_icon="true"] .tile-caption {
  background: transparent;
  top: 57%;
  right: 10%;
  left: 10%;
  font-size: 1.5em;
  padding: 0.2em;
  bottom: 0;
  word-wrap: break-word;
}
.grid-mobile-viewer .tile-wrapper.type-link .link-image-container {
  right: 0;
  bottom: 50%;
}
.grid-mobile-viewer .tile-wrapper.type-link .link-meta-container {
  left: 0;
  top: 50%;
  padding: 0.7em 1em 1em 1em;
}

.tile-form {
  position: relative;
}
.tile-form .form-wrapper {
  margin-top: 0.5em;
  line-height: 0;
}
.tile-form .form-field-label {
  line-height: 15px;
  font-size: 15px;
  display: block;
  margin: auto;
  text-align: left;
  font-family: 'Lato', sans-serif;
  color: #2E2E2E;
  margin-bottom: 12px;
  margin-top: 20px;
}
.tile-form .form-field-label:first-child {
  margin-top: 0px;
}
.tile-form .form-field-container {
  text-align: left;
  margin: auto;
}
.tile-form .form-field-option-label {
  line-height: 15px;
  font-size: 15px;
  color: #2E2E2E;
}
.tile-form .form-field-checkbox-container {
  font-size: 15px;
}
.tile-form .form-field-radio-container {
  font-size: 15px;
}
.tile-form .form-field-required-indicator-text {
  font-size: 10px;
  color: #D0021B;
}
.tile-form .form-field-required-indicator {
  font-size: 15px;
  line-height: 15px;
  color: #D0021B;
}
.tile-form input[type="text"],
.tile-form textarea {
  background-color: #FFF;
  box-sizing: border-box;
  border: 1px solid #AAA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.6em;
  margin: 0 0 0.3em 0;
  max-width: 100%;
  padding: 0.4em 0.7em 0.4em 0.7em;
}
.tile-form input[type="text"].error,
.tile-form textarea.error {
  border: 1px solid #D0021B;
}
.tile-form textarea {
  height: 100px;
  resize: none;
}
.tile-form .form-anti-click-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: transparent;
}
.tile-wrapper.type-form[data-sizex="1"] input[type="text"],
.tile-wrapper.type-form[data-sizex="1"] textarea,
.tile-wrapper.type-form[data-sizex="1"] .form-field-label,
.tile-wrapper.type-form[data-sizex="1"] .form-field-container {
  width: 100%;
}
.tile-wrapper.type-form[data-sizex="2"] input[type="text"],
.tile-wrapper.type-form[data-sizex="2"] textarea,
.tile-wrapper.type-form[data-sizex="2"] .form-field-label,
.tile-wrapper.type-form[data-sizex="2"] .form-field-container {
  width: 85%;
}
.tile-wrapper.type-form[data-sizex="3"] input[type="text"],
.tile-wrapper.type-form[data-sizex="3"] textarea,
.tile-wrapper.type-form[data-sizex="3"] .form-field-label,
.tile-wrapper.type-form[data-sizex="3"] .form-field-container {
  width: 75%;
}
.tile-wrapper.type-form[data-sizex="4"] input[type="text"],
.tile-wrapper.type-form[data-sizex="4"] textarea,
.tile-wrapper.type-form[data-sizex="4"] .form-field-label,
.tile-wrapper.type-form[data-sizex="4"] .form-field-container {
  width: 65%;
}
.tile-wrapper.type-form[data-sizex="5"] input[type="text"],
.tile-wrapper.type-form[data-sizex="5"] textarea,
.tile-wrapper.type-form[data-sizex="5"] .form-field-label,
.tile-wrapper.type-form[data-sizex="5"] .form-field-container {
  width: 55%;
}

.tile-videoish-wrapper {
  height: 100%;
}
.tile-videoish-wrapper .vjs-big-play-button {
  display: none;
}

.grid-mobile-viewer .tile-wrapper {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.grid-mobile-viewer .tile-wrapper .tile-padding-wrapper {
  position: relative;
  border-radius: 0;
}
.grid-mobile-viewer .tile-wrapper .tile {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.grid-mobile-viewer .tile-wrapper.type-pdf[pdf_icon="true"] .tile-image-wrapper,
.grid-mobile-viewer .tile-wrapper.type-other[pdf_icon="true"] .tile-image-wrapper {
  height: 80px;
  width: 60px;
  margin-left: -60px/2;
}
.grid-mobile-viewer .tile-wrapper.type-ppt[pdf_icon="true"] .tile-image-wrapper {
  height: 80px;
  width: 130px;
  margin-left: -130px/2;
}
.grid-mobile-viewer .tile-wrapper.type-pdf[pdf_icon="true"] .tile,
.grid-mobile-viewer .tile-wrapper.type-ppt[pdf_icon="true"] .tile,
.grid-mobile-viewer .tile-wrapper.type-other[pdf_icon="true"] .tile {
  min-height: 160px;
}
.grid-mobile-viewer .tile-wrapper.type-text .tile {
  overflow: hidden;
  min-height: 160px;
}

.job-feed-wrapper table.job-feed-table {
  width: 100%;
}
.job-feed-wrapper table.job-feed-table th {
  text-align: left;
}

.accordion-wrapper {
  padding: 40px 0;
}
.accordion-wrapper .section-accordion .accordion-item {
  margin: 2px 0;
  border: 1px solid #BBB;
}
.accordion-wrapper .section-accordion .accordion-item .left {
  padding: 30px;
  padding-right: 0;
  flex-grow: 1;
  min-height: 22px;
  text-align: left;
}
.accordion-wrapper .section-accordion .accordion-item .right {
  flex-grow: 0;
}
.accordion-wrapper .section-accordion .accordion-item .label {
  cursor: pointer;
  display: flex;
  background-color: #FFF;
}
.accordion-wrapper .section-accordion .accordion-item .label .accordion-toggle i {
  color: #BBB;
}
.accordion-wrapper .section-accordion .accordion-item .label:hover .accordion-toggle i {
  color: #575F73;
}
.accordion-wrapper .section-accordion .accordion-item .label .accordion-toggle {
  margin-top: 30px;
  width: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
.accordion-wrapper .section-accordion .accordion-item .content {
  display: flex;
  background-color: #FFF;
  border-top: 1px solid #EEE;
  padding-left: 20px;
}
.accordion-wrapper .section-accordion .accordion-item .content .right .filler {
  width: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.scroll-indicator-container {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  /* Centers the element */
  z-index: 31;
  /* Displays on top of the navigation bar on very small screens */
}
.scroll-indicator-container .scroll-indicator {
  margin: auto;
  padding: 10px 0px;
  /* 
      We have to do this weird hack to prevent opacity from extending to the children of scroll-indicator.
      This is necessary because we cannot use .less syntax for our theme variable CSS. 
    */
}
.scroll-indicator-container .scroll-indicator .scroll-indicator-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 5%;
  border-radius: 6px;
}
.scroll-indicator-container .scroll-indicator-button-wrapper {
  position: relative;
  display: flex;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.scroll-indicator-container .scroll-indicator-button-wrapper:hover .scroll-indicator-button {
  width: 4px;
  height: 4px;
  /* 
          We have to do this weird hack to prevent opacity from extending to the children of scroll-indicator-button.
          This is necessary because we cannot use .less syntax for our theme variable CSS. 
        */
}
.scroll-indicator-container .scroll-indicator-button-wrapper:hover .scroll-indicator-button .scroll-indicator-button-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100%;
  border-radius: 50%;
}
.scroll-indicator-container .scroll-indicator-button-wrapper:hover .scroll-indicator-button.active {
  width: 6px;
  height: 6px;
  /* 
            We have to do this weird hack to prevent opacity from extending to the children of scroll-indicator-button.
            This is necessary because we cannot use .less syntax for our theme variable CSS. 
          */
}
.scroll-indicator-container .scroll-indicator-button-wrapper:hover .scroll-indicator-button.active .scroll-indicator-button-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100%;
  border-radius: 50%;
}
.scroll-indicator-container .scroll-indicator-button-wrapper:hover .scroll-indicator-button-tooltip {
  display: block;
}
.scroll-indicator-container .scroll-indicator-button-wrapper .scroll-indicator-button-tooltip {
  display: none;
  position: absolute;
  right: 26px;
  top: -6px;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
  padding: 0px 12px;
}
.scroll-indicator-container .scroll-indicator-button-wrapper .scroll-indicator-button-tooltip .tooltip-arrow {
  position: absolute;
  right: -5px;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-width: 5px;
  border-left-style: solid;
}
.scroll-indicator-container .scroll-indicator-button-wrapper .scroll-indicator-button {
  position: relative;
  width: 4px;
  height: 4px;
  margin: auto;
  /* 
        We have to do this weird hack to prevent opacity from extending to the children of scroll-indicator-button.
        This is necessary because we cannot use .less syntax for our theme variable CSS. 
      */
}
.scroll-indicator-container .scroll-indicator-button-wrapper .scroll-indicator-button .scroll-indicator-button-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 50%;
  border-radius: 50%;
}
.scroll-indicator-container .scroll-indicator-button-wrapper .scroll-indicator-button.active {
  width: 6px;
  height: 6px;
  /* 
          We have to do this weird hack to prevent opacity from extending to the children of scroll-indicator-button.
          This is necessary because we cannot use .less syntax for our theme variable CSS. 
        */
}
.scroll-indicator-container .scroll-indicator-button-wrapper .scroll-indicator-button.active .scroll-indicator-button-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100%;
  border-radius: 50%;
}

#menu-item-subpage .scroll-indicator-color-container .scroll-indicator-color-selector .zf-radio-button-simple-label {
  display: inline-block;
  margin-right: 15px;
}
#menu-item-subpage .slug-input-container {
  position: relative;
  display: flex;
}
#menu-item-subpage .slug-input-container .slug-input-prefix {
  position: absolute;
  left: 8px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #A3A5A8;
}
#menu-item-subpage .slug-input-container .subpage-slug-input {
  padding-left: 16px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#menu-item-subpage .slug-input-container .subpage-slug-button {
  border-color: #111318;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rc-tooltip.zf-tipsy.subpage-slug-tip .rc-tooltip-inner {
  max-width: 1000px;
}

.menu-item-editor .cancel-link {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  width: 90%;
  color: white;
  font-size: 0.85em;
}
.menu-item-editor label {
  margin-bottom: 15px;
  font-size: 12px;
  cursor: pointer;
  display: table;
}
.menu-item-editor .input-container:last-of-type {
  margin-bottom: 8px;
}
.menu-item-editor .deleter-container {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #111318;
  text-align: center;
  color: red;
}
.menu-item-editor .deleter-container a.basic-link {
  color: #ff1919;
  font-size: 12px;
}
.menu-item-editor .deleter-container i {
  text-decoration: none;
}

ol.with-digits li {
  list-style-type: decimal;
}

.page-editor-sidebar-divider {
  display: block;
  height: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #111318;
}

.copy-and-duplicate-button-set {
  margin-top: 10px;
}
.copy-and-duplicate-button-set button {
  width: 50%;
  height: 34px;
}
.copy-and-duplicate-button-set i {
  font-size: 1em;
  opacity: 0.3;
}
.copy-and-duplicate-button-set i:hover {
  opacity: 0.3;
}

.btn-set-basic button {
  outline: none;
}
.btn-set-basic button.btn-basic:focus,
.btn-set-basic a.btn-basic:focus,
.btn-set-basic button.btn-basic.middle:focus,
.btn-set-basic a.btn-basic.middle:focus,
.btn-set-basic button.btn-basic.rightmost:focus,
.btn-set-basic a.btn-basic.rightmost:focus {
  border: 1px solid #5CA3FF;
}
.btn-set-basic button.btn-basic.leftmost,
.btn-set-basic a.btn-basic.leftmost {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.btn-set-basic button.btn-basic.middle,
.btn-set-basic a.btn-basic.middle {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border-left: none;
}
.btn-set-basic button.btn-basic.rightmost,
.btn-set-basic a.btn-basic.rightmost {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  border-left: none;
}
.btn-set-basic-by-type button {
  outline: none;
}
.btn-set-basic-by-type > button.btn-basic:focus,
.btn-set-basic-by-type > a.btn-basic:focus {
  border: 1px solid #5CA3FF;
}
.btn-set-basic-by-type > button.btn-basic:not(:first-child):not(:last-child),
.btn-set-basic-by-type > a.btn-basic:not(:first-child):not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border-left-width: 0.5px;
  border-right-width: 0.5px;
}
.btn-set-basic-by-type > button.btn-basic:first-child,
.btn-set-basic-by-type > a.btn-basic:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  border-right-width: 0.5px;
}
.btn-set-basic-by-type > button.btn-basic:last-child,
.btn-set-basic-by-type > a.btn-basic:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  border-left-width: 0.5px;
}

.link-editor {
  margin: 15px;
}
.link-editor label {
  font-size: 12px;
}
.link-editor h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
}
.link-editor .cancel-link {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  width: 90%;
  color: white;
  font-size: 0.85em;
}
.link-editor .deleter-container {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  color: red;
}
.link-editor .deleter-container .page-editor-sidebar-divider {
  margin-bottom: 20px;
}
.link-editor .deleter-container a.basic-link {
  color: #ff1919;
  font-size: 12px;
}
.link-editor .deleter-container i {
  text-decoration: none;
}

.sidebar-breadcrumb-navigation {
  padding: 12px 15px;
  color: #A3A5A8;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.sidebar-breadcrumb-navigation .crumb {
  cursor: pointer;
}
.sidebar-breadcrumb-navigation .crumb:hover {
  color: white;
}
.sidebar-breadcrumb-navigation .crumb.is-last-crumb {
  color: white;
  cursor: default;
}
.sidebar-breadcrumb-navigation .crumb-sep {
  padding: 0 3px;
}

.translations-editing-disabled-wrapper {
  position: relative;
}
.translations-editing-disabled-wrapper .editing-disabled-mask {
  cursor: not-allowed;
  background-color: #282C35;
  opacity: 0.6;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100000;
}
.single-tile-editor .translations-editing-disabled-wrapper .tab-selector-item {
  border-bottom: none !important;
}

.translate-text-widget {
  margin: 10px auto;
}

.zf-radio-button-simple-label {
  position: relative;
  cursor: pointer;
}
.zf-radio-button-simple-label.disabled {
  opacity: 0.5;
}
.zf-radio-button-simple-label input[type=radio].zf-radio-button-simple {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.zf-radio-button-simple-label .zf-app-modern-icon {
  margin-right: 3px;
}
.zf-radio-button-simple-label .zfam-circle-o {
  color: #DDD;
}
.zf-radio-button-simple-label .zfam-dot-circle-o {
  color: #60a5fc;
}

.zf-skip-link {
  font-size: 18px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.27);
  position: absolute;
  margin: 20px;
  transform: translateY(-200%);
  transition: transform 0.2s;
  z-index: 51;
}
.zf-skip-link:focus {
  transform: translateY(0%);
}

.scroll-to-top-container {
  all: unset;
  position: fixed;
  bottom: 20px;
  z-index: 10;
}
.scroll-to-top-container.desktop .scroll-to-top {
  margin-right: 70px;
}
.scroll-to-top-container.mobile .scroll-to-top {
  margin-right: 20px;
}
.scroll-to-top-container .scroll-to-top {
  border-radius: 25px;
  padding: 10px;
  cursor: pointer;
}
.scroll-to-top-container .scroll-to-top .scroll-to-top-text {
  margin-bottom: 3px;
}
.scroll-to-top-container .scroll-to-top .scroll-to-top-icon i {
  margin-right: 5px;
  margin-left: -1px;
  margin-top: -3px;
}

.consent-modal {
  text-align: left;
  box-sizing: content-box;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #000000;
  padding: 24px !important;
  font-size: 12px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  max-height: 400px;
  overflow-y: scroll;
  width: 360px;
  z-index: 10;
}
.consent-modal .simple-modal-header {
  padding: 0 !important;
  border-bottom: none !important;
}
.consent-modal .simple-modal-header .title-container {
  font-size: 24px !important;
  font-weight: normal !important;
  color: #000000;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.consent-modal .simple-modal-header .close-container {
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  position: absolute;
  top: 0px !important;
  right: 0px !important;
}
.consent-modal .simple-modal-with-header-body {
  background-color: #FFFFFF !important;
  padding: 0 !important;
}
.consent-modal h1,
.consent-modal h2,
.consent-modal h3 {
  color: #000000;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.consent-modal h1 {
  font-weight: normal;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.consent-modal h2 {
  font-size: 15px;
  margin-top: 18px;
}
.consent-modal h3 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
.consent-modal .consent-copy p {
  line-height: 1.5;
}
.consent-modal .consent-copy p + p {
  margin-top: 10px;
}
.consent-modal .consent-copy a {
  color: #4282D5;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 18px;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option .consent-cookie-type {
  width: 70%;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option .consent-cookie-type p {
  line-height: 1.5;
  margin-bottom: 5px;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option .consent-cookie-type .btn-basic {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  color: #4282D5;
  text-decoration: underline;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option .consent-cookie-toggle {
  text-align: right;
  width: 30%;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option-details {
  margin-top: 10px;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option-details .consent-cookie-details {
  padding-bottom: 10px;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option-details .consent-cookie-details + .consent-cookie-details {
  border-top: 1px solid #EBEBEB;
  padding-top: 10px;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option-details .consent-cookie-details .consent-cookie-details-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option-details .consent-cookie-details .consent-cookie-details-row .consent-cookie-details-type {
  font-weight: 700;
  width: 100px;
}
.consent-modal .consent-cookies-list .consent-cookie-list-option-details .consent-cookie-details .consent-cookie-details-row .consent-cookie-details-value {
  flex-basis: 270px;
}
.consent-modal .consent-options {
  margin-top: 20px;
}
.consent-modal .consent-options button {
  display: block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 9px 0;
  text-align: center;
  width: 100%;
}
.consent-modal .consent-options button.accept-btn {
  border-radius: 3px;
  background-color: #3A76D0;
}
.consent-modal .consent-options button.manage-choices-link {
  text-decoration: underline;
  background-color: transparent;
  border: none;
  color: #3A76D0;
}
.consent-modal .consent-options-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.4);
}
.consent-modal .consent-options-inline a.privacy-policy-link {
  color: #4282D5;
  width: 100px;
}
.consent-modal .consent-options-inline .btn-basic {
  width: 120px;
  text-align: center;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
.consent-modal .consent-options-inline .btn-basic-secondary {
  background-color: #FFFFFF;
  color: #4282D5;
  border: 1px solid #4282D5;
}
.consent-modal .consent-options-inline .btn-basic-secondary:hover {
  background-color: #F4F5F7;
  border: 1px solid #4282D5;
  color: #4282D5;
}
.consent-modal-trigger {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  color: #000000;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  cursor: pointer;
  z-index: 10000;
}
.consent-modal-trigger .zfe-icon-gear {
  line-height: normal;
}
#page-body-root .consent-modal,
.interstitial-base .consent-modal,
#page-body-root .consent-modal-trigger,
.interstitial-base .consent-modal-trigger {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.viewer-consent-wrapper .consent-preferences-modal,
.viewer-consent-wrapper .initial-consent-modal {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.viewer-consent-wrapper .consent-modal-trigger {
  display: inline-block;
  margin: 10px;
}


/*# sourceMappingURL=page_viewer-82f7c789.css.map*/