/*!
Theme Name: EP for MSD Global
Author: Smart In Media GmbH & Co. KG
Author URI: http://www.smartinmedia.com
Description: Customized Market-Access-Suite for Biomarker portal
Template: mas-core
Version: 1.0.0
Text Domain: mas-msd
*/
/**
@ToDo: Should be Invention
 */
.mas-notification {
  position: fixed;
  top: 0;
  left: 50%;
  width: 350px;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 20px;
  text-align: center;
}
.mas-notification.mas-notification-error {
  background-color: #f44336;
  color: #fff;
}
.mas-notification.mas-notification-success {
  color: #fff;
  background-color: #4caf50;
}
.qr-code-toggler {
  position: fixed;
  top: 75px;
  right: 0;
  box-shadow: 1px 2px 3px rgba(210, 210, 210, 0.5);
  border: 1px solid #ccc;
  padding: 4px 16px 4px 8px;
  font-size: 0;
  background: #fff url('assets/img//qr-code.svg') center no-repeat;
  background-size: 36px 36px;
  height: 56px;
  width: 56px;
  cursor: pointer;
}
#qr-code-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  cursor: pointer;
  z-index: 101;
}
#qr-code-wrapper #qr-code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  width: 548px;
  height: 548px;
  text-align: center;
}
#qr-code-wrapper #qr-code img,
#qr-code-wrapper #qr-code canvas {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  background: #fff;
  padding: 24px;
  margin: auto;
}
#qr-code-wrapper.active {
  display: block;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: "Invention";
  font-weight: normal;
  src: url("assets/font/Invention_W_Rg.woff2");
  src: url("assets/font/Invention_W_Rg.woff2") format("woff2"), url("assets/font/Invention_W_Rg.woff") format("woff"), url("assets/font/Invention_W_Rg.eot") format("eot");
}
@font-face {
  font-family: "Invention";
  font-weight: bold;
  src: url("assets/font/Invention_W_Bd.woff2");
  src: url("assets/font/Invention_W_Bd.woff2") format("woff2"), url("assets/font/Invention_W_Bd.woff") format("woff"), url("assets/font/Invention_W_Bd.eot") format("eot");
}
html,
body {
  background: #F8F8F8;
  min-height: 100vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Invention", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  height: auto !important;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.font-bold {
  font-weight: bold;
}
body .presenter-banner {
  position: fixed;
  top: 0;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 5px 10px;
  color: #fff;
  background: #990000;
  text-align: center;
  z-index: 101;
}
body .navbar {
  position: relative;
  height: auto;
  background: #fff;
}
body .navbar .navbar-top {
  height: 220px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: url('assets/img/pdl1-training-head-2.png') no-repeat right;
  background-size: cover;
}
body .navbar .navbar-top .navbar-title {
  position: absolute;
  left: 9vw;
  bottom: 65px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  display: flex;
  color: #FFFFFF;
  max-width: 600px;
  text-shadow: 0 0 25px black;
}
body .navbar .navbar-top .navbar-logo {
  height: 100%;
  flex: 0;
}
body .navbar .navbar-top .navbar-logo img {
  position: absolute;
  right: 9vw;
  bottom: 70px;
  max-width: 200px;
}
body .navbar .navbar-top .navbar-logo.navbar-logo-alt {
  align-self: flex-end;
  text-align: right;
  display: none;
}
body .navbar .navbar-top .navbar-logo.navbar-logo-alt img {
  height: 60%;
  margin-top: 2%;
}
body .navbar .navbar-top .headline {
  margin: 0 2vw;
  font-weight: normal;
  color: #38424b;
  font-size: 26px;
  line-height: 1;
}
body .navbar .navbar-top .navbar-menu {
  flex: 1;
  text-align: right;
}
body .navbar .navbar-top .navbar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #1A1F28;
}
body .navbar .navbar-top .navbar-menu ul li a {
  text-decoration: none;
  color: inherit;
}
body .navbar .nabvar-top-404 {
  background: #00877C;
}
body .navbar .primary-background {
  background: #00877C !important;
}
body .navbar .navbar-main {
  background: #00877C;
  padding: 0 9vw;
  height: 66px;
}
body .navbar .navbar-main ul.breadcrumbs {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
body .navbar .navbar-main ul.breadcrumbs li {
  display: inline-block;
  transition: background-color 0.3s;
}
body .navbar .navbar-main ul.breadcrumbs li:first-child span {
  padding-left: 0px;
}
body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > a,
body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > span {
  position: relative;
  padding-left: 43px;
}
body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > a:after,
body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 25px;
  left: 12px;
  height: 16px;
  width: 16px;
  background: transparent url('assets/img/arrow-right-sm-teal.svg') no-repeat center;
}
body .navbar .navbar-main ul.breadcrumbs li > a,
body .navbar .navbar-main ul.breadcrumbs li > span {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 25px 15px 25px 15px;
}
body .navbar .navbar-main ul.breadcrumbs li a:hover,
body .navbar .navbar-main ul.breadcrumbs li a:active {
  color: #00877C;
}
body .navbar .navbar-main ul.breadcrumbs li.active {
  border-bottom: 7px solid #F68D2E;
}
body .navbar .navbar-main ul.breadcrumbs li.active > span {
  padding-bottom: 18px;
}
body .navbar .navbar-main ul.breadcrumbs li.link:hover {
  background: #fff;
}
body .navbar .navbar-main ul.breadcrumbs li.link:hover a,
body .navbar .navbar-main ul.breadcrumbs li.link:hover span {
  color: #F68D2E;
}
body .navbar .navbar-main ul.breadcrumbs li.back-button {
  display: none !important;
}
body .navbar .navbar-main ul.breadcrumbs li.back-button span {
  display: none !important;
}
body .navbar .navbar-main .login {
  display: inline-block;
  float: right;
  padding: 20px 20px 25px 15px;
}
body .navbar .navbar-main .login a {
  color: white;
}
@media (max-width: 992px) {
  body .navbar .navbar-top {
    margin: 0;
    height: 200px;
  }
  body .navbar .navbar-top .navbar-title {
    bottom: 100px;
  }
  body .navbar .navbar-top .navbar-logo img {
    bottom: 100px;
  }
  body .navbar .navbar-main ul.breadcrumbs {
    overflow-y: hidden;
    white-space: nowrap;
  }
  body .navbar .navbar-main ul.breadcrumbs li {
    display: none;
  }
  body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > a,
  body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > span {
    padding-left: 28px;
  }
  body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > a:after,
  body .navbar .navbar-main ul.breadcrumbs li:not(:first-child) > span:after {
    top: 10px;
    left: 5px;
  }
  body .navbar .navbar-main ul.breadcrumbs li.back-button {
    display: inline-block !important;
  }
  body .navbar .navbar-main ul.breadcrumbs li.back-button a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    display: inline-block !important;
    padding: 25px 15px 25px 25px;
    position: relative;
  }
  body .navbar .navbar-main ul.breadcrumbs li.back-button a:after {
    content: " ";
    display: block;
    position: absolute;
    transform: rotate(180deg);
    top: 25px;
    left: 0px;
    height: 16px;
    width: 16px;
    background: transparent url(assets/img/arrow-right-sm-teal.svg) no-repeat center;
  }
}
body .container {
  margin: 0 6vw;
  padding: 40px 3vw;
  background: #fff;
}
body .container .modules-description ul.breadcrumbs,
body .container .cases-description ul.breadcrumbs,
body .container .case-description ul.breadcrumbs,
body .container .page-content ul.breadcrumbs {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  font-size: 0;
}
body .container .modules-description ul.breadcrumbs li,
body .container .cases-description ul.breadcrumbs li,
body .container .case-description ul.breadcrumbs li,
body .container .page-content ul.breadcrumbs li {
  display: inline-block;
  position: relative;
}
body .container .modules-description ul.breadcrumbs li:not(:last-child),
body .container .cases-description ul.breadcrumbs li:not(:last-child),
body .container .case-description ul.breadcrumbs li:not(:last-child),
body .container .page-content ul.breadcrumbs li:not(:last-child) {
  padding-right: 23px;
  margin-right: 10px;
}
body .container .modules-description ul.breadcrumbs li:not(:last-child):after,
body .container .cases-description ul.breadcrumbs li:not(:last-child):after,
body .container .case-description ul.breadcrumbs li:not(:last-child):after,
body .container .page-content ul.breadcrumbs li:not(:last-child):after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 13px;
  background: transparent url('assets/img/arrow-right-sm.svg') no-repeat center bottom 3px;
}
body .container .modules-description ul.breadcrumbs li a,
body .container .cases-description ul.breadcrumbs li a,
body .container .case-description ul.breadcrumbs li a,
body .container .page-content ul.breadcrumbs li a,
body .container .modules-description ul.breadcrumbs li span,
body .container .cases-description ul.breadcrumbs li span,
body .container .case-description ul.breadcrumbs li span,
body .container .page-content ul.breadcrumbs li span {
  text-decoration: none;
  color: #1A1F28;
  font-size: 15px;
}
body .container .modules-description ul.breadcrumbs li a:hover,
body .container .cases-description ul.breadcrumbs li a:hover,
body .container .case-description ul.breadcrumbs li a:hover,
body .container .page-content ul.breadcrumbs li a:hover,
body .container .modules-description ul.breadcrumbs li a:active,
body .container .cases-description ul.breadcrumbs li a:active,
body .container .case-description ul.breadcrumbs li a:active,
body .container .page-content ul.breadcrumbs li a:active {
  color: #00877C;
}
body .container .modules-description h1,
body .container .cases-description h1,
body .container .case-description h1,
body .container .page-content h1 {
  margin: 0 0 25px;
  font-size: 28px;
  line-height: 31px;
  font-weight: normal;
  color: #00877C;
}
body .container .modules-description h2,
body .container .cases-description h2,
body .container .case-description h2,
body .container .page-content h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #00877C;
  margin: 0 0 15px;
}
body .container .modules-description h3,
body .container .cases-description h3,
body .container .case-description h3,
body .container .page-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #00877C;
  margin: 0 0 15px;
}
body .container .modules-description h3,
body .container .cases-description h3,
body .container .case-description h3,
body .container .page-content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #00877C;
  margin: 0 0 15px;
}
body .container .modules-description p,
body .container .cases-description p,
body .container .case-description p,
body .container .page-content p {
  line-height: 22px;
  font-size: 15px;
  color: #1A1F28;
  margin: 0 0 15px;
}
body .container .modules-description p:empty,
body .container .cases-description p:empty,
body .container .case-description p:empty,
body .container .page-content p:empty {
  display: none;
}
body .container .modules-description img,
body .container .cases-description img,
body .container .case-description img,
body .container .page-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  body .container {
    margin: 0 1.5vw;
    padding: 20px 1.5vw;
    padding-bottom: 160px !important;
  }
}
body .chart-information-title {
  display: block !important;
  font-weight: bold;
}
@media (max-width: 992px) {
  body .chart {
    display: block !important;
  }
  body .chart .mas-chart {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 660px) {
  body .btn-add-vote {
    margin: 16px auto;
  }
  body .back-button {
    max-width: 200px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .back-button a {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (min-width: 660px) and (max-width: 992px) {
  body .navbar .navbar-top {
    margin: 0;
    height: 200px;
  }
  body .navbar .navbar-top .navbar-title {
    max-width: 300px;
    font-size: 30px;
    bottom: 70px;
  }
  body .navbar .navbar-top .navbar-logo img {
    bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  body .navbar .breadcrumbs {
    max-width: 830px;
  }
  body .navbar .breadcrumbs li {
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .navbar .breadcrumbs li a {
    max-width: 185px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li a span {
    max-width: 185px !important;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li span:not(:last-child) {
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li :nth-last-child {
    max-width: 185px !important;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li span {
    max-width: 185px;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body .navbar .breadcrumbs {
    max-width: 700px;
  }
  body .navbar .breadcrumbs li {
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .navbar .breadcrumbs li a {
    max-width: 185px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li a span {
    max-width: 185px !important;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li span:not(:last-child) {
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li :nth-last-child {
    max-width: 185px !important;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li span {
    max-width: 185px;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .container.case > .case-voting {
    margin: 80px 0 40px 0;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1500px) {
  body .navbar .breadcrumbs {
    max-width: 830px;
  }
  body .navbar .breadcrumbs li {
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .navbar .breadcrumbs li a {
    max-width: 185px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li a span {
    max-width: 185px !important;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li span:not(:last-child) {
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li :nth-last-child {
    max-width: 185px !important;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .navbar .breadcrumbs li span {
    max-width: 185px;
    padding: 1%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (max-width: 660px) {
  body .navbar {
    display: block;
  }
  body .navbar .navbar-top {
    padding-top: 20px;
    margin: 0;
    text-align: center;
    height: 100%;
    position: relative;
    display: block;
  }
  body .navbar .navbar-top .navbar-title {
    padding-top: 20px;
    display: block;
    font-size: 25px;
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    max-width: 100%;
  }
  body .navbar .navbar-top .navbar-logo-pc {
    display: none;
  }
  body .navbar .navbar-top .navbar-logo-pc img {
    bottom: 100px;
  }
  body .navbar .navbar-top .navbar-logo-mobile {
    position: relative;
    height: auto;
    flex: none;
  }
  body .navbar .navbar-top .navbar-logo-mobile img {
    max-width: 150px;
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}
body .btn-add-vote,
body .btn-get-voting-results {
  background: #F68D2E !important;
  font-style: normal !important;
  font-size: 14px !important;
  text-align: center !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 9px 16px !important;
  border-radius: 20px !important;
  border: none !important;
  line-height: inherit !important;
  font-weight: normal !important;
}
body .btn-add-vote:hover,
body .btn-get-voting-results:hover {
  cursor: pointer;
}
body footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00877C;
  padding: 16px 0;
}
body footer.start-footer {
  left: 40px;
  right: 40px;
}
body footer .inner {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0 9vw;
}
body footer .inner .powered-by {
  flex: 0 0 auto;
  padding: 5px 10px 5px 0;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: white;
}
body footer .inner .powered-by a {
  text-decoration: underline;
  color: white;
}
body footer .inner .footer-menu {
  margin-left: auto;
}
body footer .inner .footer-menu > div {
  display: inline-block;
}
body footer .inner .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
body footer .inner .footer-menu ul li {
  display: inline-block;
  margin: 0;
}
body footer .inner .footer-menu ul li a {
  text-decoration: none;
  color: #00877C;
  font-size: 14px;
  margin: 0 5px;
}
body footer .inner .footer-menu button,
body footer .inner .footer-menu a {
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 9px 16px;
  border: none;
  border-radius: 20px;
  background: #F68D2E;
  outline: none;
}
@media (max-width: 992px) {
  body footer .inner {
    flex-direction: column;
    text-align: center;
  }
  body footer .inner .powered-by.divider {
    display: none;
  }
  body footer .inner .footer-menu {
    text-align: center;
    margin: auto;
  }
}
body .button-link {
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 9px 16px;
  border-radius: 20px;
  background: #F68D2E;
}
body .container.start .starter-box {
  background: inherit;
}
body .container.start .starter-box .starter-box-left .title-wrap h1 {
  text-align: left;
}
body .not-found .title-wrap h1 {
  text-align: left !important;
  font-weight: normal;
  line-height: 65px;
  font-size: 36px;
  color: #38424b;
  margin: 0;
}
body .cases.presenter-mode .cases-description .cases-header {
  margin-bottom: 40px !important;
}
body .page .page-content {
  color: #38424B;
}
body .page .page-content a {
  color: inherit;
}
.shortcode-contact-form {
  background: rgba(0, 135, 124, 0.05);
  padding: 36px;
  display: block;
  width: 100%;
  margin: 20px 0;
}
.shortcode-contact-form h1 {
  margin: 0px 0px 30px 0px !important;
}
.shortcode-contact-form .input-group {
  width: 50%;
  float: left;
  display: inline-block;
  padding-right: 20px;
}
.shortcode-contact-form .input-group:nth-child(2) {
  width: 50%;
  padding-right: 0;
}
.shortcode-contact-form input {
  width: 100%;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #00877C;
  background: rgba(0, 135, 124, 0.1);
  font-style: normal;
  font-weight: normal;
  color: #1A1F28;
  outline: none;
  margin-bottom: 20px;
}
.shortcode-contact-form textarea {
  width: 100%;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #00877C;
  background: rgba(0, 135, 124, 0.1);
  font-style: normal;
  font-weight: normal;
  color: #1A1F28;
  outline: none;
  margin-bottom: 20px;
  resize: none;
}
.shortcode-contact-form .button-submit {
  text-align: center;
}
.shortcode-contact-form .button-submit button {
  display: inline-block;
  margin-top: 20px;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 19px;
  border: none;
  border-radius: 20px;
  background: #F68D2E;
  outline: none;
}
.shortcode-contact-form .button-submit button:hover {
  cursor: pointer;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.shortcode-contact-form-mobile {
  display: none;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .shortcode-contact-form {
    display: none;
  }
  .shortcode-contact-form-mobile {
    background: rgba(0, 135, 124, 0.05);
    padding: 36px;
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .shortcode-contact-form-mobile .input-group {
    width: 100%;
    padding-right: 0;
  }
  .shortcode-contact-form-mobile .input-group:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
  .shortcode-contact-form-mobile input {
    width: 100%;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #00877C;
    background: rgba(0, 135, 124, 0.1);
    font-style: normal;
    font-weight: normal;
    color: #1A1F28;
    outline: none;
    margin-bottom: 20px;
  }
  .shortcode-contact-form-mobile textarea {
    width: 100%;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #00877C;
    background: rgba(0, 135, 124, 0.1);
    font-style: normal;
    font-weight: normal;
    color: #1A1F28;
    outline: none;
    margin-bottom: 20px;
    resize: none;
  }
  .shortcode-contact-form-mobile button {
    margin-top: 20px;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 18px;
    border: none;
    border-radius: 20px;
    background: #F68D2E;
    outline: none;
  }
  .shortcode-contact-form-mobile button:hover {
    cursor: pointer;
  }
}
.overlay-container-contact-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup-contact-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  z-index: 1000;
}
.popup-contact-form .popup-content {
  text-align: center;
}
#ok-button {
  padding: 10px 20px;
  background-color: #F68D2E;
  color: #fff;
  border: none;
  cursor: pointer;
}
.container.start {
  background: none;
  padding-bottom: 70px !important;
}
.container.start .starter-box {
  display: flex;
  flex-direction: row;
  background: #fff;
}
.container.start .starter-box .starter-box-left {
  flex: 1;
  padding: 4vw 2vw;
}
.container.start .starter-box .starter-box-left .title-wrap {
  margin-bottom: 6vh;
}
.container.start .starter-box .starter-box-left .title-wrap h1 {
  font-weight: normal;
  line-height: 65px;
  font-size: 52px;
  text-align: left;
  color: #38424b;
  margin: 0;
}
.container.start .starter-box .starter-box-left .title-wrap h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  color: #38424b;
}
.container.start .starter-box .starter-box-left form.login-form {
  padding: 0;
}
.container.start .starter-box .starter-box-left form.login-form .input-group {
  border: 1px solid #00877C;
  border-radius: 30px;
  height: 60px;
  width: 328px;
  position: relative;
  overflow: hidden;
}
.container.start .starter-box .starter-box-left form.login-form .input-group input[type='password'] {
  display: inline-block;
  width: 270px;
  height: 58px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  font-size: 18px;
  color: #1A1F28;
  border: 0;
  outline: none;
  padding: 0 10px 0 25px;
}
.container.start .starter-box .starter-box-left form.login-form .input-group input[type='submit'] {
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58px;
  background: #fff url('assets/img/arrow-right-teal.svg') no-repeat center right 15px;
  cursor: pointer;
  outline: none;
}
.container.start .starter-box .starter-box-left form.login-form a {
  display: inline-block;
  vertical-align: top;
  min-width: 190px;
  line-height: 72px;
  border: 0;
  border-radius: 1000px;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.container.start .starter-box .starter-box-left .start-buttons a {
  display: block;
  height: 60px;
  width: 298px;
  background: #00877C;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  padding: 0 25px;
  background: #00877C url('assets/img/arrow-right-white.svg') no-repeat center right 15px;
}
.container.start .starter-box .starter-box-img {
  flex: 2;
  background: url('assets/img/msd-pdl1-training-start.jpg') no-repeat center;
  background-size: cover;
}
.container.start .start-footer {
  left: 9vw;
  right: 9vw;
  padding: 15px 0;
}
.container.start .start-footer .footer-inner {
  display: flex;
  flex-direction: row;
  color: #37424A;
  font-size: 15px;
}
.container.start .start-footer .footer-inner a {
  color: #37424A;
  text-decoration: none;
}
.container.start .start-footer .footer-inner .powered-by {
  flex: 1;
  margin: 0;
}
.container.start .start-footer .footer-inner .footer-menu {
  flex: 1;
  align-self: flex-end;
  text-align: right;
}
.container.start .start-footer .footer-inner .footer-menu a,
.container.start .start-footer .footer-inner .footer-menu button {
  margin-left: 10px;
  color: #37424A;
  text-decoration: none;
  border: 0;
  background: none;
  padding: 0;
}
@media (max-width: 767px) and (orientation:portrait) {
  .container.start .starter-box {
    flex-direction: column-reverse;
    height: 500px;
    max-height: 70vh;
  }
}
.container.modules .modules-list {
  margin: 20px -1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container.modules .modules-list .module-item {
  margin: 0 1vw 2vw;
  flex: 1 300px;
  min-width: 0;
  background: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
.container.modules .modules-list .module-item .module-img {
  padding-bottom: 60%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.container.modules .modules-list .module-item .module-label {
  padding: 10px 0 40px;
  font-weight: normal;
  font-family: "Invention", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #1A1F28;
}
.container.modules .modules-list .module-item .module-label .label-bold {
  font-weight: bold;
}
.container.modules .modules-list .module-item .module-label .module-link {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #00877C;
  font-weight: bold;
  text-decoration: none;
  padding-right: 25px;
  font-size: 15px;
}
.container.modules .modules-list .module-item .module-label .module-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background: url('assets/img/arrow-right-sm-teal.svg') no-repeat center bottom 3px;
  background-size: 13px auto;
}
.container.modules .modules-list .module-item .module-label .module-link:hover,
.container.modules .modules-list .module-item .module-label .module-link:active {
  color: #00877C;
}
.container.modules .modules-list .module-item .module-label .module-link:hover:after,
.container.modules .modules-list .module-item .module-label .module-link:active:after {
  background-image: url('assets/img/arrow-right-sm-teal.svg');
}
.container.modules .modules-list span.module-item {
  height: 0 !important;
  min-height: 0 !important;
  background: none;
}
.container.module-page {
  padding-bottom: 150px;
}
.container.module-page .page-content p {
  font-size: 16px;
}
.container.module-page .page-content h1 {
  font-weight: bold;
}
.container.module-page .page-content .speakers-wrapper {
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4vw;
  row-gap: 50px;
}
.container.module-page .page-content .speakers {
  display: flex;
  flex: 1 1 313px;
  max-width: 313px;
  position: relative;
  text-decoration: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #00877C;
  height: 160px;
  flex-wrap: nowrap;
  flex-direction: row;
}
.container.module-page .page-content .speakers .image {
  background-position: center !important;
  background-size: cover !important;
  flex: 0 0 50%;
}
.container.module-page .page-content .speakers .description {
  display: flex;
  color: white;
  padding: 10px;
  flex-direction: column;
  overflow: hidden;
}
.container.module-page .page-content .speakers .description .name {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold;
}
.container.module-page .page-content .speakers .description .info {
  font-size: 12px;
}
.container.module-page .page-content .speakers .description .institution {
  font-size: 12px;
}
.container.module-page .page-content .timeline-wrapper table {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  font-size: 16px;
}
.container.module-page .page-content .timeline-wrapper table th {
  padding: 10px;
  background: #00877C;
  color: white;
}
.container.module-page .page-content .timeline-wrapper table td {
  padding: 10px;
  background: rgba(0, 135, 124, 0.5);
  color: white;
}
@media only screen and (min-width: 1315px) and (max-width: 1538px) {
  .container.module-page .page-content .speakers {
    flex: 1 1 354px;
    max-width: 354px;
  }
}
@media only screen and (max-width: 961px) {
  .container.module-page .page-content .speakers {
    display: block !important;
    flex: 1 1 330px;
    position: relative;
    text-decoration: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
@media only screen and (min-width: 961px) and (max-width: 1448px) {
  .container.module-page .page-content .speakers {
    flex: 1 1 330px;
    position: relative;
    text-decoration: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
@media only screen and (max-width: 770px) {
  .container.module-page .page-content .speakers {
    max-width: 100%;
    max-height: 100%;
    height: inherit;
  }
  .container.module-page .page-content .speakers .description {
    height: inherit;
  }
  .container.module-page .page-content .speakers .description .name {
    font-size: 14px !important;
  }
  .container.module-page .page-content .speakers .description .info {
    font-size: 12px !important;
  }
  .container.module-page .page-content .speakers .description .institution {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 869px) {
  .container.module-page .page-content .speakers .name {
    font-size: 18px !important;
  }
  .container.module-page .page-content .speakers .info {
    font-size: 15px !important;
  }
  .container.module-page .page-content .speakers .institution {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 869px) and (max-width: 960px) {
  .container.module-page .page-content .speakers .description .name {
    font-size: 18px !important;
  }
  .container.module-page .page-content .speakers .description .info {
    font-size: 14px !important;
  }
  .container.module-page .page-content .speakers .description .institution {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 960px) {
  .container.module-page .page-content .speakers .image {
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
  }
  .container.module-page .page-content .speakers .description {
    padding: 10px 20px 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .container.module-page .page-content .speakers {
    max-height: 100% !important;
    max-width: 100%;
    height: inherit;
  }
  .container.module-page .page-content .speakers .description {
    min-height: 200px !important;
  }
}
.container.module-page .page-footer h1 {
  font-size: 28px;
  color: #00877C;
}
.container.module-page .page-footer ol {
  padding-inline-start: 20px;
}
.container.module-page .page-footer a {
  color: inherit;
}
@media only screen and (max-width: 992px) {
  .container.module-page {
    padding-bottom: 0;
  }
}
.modules-footer {
  font-size: 14px;
  color: #333;
  padding: 0 24px 24px;
}
@media (max-width: 992px) {
  .modules-footer {
    padding: 0 8px;
  }
}
.container.cases {
  padding-bottom: 90px;
}
.container.cases .cases-description p {
  font-size: 16px;
}
.container.cases .cases-description h1 {
  font-weight: bold;
}
.container.cases .cases-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.container.cases .cases-header h1 {
  flex: 1;
  line-height: 1;
  margin-bottom: 0;
  font-weight: bold;
}
.container.cases .cases-header .cases-voting-link {
  flex: 0 0 auto;
}
.container.cases .cases-header .cases-voting-link .btn {
  border: 1px solid #F68D2E;
  background: #F68D2E;
  color: #fff;
  line-height: 38px;
  height: 40px;
  padding: 0 25px;
  border-radius: 30px;
  font-weight: bold;
  font-family: "Invention", sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.container.cases .cases-header .cases-voting-link .btn:hover,
.container.cases .cases-header .cases-voting-link .btn:active {
  color: #1A1F28;
  background: #fff;
}
.container.cases .cases-list {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container.cases .cases-list .case-item {
  display: block;
  flex: 1 1 300px;
  margin: 0 2vw 2vw;
  position: relative;
  text-decoration: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  justify-content: stretch;
  flex-direction: column;
  display: flex;
}
.container.cases .cases-list .case-item .case-img {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
}
.container.cases .cases-list .case-item .case-label {
  padding: 20px 20px 0 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: black;
  min-height: 135px;
  background: #F8F8F8;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container.cases .cases-list .case-item .case-label .label-bold {
  font-weight: bold;
}
.container.cases .cases-list .case-item .case-label .case-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.container.cases .cases-list .case-item .case-label .case-subtitle {
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.container.cases .cases-list .case-item .case-label .case-yellow-btn {
  position: absolute;
  right: 50px;
  bottom: -25px;
}
.container.cases .cases-list .case-item .case-label .case-link {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  margin-top: auto;
}
.container.cases .cases-list .case-item .case-label .case-link img {
  padding-left: 10px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  width: 30px;
}
.container.cases .cases-list .case-item:nth-child(1n+1) {
  margin-left: 0;
}
.container.cases .cases-list span.case-item {
  height: 0;
  margin-bottom: 0;
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
  .container.cases .cases-list {
    margin: 0 16px 24px;
  }
  .container.cases .cases-list .case-item {
    width: calc((100% - 64px) / 4);
    margin: 0 8px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
  .container.cases .cases-list {
    margin: 0 16px 24px;
  }
  .container.cases .cases-list .case-item {
    width: calc((100% - 48px) / 3);
    margin: 0 8px 16px;
  }
}
@media (max-width: 992px) {
  .container.cases .cases-list {
    margin: 0 0 24px;
  }
  .container.cases .cases-list .case-item {
    width: calc((100% - 32px) / 2);
    margin: 0 8px 16px;
  }
}
.container.cases .cases-footer h1 {
  font-size: 28px;
  color: #00877C;
}
.container.cases .cases-footer ol {
  padding-inline-start: 20px;
}
.container.cases .cases-footer a {
  color: inherit;
}
.voting-results-list {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.voting-results-list .voting-results-list-item {
  flex: 1;
  flex-basis: 350px;
  text-decoration: none;
  display: block;
  margin: 0 15px 45px;
}
.voting-results-list .voting-results-list-item:empty {
  margin-top: 0 !important;
  height: 0 !important;
  margin-bottom: 0 !important;
}
.voting-results-list .voting-results-list-item .chart {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.voting-results-list .voting-results-list-item .chart .chart-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .chart-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .chart-loader .line-scale-pulse-out {
  flex: 1;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .chart-loader .line-scale-pulse-out > div {
  background-color: #00877C;
  width: 10px;
  height: 50px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart p {
  padding: 30px 30px 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner {
  flex: 1;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div {
  display: inline-block;
  background-color: #00877C;
  width: 10px;
  margin: 0 2px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(1) {
  height: 40px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(2) {
  height: 30px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(3) {
  height: 25px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(4) {
  height: 40px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(5) {
  height: 45px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(6) {
  height: 10px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(7) {
  height: 30px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(8) {
  height: 20px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(9) {
  height: 10px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(10) {
  height: 35px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart-empty .mas-chart-empty-inner p {
  margin: 10px 0;
  color: #666;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .mas-chart-refresher {
  position: absolute;
  top: 0;
  right: 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .mas-chart-refresher .chart-refresh-loader .line-scale-pulse-out > div {
  background-color: #00877C;
  width: 2px;
  height: 25px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .mas-chart-refresher .chart-refresh {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent url('assets/img//refresh.svg') center;
  display: block;
  cursor: pointer;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-information {
  flex: 1;
  flex-grow: 0;
  text-align: center;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-information p {
  margin: 0 3px;
  color: #666;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .mas-chart-inner {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-y-axis {
  position: absolute;
  top: 15px;
  bottom: 30px;
  left: 0;
  width: 30px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column-reverse;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-y-axis .chart-label-y {
  flex: 1;
  width: 100%;
  font-size: 12px;
  color: #666;
  padding-right: 10px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-y-axis .chart-label-y span {
  position: relative;
  top: -5px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-y-axis .chart-label-y span:not(:empty):before {
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 6px;
  left: 25px;
  width: 2000px;
  content: " ";
  display: block;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-y-axis .chart-label-y:first-of-type {
  flex: 0;
  height: 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 30px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap {
  flex: 1;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap.chart-bar-wrap-expanded {
  padding: 0 30px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar {
  width: 50px;
  height: 0.0001px;
  max-width: calc(100% - 2px);
  background: #0066CC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip {
  height: auto;
  position: absolute;
  padding: 5px 10px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  left: 50%;
  display: none;
  z-index: 2;
  margin-bottom: 7px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner {
  position: relative;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:after,
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 10px;
  margin-left: -10px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 11px;
  margin-left: -11px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tick {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  height: 30px;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tick span {
  line-height: 29px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tick span:not(:empty):before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 23px;
  margin-left: -0.5px;
  width: 1px;
  height: 7px;
  background: #ccc;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-cutoff {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .5;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap:hover .chart-bar {
  background: #0d84e3;
  cursor: pointer;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap:hover .chart-bar-tooltip {
  display: block;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-cutoffs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .5;
  z-index: 0;
  font-size: 14px;
  color: #000;
  padding: 5px;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .mas-chart .chart-bars-wrap .chart-cutoffs .chart-cutoff {
  position: absolute;
  top: 0;
  bottom: 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart {
  width: 100%;
  height: 100%;
  padding: 0;
}
.voting-results-list .voting-results-list-item .chart .chart-inner .modal-body-chart .chart-bar-tooltip {
  display: none !important;
}
.voting-results-list .voting-results-list-item .case-label {
  padding: 10px 0 40px;
  font-weight: normal;
  font-family: "Invention", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #1A1F28;
  display: block;
  text-decoration: none;
  position: relative;
}
.voting-results-list .voting-results-list-item .case-label .label-bold {
  font-weight: bold;
}
.voting-results-list .voting-results-list-item .case-label .case-link {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0px;
  color: #00877C;
  font-weight: bold;
  padding-right: 25px;
  font-size: 15px;
}
.voting-results-list .voting-results-list-item .case-label .case-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background: url('assets/img/arrow-right-sm-teal.svg') no-repeat center bottom 4px;
  background-size: 13px auto;
}
.voting-results-list .voting-results-list-item .case-label .case-link:hover,
.voting-results-list .voting-results-list-item .case-label .case-link:active {
  color: #00877C;
}
.voting-results-list .voting-results-list-item .case-label .case-link:hover:after,
.voting-results-list .voting-results-list-item .case-label .case-link:active:after {
  background-image: url('assets/img/arrow-right-sm-teal.svg');
}
.voting-results-list .voting-results-list-item .case-title1 {
  padding-right: 32px;
  text-decoration: none;
  display: block;
  background: transparent url('assets/img//arrow-right-red.svg') no-repeat right top;
}
.voting-results-list .voting-results-list-item .case-title1 h3 {
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  font-size: 15px;
  color: #000000;
}
body .event {
  padding: 25px 3vw 160px 3vw;
}
body .event .event-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #00877C;
}
body .event .event-description,
body .event .event-footer {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
body .event .event-description h1,
body .event .event-footer h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin: 25px 0;
  color: #00877C;
}
body .event .modules-list {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .event .modules-list .module-item {
  display: block;
  flex: 1 1 300px;
  margin: 0 2vw 2vw;
  position: relative;
  text-decoration: none;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  justify-content: stretch;
  flex-direction: column;
  display: flex;
}
body .event .modules-list .module-item .module-img {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
}
body .event .modules-list .module-item .module-label {
  padding: 20px 20px 0 20px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: black;
  min-height: 135px;
  background: #F8F8F8;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .event .modules-list .module-item .module-label .module-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
body .event .modules-list .module-item .module-label .module-subtitle {
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
body .event .modules-list .module-item .module-label .module-yellow-btn {
  position: absolute;
  right: 50px;
  bottom: -25px;
}
body .event .modules-list .module-item .module-label .module-link {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  margin-top: auto;
}
body .event .modules-list .module-item .module-label .module-link img {
  padding-left: 10px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  width: 30px;
}
body .event .modules-list .module-item:nth-child(1n+1) {
  margin-left: 0;
}
body .event .modules-list span.module-item {
  height: 0;
  margin-bottom: 0;
  background: transparent;
}
body .event .event-footer ol {
  padding-inline-start: 20px;
}
body .event .event-footer a {
  color: inherit;
}
.container.case {
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .container.case {
    padding-bottom: 20px;
  }
}
.container.case .case-content-toggable:hover {
  cursor: pointer;
}
.container.case .case-description {
  position: relative;
  display: flex;
  flex-direction: row;
}
.container.case .case-description h1 {
  flex: 1;
  margin: 0;
}
.container.case .case-description .case-arrows {
  flex: 0 0 auto;
  font-size: 0;
  padding: 0 0 0 10px;
}
.container.case .case-description .case-arrows a,
.container.case .case-description .case-arrows span {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 0 0 5px;
  border: 1px solid #F68D2E;
  background: #F68D2E;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.container.case .case-description .case-arrows a.arrow-disabled,
.container.case .case-description .case-arrows span.arrow-disabled {
  background-color: #e8e9ed;
  border-color: #e8e9ed;
}
.container.case .case-description .case-arrows a.arrow-left,
.container.case .case-description .case-arrows span.arrow-left {
  background-image: url('assets/img/arrow-left-white.svg');
}
.container.case .case-description .case-arrows a.case-fullscreen,
.container.case .case-description .case-arrows span.case-fullscreen {
  cursor: pointer;
  background: #F68D2E no-repeat center url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 17.998H17.75V11.774H15.5V15.7574H11.5V17.998ZM6.5 17.998V15.7574H2.5V11.774H0.25V17.998H6.5ZM11.5 2.81144H14.4688H15.5V6.7948H17.75V0.570801H11.5V2.81144ZM6.5 0.570801V2.81144H2.5V6.7948H0.25V0.570801H6.5Z' fill='white'/%3E%3C/svg%3E");
  font-size: 16px;
}
.container.case .case-description .case-arrows a.case-fullscreen.case-fullscreen-exit,
.container.case .case-description .case-arrows span.case-fullscreen.case-fullscreen-exit {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 14H19V16H16V19H14V14M5 14H10V19H8V16H5V14M8 5H10V10H5V8H8V5M19 8V10H14V5H16V8H19Z' fill='white' /%3E%3C/svg%3E");
}
.container.case .case-description .case-arrows a.case-synchronize,
.container.case .case-description .case-arrows span.case-synchronize {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 96 960 960' width='24'%3E%3Cpath d='M160 896v-80h110l-16-14q-52-46-73-105t-21-119q0-111 66.5-197.5T400 266v84q-72 26-116 88.5T240 578q0 45 17 87.5t53 78.5l10 10v-98h80v240H160Zm400-10v-84q72-26 116-88.5T720 574q0-45-17-87.5T650 408l-10-10v98h-80V256h240v80H690l16 14q49 49 71.5 106.5T800 574q0 111-66.5 197.5T560 886Z' fill='white'/%3E%3C/svg%3E");
  background-size: auto;
  cursor: pointer;
}
.container.case .case-description .case-arrows a.case-synchronize.synchronized,
.container.case .case-description .case-arrows span.case-synchronize.synchronized {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 96 960 960' width='24'%3E%3Cpath d='M160 896v-80h109q-51-44-80-106t-29-134q0-112 68-197.5T400 266v84q-70 25-115 86.5T240 576q0 54 21.5 99.5T320 754v-98h80v240H160Zm560-320q0-51-20.5-95.5T640 398v98h-80V256h240v80H691q59 53 83.5 113.5T800 576h-80Zm-80 400q-17 0-28.5-11.5T600 936V816q0-17 11.5-28.5T640 776v-40q0-33 23.5-56.5T720 656q33 0 56.5 23.5T800 736v40q17 0 28.5 11.5T840 816v120q0 17-11.5 28.5T800 976H640Zm40-200h80v-40q0-17-11.5-28.5T720 696q-17 0-28.5 11.5T680 736v40Z' fill='white'/%3E%3C/svg%3E");
}
.container.case .case-description .case-arrows a.arrow-right,
.container.case .case-description .case-arrows span.arrow-right {
  background-image: url('assets/img/arrow-right-white.svg');
}
.container.case .case-description .case-voting {
  flex: 0 0 auto;
  align-self: flex-end;
}
.container.case .case-description .case-voting .btn-vote {
  border: 1px solid #F68D2E;
  background: #F68D2E;
  color: #fff;
  line-height: 38px;
  height: 40px;
  padding: 0 25px;
  border-radius: 30px;
  font-weight: bold;
  font-family: "Invention", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.container.case .case-description .case-voting .btn-vote:hover,
.container.case .case-description .case-voting .btn-vote:active {
  color: #1A1F28;
  background: #fff;
}
@media (max-width: 992px) {
  .container.case .case-description .case-voting {
    display: none;
  }
}
.container.case .viewer {
  height: 600px;
  width: 100%;
  margin: 20px 0 3vw 0;
}
.container.case .viewer .frame {
  position: relative;
}
.container.case .viewer .frame iframe {
  background: transparent;
}
.container.case .viewer .frame .frame-controls .btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 0;
  display: block;
  background: #F68D2E no-repeat center;
  position: absolute;
  cursor: pointer;
  outline: none;
}
.container.case .viewer .frame .frame-controls .btn.btn-fullscreen {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7918 9.29437C13.4033 9.68527 13.4066 10.3158 13.7991 10.7027C14.1916 11.0896 14.8248 11.0863 15.2133 10.6954L13.7918 9.29437ZM20.6568 5.21832C21.0453 4.82742 21.0421 4.19689 20.6495 3.81001C20.257 3.42312 19.6239 3.42637 19.2354 3.81727L20.6568 5.21832ZM15.2133 10.6954L20.6568 5.21832L19.2354 3.81727L13.7918 9.29437L15.2133 10.6954Z' fill='white'/%3E%3Cpath d='M21.9999 9.49671C21.9998 10.0467 21.552 10.4925 20.9998 10.4924C20.4475 10.4923 19.9998 10.0464 19.9999 9.49645L21.9999 9.49671ZM21.0007 3.52206L21.0007 2.52622C21.2659 2.52622 21.5203 2.63116 21.7078 2.81794C21.8954 3.00473 22.0007 3.25806 22.0007 3.52219L21.0007 3.52206ZM15.0008 4.51792C14.4485 4.51792 14.0008 4.07206 14.0008 3.52208C14.0008 2.97209 14.4485 2.52624 15.0008 2.52624L15.0008 4.51792ZM19.9999 9.49645L20.0007 3.52194L22.0007 3.52219L21.9999 9.49671L19.9999 9.49645ZM21.0007 4.5179L15.0008 4.51792L15.0008 2.52624L21.0007 2.52622L21.0007 4.5179Z' fill='white'/%3E%3Cpath d='M10.2081 15.6739C10.5966 15.283 10.5933 14.6525 10.2008 14.2656C9.80824 13.8787 9.17508 13.8819 8.78658 14.2728L10.2081 15.6739ZM3.34304 19.7499C2.95453 20.1408 2.95779 20.7714 3.35033 21.1583C3.74286 21.5451 4.37601 21.5419 4.76453 21.151L3.34304 19.7499ZM8.78658 14.2728L3.34304 19.7499L4.76453 21.151L10.2081 15.6739L8.78658 14.2728Z' fill='white'/%3E%3Cpath d='M1.99975 15.4716C1.99983 14.9216 2.4476 14.4758 2.99988 14.4758C3.55217 14.4759 3.99983 14.9218 3.99975 15.4718L1.99975 15.4716ZM2.99897 21.4462L2.99898 22.442C2.73374 22.442 2.47937 22.3371 2.29182 22.1503C2.10428 21.9635 1.99894 21.7102 1.99898 21.4461L2.99897 21.4462ZM8.99884 20.4503C9.55112 20.4503 9.99884 20.8962 9.99884 21.4462C9.99885 21.9962 9.55113 22.442 8.99884 22.442L8.99884 20.4503ZM3.99975 15.4718L3.99898 21.4463L1.99898 21.4461L1.99975 15.4716L3.99975 15.4718ZM2.99898 20.4504L8.99884 20.4503L8.99884 22.442L2.99898 22.442L2.99898 20.4504Z' fill='white'/%3E%3C/svg%3E");
  right: 16px;
  top: 16px;
}
.container.case .viewer .frame .frame-controls .btn.btn-case-fullscreen {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 17.998H17.75V11.774H15.5V15.7574H11.5V17.998ZM6.5 17.998V15.7574H2.5V11.774H0.25V17.998H6.5ZM11.5 2.81144H14.4688H15.5V6.7948H17.75V0.570801H11.5V2.81144ZM6.5 0.570801V2.81144H2.5V6.7948H0.25V0.570801H6.5Z' fill='white'/%3E%3C/svg%3E");
  right: 16px;
  top: 64px;
}
.container.case .viewer .frame .frame-controls .btn.btn-case-fullscreen.btn-case-fullscreen-exit {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 14H19V16H16V19H14V14M5 14H10V19H8V16H5V14M8 5H10V10H5V8H8V5M19 8V10H14V5H16V8H19Z' fill='white' /%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  .container.case .viewer .frame .frame-controls .btn.btn-case-fullscreen {
    top: 16px;
  }
}
.container.case .viewer .frame .frame-controls .btn.btn-bind-slides,
.container.case .viewer .frame .frame-controls .btn.btn-unbind-slides {
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.container.case .viewer .frame .frame-controls .btn.btn-bind-slides {
  background-image: url('assets/img//bind-slides.svg');
}
.container.case .viewer .frame .frame-controls .btn.btn-unbind-slides {
  background-image: url('assets/img//unbind-slides.svg');
}
.container.case .viewer .frame .frame-controls .btn.btn-zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1.12027C10 0.549874 9.55225 0.0874023 9 0.0874023C8.44775 0.0874023 8 0.549874 8 1.12027V8.35036H1C0.447754 8.35036 0 8.81283 0 9.38323C0 9.95364 0.447754 10.4161 1 10.4161H8V17.6462C8 18.2165 8.44775 18.6791 9 18.6791C9.55225 18.6791 10 18.2165 10 17.6462V10.4161H17C17.5522 10.4161 18 9.95364 18 9.38323C18 8.81283 17.5522 8.35036 17 8.35036H10V1.12027Z' fill='white'/%3E%3C/svg%3E");
}
.container.case .viewer .frame .frame-controls .btn.btn-zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='3' viewBox='0 0 18 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 1.32616C18 1.87615 17.5523 2.322 17 2.322H1C0.447716 2.322 0 1.87615 0 1.32616C0 0.776175 0.447716 0.330322 1 0.330322H17C17.5523 0.330322 18 0.776175 18 1.32616Z' fill='white'/%3E%3C/svg%3E");
}
.container.case .viewer .frame .frame-controls .btn-zoom {
  position: absolute;
  top: 16px;
  left: 16px;
  height: 80px;
  width: 40px;
  background: #F68D2E;
  border-radius: 40px;
}
.container.case .viewer .frame .frame-controls .btn-zoom .btn {
  position: static;
}
.container.case .viewer .frame .frame-controls .btn-zoom .btn.disabled-zoom {
  background: #cdcdcd !important;
  opacity: 0.8;
}
.container.case .viewer .frame .frame-controls .btn-zoom .btn-zoom-level-dibabled {
  background: #cdcdcd !important;
  margin-top: 5px;
  color: white;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
}
.container.case .viewer .frame .frame-controls .btn-zoom .btn-zoom-level,
.container.case .viewer .frame .frame-controls .btn-zoom .availableZoom .btn {
  margin-top: 5px;
  color: white;
  text-align: center;
  line-height: 40px;
}
.container.case .viewer .frame .frame-controls .btn-zoom .btn-zoom-active {
  opacity: 0.7;
}
.container.case .viewer .frame .frame-labels {
  position: absolute;
  bottom: 15px;
  text-align: center;
  padding: 0 !important;
}
.container.case .viewer .frame .frame-labels.frame-labels-0 {
  left: 0;
  width: calc((100% - 10px) / 2);
  text-align: center !important;
}
.container.case .viewer .frame .frame-labels.frame-labels-1 {
  right: 0;
  width: calc((100% - 10px) / 2);
  text-align: center !important;
}
.container.case .viewer .frame .frame-labels .label-wrap {
  text-align: center;
  font-size: 0;
  margin-top: 5px;
}
.container.case .viewer .frame .frame-labels .label-wrap .label {
  margin: 0 5px 0 0;
  background: #F68D2E;
  border: 1px solid #F68D2E;
  padding: 2px 25px;
  border-radius: 30px;
  display: inline-block;
  font-weight: bold;
  font-family: "Invention", sans-serif;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.container.case .viewer .frame .frame-labels .label-wrap .label.active,
.container.case .viewer .frame .frame-labels .label-wrap .label:hover,
.container.case .viewer .frame .frame-labels .label-wrap .label:active {
  background: #fff;
  color: #000;
}
.container.case .viewer .frame .frame-labels .label-wrap .label[disabled] {
  opacity: .7;
  background: #fff;
  color: #666;
  cursor: not-allowed;
}
.container.case .viewer .frame .frame-map-loader {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  height: 75px;
  margin-top: -22px;
  margin-left: -50px;
  z-index: 3;
}
.container.case .viewer .frame .frame-map-loader .loader,
.container.case .viewer .frame .frame-map-loader .loader:before,
.container.case .viewer .frame .frame-map-loader .loader:after {
  background: #F68D2E;
  color: #F68D2E;
  -webkit-animation: kf-frame-loader 1s infinite ease-in-out;
  animation: kf-frame-loader 1s infinite ease-in-out;
  width: 1em;
  height: 75px;
}
@media (max-width: 992px) {
  .container.case .viewer .frame .frame-labels {
    white-space: nowrap;
    padding-right: 15px !important;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
  }
}
@media (max-width: 1024px) and (orientation:portrait) {
  .container.case .viewer {
    height: 450px;
    height: 60vh;
    max-height: 60vh;
    overflow: hidden;
  }
  .container.case .viewer .frame.frame-images-stacked iframe {
    width: calc(200% + 10px);
  }
  .container.case .viewer .frame.frame-images-stacked .frame-controls .single-frame-controls-0 {
    width: 100%;
  }
  .container.case .viewer .frame.frame-images-stacked .frame-controls .single-frame-controls-1 {
    display: none;
  }
  .container.case .viewer .frame.frame-images-stacked .frame-controls .btn-fullscreen,
  .container.case .viewer .frame.frame-images-stacked .frame-controls .btn-case-fullscreen {
    display: none;
  }
  .container.case .viewer .frame.frame-images-stacked .frame-footer .frame-labels-0 {
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .container.case .viewer .frame.frame-images-stacked .frame-footer .frame-labels-0 .label-wrap {
    margin-top: 8px;
  }
  .container.case .viewer .frame.frame-images-stacked .frame-footer .frame-labels-1 {
    display: none;
  }
}
.container.case > .case-voting {
  margin-bottom: 30px;
}
.container.case > .case-voting .frame-footer-voting button {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container.case > .case-voting .frame-footer-voting button {
    margin: 16px auto;
  }
}
@media (max-width: 992px) {
  .container.case > .case-voting {
    display: block;
  }
  .container.case > .case-voting .btn-vote {
    border: 1px solid #00877C;
    background: #00877C;
    color: #fff;
    line-height: 38px;
    height: 40px;
    padding: 0 25px;
    border-radius: 30px;
    font-weight: bold;
    font-family: "Invention", sans-serif;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
  }
  .container.case > .case-voting .btn-vote:hover,
  .container.case > .case-voting .btn-vote:active {
    color: #1A1F28;
    background: #fff;
  }
}
.container.case .case-content {
  margin-bottom: 5vw;
}
.container.case .case-content .case-content-box {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  margin-top: 20px;
}
.container.case .case-content .case-content-box .content-box-header {
  height: 80px;
  padding: 0 30px;
}
.container.case .case-content .case-content-box .content-box-header:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.container.case .case-content .case-content-box .content-box-header h3 {
  font-style: normal;
  font-weight: 300;
  line-height: 80px;
  font-size: 26px;
  color: #424242;
  margin: 0;
  float: left;
}
.container.case .case-content .case-content-box .content-box-header .content-box-toggle {
  margin-top: 27.5px;
  float: right;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  background-color: #fff;
  outline: none;
  width: 39px;
  height: 24px;
}
.container.case .case-content .case-content-box .content-box-header .content-box-toggle span {
  font-family: "Invention", sans-serif;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.container.case .case-content .case-content-box .content-box-inner {
  padding: 0 30px 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 15px;
  color: #424242;
}
.container.case .case-content .case-content-box .content-box-inner p {
  margin: 0;
}
.container.case .case-content .case-content-box .content-box-inner p strong {
  margin-top: 10px;
  display: block;
}
.container.case .case-content .case-content-box .content-box-inner ol {
  padding-left: 16px;
  margin: 0;
}
.container.case .case-content .case-content-box.case-content-toggable:not(.active) .content-box-header .content-box-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='24' viewBox='0 0 39 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.9585 1.39539L18.8703 21.1965L1.2183 0.999976' stroke='%2338424B' stroke-width='3'/%3E%3C/svg%3E");
}
.container.case .case-content .case-content-box.case-content-toggable:not(.active) .content-box-header .content-box-toggle .toggle-show {
  display: block;
}
.container.case .case-content .case-content-box.case-content-toggable:not(.active) .content-box-header .content-box-toggle .toggle-hide {
  display: none;
}
.container.case .case-content .case-content-box.case-content-toggable:not(.active) .content-box-inner {
  display: none;
}
.container.case .case-content .case-content-box.case-content-toggable.active .content-box-header .content-box-toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='24' viewBox='0 0 39 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.52246 22.4651L19.3936 2.46509L37.2648 22.4651' stroke='%2338424B' stroke-width='3'/%3E%3C/svg%3E");
}
.container.case .case-content .case-content-box.case-content-toggable.active .content-box-header .content-box-toggle .toggle-show {
  display: none;
}
.container.case .case-content .case-content-box.case-content-toggable.active .content-box-header .content-box-toggle .toggle-hide {
  display: block;
}
.container.case .case-content .case-content-box.case-content-toggable.active .content-box-inner {
  display: block;
}
.container.case .case-content .case-content-footer {
  text-align: right;
  font-size: 13px;
  color: rgba(43, 43, 43, 0.7);
  padding: 24px 0;
}
.container.case .case-content .case-content-footer p {
  margin: 0;
  line-height: 20px;
}
@media (max-width: 992px) {
  .container.case .case-content .case-content-box .content-box-header {
    padding: 0 16px;
    height: 52px;
  }
  .container.case .case-content .case-content-box .content-box-header h3 {
    line-height: 52px;
    font-size: 20px;
  }
  .container.case .case-content .case-content-box .content-box-header .content-box-toggle {
    height: 26px;
    width: 26px;
    padding: 0;
    margin-top: 13px;
    background-position: center;
    font-size: 0;
  }
  .container.case .case-content .case-content-box .content-box-header .content-box-toggle span {
    font-size: 0;
  }
  .container.case .case-content .case-content-box .content-box-inner {
    padding: 8px 16px 24px;
  }
}
.case-footer {
  text-align: center;
  padding-top: 8px;
  position: relative;
}
.case-footer .btn-vote {
  display: inline-block;
  border: 0;
  padding: 0 30px;
  border-radius: 50px;
  background: #F68D2E;
  line-height: 60px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #F2F2F2;
  min-width: 186px;
  cursor: pointer;
  margin: 0;
}
.case-footer .pointer-checkbox {
  position: absolute;
  right: 24px;
  bottom: 12px;
  width: 64px;
  height: 34px;
  background-color: #00877C;
  border-radius: 1000px;
}
.case-footer .pointer-checkbox:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.case-footer .pointer-checkbox input {
  position: absolute;
  visibility: hidden;
}
.case-footer .pointer-checkbox span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  margin: 3px;
  background: #fff url('assets/img//pointer-gray.svg') no-repeat center;
}
.case-footer .pointer-checkbox input:checked + span {
  float: right;
}
.mas-has-fullscreen .btn-case-fullscreen {
  display: none !important;
}
.mas-has-fullscreen .btn-case-fullscreen.btn-case-fullscreen-exit {
  display: block !important;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0;
  width: 100vw;
  z-index: 50;
}
.modal .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: auto;
}
.modal .modal-dialog-wrapper {
  width: 100vw;
  height: 100vh;
  display: inline-block;
  position: relative;
}
.modal .modal-dialog {
  margin-bottom: 46px;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 764px;
  max-width: 95%;
  max-height: 98vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background: transparent;
  border-radius: 10px;
}
.modal .modal-dialog .modal-header {
  height: 64px;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #fff;
  padding: 0 22px 0 32px;
  border-bottom: 2px solid #e8e9ed;
}
.modal .modal-dialog .modal-header h4 {
  margin: 0;
  color: #1A1F28;
  font-size: 24px;
  line-height: 64px;
  font-weight: normal;
}
.modal .modal-dialog .modal-header .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 22px;
  width: 16px;
  height: 16px;
  border: 0;
  background: transparent url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20L4 4.00003M20 4L4.00002 20' stroke='%23F68D2E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
}
.modal .modal-dialog .modal-header .reset-button {
  font-size: 14px;
  position: absolute;
  right: 10%;
  top: 15px;
  padding: 5px 10px;
  border-radius: 20px !important;
  line-height: 1.5;
  color: #fff;
  background: #990000;
}
.modal .modal-dialog .modal-header .reset-button:hover {
  cursor: pointer;
}
.modal .modal-dialog .modal-body {
  background: #fff;
  padding: 1px 32px;
}
.modal .modal-dialog .modal-body.chart {
  display: flex;
  flex-wrap: wrap;
}
.modal .modal-dialog .modal-body .chart-wrapper {
  flex: 1 1 50%;
}
.modal .modal-dialog .modal-body .chart-wrapper .modal-body-chart {
  width: auto;
}
.modal .modal-dialog .modal-body .voting-body h5 {
  font-size: 24px;
  font-weight: 400;
  color: #00877C;
  position: relative;
  display: inline-block;
  margin: 32px 0 8px;
}
.modal .modal-dialog .modal-body .voting-body h5:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 1000px;
  top: 110%;
  height: 3px;
}
.modal .modal-dialog .modal-body .voting-body p {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}
.modal .modal-dialog .modal-body .voting-body ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
.modal .modal-dialog .modal-body .voting-body ul li {
  margin: 0 0 12px;
  display: block;
}
.modal .modal-dialog .modal-body .voting-body ul li label {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.modal .modal-dialog .modal-body .voting-body ul li label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  height: 52px;
  width: 52px;
  border-radius: 100%;
  z-index: 100;
}
.modal .modal-dialog .modal-body .voting-body ul li label input {
  position: absolute;
  visibility: hidden;
}
.modal .modal-dialog .modal-body .voting-body ul li label span {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
  width: 80%;
}
.modal .modal-dialog .modal-body .voting-body ul li label span.radio-button {
  display: inline-block;
  margin: 2px;
  width: 48px;
  height: 48px;
  border: 1px solid #F68D2E;
  border-radius: 100%;
  margin-right: 20px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #F68D2E;
  background: #fff;
  z-index: 101;
}
.modal .modal-dialog .modal-body .voting-body ul li label input:checked ~ span {
  color: #F68D2E;
}
.modal .modal-dialog .modal-body .voting-body ul li label input:checked + span.radio-button {
  background: #F68D2E;
  color: #fff;
}
.modal .modal-dialog .modal-body .voting-body .voting-text-input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  font-size: 15px;
}
.modal .modal-dialog .modal-body .voting-body .voting-text-input.textarea {
  height: 289px;
}
.modal .modal-dialog .modal-body .voting-body .alert {
  display: block;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background: #fff;
}
.modal .modal-dialog .modal-body .voting-body .alert.hidden {
  display: none;
}
.modal .modal-dialog .modal-body .voting-body .alert.alert-success {
  border: 2px solid #9AC92E;
}
.modal .modal-dialog .modal-body .voting-body .alert.alert-info {
  border: 2px solid #00877C;
}
.modal .modal-dialog .modal-footer {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  padding-bottom: 30px;
}
.modal .modal-dialog .modal-footer .modal-submit,
.modal .modal-dialog .modal-footer .modal-close {
  min-width: 135px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  background: #F68D2E;
  color: #fff;
  border: 2px solid #F68D2E;
  border-radius: 1000px;
  cursor: pointer;
}
.modal .modal-dialog .modal-footer .modal-submit.btn-close-modal,
.modal .modal-dialog .modal-footer .modal-close.btn-close-modal {
  display: none;
}
.modal .modal-dialog .modal-footer .modal-submit:hover,
.modal .modal-dialog .modal-footer .modal-close:hover,
.modal .modal-dialog .modal-footer .modal-submit:active,
.modal .modal-dialog .modal-footer .modal-close:active {
  background: #fff;
  color: #1A1F28;
}
.modal .modal-dialog .modal-footer .modal-submit[disabled='disabled'],
.modal .modal-dialog .modal-footer .modal-close[disabled='disabled'] {
  background-color: #fff;
  border-color: #e8e9ed;
  color: #e8e9ed;
}
.modal .modal-dialog.modal-dialog-results {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 3%;
  right: 3%;
  left: 3%;
  width: 94%;
  max-width: none;
}
.modal .modal-dialog.modal-dialog-results .chart-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.modal .modal-dialog.modal-dialog-results .chart-loader .line-scale-pulse-out {
  flex: 1;
}
.modal .modal-dialog.modal-dialog-results .chart-loader .line-scale-pulse-out > div {
  background-color: #00877C;
  width: 10px;
  height: 50px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart {
  width: 90vw;
  height: 70vh;
  padding: 25px 25px 25px 25px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart p {
  padding: 30px 30px 0;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner {
  flex: 1;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div {
  display: inline-block;
  background-color: #00877C;
  width: 10px;
  margin: 0 2px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(1) {
  height: 40px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(2) {
  height: 30px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(3) {
  height: 25px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(4) {
  height: 40px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(5) {
  height: 45px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(6) {
  height: 10px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(7) {
  height: 30px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(8) {
  height: 20px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(9) {
  height: 10px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(10) {
  height: 35px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart-empty .mas-chart-empty-inner p {
  margin: 10px 0;
  color: #666;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .mas-chart-refresher {
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .mas-chart-refresher .chart-refresh-loader .line-scale-pulse-out > div {
  background-color: #00877C;
  width: 2px;
  height: 25px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .mas-chart-refresher .chart-refresh {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent url('assets/img//refresh.svg') center;
  display: block;
  cursor: pointer;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-information {
  flex: 1;
  flex-grow: 0;
  text-align: center;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-information p {
  margin: 0 3px;
  color: #666;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .mas-chart-inner {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-y-axis {
  position: absolute;
  top: 20px;
  bottom: 30px;
  left: 0;
  width: 30px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column-reverse;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-y-axis .chart-label-y {
  flex: 1;
  width: 100%;
  font-size: 12px;
  color: #666;
  padding-right: 10px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-y-axis .chart-label-y span {
  position: relative;
  top: -5px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-y-axis .chart-label-y span:not(:empty):before {
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 6px;
  left: 25px;
  width: 2000px;
  content: " ";
  display: block;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-y-axis .chart-label-y:first-of-type {
  flex: 0;
  height: 0;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 0;
  left: 30px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap {
  flex: 1;
  flex-wrap: nowrap;
  position: relative;
  height: 100%;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap.chart-bar-wrap-expanded {
  padding: 0 30px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar {
  width: 50px;
  height: 0.0001px;
  max-width: calc(100% - 2px);
  background: #0066CC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip {
  height: auto;
  position: absolute;
  padding: 5px 10px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  left: 50%;
  display: none;
  z-index: 2;
  margin-bottom: 7px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner {
  position: relative;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:after,
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 10px;
  margin-left: -10px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 11px;
  margin-left: -11px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tooltip .tooltip-inner p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tick {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  height: 30px;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tick span {
  line-height: 29px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-tick span:not(:empty):before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 23px;
  margin-left: -0.5px;
  width: 1px;
  height: 7px;
  background: #ccc;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap .chart-bar-cutoff {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .5;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap:hover .chart-bar {
  background: #0d84e3;
  cursor: pointer;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-bars .chart-bar-wrap:hover .chart-bar-tooltip {
  display: block;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-cutoffs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .5;
  z-index: 0;
  font-size: 14px;
  color: #000;
  padding: 5px;
}
.modal .modal-dialog.modal-dialog-results .modal-body-chart .mas-chart .chart-bars-wrap .chart-cutoffs .chart-cutoff {
  position: absolute;
  top: 0;
  bottom: 0;
}
.modal .modal-dialog.modal-dialog-results .modal-body {
  height: auto !important;
  max-height: none !important;
}
.modal .modal-dialog.modal-dialog-results .modal-footer {
  display: none;
}
@media (max-width: 1024px) and (orientation:portrait) {
  .modal .modal-dialog {
    max-width: 95vw;
    min-width: 95vw;
    top: 5vh;
  }
}
.frame-iframe {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.frame-iframe .frame-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: #fff;
}
.frame-iframe .frame-loader .frame-loader-inner {
  margin: 0 auto;
  flex: 1;
  flex-grow: 0;
  flex-shrink: 0;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid {
  width: 78px;
  height: 78px;
  margin: 0 auto;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube {
  width: 25px;
  height: 25px;
  margin: 0 1px 1px 0;
  background-color: #00877C;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 2.1s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 2.1s infinite ease-in-out;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.frame-iframe .frame-loader .frame-loader-inner .sk-cube-grid .sk-cube.sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.frame-iframe .frame-loader .frame-loader-inner p {
  font-size: 16px;
}
.frame-iframe iframe {
  border: 0;
  height: 100%;
  background: #fff;
}
.frame-iframe [class*='single-frame-controls-'] {
  position: absolute;
  top: 0;
}
.frame-iframe[class*='frame-expanded-']:not(.frame-expanded--1) .frame-labels {
  display: none !important;
}
.frame-iframe[class*='frame-expanded-']:not(.frame-expanded--1) .image-comments {
  display: none !important;
}
.frame-iframe[class*='frame-expanded-']:not(.frame-expanded--1) .frame-controls .btn-bind-slides,
.frame-iframe[class*='frame-expanded-']:not(.frame-expanded--1) .frame-controls .btn-comment,
.frame-iframe[class*='frame-expanded-']:not(.frame-expanded--1) .frame-controls .btn-comment-active {
  display: none !important;
  z-index: 5;
}
.frame-iframe[class*='frame-expanded-']:not(.frame-expanded--1) .frame-controls [class*='single-frame-controls-'] {
  display: none;
}
.frame-iframe.frame-images-unstacked iframe {
  width: 100%;
}
.frame-iframe.frame-images-unstacked.frame-images-3 .single-frame-controls-3 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 3) + (3 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
}
.frame-iframe.frame-images-unstacked.frame-images-3 .single-frame-controls-2 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 2) + (2 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
}
.frame-iframe.frame-images-unstacked.frame-images-3 .single-frame-controls-1 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 1) + (1 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
}
.frame-iframe.frame-images-unstacked.frame-images-3 .single-frame-controls-0 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 0) + (0 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
}
.frame-iframe.frame-images-unstacked.frame-images-2 .single-frame-controls-2 {
  left: calc((((100% - (2 - 1) * 10px) / 2) * 2) + (2 * 10px));
  width: calc(((100% - (2 - 1) * 10px) / 2));
}
.frame-iframe.frame-images-unstacked.frame-images-2 .single-frame-controls-1 {
  left: calc((((100% - (2 - 1) * 10px) / 2) * 1) + (1 * 10px));
  width: calc(((100% - (2 - 1) * 10px) / 2));
}
.frame-iframe.frame-images-unstacked.frame-images-2 .single-frame-controls-0 {
  left: calc((((100% - (2 - 1) * 10px) / 2) * 0) + (0 * 10px));
  width: calc(((100% - (2 - 1) * 10px) / 2));
}
.frame-iframe.frame-images-unstacked.frame-images-1 .single-frame-controls-1 {
  left: calc((((100% - (1 - 1) * 10px) / 1) * 1) + (1 * 10px));
  width: calc(((100% - (1 - 1) * 10px) / 1));
}
.frame-iframe.frame-images-unstacked.frame-images-1 .single-frame-controls-0 {
  left: calc((((100% - (1 - 1) * 10px) / 1) * 0) + (0 * 10px));
  width: calc(((100% - (1 - 1) * 10px) / 1));
}
.frame-iframe.frame-images-unstacked .frame-labels {
  position: absolute;
  left: 0;
  right: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-3 .label-wrap-3 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 3) + (3 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-3 .label-wrap-2 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 2) + (2 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-3 .label-wrap-1 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 1) + (1 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-3 .label-wrap-0 {
  left: calc((((100% - (3 - 1) * 10px) / 3) * 0) + (0 * 10px));
  width: calc(((100% - (3 - 1) * 10px) / 3));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-2 .label-wrap-2 {
  left: calc((((100% - (2 - 1) * 10px) / 2) * 2) + (2 * 10px));
  width: calc(((100% - (2 - 1) * 10px) / 2));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-2 .label-wrap-1 {
  left: calc((((100% - (2 - 1) * 10px) / 2) * 1) + (1 * 10px));
  width: calc(((100% - (2 - 1) * 10px) / 2));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-2 .label-wrap-0 {
  left: calc((((100% - (2 - 1) * 10px) / 2) * 0) + (0 * 10px));
  width: calc(((100% - (2 - 1) * 10px) / 2));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-1 .label-wrap-1 {
  left: calc((((100% - (1 - 1) * 10px) / 1) * 1) + (1 * 10px));
  width: calc(((100% - (1 - 1) * 10px) / 1));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels.frame-labels-1 .label-wrap-0 {
  left: calc((((100% - (1 - 1) * 10px) / 1) * 0) + (0 * 10px));
  width: calc(((100% - (1 - 1) * 10px) / 1));
  bottom: 0;
}
.frame-iframe.frame-images-unstacked .frame-labels .label-wrap {
  position: absolute;
}
.frame-iframe.frame-images-stacked iframe {
  width: 100%;
}
.frame-iframe.frame-images-stacked .frame-controls [class^='single-frame-controls-'] {
  width: calc((100% - 10px) / 2);
}
.frame-iframe.frame-images-stacked .frame-controls .single-frame-controls-0 {
  left: 0;
}
.frame-iframe.frame-images-stacked .frame-controls .single-frame-controls-1 {
  left: auto;
  right: 0;
}
.frame-iframe.frame-images-stacked.frame-images-1 .frame-controls .single-frame-controls-0 {
  left: 0;
  width: 100%;
}
.frame-iframe.frame-images-stacked.frame-images-1 .frame-controls .single-frame-controls-0 .btn-fullscreen {
  display: none !important;
}
.frame-iframe.frame-images-stacked.frame-images-1 .frame-controls .single-frame-controls-1 {
  display: none;
}
.frame-iframe.frame-images-stacked .frame-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
.frame-iframe.frame-images-stacked .frame-footer .frame-footer-voting {
  flex: 1;
  flex-grow: 0;
}
.frame-iframe.frame-images-stacked .frame-footer .frame-labels {
  flex: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap-reverse;
}
.frame-iframe.frame-images-stacked .frame-footer .frame-labels .label-wrap {
  position: static !important;
  display: inline-block !important;
}
.frame-iframe.frame-images-stacked .frame-footer .frame-labels.frame-labels-0 {
  text-align: left;
  padding-left: 15px !important;
}
.frame-iframe.frame-images-stacked .frame-footer .frame-labels.frame-labels-1 {
  text-align: right;
  padding-right: 15px !important;
  flex-direction: row-reverse;
}
.frame-iframe.frame-images-1 .frame-footer .frame-labels-0 {
  width: 100% !important;
  display: block !important;
}
.frame-iframe.frame-expanded-2 .frame-controls .single-frame-controls-2 {
  display: block !important;
  width: 100% !important;
  left: 0 !important;
}
.frame-iframe.frame-expanded-1 .frame-controls .single-frame-controls-1 {
  display: block !important;
  width: 100% !important;
  left: 0 !important;
}
.frame-iframe.frame-expanded-0 .frame-controls .single-frame-controls-0 {
  display: block !important;
  width: 100% !important;
  left: 0 !important;
}
@media (orientation:portrait) and (max-width: 992px) {
  .frame-iframe.frame-images-stacked iframe {
    width: calc(200% + 10px);
  }
  .frame-iframe.frame-images-stacked .frame-controls .btn-fullscreen {
    display: none !important;
  }
  .frame-iframe.frame-images-stacked .frame-controls .single-frame-controls-0 {
    width: 100%;
  }
  .frame-iframe.frame-images-stacked .frame-controls .single-frame-controls-1 {
    display: none;
  }
  .frame-iframe.frame-images-stacked .frame-controls .btn.btn-comment,
  .frame-iframe.frame-images-stacked .frame-controls .btn.btn-comment-active {
    top: 15px !important;
    margin-top: 0 !important;
  }
  .frame-iframe.frame-images-stacked .frame-labels.frame-labels {
    width: calc(100% - 30px) !important;
  }
  .frame-iframe.frame-images-stacked .frame-labels.frame-labels-1 {
    display: none !important;
  }
}
.frame {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
}
.frame .frame-maps {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.frame .frame-maps .frame-map-wrap {
  flex: 1;
  margin: 0 10px;
  background: #efefef;
  position: relative;
  z-index: 1;
}
.frame .frame-maps .frame-map-wrap:first-of-type {
  margin-left: 0;
}
.frame .frame-maps .frame-map-wrap:last-of-type {
  margin-right: 0;
}
.frame .frame-maps .frame-map-wrap .frame-map {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.frame .frame-maps .frame-map-wrap .frame-map-loader {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100px;
  height: 75px;
  margin-top: -22px;
  margin-left: -50px;
  z-index: 3;
}
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader,
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader:before,
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader:after {
  background: #00877C;
  -webkit-animation: kf-frame-loader 1s infinite ease-in-out;
  animation: kf-frame-loader 1s infinite ease-in-out;
  width: 1em;
  height: 75px;
}
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader {
  color: #00877C;
  text-indent: -9999em;
  margin: 15px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader:before,
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.frame .frame-maps .frame-map-wrap .frame-map-loader .loader:after {
  left: 1.5em;
}
@-webkit-keyframes kf-frame-loader {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 55px;
  }
  40% {
    box-shadow: 0 -10px;
    height: 75px;
  }
}
@keyframes kf-frame-loader {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 55px;
  }
  40% {
    box-shadow: 0 -10px;
    height: 75px;
  }
}
.frame .frame-maps .frame-map-wrap .frame-controls {
  z-index: 3;
}
.frame .frame-maps .frame-map-wrap .frame-controls .frame-labels {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.frame .frame-maps .frame-map-wrap .frame-controls .frame-labels .label-wrap {
  flex: 0 0 auto;
}
.frame .frame-maps .frame-map-wrap .frame-controls .frame-labels .label-wrap button.active {
  cursor: default;
}
.frame .frame-maps .frame-map-wrap .annotation-popup .annotation-inner {
  min-width: 250px;
  height: auto;
  padding: 16px;
  background: #fff;
  position: relative;
  margin-bottom: 24px;
  border-radius: 4px;
  max-width: 300px;
}
.frame .frame-maps .frame-map-wrap .annotation-popup .annotation-inner .annotation-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  line-height: 1;
}
.frame .frame-maps .frame-map-wrap .annotation-popup .annotation-inner .annotation-close svg {
  width: 24px;
  height: 24px;
}
.frame .frame-maps .frame-map-wrap .annotation-popup .annotation-inner .annotation-text {
  font-size: 14px;
  color: #333;
}
.frame .frame-maps .frame-map-wrap.frame-is-expanded {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.frame .frame-maps .frame-map-wrap.frame-is-expanded .frame-map {
  z-index: 5;
}
.frame .frame-maps .frame-map-wrap.frame-is-expanded .frame-map-loader,
.frame .frame-maps .frame-map-wrap.frame-is-expanded .frame-controls {
  z-index: 3;
}
@media (max-width: 992px) {
  .frame .frame-maps .frame-map-wrap {
    margin: 0 !important;
  }
  .frame .frame-maps .frame-map-wrap:last-of-type:not(:only-of-type) {
    display: none;
  }
  .frame .frame-maps .frame-map-wrap .frame-controls .btn-fullscreen,
  .frame .frame-maps .frame-map-wrap .frame-controls .btn-zoom {
    display: none !important;
  }
}
.voting-overview {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #efefef;
}
.voting-overview .mas-chart-empty {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner {
  flex: 1;
  padding: 25px 0;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy {
  height: 125px;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div {
  display: inline-block;
  background-color: #00877C;
  width: 10px;
  margin: 0 2px;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(1) {
  height: 10%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(2) {
  height: 75%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(3) {
  height: 90%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(4) {
  height: 33%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(5) {
  height: 40%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(6) {
  height: 22%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(7) {
  height: 30%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(8) {
  height: 70%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(9) {
  height: 60%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner .chart-dummy > div:nth-child(10) {
  height: 50%;
}
.voting-overview .mas-chart-empty .mas-chart-empty-inner p {
  margin: 5px 0 7px;
  color: #666;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.voting-overview .voting-overview-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.voting-overview .voting-overview-inner .voting-overview-graph {
  width: 100%;
  height: auto;
  padding: 25px 0;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress {
  position: relative;
  margin: 0 auto;
  width: 250px;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress .bar-overflow {
  position: relative;
  width: 250px;
  height: 125px;
  overflow: hidden;
  padding-bottom: 50%;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress .bar-overflow .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 40px solid #ccc;
  border-bottom-color: #0bf;
  border-right-color: #0bf;
  transition: transform .5s ease;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress .progress-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress.progress-green .bar-overflow .bar {
  border-bottom-color: #309143;
  border-right-color: #309143;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress.progress-orange .bar-overflow .bar {
  border-bottom-color: #e39802;
  border-right-color: #e39802;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress.progress-red .bar-overflow .bar {
  border-bottom-color: #b60a1c;
  border-right-color: #b60a1c;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress-footer p {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1;
}
.voting-overview .voting-overview-inner .voting-overview-graph .wheel-wrapper .progress-footer small {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
