@charset "UTF-8";
/*FONTS*/
/* cyrillic-ext */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local("Philosopher Regular"), local("Philosopher-Regular"), url("../fnt/philosopher-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* social media icons 
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-weight: 900;
  src: url(../fnt/fa-solid-900.eot);
  src: url(../fnt/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fnt/fa-solid-900.woff2) format("woff2"), url(../fnt/fa-solid-900.woff) format("woff"), url(../fnt/fa-solid-900.ttf) format("truetype"), url(../fnt/fa-solid-900.svg#fontawesome) format("svg");
}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/fa-regular-400.woff2) format("woff2");
}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/fa-brands-400.woff2) format("woff2");
}
.far {
  font-family: "Font Awesome 5 Regular";
  font-weight: 400;
}

.fa, .fas {
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  color: white;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  color: white;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fnt/material-icons.woff2") format("woff2");
}
/*$gradient-mint: linear-gradient( to top, $mint-green, $mint-green +50% );*/
.prdk-link {
  color: rgb(43, 187, 173) !important;
}
.prdk-link:hover {
  color: rgb(73, 217, 203) !important;
}

.simple-horizontal-content {
  display: flex;
  flex-direction: row;
}

.simple-vertical-content {
  display: flex;
  flex-direction: column;
}

.centered-element-positioner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.full-width-left-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  justify-content: flex-start;
  padding: 0 10px;
}

.full-width-right-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  justify-content: flex-end;
}

.full-width-center-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  justify-content: center;
}

.full-width-spread-content-row {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 100%;
  width: 100%;
  justify-content: space-between;
  margin: 0 10px;
  font-size: 12px;
}

.subsection-controls-wrapper {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  height: 40px;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .subsection-controls-wrapper {
    margin: 20px 20px 20px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px), (min-width: 1980px) {
  .subsection-controls-wrapper {
    margin: 20px;
  }
}
.subsection-controls-wrapper .controls-group-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.subsection-controls-wrapper select {
  height: 30px;
  margin-right: 10px;
}
.subsection-controls-wrapper select option {
  min-width: 30px;
}
.subsection-controls-wrapper select .option-produck {
  color: rgba(43, 187, 173, 0.8);
  font-weight: 600;
}
.subsection-controls-wrapper select .option-external {
  color: rgb(17, 119, 119);
  font-weight: 600;
}
.subsection-controls-wrapper .btn {
  font-size: 11px;
  margin: 0px 10px 10px 0px;
  flex: 0 0 auto;
  align-items: center;
  height: 30px;
  line-height: normal;
}
.subsection-controls-wrapper .btn span {
  display: inline-block;
}

.action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 888;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 24px;
  margin: 4px;
}
.action-buttons ul {
  width: auto;
  transform: translateX(-65px) translateY(-5px);
}
.action-buttons .actn-btns-more {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: rgb(148, 148, 148);
}
.action-buttons .actn-btns-more i {
  font-size: 1.6rem;
}
.action-buttons ul {
  display: flex;
  list-style-type: none;
  position: absolute;
  z-index: 999;
}
.action-buttons i {
  font-size: 18px;
  margin: 0px !important;
  width: auto !important;
}

.in-place-edit-field {
  flex: 0 1 100%;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  height: auto;
  align-items: flex-start;
  background: inherit;
}
.in-place-edit-field textarea,
.in-place-edit-field .in-place-edit-field-visual {
  height: auto;
  min-height: 50px;
  width: 100%;
  resize: none;
  overflow-y: auto;
  word-wrap: break-word;
  font-style: "Philosopher", sans-serif;
  padding: 10px;
}
.in-place-edit-field .in-place-edit-field-visual {
  border: 2px solid teal;
  background: white;
}
.in-place-edit-field .in-place-edit-field-visual .collapsible {
  border: 1px solid #ddd;
}
.in-place-edit-field .in-place-edit-field-visual .collapsible .collapsible-header {
  position: relative;
  padding-left: 28px;
  pointer-events: none; /* avoid collapsing while editing */
}
.in-place-edit-field .in-place-edit-field-visual .collapsible .collapsible-body {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}
.in-place-edit-field .in-place-edit-field-visual ul:not(.collapsible),
.in-place-edit-field .in-place-edit-field-visual ol {
  padding-left: 30px;
  margin: 1em;
  text-align: left;
}
@media (max-width: 660px) {
  .in-place-edit-field .in-place-edit-field-visual ul:not(.collapsible),
  .in-place-edit-field .in-place-edit-field-visual ol {
    padding-left: 20px;
  }
}
.in-place-edit-field .in-place-edit-field-visual ul:not(.collapsible) li {
  list-style-type: disc;
}
.in-place-edit-field .in-place-edit-field-visual ol li {
  list-style-type: decimal;
}
.in-place-edit-field .in-place-edit-field-visual h2,
.in-place-edit-field .in-place-edit-field-visual .h2 {
  font-size: 1.6rem;
  text-align: left !important;
  margin: 35px 0 !important;
  font-weight: bold;
}
.in-place-edit-field .in-place-edit-field-visual h3,
.in-place-edit-field .in-place-edit-field-visual .h3 {
  font-size: 1.4rem;
  text-align: left;
  margin: 25px 0;
  font-weight: bold;
}
.in-place-edit-field .in-place-edit-field-visual h4,
.in-place-edit-field .in-place-edit-field-visual .h4 {
  margin: 10px 0px;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 800;
}
.in-place-edit-field .in-place-edit-field-visual h5,
.in-place-edit-field .in-place-edit-field-visual .h5 {
  font-size: 1rem;
  margin: 1.0933333333rem 0 0.656rem 0;
  text-align: left;
  font-weight: 800;
  font-style: italic;
}
.in-place-edit-field .in-place-edit-field-visual h6,
.in-place-edit-field .in-place-edit-field-visual .h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
  font-weight: 400;
  text-align: left;
  font-style: italic;
}
.in-place-edit-field .in-place-edit-field-visual blockquote {
  font-style: italic;
}
.in-place-edit-field .in-place-edit-field-visual img,
.in-place-edit-field .in-place-edit-field-visual object {
  display: block;
  max-height: 500px;
  margin: 15px auto;
  width: auto;
}
@media (min-width: 1200px) {
  .in-place-edit-field .in-place-edit-field-visual img,
  .in-place-edit-field .in-place-edit-field-visual object {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .in-place-edit-field .in-place-edit-field-visual img,
  .in-place-edit-field .in-place-edit-field-visual object {
    max-width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual img,
  .in-place-edit-field .in-place-edit-field-visual object {
    max-width: 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual object {
  min-height: 300px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual object {
    width: 400px;
  }
}
@media (max-width: 660px) {
  .in-place-edit-field .in-place-edit-field-visual object {
    width: 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual table {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  display: table !important;
  position: relative;
}
.in-place-edit-field .in-place-edit-field-visual table th,
.in-place-edit-field .in-place-edit-field-visual table td {
  border-bottom: 1px solid rgb(219, 219, 219);
  width: inherit;
  text-align: left;
  position: relative;
}
.in-place-edit-field .in-place-edit-field-visual table th:before,
.in-place-edit-field .in-place-edit-field-visual table td:before {
  content: none;
}
.in-place-edit-field .in-place-edit-field-visual table th img,
.in-place-edit-field .in-place-edit-field-visual table td img {
  max-height: 200px;
}
.in-place-edit-field .in-place-edit-field-visual table thead {
  max-width: 70%;
}
.in-place-edit-field .in-place-edit-field-visual table.scrollable:after {
  content: "Scroll ›";
  font-size: 12px;
  color: #aaa;
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  font-style: oblique;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual table th,
  .in-place-edit-field .in-place-edit-field-visual table td {
    min-height: 5em;
  }
  .in-place-edit-field .in-place-edit-field-visual table.responsive-table tbody {
    overflow-x: scroll;
  }
  .in-place-edit-field .in-place-edit-field-visual table.responsive-table tbody tr td {
    word-break: break-all;
    white-space: normal;
    overflow-y: auto;
  }
  .in-place-edit-field .in-place-edit-field-visual table.responsive-table thead {
    max-width: 30%;
  }
}
.in-place-edit-field .in-place-edit-field-visual table .selectedCell {
  box-shadow: inset 0 0 0 2px rgba(60, 130, 230, 0.9);
}
.in-place-edit-field .in-place-edit-field-visual table .columnSelected,
.in-place-edit-field .in-place-edit-field-visual table .rowSelected {
  background: rgba(60, 130, 230, 0.1);
}
.in-place-edit-field .in-place-edit-field-visual table td.selectedCell::after,
.in-place-edit-field .in-place-edit-field-visual table th.selectedCell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(60, 130, 230, 0.12);
  pointer-events: none;
}
.in-place-edit-field .in-place-edit-field-visual table td.ProseMirror-selectednode,
.in-place-edit-field .in-place-edit-field-visual table th.ProseMirror-selectednode {
  outline: 2px solid rgba(60, 130, 230, 0.9);
  outline-offset: -2px;
}
.in-place-edit-field .in-place-edit-field-visual .align-left {
  text-align: left !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important;
}
.in-place-edit-field .in-place-edit-field-visual .align-center {
  text-align: center !important;
  -moz-text-align-last: center;
       text-align-last: center;
}
.in-place-edit-field .in-place-edit-field-visual .align-right {
  text-align: right !important;
  -moz-text-align-last: right !important;
       text-align-last: right !important;
}
.in-place-edit-field .in-place-edit-field-visual .align-justify {
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box {
  display: block;
  margin: 20px 0;
  color: white;
  padding: 15px 25px;
  background: rgb(0, 128, 128);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box h3 {
  color: white !important;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box p {
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box a {
  color: rgb(73, 217, 203);
  cursor: pointer;
}
.in-place-edit-field .in-place-edit-field-visual .highlight-box a:hover {
  color: rgb(43, 187, 173);
}
.in-place-edit-field .in-place-edit-field-visual figure {
  margin: 5px;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  position: relative;
  flex-flow: wrap;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual figure {
    flex: 0 1 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.in-place-edit-field .in-place-edit-field-visual .caption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.in-place-edit-field .in-place-edit-field-visual .comparison-wrapper,
.in-place-edit-field .in-place-edit-field-visual .pro-contra-wrapper {
  display: flex;
  flex-flow: nowrap;
  margin: 20px 0;
  justify-content: space-between;
}
.in-place-edit-field .in-place-edit-field-visual .comparison-wrapper > div,
.in-place-edit-field .in-place-edit-field-visual .pro-contra-wrapper > div {
  display: block;
  width: 50%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .comparison-wrapper > div,
  .in-place-edit-field .in-place-edit-field-visual .pro-contra-wrapper > div {
    width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .comparison-wrapper,
  .in-place-edit-field .in-place-edit-field-visual .pro-contra-wrapper {
    flex-flow: wrap;
  }
}
.in-place-edit-field .in-place-edit-field-visual .comparison-wrapper .prdk-widget,
.in-place-edit-field .in-place-edit-field-visual .pro-contra-wrapper .prdk-widget {
  min-width: unset;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box,
.in-place-edit-field .in-place-edit-field-visual .contra-box {
  display: flex !important;
  position: relative;
  color: black;
  border-radius: 8px;
  font-size: inherit;
  flex-flow: row wrap;
  flex: 1 1 0;
  background-color: white;
  align-content: flex-start;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.in-place-edit-field .in-place-edit-field-visual .pro-box p,
.in-place-edit-field .in-place-edit-field-visual .contra-box p {
  padding: 0 0 0 26px;
  margin: 16px 0 0 0;
  text-align: left;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box ul,
.in-place-edit-field .in-place-edit-field-visual .contra-box ul {
  padding: 0 10px 10px 10px;
  width: 100%;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box ul li,
.in-place-edit-field .in-place-edit-field-visual .contra-box ul li {
  padding: 5px 0px 5px 5px;
  line-height: 1.3;
  text-align: left;
  color: black;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box ul li::marker,
.in-place-edit-field .in-place-edit-field-visual .contra-box ul li::marker {
  display: inline-block;
  position: absolute;
  border: 0;
  float: none;
  font-weight: 800;
  height: auto;
  left: 15px;
  top: auto;
  vertical-align: middle;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .pro-box,
  .in-place-edit-field .in-place-edit-field-visual .contra-box {
    flex: 0 1 100%;
  }
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box {
  margin-right: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box,
  .in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box li,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box li {
  list-style-type: "+ ";
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box li::marker,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box li::marker {
  color: rgb(0, 128, 128);
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.pro-box:before,
.in-place-edit-field .in-place-edit-field-visual .contra-box.pro-box:before {
  content: "Vorteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box {
  margin-left: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box,
  .in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box {
    margin-left: 0;
    margin-top: 5px;
  }
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box li,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box li {
  list-style-type: "- ";
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box li::marker,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box li::marker {
  color: rgba(178, 0, 35, 0.9);
}
.in-place-edit-field .in-place-edit-field-visual .pro-box.contra-box:before,
.in-place-edit-field .in-place-edit-field-visual .contra-box.contra-box:before {
  content: "Nachteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgba(178, 0, 35, 0.9);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.in-place-edit-field .in-place-edit-field-visual .info-box {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-top: 20px;
  color: white;
  padding: 40px 25px 15px 25px;
  background: rgb(16, 54, 66);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.in-place-edit-field .in-place-edit-field-visual .info-box h3 {
  color: #aaa !important;
}
.in-place-edit-field .in-place-edit-field-visual .info-box p {
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual .info-box a {
  color: rgb(43, 187, 173);
  cursor: pointer;
}
.in-place-edit-field .in-place-edit-field-visual .info-box a:hover {
  color: rgb(73, 217, 203);
}
.in-place-edit-field .in-place-edit-field-visual .info-box:before {
  content: "i";
  display: flex;
  height: 30px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 5px 0 5px 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.in-place-edit-field .in-place-edit-field-visual li .collapsible-header {
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual li .collapsible-header h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: black !important;
  margin: 0;
}
.in-place-edit-field .in-place-edit-field-visual iframe {
  max-width: 100%;
}
.in-place-edit-field .in-place-edit-field-visual .responsive-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.in-place-edit-field .edit-options,
.in-place-edit-field .save-options {
  display: inline-flex;
  flex-flow: nowrap;
  justify-content: flex-end;
  position: relative;
  flex: 0 1 100%;
  margin-bottom: 15px;
}
.in-place-edit-field .edit-options .edit-item,
.in-place-edit-field .save-options .edit-item {
  cursor: pointer;
  margin: 0;
}
.in-place-edit-field .edit-options .edit-item .edit-button:focus,
.in-place-edit-field .save-options .edit-item .edit-button:focus {
  background: rgb(231, 233, 234) !important;
}

.shariff ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.shariff ul li.shariff-button {
  margin: 0;
  margin-top: 5px;
}
.shariff ul li.shariff-button a {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.shariff ul li.shariff-button a .fab,
.shariff ul li.shariff-button a .fa,
.shariff ul li.shariff-button a .fas {
  display: flex;
  font-size: 16px;
  justify-content: center;
}

div.feedback-btn {
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  position: fixed;
  padding: 10px;
  background-color: none;
  z-index: 20000 !important;
}
div.feedback-btn a.btn-floating {
  display: block;
  background-color: rgb(0, 191, 165);
  z-index: 20000 !important;
}

.material-tooltip {
  /*color: $color-dark !important;*/
  background-color: rgb(0, 191, 165);
}
.material-tooltip .tooltip-html {
  width: 100%;
  height: 100%;
}
.material-tooltip .tooltip-html:after {
  content: "";
  position: absolute;
  border-width: 8px 0 0 8px;
  border-style: solid;
  display: block;
  width: 0px;
  height: auto;
  margin: 0;
  padding: 0;
  transform: rotate(225deg);
  border-color: inherit;
}
.material-tooltip .tooltip-html.arrow-top:after {
  top: -4px !important;
  right: calc(50% - 4px);
}
.material-tooltip .tooltip-html.arrow-rgt:after {
  top: calc(50% - 4px);
  right: -4px;
}
.material-tooltip .tooltip-html.arrow-btm:after {
  bottom: -4px;
  right: calc(50% - 4px);
}
.material-tooltip .tooltip-html.arrow-lft:after {
  top: calc(50% - 4px);
  left: -4px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

#materialbox-overlay {
  background: black;
}

/*
 * To be able to use this mixin in a particular place the language select must adhere
 * to the given hierarchy:
 * <div class="input-field language-select-wrapper">
 *   <select class="edit-language"> //actually this class must also be passed as parameter while Materializecss init
 *     <option>...</option>
 *     ...
 *   </select>
 * </div>
 */
.dynamic-modal {
  height: auto !important;
  max-height: 85% !important;
}
.dynamic-modal.text-modal ul:not(.collapsible),
.dynamic-modal.text-modal ol {
  padding-left: 30px;
  margin: 1em;
  text-align: left;
}
@media (max-width: 660px) {
  .dynamic-modal.text-modal ul:not(.collapsible),
  .dynamic-modal.text-modal ol {
    padding-left: 20px;
  }
}
.dynamic-modal.text-modal ul:not(.collapsible) li {
  list-style-type: disc;
}
.dynamic-modal.text-modal ol li {
  list-style-type: decimal;
}
.dynamic-modal.text-modal h2,
.dynamic-modal.text-modal .h2 {
  font-size: 1.6rem;
  text-align: left !important;
  margin: 35px 0 !important;
  font-weight: bold;
}
.dynamic-modal.text-modal h3,
.dynamic-modal.text-modal .h3 {
  font-size: 1.4rem;
  text-align: left;
  margin: 25px 0;
  font-weight: bold;
}
.dynamic-modal.text-modal h4,
.dynamic-modal.text-modal .h4 {
  margin: 10px 0px;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 800;
}
.dynamic-modal.text-modal h5,
.dynamic-modal.text-modal .h5 {
  font-size: 1rem;
  margin: 1.0933333333rem 0 0.656rem 0;
  text-align: left;
  font-weight: 800;
  font-style: italic;
}
.dynamic-modal.text-modal h6,
.dynamic-modal.text-modal .h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
  font-weight: 400;
  text-align: left;
  font-style: italic;
}
.dynamic-modal.text-modal blockquote {
  font-style: italic;
}
.dynamic-modal.text-modal img,
.dynamic-modal.text-modal object {
  display: block;
  max-height: 500px;
  margin: 15px auto;
  width: auto;
}
@media (min-width: 1200px) {
  .dynamic-modal.text-modal img,
  .dynamic-modal.text-modal object {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dynamic-modal.text-modal img,
  .dynamic-modal.text-modal object {
    max-width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal img,
  .dynamic-modal.text-modal object {
    max-width: 100%;
  }
}
.dynamic-modal.text-modal object {
  min-height: 300px;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal object {
    width: 400px;
  }
}
@media (max-width: 660px) {
  .dynamic-modal.text-modal object {
    width: 100%;
  }
}
.dynamic-modal.text-modal table {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  display: table !important;
  position: relative;
}
.dynamic-modal.text-modal table th,
.dynamic-modal.text-modal table td {
  border-bottom: 1px solid rgb(219, 219, 219);
  width: inherit;
  text-align: left;
  position: relative;
}
.dynamic-modal.text-modal table th:before,
.dynamic-modal.text-modal table td:before {
  content: none;
}
.dynamic-modal.text-modal table th img,
.dynamic-modal.text-modal table td img {
  max-height: 200px;
}
.dynamic-modal.text-modal table thead {
  max-width: 70%;
}
.dynamic-modal.text-modal table.scrollable:after {
  content: "Scroll ›";
  font-size: 12px;
  color: #aaa;
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  font-style: oblique;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal table th,
  .dynamic-modal.text-modal table td {
    min-height: 5em;
  }
  .dynamic-modal.text-modal table.responsive-table tbody {
    overflow-x: scroll;
  }
  .dynamic-modal.text-modal table.responsive-table tbody tr td {
    word-break: break-all;
    white-space: normal;
    overflow-y: auto;
  }
  .dynamic-modal.text-modal table.responsive-table thead {
    max-width: 30%;
  }
}
.dynamic-modal.text-modal table .selectedCell {
  box-shadow: inset 0 0 0 2px rgba(60, 130, 230, 0.9);
}
.dynamic-modal.text-modal table .columnSelected,
.dynamic-modal.text-modal table .rowSelected {
  background: rgba(60, 130, 230, 0.1);
}
.dynamic-modal.text-modal table td.selectedCell::after,
.dynamic-modal.text-modal table th.selectedCell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(60, 130, 230, 0.12);
  pointer-events: none;
}
.dynamic-modal.text-modal table td.ProseMirror-selectednode,
.dynamic-modal.text-modal table th.ProseMirror-selectednode {
  outline: 2px solid rgba(60, 130, 230, 0.9);
  outline-offset: -2px;
}
.dynamic-modal.text-modal .align-left {
  text-align: left !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important;
}
.dynamic-modal.text-modal .align-center {
  text-align: center !important;
  -moz-text-align-last: center;
       text-align-last: center;
}
.dynamic-modal.text-modal .align-right {
  text-align: right !important;
  -moz-text-align-last: right !important;
       text-align-last: right !important;
}
.dynamic-modal.text-modal .align-justify {
  text-align: justify !important;
  -moz-text-align-last: justify !important;
       text-align-last: justify !important;
}
.dynamic-modal.text-modal .highlight-box {
  display: block;
  margin: 20px 0;
  color: white;
  padding: 15px 25px;
  background: rgb(0, 128, 128);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.dynamic-modal.text-modal .highlight-box h3 {
  color: white !important;
}
.dynamic-modal.text-modal .highlight-box p {
  margin: 0;
}
.dynamic-modal.text-modal .highlight-box a {
  color: rgb(73, 217, 203);
  cursor: pointer;
}
.dynamic-modal.text-modal .highlight-box a:hover {
  color: rgb(43, 187, 173);
}
.dynamic-modal.text-modal figure {
  margin: 5px;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  position: relative;
  flex-flow: wrap;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal figure {
    flex: 0 1 100%;
  }
}
.dynamic-modal.text-modal figure figcaption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.dynamic-modal.text-modal .caption {
  display: block;
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-style: italic;
  font-size: 14px;
}
.dynamic-modal.text-modal .comparison-wrapper,
.dynamic-modal.text-modal .pro-contra-wrapper {
  display: flex;
  flex-flow: nowrap;
  margin: 20px 0;
  justify-content: space-between;
}
.dynamic-modal.text-modal .comparison-wrapper > div,
.dynamic-modal.text-modal .pro-contra-wrapper > div {
  display: block;
  width: 50%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .comparison-wrapper > div,
  .dynamic-modal.text-modal .pro-contra-wrapper > div {
    width: 100%;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .comparison-wrapper,
  .dynamic-modal.text-modal .pro-contra-wrapper {
    flex-flow: wrap;
  }
}
.dynamic-modal.text-modal .comparison-wrapper .prdk-widget,
.dynamic-modal.text-modal .pro-contra-wrapper .prdk-widget {
  min-width: unset;
}
.dynamic-modal.text-modal .pro-box,
.dynamic-modal.text-modal .contra-box {
  display: flex !important;
  position: relative;
  color: black;
  border-radius: 8px;
  font-size: inherit;
  flex-flow: row wrap;
  flex: 1 1 0;
  background-color: white;
  align-content: flex-start;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.dynamic-modal.text-modal .pro-box p,
.dynamic-modal.text-modal .contra-box p {
  padding: 0 0 0 26px;
  margin: 16px 0 0 0;
  text-align: left;
}
.dynamic-modal.text-modal .pro-box ul,
.dynamic-modal.text-modal .contra-box ul {
  padding: 0 10px 10px 10px;
  width: 100%;
}
.dynamic-modal.text-modal .pro-box ul li,
.dynamic-modal.text-modal .contra-box ul li {
  padding: 5px 0px 5px 5px;
  line-height: 1.3;
  text-align: left;
  color: black;
}
.dynamic-modal.text-modal .pro-box ul li::marker,
.dynamic-modal.text-modal .contra-box ul li::marker {
  display: inline-block;
  position: absolute;
  border: 0;
  float: none;
  font-weight: 800;
  height: auto;
  left: 15px;
  top: auto;
  vertical-align: middle;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .pro-box,
  .dynamic-modal.text-modal .contra-box {
    flex: 0 1 100%;
  }
}
.dynamic-modal.text-modal .pro-box.pro-box,
.dynamic-modal.text-modal .contra-box.pro-box {
  margin-right: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .pro-box.pro-box,
  .dynamic-modal.text-modal .contra-box.pro-box {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.dynamic-modal.text-modal .pro-box.pro-box li,
.dynamic-modal.text-modal .contra-box.pro-box li {
  list-style-type: "+ ";
}
.dynamic-modal.text-modal .pro-box.pro-box li::marker,
.dynamic-modal.text-modal .contra-box.pro-box li::marker {
  color: rgb(0, 128, 128);
}
.dynamic-modal.text-modal .pro-box.pro-box:before,
.dynamic-modal.text-modal .contra-box.pro-box:before {
  content: "Vorteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.dynamic-modal.text-modal .pro-box.contra-box,
.dynamic-modal.text-modal .contra-box.contra-box {
  margin-left: 5px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .dynamic-modal.text-modal .pro-box.contra-box,
  .dynamic-modal.text-modal .contra-box.contra-box {
    margin-left: 0;
    margin-top: 5px;
  }
}
.dynamic-modal.text-modal .pro-box.contra-box li,
.dynamic-modal.text-modal .contra-box.contra-box li {
  list-style-type: "- ";
}
.dynamic-modal.text-modal .pro-box.contra-box li::marker,
.dynamic-modal.text-modal .contra-box.contra-box li::marker {
  color: rgba(178, 0, 35, 0.9);
}
.dynamic-modal.text-modal .pro-box.contra-box:before,
.dynamic-modal.text-modal .contra-box.contra-box:before {
  content: "Nachteile";
  flex: 0 1 100%;
  justify-content: center;
  display: flex;
  height: 40px;
  width: auto;
  position: relative;
  color: #fff;
  background: rgba(178, 0, 35, 0.9);
  padding: 10px 5px;
  border-radius: 8px 8px 0px 0px;
}
.dynamic-modal.text-modal .info-box {
  display: block;
  position: relative;
  margin: 20px 0;
  padding-top: 20px;
  color: white;
  padding: 40px 25px 15px 25px;
  background: rgb(16, 54, 66);
  border-radius: 8px;
  font-size: inherit;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
}
.dynamic-modal.text-modal .info-box h3 {
  color: #aaa !important;
}
.dynamic-modal.text-modal .info-box p {
  margin: 0;
}
.dynamic-modal.text-modal .info-box a {
  color: rgb(43, 187, 173);
  cursor: pointer;
}
.dynamic-modal.text-modal .info-box a:hover {
  color: rgb(73, 217, 203);
}
.dynamic-modal.text-modal .info-box:before {
  content: "i";
  display: flex;
  height: 30px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgb(0, 128, 128);
  padding: 10px 5px;
  border-radius: 5px 0 5px 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.dynamic-modal.text-modal li .collapsible-header {
  margin: 0;
}
.dynamic-modal.text-modal li .collapsible-header h3 {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: black !important;
  margin: 0;
}
.dynamic-modal.text-modal iframe {
  max-width: 100%;
}
.dynamic-modal.text-modal .responsive-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.dynamic-modal.simple-alert {
  max-width: 350px;
}
.dynamic-modal.simple-alert p {
  text-align: center;
}
.dynamic-modal.simple-alert a.option-one {
  width: 100%;
  text-align: center;
}
.dynamic-modal .modal-feedback ul {
  padding-left: 15px;
}
.dynamic-modal .modal-feedback ul li {
  list-style-type: square;
  color: rgba(178, 0, 35, 0.9);
}
.dynamic-modal .modal-content {
  color: rgb(36, 36, 36);
}
.dynamic-modal .modal-content a:hover {
  color: rgb(0, 191, 165);
}
.dynamic-modal .modal-footer {
  color: rgb(36, 36, 36);
  background: rgb(150, 150, 150) !important;
  height: auto !important;
  display: flex !important;
  flex-flow: nowrap !important;
}
@media (max-width: 660px) {
  .dynamic-modal .modal-footer {
    flex-flow: column wrap;
  }
}
.dynamic-modal .confirm_text {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(36, 36, 36);
}

.input-field input::-moz-placeholder {
  color: rgb(102, 102, 102);
}

.input-field label,
.input-field input::placeholder {
  color: rgb(102, 102, 102);
}

.resetbox, .resetbox .inner-resetbox {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-family: "Philosopher", sans-serif;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  font-size: 1.2em;
  height: 80vh;
  box-sizing: border-box;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .resetbox, .resetbox .inner-resetbox {
    height: auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.resetbox .inner-resetbox {
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
  background: rgb(231, 233, 234);
  width: 390px;
  height: auto;
  min-height: 382px;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .resetbox .inner-resetbox {
    width: 90vw;
  }
  .resetbox .inner-resetbox .login {
    width: 100%;
  }
}
.resetbox .inner-resetbox:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.resetbox .row {
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.resetbox .input-field:not(.password-box) {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  display: flex;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  flex-flow: wrap;
  flex: 0 1 100%;
}
.resetbox .input-field:not(.password-box) .helper-text {
  width: 100%;
  height: 100%;
  text-align: left;
}
.resetbox .instruction {
  display: flex;
  flex: 0 1 100%;
  padding: 0 10%;
  justify-content: center;
  text-align: center;
  color: rgb(16, 54, 66);
}
.resetbox .toggle-password {
  height: 2.4rem;
  background: hsla(0, 0%, 100%, 0.4);
  border: 1px solid hsla(0, 0%, 100%, 0.6);
}
.resetbox .password,
.resetbox #password-login,
.resetbox #set-password1,
.resetbox #set-password2,
.resetbox #email-login,
.resetbox #email-input,
.resetbox label,
.resetbox .inner-resetbox label {
  height: 2.4rem;
  padding-left: 10px;
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .resetbox .password,
  .resetbox #password-login,
  .resetbox #set-password1,
  .resetbox #set-password2,
  .resetbox #email-login,
  .resetbox #email-input,
  .resetbox label,
  .resetbox .inner-resetbox label {
    min-width: unset;
  }
}
.resetbox .password,
.resetbox #password-login,
.resetbox #set-password1,
.resetbox #set-password2,
.resetbox #email-login,
.resetbox #email-input {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: black;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.resetbox #pw_forgotten,
.resetbox #register-link {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  display: flex;
  position: relative;
  font-size: 14px;
  color: rgb(36, 36, 36);
}
.resetbox label, .resetbox .inner-resetbox label {
  margin: 0 0 2px 0;
  transform: translateY(6px);
  z-index: 0;
  color: rgb(102, 102, 102);
}
.resetbox .input-field > label:not(.label-icon).active {
  transform: translateY(-16px) scale(0.8) !important;
  color: rgb(36, 36, 36);
}
.resetbox .btn {
  width: auto;
  height: auto;
  font-family: "Philosopher", sans-serif;
}
.resetbox .email-reset-row {
  max-width: 400px !important;
}
.resetbox .notification-row {
  transform: translateY(-50px);
  width: 80%;
  display: flex;
  flex-flow: row wrap;
}
.resetbox .headline {
  color: rgb(43, 187, 173);
  flex: 0 1 100%;
}

.input-field.password-box {
  display: flex;
  flex: 0 1 100%;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  flex-flow: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.input-field.password-box input {
  flex: 1 1 0;
  width: 100%;
}
.input-field.password-box .toggle-password {
  display: flex;
  color: rgb(36, 36, 36);
  margin-bottom: 8px;
  margin-left: 2px;
  border-radius: 0px 6px 6px 0;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 25px;
}
.input-field.password-box .password {
  border-radius: 6px 0 0 6px !important;
}
.input-field.password-box .helper-text {
  min-height: 50px;
  flex-basis: 100%;
  margin-top: 8px;
  text-align: left;
}

button,
.btn,
input,
.select {
  font-family: "Philosopher", sans-serif !important;
}

.btn-wrapper {
  display: inline-flex;
  position: absolute;
  flex-flow: nowrap;
  flex: 0 1 100%;
  justify-content: center;
  align-items: flex-end;
  bottom: 5px;
  right: 5px;
}
.btn-wrapper .zoid-outlet {
  max-width: 140px !important;
}

.oauth-login-button {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding: 3px 0 !important;
  text-transform: none !important;
  border-radius: 5px !important;
  width: 100%;
  font-size: 1rem;
}
.oauth-login-button svg {
  margin-right: 4px;
}
.oauth-login-button.facebook {
  color: white;
  background-color: rgb(56, 84, 153);
}
.oauth-login-button.google {
  color: black;
  background-color: white;
}
.oauth-login-button.in-modal:hover {
  color: rgb(219, 219, 219) !important;
}

/**
**Styling for Share Popup
*/
#share-modal {
  display: none;
  position: fixed;
  width: auto;
  max-width: 400px;
  height: auto;
  border-radius: 5px;
  flex-flow: column wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  color: white;
  z-index: inherit;
  background-color: rgba(17, 40, 48, 0.5);
  z-index: 10000;
  top: 0;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #share-modal {
    max-width: 90%;
  }
}
#share-modal #modal-content {
  display: flex;
  flex: 0 1 100%;
  width: 100%;
  justify-content: center;
  flex-flow: wrap;
  padding: 15px;
}
#share-modal #modal-content h2 {
  display: flex;
  flex: 0 1 100%;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
#share-modal #modal-content #url-box {
  display: inline-flex;
  flex: 0 1 100%;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
#share-modal #modal-content #url-box .share-url {
  background-color: #fff;
  color: rgb(90, 90, 90) !important;
  padding-left: 10px;
  height: auto;
  min-height: 35px;
  flex: 0 1 80%;
  margin: 0;
}
#share-modal #modal-content #url-box i {
  margin-left: 10px;
  cursor: pointer;
}
#share-modal #modal-content #url-box i:hover {
  color: rgb(43, 187, 173);
}
#share-modal #share-btn-wrapper {
  display: inline-flex;
  flex: 0 1 100%;
  flex-wrap: nowrap;
  width: 100%;
}
#share-modal #share-btn-wrapper .share-shariff {
  display: flex;
  width: 40px;
  height: 20px;
  margin: 2px;
  width: 100%;
}
#share-modal #share-btn-wrapper .share-shariff ul {
  display: inline-flex;
  flex: 0 1 100%;
  flex-flow: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
#share-modal #share-btn-wrapper .share-shariff ul li {
  margin: 0 5px 0 5px;
}
#share-modal #share-btn-wrapper .share-shariff ul li:hover span {
  color: rgb(43, 187, 173);
}
#share-modal .modal-footer {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 45px;
}
#share-modal .modal-footer #close-share-modal {
  display: flex;
  flex: 0 1 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid rgb(43, 187, 173); /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.loader.big {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid rgb(43, 187, 173); /* Blue */
  width: 120px;
  height: 120px;
}
.loader.medium {
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid rgb(43, 187, 173); /* Blue */
  width: 70px;
  height: 70px;
}
.loader.small {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #2bbbad;
  width: 35px;
  height: 35px;
}
.loader.tiny {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid rgb(43, 187, 173); /* Blue */
  width: 20px;
  height: 20px;
}
.loader.adaptive {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid rgb(43, 187, 173); /* Blue */
  width: 100%;
  height: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#produck-loader-frame {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: none;
}
#produck-loader-frame.transparent {
  background-color: rgba(6, 21, 26, 0.8) !important;
}
#produck-loader-frame.loader-is-sub {
  width: 100%;
  height: 100%;
}

.mandatory::after {
  content: "*";
}

.datepicker-modal {
  color: rgb(36, 36, 36);
}
.datepicker-modal .select-wrapper input {
  color: inherit !important;
}

.unobtrusive-action-link {
  color: #aaa;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: unset;
}
.unobtrusive-action-link:not(.disabled):hover {
  color: rgb(43, 187, 173);
  cursor: pointer;
}

.category-tags {
  display: flex;
  flex-flow: row wrap;
  width: 100% !important;
}
.category-tags .chip {
  display: inline-flex;
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.6);
}
.category-tags input {
  color: rgb(90, 90, 90);
}
.category-tags ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(102, 102, 102);
  opacity: 1; /* compensate Firefox auto-opacity for placeholders */
}
.category-tags ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(102, 102, 102);
  opacity: 1; /* compensate Firefox auto-opacity for placeholders */
}
.category-tags :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(102, 102, 102);
}
.category-tags ::-ms-input-placeholder {
  /* Edge */
  color: rgb(102, 102, 102);
}

.prdk-btn {
  display: flex !important;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  min-height: 30px !important;
  line-height: normal !important;
}
.prdk-btn:not(.icon-btn) {
  padding-top: 5px;
  padding-bottom: 5px;
}
.prdk-btn:hover {
  color: white !important;
}

.icon-btn {
  margin: 2px !important;
  height: 30px;
}
.icon-btn i {
  font-size: 18px;
  width: auto;
  margin: 0;
}

.prdk-link {
  color: rgb(43, 187, 173) !important;
  cursor: pointer;
}
.prdk-link:hover {
  color: rgb(73, 217, 203) !important;
}

.svg-icon-questionmark {
  height: 14px;
  width: 14px;
  margin-left: 10px;
}
.svg-icon-questionmark:hover path {
  fill: rgb(90, 90, 90);
}
.svg-icon-questionmark path {
  fill: #aaa;
}

.card-headline,
.card-subheadline {
  display: flex;
  position: relative;
  margin: 10vh 5vw 10px 5vw;
  flex: 0 1 100%;
  color: rgb(90, 90, 90);
  justify-content: center;
  text-align: center;
}

.card-headline {
  font-size: 2.6rem !important;
}
@media (max-width: 660px) {
  .card-headline {
    font-size: 2rem !important;
  }
}

.card-subheadline {
  color: #aaa;
  font-size: 2rem !important;
  margin: 20px 5vw;
}
@media (max-width: 660px) {
  .card-subheadline {
    font-size: 1.4rem !important;
  }
}

.vertical-spacer {
  line-height: unset;
  width: 100%;
}
.vertical-spacer.small {
  height: 10px;
  min-height: 10px;
}
.vertical-spacer.medium {
  height: 20px;
  min-height: 20px;
}
.vertical-spacer.big {
  height: 30px;
  min-height: 30px;
}

.just-center {
  justify-content: center;
}

@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .center-small-screen {
    justify-content: center !important;
    text-align: center !important;
  }
}

.just-left {
  justify-content: flex-start;
}

.just-right {
  justify-content: flex-end;
}

.align-it-center {
  align-items: center;
}

.align-con-center {
  align-content: center;
}

.center-all {
  justify-content: center;
  align-items: center;
  align-content: center;
}

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

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 12px !important;
}

.flex-box {
  display: flex;
}

.flex-wrap {
  flex-flow: wrap;
}

.ps-absolute {
  position: absolute;
}

.ps-relative {
  position: relative;
}

.o0 {
  opacity: 0;
}

.w100 {
  width: 100% !important;
}

.vw100 {
  width: 100vw !important;
}

.vh100 {
  height: 100vh !important;
}

.placeholder::-moz-placeholder {
  color: rgb(102, 102, 102);
}

.placeholder::placeholder {
  color: rgb(102, 102, 102);
}

.zi1 {
  z-index: 2147483638;
}

.strong {
  font-weight: bold !important;
}

.em {
  font-style: italic !important;
}

.whiteco {
  color: #fff !important;
}

.lightco {
  color: rgb(219, 219, 219) !important;
}

.darkco {
  color: rgb(36, 36, 36) !important;
}

.darkco-grey {
  color: rgb(90, 90, 90) !important;
}

.tealco {
  color: rgba(43, 187, 173, 0.8) !important;
}

.dark-tealco {
  color: rgb(43, 187, 173) !important;
}

.light-tealco {
  color: rgb(100, 255, 218) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-light {
  background-color: rgb(231, 233, 234) !important;
}

.bg-dark {
  background-color: rgb(17, 40, 48) !important;
}

.bg-dark-blue {
  background-color: rgb(16, 54, 66) !important;
}

.bg-dark-transparent {
  background-color: rgba(6, 21, 26, 0.6) !important;
}

.bg-teal {
  background-color: rgba(43, 187, 173, 0.8) !important;
}

.bg-light-teal {
  background-color: rgb(100, 255, 218) !important;
}

.sidenav .nav-index-link {
  color: rgb(0, 128, 128);
  border-top: 1px solid rgb(219, 219, 219);
}

.margin-nav {
  margin-top: 56px;
}

.pointer {
  cursor: pointer;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0;
}

.tabs {
  display: flex;
  height: 46px;
  background: rgb(219, 219, 219);
  width: 100%;
  overflow-x: auto;
}
.tabs .tab a {
  color: rgb(90, 90, 90);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .tab a:hover {
  color: rgb(10, 36, 44) !important;
  background-color: rgb(229, 229, 229) !important;
}

.tabs .tab a.active {
  color: #aaa !important;
  background: rgb(90, 90, 90) !important;
}
.tabs .tab a.active:hover {
  color: rgb(229, 229, 229) !important;
}

.bold {
  font-weight: 800 !important;
}

b,
strong {
  font-weight: bold;
}

.beauty-scroll {
  font-family: "Philosopher", sans-serif;
  scrollbar-color: #aaa;
  scrollbar-width: thin;
}
.beauty-scroll::-webkit-scrollbar {
  width: 5px;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}
.beauty-scroll::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
  border-radius: 0px;
}

.prdk-textarea {
  height: auto;
  width: 100%;
  resize: vertical;
  overflow-y: auto;
  word-wrap: break-word;
  padding: 10px !important;
  border: 2px inset !important;
  border-bottom: none !important;
  background: white;
}
.prdk-textarea + label {
  padding: 0 10px;
}
.prdk-textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
  transition: box-shadow 0.3s, border 0.3s;
}

#affiliate-note {
  text-align: center;
  font-size: 12px;
  color: rgb(90, 90, 90);
  padding: 0 10px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #affiliate-note {
    padding: 0 20px;
  }
}
#affiliate-note a {
  color: rgb(43, 187, 173) !important;
}
#affiliate-note a:hover {
  color: rgb(73, 217, 203) !important;
}

.ui-img-placeholder {
  display: block;
  width: 100%;
  height: auto;
}

.ui-media-wrap {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.wswg-button-bar, .tiptap-mz-toolbar {
  display: flex;
  flex-flow: row wrap;
  position: sticky;
  top: 0px;
  background-color: inherit;
  transform: translate(2px);
  width: calc(100% - 8px);
  border: none;
  z-index: 10;
}
.wswg-button-bar .wswg-button-row, .tiptap-mz-toolbar .wswg-button-row {
  display: flex !important;
  flex: 0 1 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 !important;
}
.wswg-button-bar .wswg-button-row .wswg-button, .tiptap-mz-toolbar .wswg-button-row .wswg-button {
  display: flex;
  height: 40px;
  align-items: center;
}
.wswg-button-bar i, .tiptap-mz-toolbar i {
  cursor: pointer;
  padding: 0 2px;
}
.wswg-button-bar span, .tiptap-mz-toolbar span {
  font-family: Arial;
  font-weight: 700;
}

.tt-group a {
  display: inline-flex;
  align-items: center;
  padding: 0 5px 0 8px !important;
}

.left-duck .wswg-button i {
  color: rgb(36, 36, 36);
}
.left-duck .wswg-button i:hover {
  color: rgb(43, 187, 173);
}

.right-duck .wswg-button i {
  color: #aaa;
}
.right-duck .wswg-button i:hover {
  color: rgb(43, 187, 173);
}
.right-duck .img-upload-area {
  color: rgb(36, 36, 36);
}

.center-duck .wswg-button i, .center-duck-light .wswg-button i {
  color: rgb(90, 90, 90);
}
.center-duck .wswg-button i:hover, .center-duck-light .wswg-button i:hover {
  color: rgb(43, 187, 173);
}
.center-duck .img-upload-area, .center-duck-light .img-upload-area {
  color: rgb(36, 36, 36);
}

.img-upload-container, .add-input-container {
  display: none;
  flex: 0 1 100%;
  flex-flow: row wrap;
  width: 100%;
  min-height: 200px;
  color: rgb(36, 36, 36);
}
.img-upload-container.editor-active, .add-input-container.editor-active {
  display: flex;
}
.img-upload-container .img-upload-area, .img-upload-container .add-input-area, .add-input-container .img-upload-area, .add-input-container .add-input-area {
  justify-content: flex-start;
  flex: 0 1 100%;
  align-content: center;
  align-items: center;
  text-align: left;
  border: 1px dashed rgb(6, 21, 26);
  width: inherit;
  height: inherit;
  background: rgb(231, 233, 234);
  padding: 15px;
}

.info-span {
  color: rgb(90, 90, 90);
  font-size: 12px;
}

.drag-drop-area {
  display: flex;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.js-image-upld-preview {
  max-width: 16.2051282rem !important;
  max-height: 8.1025641rem !important;
}

.license-info {
  flex: 0 1 auto;
  flex-flow: wrap;
  padding: 0 10px;
  justify-content: flex-end;
  align-content: flex-start;
}
@media (max-width: 660px) {
  .license-info {
    flex: 0 1 100%;
    padding: 10px 10px;
    justify-content: flex-start;
  }
}
.license-info span {
  font-size: 11px;
  justify-content: flex-end;
  text-align: left;
}

.dragging {
  border: 2px dashed rgb(43, 187, 173) !important;
  background: rgb(240, 240, 240) !important;
}

.input-one-liner-box {
  display: none;
  flex: 0 1 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.input-one-liner-box.active {
  display: inline-flex;
}
.input-one-liner-box .input-field {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}

.border-top {
  border-top: 1px solid rgb(6, 21, 26);
}

.attached-row {
  display: inline-flex;
  position: relative;
  flex: 0 1 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  margin: 10px 0px;
}
@media (max-width: 660px) {
  .attached-row {
    flex-flow: row wrap;
    height: auto;
    justify-content: flex-start;
  }
}

.button-row {
  display: inline-flex;
  position: relative;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  max-height: 100%;
}
@media (max-width: 660px) {
  .button-row {
    flex: 0 1 100%;
  }
}

.cancel-act {
  padding: 0 10px;
  word-break: keep-all;
}

.editor-bubble {
  display: flex;
  gap: 6px;
  background: #222;
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  /* let tippy/positioner size it; menu inside handles wrapping */
}

.editor-bubble-more-btn {
  all: unset;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 6px;
}
.editor-bubble-more-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.editor-bubble-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  max-width: min(90vw, 520px);
  min-width: 240px;
}
.editor-bubble-menu.hidden {
  display: none;
}
.editor-bubble-menu hr {
  flex: 1 1 100%;
  height: 1px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  margin: 4px 0;
}
.editor-bubble-menu button {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.25;
  padding: 6px 8px;
  border-radius: 6px;
  white-space: normal;
  word-break: break-word;
  flex: 1 1 220px;
  min-height: 28px;
}
.editor-bubble-menu button:hover {
  background: rgba(255, 255, 255, 0.12);
}
.editor-bubble-menu button:active {
  background: rgba(255, 255, 255, 0.18);
}
.editor-bubble-menu button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.editor-bubble-section-title {
  flex: 1 1 100%;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
  padding: 4px 6px;
}

.tt-color-palette {
  background: #222;
  color: #fff;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  display: flex;
  gap: 6px;
}
.tt-color-palette.hidden {
  display: none;
}
.tt-color-palette .swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
}
.tt-color-palette .swatch.red-text {
  background: #e53935;
}
.tt-color-palette .swatch.teal-text {
  background: #009688;
}
.tt-color-palette .swatch.none {
  background: transparent;
  outline: 1px dashed #888;
}

.tt-dd .dd-title {
  pointer-events: none;
  opacity: 0.7;
  font-size: 12px;
  padding: 6px 16px;
  text-transform: uppercase;
}

.signin-modal {
  max-width: 380px;
}
.signin-modal .modal-content {
  padding: 0 !important;
}
.signin-modal .modal-footer {
  justify-content: center;
}

.signin-tabs {
  padding: 0;
}
.signin-tabs .tab {
  display: flex;
  flex: 0 1 50%;
}
.signin-tabs .tab a.active {
  color: #aaa !important;
  background: rgb(90, 90, 90) !important;
}
.signin-tabs .tab a.active:hover {
  color: rgb(229, 229, 229) !important;
}

.tabs-content {
  cursor: pointer;
  height: auto !important;
  min-height: 100%;
  padding: 20px;
}
.tabs-content .carousel.carousel-slider .carousel-item.active {
  position: relative;
}
.tabs-content:hover {
  background-color: inherit;
}
.tabs-content i {
  font-size: 12px;
  color: #aaa;
}
.tabs-content i:hover {
  color: rgb(10, 36, 44);
}

.submit-btn-wrapper {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  justify-content: center;
}

.main-box .form-wrapper {
  margin: 56px 0px;
}

.inner-box {
  padding: 25px;
}
.inner-box.card-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 390px;
  flex: 0 1 100%;
  border-radius: 5px;
}
.inner-box .role-info {
  padding-left: 12px;
  align-items: center;
  flex-flow: nowrap;
  height: 20px;
}
.inner-box .role-info .tooltipped {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
}
.inner-box select {
  height: 2.4rem;
  margin-bottom: 30px;
  border: 1px solid rgb(219, 219, 219) !important;
  border-radius: 6px !important;
}
.inner-box input, .inner-box label:not(.prdk-select-label) {
  font-size: 14px !important;
  height: 2.4rem !important;
}
.inner-box .prdk-select-label {
  display: flex;
  height: 100%;
  align-items: center;
}
.inner-box input {
  padding-left: 11px !important;
  box-sizing: border-box !important;
}
.inner-box input.valid {
  box-shadow: 0 1px 0 0 rgb(43, 187, 173) !important;
  border: 1px solid #aaa !important;
  border-bottom: 1px solid rgb(43, 187, 173) !important;
  border-radius: 6px !important;
}
.inner-box input.invalid {
  box-shadow: 0 1px 0 0 rgba(178, 0, 35, 0.9) !important;
  border: 1px solid #aaa !important;
  border-bottom: 1px solid rgba(178, 0, 35, 0.9) !important;
  border-radius: 6px !important;
}
.inner-box label:not(.prdk-select-label) {
  margin: 0 0 2px;
  transform: translateY(7px);
  z-index: 0;
}
.inner-box label.active {
  color: rgb(90, 90, 90) !important;
}
.inner-box .bordered {
  border: 1px solid #aaa !important;
  border-radius: 6px !important;
}
.inner-box .toggle-password {
  height: 2.4rem !important;
  border: 1px solid #aaa !important;
  cursor: pointer;
}
.inner-box .toggle-password:hover {
  color: rgb(0, 191, 165);
}

.invalid ~ .helper-text {
  width: 100%;
  height: 100%;
}
.invalid ~ .helper-text::after {
  padding: 0 10px;
  background-color: #fff;
  color: rgba(178, 0, 35, 0.9) !important;
  border-radius: 6px;
  width: 100%;
}

.valid ~ .helper-text {
  width: 100%;
  height: 100%;
}
.valid ~ .helper-text::after {
  padding: 0 10px;
  background-color: #fff;
  color: rgb(43, 187, 173) !important;
  border-radius: 6px;
  width: 100%;
}

.filled-in + span:not(.lever) {
  line-height: 1.2;
}

.material-tooltip.dark-tooltip {
  width: 250px;
  overflow: visible !important;
  background-color: rgb(17, 40, 48) !important;
  width: 400px !important;
  max-width: calc(100vw - 15px);
}
.material-tooltip.dark-tooltip .tooltip-html:after {
  border-color: rgb(17, 40, 48);
}
@media (max-width: 660px) {
  .material-tooltip.dark-tooltip {
    overflow: scroll;
  }
}
.material-tooltip.dark-tooltip p {
  text-align: left;
  padding: 0 10px;
}

.navbar-fixed {
  height: 56px !important;
  z-index: 2147483638 !important;
}
.navbar-fixed #navigation {
  background-color: whitesmoke;
  height: 56px !important;
  line-height: 56px !important;
}
.navbar-fixed #navigation a {
  color: rgb(90, 90, 90);
  z-index: 10;
}
.navbar-fixed #navigation a.show-cart {
  height: 56px !important;
  display: flex;
  position: absolute;
  align-items: center;
}
.navbar-fixed #navigation a.show-cart:before {
  display: flex;
}
.navbar-fixed #navigation .table-of-contents #branding {
  display: inline-flex;
  position: absolute;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .navbar-fixed #navigation .table-of-contents #branding {
    width: 50%;
  }
}
.navbar-fixed #navigation .table-of-contents #branding #produck-logo {
  display: inline-flex;
  flex: 0 1 100%;
  color: rgb(43, 187, 173);
  font-size: 2rem;
  height: 70%;
  line-height: 1.1;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.navbar-fixed #navigation .table-of-contents #branding #produck-slogan {
  display: inline-flex;
  flex: 0 1 100%;
  color: rgb(36, 36, 36);
  font-size: 0.6rem;
  height: 30%;
  line-height: 1;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  text-transform: uppercase;
}
.navbar-fixed #navigation .dropdown-trigger:focus {
  outline: none;
}
.navbar-fixed #navigation .dropdown-content a {
  height: auto;
  font-size: 12px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .navbar-fixed #navigation .table-of-contents {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-right: 10px;
  }
  .navbar-fixed #navigation .table-of-contents a.nav-icon {
    order: 2;
    margin-right: 10px;
  }
  .navbar-fixed #navigation .table-of-contents #branding {
    order: 1;
    height: auto;
  }
}
.navbar-fixed #navigation li a i.material-icons {
  line-height: normal;
  margin-right: 2px;
}
.navbar-fixed #navigation a.nav-icon {
  display: none;
  background: none;
  height: auto;
  width: auto;
  box-shadow: none;
}
.navbar-fixed #navigation a.sidenav-close.pulse {
  background-color: rgb(231, 233, 234);
}
.navbar-fixed #navigation .sidenav-trigger {
  line-height: 56px !important;
  height: 56px !important;
  cursor: pointer;
}

.prdk-sidenav {
  scrollbar-color: #aaa;
  scrollbar-width: thin;
}
.prdk-sidenav::-webkit-scrollbar {
  width: 5px;
}
.prdk-sidenav::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 6px;
}
.prdk-sidenav::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
  border-radius: 0px;
}
.prdk-sidenav .user-view {
  margin-bottom: 0 !important;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .prdk-sidenav .user-view {
    padding: 32px 32px 0px !important;
  }
}
.prdk-sidenav .user-view a:hover {
  border: unset;
}
.prdk-sidenav .nav-portrait-lnk {
  height: 70px !important;
  width: 70px !important;
  overflow: hidden;
  border-radius: 50%;
}
.prdk-sidenav .nav-portrait-lnk img.nav-portrait {
  height: auto;
  width: 100%;
}
.prdk-sidenav .collapsible-header {
  padding: 0 32px !important;
}
.prdk-sidenav .collapsible-body a {
  padding-left: 45px !important;
}
.prdk-sidenav .background:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: rgba(6, 21, 26, 0.8) !important;
}

.nav-wrapper {
  position: fixed !important;
}
.nav-wrapper.profile-nav {
  z-index: 2147483646;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-wrapper a.sidenav-trigger i {
  text-align: center;
  color: rgb(43, 187, 173) !important;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .nav-wrapper {
    z-index: 2147483646;
  }
  .nav-wrapper a.sidenav-trigger {
    display: flex;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 5px;
  }
}

#mobile-view {
  z-index: 2147483638;
}

a.logout-user {
  display: flex;
  position: absolute;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
  width: 25px;
  height: 25px;
  text-transform: none;
  z-index: 10000;
  background: rgba(17, 68, 85, 0.4);
  bottom: 2px;
  border-radius: 50%;
  margin: 0;
  padding: 0 !important;
  right: 0px;
  border: none !important;
}
a.logout-user i.material-icons {
  font-size: 14px;
  color: #fff;
  margin: 0 !important;
}

.search-enabled {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .search-enabled {
    justify-content: space-evenly;
  }
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-edit:before {
  content: "\f044";
}

/* to add emojis go to https://fontawesome.com/icons?d=gallery and search the appropriate icon, than add the css code below and add the icon to the emoji-card in html - ready! */
.fa-angry:before {
  content: "\f556";
  color: red;
  font-size: 25px;
}

.fa-dizzy:before {
  content: "\f567";
  color: orange;
  font-size: 25px;
}

.fa-flushed:before {
  content: "\f579";
  color: orange;
  font-size: 25px;
}

.fa-frown:before {
  content: "\f119";
  color: orange;
  font-size: 25px;
}

.fa-frown-open:before {
  content: "\f57a";
  color: orange;
  font-size: 25px;
}

.fa-grimace:before {
  content: "\f57f";
  color: orange;
  font-size: 25px;
}

.fa-grin:before {
  content: "\f580";
  color: orange;
  font-size: 25px;
}

.fa-grin-alt:before {
  content: "\f581";
  color: orange;
  font-size: 25px;
}

.fa-grin-beam:before {
  content: "\f582";
  color: orange;
  font-size: 25px;
}

.fa-grin-beam-sweat:before {
  content: "\f583";
  color: orange;
  font-size: 25px;
}

.fa-grin-hearts:before {
  content: "\f584";
  color: orange;
  font-size: 25px;
}

.fa-grin-squint:before {
  content: "\f585";
  color: orange;
  font-size: 25px;
}

.fa-grin-squint-tears:before {
  content: "\f586";
  color: orange;
  font-size: 25px;
}

.fa-grin-stars:before {
  content: "\f587";
  color: orange;
  font-size: 25px;
}

.fa-grin-tears:before {
  content: "\f588";
  color: orange;
  font-size: 25px;
}

.fa-grin-tongue:before {
  content: "\f589";
  color: orange;
  font-size: 25px;
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
  color: orange;
  font-size: 25px;
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
  color: orange;
  font-size: 25px;
}

.fa-grin-wink:before {
  content: "\f58c";
  color: orange;
  font-size: 25px;
}

.fa-kiss:before {
  content: "\f596";
  color: orange;
  font-size: 25px;
}

.fa-kiss-beam:before {
  content: "\f597";
  color: orange;
  font-size: 25px;
}

.fa-kiss-wink-heart:before {
  content: "\f598";
  color: orange;
  font-size: 25px;
}

.fa-laugh:before {
  content: "\f599";
  color: orange;
  font-size: 25px;
}

.fa-laugh-beam:before {
  content: "\f59a";
  color: orange;
  font-size: 25px;
}

.fa-laugh-squint:before {
  content: "\f59b";
  color: orange;
  font-size: 25px;
}

.fa-laugh-wink:before {
  content: "\f59c";
  color: orange;
  font-size: 25px;
}

.fa-meh:before {
  content: "\f11a";
  color: orange;
  font-size: 25px;
}

.fa-meh-blank:before {
  content: "\f5a4";
  color: orange;
  font-size: 25px;
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
  color: orange;
  font-size: 25px;
}

.fa-sad-cry:before {
  content: "\f5b3";
  color: orange;
  font-size: 25px;
}

.fa-sad-tear:before {
  content: "\f5b4";
  color: orange;
  font-size: 25px;
}

.fa-smile:before {
  content: "\f118";
  color: orange;
  font-size: 25px;
}

.fa-smile-beam:before {
  content: "\f5b8";
  color: orange;
  font-size: 25px;
}

.fa-smile-wink:before {
  content: "\f4da";
  color: orange;
  font-size: 25px;
}

.fa-surprise:before {
  content: "\f5c2";
  color: orange;
  font-size: 25px;
}

.fa-tired:before {
  content: "\f5c8";
  color: orange;
  font-size: 25px;
}

.fa-poo:before {
  content: "\f2fe";
  color: saddlebrown;
  font-size: 25px;
}

.fa-thumbs-up:before {
  content: "\f164";
  color: orange;
  font-size: 25px;
}

.fa-thumbs-down:before {
  content: "\f165";
  color: orange;
  font-size: 25px;
}

.fa-handshake:before {
  content: "\f2b5";
  color: orange;
  font-size: 25px;
}

.fa-question:before {
  content: "\f128";
  color: orange;
  font-size: 25px;
}

.fa-comment:before {
  content: "\f086";
  font-size: 15px;
}

.fa-info-circle:before {
  content: "\f05a";
  font-size: 15px;
}

.fa-file-alt:before {
  content: "\f15c";
  font-size: 15px;
}

.fa-wrench:before {
  content: "\f0ad";
  font-size: 15px;
}

.fa-angle-double-right:before {
  content: "\f101";
  font-size: 15px;
}

.fa-question-circle:before {
  content: "\f059";
  font-size: 15px;
}

.fa-users:before {
  content: "\f0c0";
  font-size: 15px;
}

.fa-comment-dots:before {
  content: "\f4ad";
  font-size: 15px;
}

.fa-sync-alt:before {
  content: "\f2f1";
  font-size: 15px;
}

.fa-user-plus:before {
  content: "\f234";
  font-size: 15px;
}

.fa-eye:before {
  content: "\f06e";
  font-size: 15px;
}

.fa-eye-slash:before {
  content: "\f070";
  font-size: 15px;
}

.fa-amazon:before {
  content: "\f270";
  font-size: 15px;
}

.fa-link:before {
  content: "\f0c1";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.prdk-toc {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
  margin: 20px 0px;
  zoom: 1;
  background: white;
  border: none;
  color: inherit;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  white-space: normal;
  font-family: Arial !important;
  transform: scale(1.02, 1.02);
  transition: all 0.2s ease-out;
  color: white;
  padding: 5px 15px 10px 15px;
  background: rgb(0, 128, 128);
  border-radius: 8px;
  font-size: inherit;
}
.prdk-toc .table-of-contents a {
  display: block;
  height: 100%;
  color: white;
  border: none;
  text-align: left;
}
.prdk-toc .table-of-contents a:hover {
  color: rgb(100, 255, 218);
}

.prdk-widget {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
  margin: 20px 0px;
  zoom: 1;
  background: white;
  border: none;
  color: inherit;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  white-space: normal;
  font-family: Arial !important;
  transform: scale(1.02, 1.02);
  transition: all 0.2s ease-out;
}
.prdk-widget:hover {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
}
.prdk-widget .product-block .product-block-inner {
  font-size: 12px;
  display: flex;
  flex: 0 1 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px), (min-width: 1980px) {
  .prdk-widget .product-block .product-block-inner.standard-widget {
    flex-flow: nowrap;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .product-title {
    font-size: 14px;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .product-teaser {
    line-height: 1.4;
    font-size: 12px;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .product-image-wrapper {
    flex: 0 1 30%;
    padding: 0 10px;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .product-image-wrapper img {
    max-height: 150px !important;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .product-button .amazon-buy-btn {
    padding: 0 5px;
    font-size: 12px;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .product-price {
    font-size: 13px;
  }
  .prdk-widget .product-block .product-block-inner.standard-widget .prime-status img {
    padding: 0;
    height: 20px;
    margin: 0px 2px !important;
  }
}
.prdk-widget .product-block .product-block-inner.blank-widget .product-title, .prdk-widget .product-block .product-block-inner.blank-widget .product-teaser, .prdk-widget .product-block .product-block-inner.blank-widget .product-meta-info, .prdk-widget .product-block .product-block-inner.blank-widget .product-notes {
  display: none;
}
.prdk-widget .product-block .product-block-inner.image-widget .product-content {
  display: none;
}
.prdk-widget .product-block .product-block-inner .product-image-wrapper {
  display: flex;
  flex: 0 1 100%;
  max-height: 80%;
  background: white;
  justify-content: center;
  align-items: center;
}
.prdk-widget .product-block .product-block-inner .product-image-wrapper img {
  flex: 0 1 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 10px !important;
  max-height: 400px;
}
@media (max-width: 660px) {
  .prdk-widget .product-block .product-block-inner .product-image-wrapper img {
    max-height: 150px !important;
  }
}
@media (min-width: 661px) and (max-width: 991px) {
  .prdk-widget .product-block .product-block-inner .product-image-wrapper img {
    max-height: 200px !important;
  }
}
.prdk-widget .product-block .product-block-inner .product-content {
  display: flex;
  flex: 0 1 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 10px;
  padding: 10px;
}
.prdk-widget .product-block .product-block-inner .product-title {
  display: flex;
  flex: 0 1 100%;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .prdk-widget .product-block .product-block-inner .product-title {
    line-height: 1.4;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .prdk-widget .product-block .product-block-inner .product-title {
    font-size: 15px;
  }
}
.prdk-widget .product-block .product-block-inner .product-teaser {
  display: flex;
  flex: 0 1 100%;
  flex-flow: row wrap;
  margin: 0 0 0 10px;
  color: rgb(36, 36, 36);
  font-size: 14px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .prdk-widget .product-block .product-block-inner .product-teaser {
    line-height: 1.4;
    font-size: 12px;
  }
}
.prdk-widget .product-block .product-block-inner .product-meta-info {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  align-items: center;
  color: rgb(36, 36, 36);
  margin: 5px 10px 10px 10px;
  flex-flow: nowrap;
  height: 30px;
  overflow: hidden;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info {
    padding: 0;
    margin: 5px 0 10px 0;
  }
}
.prdk-widget .product-block .product-block-inner .product-meta-info .meta-info-item {
  margin-left: 15px;
  padding: 0 5px;
}
@media (max-width: 660px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info .meta-info-item {
    margin: 0 0 0 2px;
  }
}
@media (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info .meta-info-item {
    margin: 0 0 0 10px;
  }
}
.prdk-widget .product-block .product-block-inner .product-meta-info .product-price {
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info .product-price {
    font-size: 13px;
  }
}
.prdk-widget .product-block .product-block-inner .product-meta-info .product-baseprice {
  text-decoration: line-through;
}
@media (max-width: 660px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info .product-baseprice {
    font-size: 11px;
  }
}
.prdk-widget .product-block .product-block-inner .product-meta-info .product-discount {
  color: white;
  background: rgb(43, 187, 173);
  border-radius: 2px;
}
.prdk-widget .product-block .product-block-inner .product-meta-info .prime-status {
  display: flex;
  height: 100%;
  max-width: 80px;
  max-height: 100%;
  align-items: center;
}
@media (max-width: 349px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info .prime-status {
    display: none;
  }
}
.prdk-widget .product-block .product-block-inner .product-meta-info .prime-status img {
  height: 100%;
  width: auto;
  max-height: 25px !important;
  max-width: unset !important;
  margin: 0px 10px !important;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .prdk-widget .product-block .product-block-inner .product-meta-info .prime-status img {
    padding: 0;
    height: 20px;
    margin: 0px 2px !important;
  }
}
.prdk-widget .product-block .product-block-inner .product-button {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
}
.prdk-widget .product-block .product-block-inner .product-button i {
  margin: 0 10px 0 5px;
  font-style: normal;
  color: black;
}
.prdk-widget .product-block .product-block-inner .product-button .amazon-buy-btn {
  position: relative;
  cursor: pointer;
  color: #111 !important;
  overflow: hidden;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  border: 1px solid #9c7e31 #90742d #786025 !important;
  border-radius: 3px;
  border-color: #9c7e31 #90742d #786025 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  font-size: 13px;
  width: auto;
  padding: 0 10px;
  text-decoration: none;
}
.prdk-widget .product-block .product-block-inner .product-button .amazon-buy-btn:hover {
  color: #aaa;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .prdk-widget .product-block .product-block-inner .product-button .amazon-buy-btn {
    padding: 0 5px;
    font-size: 12px;
  }
}
.prdk-widget .product-block .product-block-inner .product-notes {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  justify-content: flex-end;
  text-align: left;
  padding: 10px 0 0 0;
}
.prdk-widget .product-block .product-block-inner .product-notes .product-price-info {
  font-size: 10px;
  color: rgb(90, 90, 90);
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
}
.prdk-widget .product-block .product-block-inner .product-notes .product-price-info a {
  color: #aaa;
}
.prdk-widget .product-block .product-block-inner .product-notes .product-price-info a:hover {
  color: rgb(90, 90, 90);
}

@media (min-width: 1200px), (min-width: 1980px) {
  .profile-wrapper .prdk-widget .standard-widget .product-title, .profile-block .prdk-widget .standard-widget .product-title {
    font-size: 16px !important;
  }
}
.profile-wrapper .prdk-widget .product-teaser, .profile-block .prdk-widget .product-teaser {
  line-height: 1.4;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .profile-wrapper .prdk-widget .product-teaser li, .profile-block .prdk-widget .product-teaser li {
    font-size: 12px !important;
  }
}
.profile-wrapper .prdk-widget .amazon-buy-btn, .profile-block .prdk-widget .amazon-buy-btn {
  padding: 0 5px;
  font-size: 12px !important;
}

.prdk-intxt-box {
  display: block;
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid rgb(43, 187, 173);
}
.prdk-intxt-box ul {
  margin: 10px 0 !important;
}

.page-footer {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 20vh;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Philosopher", sans-serif;
  background-color: rgb(219, 219, 219) !important;
  box-sizing: border-box;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .page-footer {
    height: auto;
  }
}
.page-footer .mons-footer {
  padding: 20px 0 15px 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .page-footer .mons-footer {
    height: auto;
  }
}
.page-footer .mons-footer .row {
  margin-bottom: 0 !important;
  max-width: 100vw;
  max-height: 100%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .page-footer .mons-footer .row {
    height: auto;
    max-height: 100%;
  }
}
.page-footer .mons-footer .row ul {
  margin: 0;
}
.page-footer .mons-footer .input-field {
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .page-footer .mons-footer .input-field {
    margin: 20px 0;
  }
}
.page-footer .mons-footer .input-field h5 {
  display: flex;
  flex: 0 1 100%;
  justify-content: center;
  color: rgb(6, 21, 26);
  font-size: 1em;
  margin-top: 0;
}
.page-footer .mons-footer .input-field #slogan {
  display: flex;
  flex: 0 1 100%;
  justify-content: center;
  color: rgba(6, 21, 26, 0.6);
}
.page-footer .mons-footer .input-field a {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  color: rgba(6, 21, 26, 0.6);
  font-size: 0.9em;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .page-footer .mons-footer .input-field a {
    font-size: 0.8em;
  }
}
.page-footer .mons-footer .input-field a i {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}
.page-footer .mons-footer .input-field #share_btn {
  margin-top: 5px !important;
}
.page-footer .mons-footer .input-field .logo {
  width: 100%;
  margin-top: 10px;
}
.page-footer .mons-footer .input-field .logo .produck-logo {
  width: 32px !important;
  height: 32px !important;
}
.page-footer .mons-footer .input-field .copyright_text {
  font-size: 0.7em;
  pointer-events: none;
  color: rgba(6, 21, 26, 0.6);
}
.page-footer .mons-footer .input-field .copyright_text:hover a:focus, .page-footer .mons-footer .input-field .copyright_text:hover a:hover {
  color: none !important;
}

#cookie-info {
  display: none;
  box-shadow: 0 6px 60px 0 rgba(0, 0, 0, 0.8), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: rgb(231, 233, 234);
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2147483647;
  width: 100vw;
  height: auto;
  padding: 30px 10px;
  margin: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
#cookie-info .card {
  background-color: rgb(231, 233, 234);
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  display: flex;
  justify-content: center;
  box-shadow: unset;
  padding-left: 10px;
  padding-right: 10px;
}
#cookie-info .card .card-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 0;
  text-align: justify;
}
#cookie-info .card .card-title {
  display: block;
  flex: 0 1 100%;
  color: rgb(90, 90, 90);
  line-height: 1.1;
  font-family: Calibri;
  font-size: 1em;
  margin: 0;
  height: auto;
  box-sizing: border-box;
  hyphens: auto;
}
#cookie-info .card .card-title a {
  color: #039be5;
  border-bottom: 1px solid currentColor;
  border-bottom-style: dotted;
  padding-left: 2px;
}
#cookie-info .card .card-title a:hover {
  color: rgb(0, 191, 165) !important;
}
#cookie-info #card-cookie-checkboxes {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 350px) {
  #cookie-info #card-cookie-checkboxes {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
#cookie-info #card-cookie-checkboxes #cookie-confirm-partial {
  background-color: #DFDFDF !important;
  color: rgb(90, 90, 90) !important;
  min-width: 177px;
}
#cookie-info #card-cookie-checkboxes .checkboxes-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  flex: 0 1 50%;
}
@media (max-width: 350px) {
  #cookie-info #card-cookie-checkboxes .checkboxes-wrapper {
    flex-flow: nowrap;
    justify-content: flex-end;
    flex: 0 1 100%;
  }
}
#cookie-info #card-cookie-checkboxes label {
  margin-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#cookie-info #card-cookie-checkboxes label span {
  padding-left: 28px;
}
#cookie-info #card-cookie-checkboxes label span::after {
  top: 3px;
}
#cookie-info #card-cookie-checkboxes label span::before {
  top: 3px;
}
#cookie-info #card-cookie-interactive {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 10px;
}
#cookie-info #card-cookie-interactive #cookie-confirm {
  display: flex;
  flex: 0 1 auto;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  border: none;
  min-width: 150px;
}
#cookie-info #card-cookie-interactive #cookie-preferences-link {
  padding-left: 0;
}
#cookie-info #card-cookie-interactive #cookie-preferences-link i {
  margin-left: 5px;
}

.cookie-details-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
.cookie-details-wrapper .cookie-details-sidenav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 160px;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cookie-details-wrapper .cookie-details-sidenav a {
  cursor: pointer;
  height: 40px;
  padding: 4px 4px 4px 4px;
  text-align: left;
  text-decoration: none;
  font-size: 1em;
  color: #5a5a5a;
  border-color: #3a3a3a;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
}
.cookie-details-wrapper .cookie-details-sidenav .top {
  border-top-left-radius: 4px;
}
.cookie-details-wrapper .cookie-details-sidenav .bottom {
  border-bottom: solid 1px #3a3a3a;
  border-bottom-left-radius: 4px;
}
.cookie-details-wrapper .cookie-details-sidenav .active {
  border-right: none;
  cursor: default;
}
.cookie-details-wrapper .cookie-details-sidenav .active:hover {
  color: #5a5a5a;
  background-color: rgb(231, 233, 234);
}
.cookie-details-wrapper .cookie-details-sidenav a:hover {
  background-color: #f1f1f1;
  color: #5a5a5a !important;
}
.cookie-details-wrapper .cookie-details-main {
  text-align: left;
  padding: 5px 5px 5px 15px;
  color: #5a5a5a;
  border: solid 1px #3a3a3a;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cookie-details-wrapper .cookie-details-main div {
  hyphens: auto;
}

body {
  font-family: "Philosopher", sans-serif;
  scrollbar-color: #aaa;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: rgb(219, 219, 219);
}
body::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  background: rgb(219, 219, 219);
  border-radius: 0px;
}

.docu-main-block {
  display: flex;
  margin-top: 50px;
  position: relative;
  flex-flow: wrap;
  height: auto;
  margin-left: 300px;
  width: calc(100vw - 300px);
}
.docu-main-block #headline-container {
  display: flex;
  position: fixed;
  top: 0;
  height: 50px;
  width: calc(100vw - 300px);
  background-color: #112830;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  transform-origin: center top;
  transition: visibility 2s, all 2s ease-in-out;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .docu-main-block #headline-container {
    width: 100vw;
  }
}
.docu-main-block #headline-container h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  background-color: rgb(17, 68, 85);
  margin: 0;
  font-style: normal;
  font-style: oblique;
  font-variant: small-caps;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 110%;
  text-align: center;
  padding: 0 50px;
}
.docu-main-block section .content-wrapper .headline {
  align-content: flex-start;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .docu-main-block section .content-wrapper .headline {
    align-content: center;
  }
}
.docu-main-block section .content-wrapper .content {
  align-content: flex-start;
}
.docu-main-block section .content-wrapper .content .text-wrapper {
  padding-top: 30px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .docu-main-block {
    margin: 0;
    margin-top: 50px;
    height: auto;
    width: 100vw;
  }
}

section.alter-style:not(.whiteco):not(.wrap):nth-of-type(even) .headline {
  order: 1;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  section.alter-style:not(.whiteco):not(.wrap):nth-of-type(even) .headline {
    order: 0;
  }
}

section.alter-style:not(.whiteco):nth-of-type(3n + 1) {
  background-color: white;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .content-wrapper {
  background-color: rgb(16, 54, 66);
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .content-wrapper.transparent {
  background-color: rgba(6, 21, 26, 0.7) !important;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .content-wrapper.semi-transparent {
  background-color: rgba(6, 21, 26, 0.9) !important;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1).narrow-section .transparent .text-wrapper {
  background: rgba(17, 68, 85, 0.8);
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .headline,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) input,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) textarea {
  color: rgb(219, 219, 219);
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .headline::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 1) input::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 1) textarea::-moz-placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .headline::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) input::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) textarea::placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .content,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) input,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) textarea {
  color: rgb(219, 219, 219);
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .content::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 1) input::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 1) textarea::-moz-placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 1) .content::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) input::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 1) textarea::placeholder {
  color: #aaa;
}

section.alter-style:not(.whiteco):nth-of-type(3n + 2) {
  background-color: white;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .content-wrapper {
  background: linear-gradient(to top, rgb(0, 89, 89), rgb(17, 119, 119));
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .content-wrapper.transparent {
  background: rgba(0, 191, 165, 0.6) !important;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .content-wrapper.semi-transparent {
  background: rgba(0, 191, 165, 0.9) !important;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2).narrow-section .transparent .text-wrapper {
  background: rgba(0, 191, 165, 0.8);
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .headline,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) input,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) textarea {
  color: #fff;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .headline::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 2) input::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 2) textarea::-moz-placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .headline::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) input::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) textarea::placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .content,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) input,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) textarea {
  color: #fff;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .content::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 2) input::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n + 2) textarea::-moz-placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n + 2) .content::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) input::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n + 2) textarea::placeholder {
  color: #aaa;
}

section.alter-style:not(.whiteco):nth-of-type(3n) {
  background-color: white;
}
section.alter-style:not(.whiteco):nth-of-type(3n) .content-wrapper {
  background-color: rgb(255, 255, 255);
}
section.alter-style:not(.whiteco):nth-of-type(3n) .content-wrapper.transparent {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
section.alter-style:not(.whiteco):nth-of-type(3n) .content-wrapper.semi-transparent {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
section.alter-style:not(.whiteco):nth-of-type(3n).narrow-section .transparent .text-wrapper {
  background: rgba(255, 255, 255, 0.7);
}
section.alter-style:not(.whiteco):nth-of-type(3n) .headline,
section.alter-style:not(.whiteco):nth-of-type(3n) input,
section.alter-style:not(.whiteco):nth-of-type(3n) textarea {
  color: rgb(90, 90, 90);
}
section.alter-style:not(.whiteco):nth-of-type(3n) .headline::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n) input::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n) textarea::-moz-placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n) .headline::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n) input::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n) textarea::placeholder {
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n) .content,
section.alter-style:not(.whiteco):nth-of-type(3n) input,
section.alter-style:not(.whiteco):nth-of-type(3n) textarea {
  color: rgb(90, 90, 90);
}
section.alter-style:not(.whiteco):nth-of-type(3n) .content::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n) input::-moz-placeholder, section.alter-style:not(.whiteco):nth-of-type(3n) textarea::-moz-placeholder {
  color: #aaa;
  color: #aaa;
}
section.alter-style:not(.whiteco):nth-of-type(3n) .content::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n) input::placeholder,
section.alter-style:not(.whiteco):nth-of-type(3n) textarea::placeholder {
  color: #aaa;
  color: #aaa;
}

.section-cl::before {
  background-size: cover;
  /*background-position: 0px -120px;*/
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.section-cl,
.dark-section,
.bright-section,
.white-section {
  display: flex;
  z-index: 10;
  height: auto;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  flex: 0 1 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.4);
}
.section-cl:hover:before,
.dark-section:hover:before,
.bright-section:hover:before,
.white-section:hover:before {
  transform: scale(1.1);
  transition: transform 2.5s ease-out;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl,
  .dark-section,
  .bright-section,
  .white-section {
    height: auto;
    background-size: cover !important;
    background-position: center !important;
  }
}
.section-cl.narrow-section .content,
.dark-section.narrow-section .content,
.bright-section.narrow-section .content,
.white-section.narrow-section .content {
  margin: 10vh 5vw 5vh !important;
  align-content: center;
}
.section-cl.narrow-section .headline,
.dark-section.narrow-section .headline,
.bright-section.narrow-section .headline,
.white-section.narrow-section .headline {
  align-content: center;
}
.section-cl.whiteco .content-wrapper,
.dark-section.whiteco .content-wrapper,
.bright-section.whiteco .content-wrapper,
.white-section.whiteco .content-wrapper {
  background-color: white !important;
  color: rgb(36, 36, 36);
}
.section-cl.whiteco .content-wrapper .grid--cell svg path,
.dark-section.whiteco .content-wrapper .grid--cell svg path,
.bright-section.whiteco .content-wrapper .grid--cell svg path,
.white-section.whiteco .content-wrapper .grid--cell svg path {
  fill: rgb(43, 187, 173) !important;
}
.section-cl.wrap .content-wrapper,
.dark-section.wrap .content-wrapper,
.bright-section.wrap .content-wrapper,
.white-section.wrap .content-wrapper {
  flex-flow: wrap;
  justify-content: center;
}
.section-cl.wrap .content-wrapper .headline,
.dark-section.wrap .content-wrapper .headline,
.bright-section.wrap .content-wrapper .headline,
.white-section.wrap .content-wrapper .headline {
  margin: 10vh 2vw 0 !important;
}
.section-cl .content-wrapper,
.dark-section .content-wrapper,
.bright-section .content-wrapper,
.white-section .content-wrapper {
  display: inline-flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  flex-flow: nowrap;
  flex: 0 1 100%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper,
  .dark-section .content-wrapper,
  .bright-section .content-wrapper,
  .white-section .content-wrapper {
    flex-flow: wrap;
  }
}
.section-cl .content-wrapper.profile-wrapper,
.dark-section .content-wrapper.profile-wrapper,
.bright-section .content-wrapper.profile-wrapper,
.white-section .content-wrapper.profile-wrapper {
  height: auto;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper.profile-wrapper,
  .dark-section .content-wrapper.profile-wrapper,
  .bright-section .content-wrapper.profile-wrapper,
  .white-section .content-wrapper.profile-wrapper {
    background-position: -387px 0;
  }
}
@media (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .section-cl .content-wrapper.profile-wrapper,
  .dark-section .content-wrapper.profile-wrapper,
  .bright-section .content-wrapper.profile-wrapper,
  .white-section .content-wrapper.profile-wrapper {
    background-position: center;
  }
}
.section-cl .content-wrapper.profile-wrapper .headline,
.dark-section .content-wrapper.profile-wrapper .headline,
.bright-section .content-wrapper.profile-wrapper .headline,
.white-section .content-wrapper.profile-wrapper .headline {
  min-width: 500px;
  max-width: 500px;
  align-content: flex-start;
  margin: 10vh 0 5vh 5vw;
}
@media (min-width: 661px) and (max-width: 991px), (max-width: 660px) {
  .section-cl .content-wrapper.profile-wrapper .headline,
  .dark-section .content-wrapper.profile-wrapper .headline,
  .bright-section .content-wrapper.profile-wrapper .headline,
  .white-section .content-wrapper.profile-wrapper .headline {
    max-width: unset !important;
    min-width: unset !important;
    width: 100%;
    margin: 10vh 10px 5vh 10px;
  }
}
.section-cl .content-wrapper.profile-wrapper .headline h2,
.dark-section .content-wrapper.profile-wrapper .headline h2,
.bright-section .content-wrapper.profile-wrapper .headline h2,
.white-section .content-wrapper.profile-wrapper .headline h2 {
  margin: 1.52rem 0 0.912rem 0;
}
.section-cl .content-wrapper.profile-wrapper .headline .panel_block input,
.dark-section .content-wrapper.profile-wrapper .headline .panel_block input,
.bright-section .content-wrapper.profile-wrapper .headline .panel_block input,
.white-section .content-wrapper.profile-wrapper .headline .panel_block input {
  text-align: center;
}
.section-cl .content-wrapper.profile-wrapper .headline .profile-portrait,
.dark-section .content-wrapper.profile-wrapper .headline .profile-portrait,
.bright-section .content-wrapper.profile-wrapper .headline .profile-portrait,
.white-section .content-wrapper.profile-wrapper .headline .profile-portrait {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e9ea;
  overflow: hidden;
  border-radius: 50%;
}
.section-cl .content-wrapper.profile-wrapper .headline .profile-portrait .data_descr.portrait,
.dark-section .content-wrapper.profile-wrapper .headline .profile-portrait .data_descr.portrait,
.bright-section .content-wrapper.profile-wrapper .headline .profile-portrait .data_descr.portrait,
.white-section .content-wrapper.profile-wrapper .headline .profile-portrait .data_descr.portrait {
  height: auto;
  width: 100%;
}
.section-cl .content-wrapper.profile-wrapper .headline .follow-entity,
.dark-section .content-wrapper.profile-wrapper .headline .follow-entity,
.bright-section .content-wrapper.profile-wrapper .headline .follow-entity,
.white-section .content-wrapper.profile-wrapper .headline .follow-entity {
  display: flex;
  flex: 0 1 100%;
  margin: 15px;
  justify-content: center;
}
.section-cl .content-wrapper.profile-wrapper .content,
.dark-section .content-wrapper.profile-wrapper .content,
.bright-section .content-wrapper.profile-wrapper .content,
.white-section .content-wrapper.profile-wrapper .content {
  align-content: center;
  align-items: center;
  margin: 10vh 5vw 5vh;
  padding: 0;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper.profile-wrapper .content,
  .dark-section .content-wrapper.profile-wrapper .content,
  .bright-section .content-wrapper.profile-wrapper .content,
  .white-section .content-wrapper.profile-wrapper .content {
    flex: 0 1 100%;
  }
}
.section-cl .content-wrapper.profile-wrapper .content .text-wrapper ul li,
.dark-section .content-wrapper.profile-wrapper .content .text-wrapper ul li,
.bright-section .content-wrapper.profile-wrapper .content .text-wrapper ul li,
.white-section .content-wrapper.profile-wrapper .content .text-wrapper ul li {
  text-align: justify;
}
.section-cl .content-wrapper.profile-wrapper .content .text-wrapper ul li ul,
.dark-section .content-wrapper.profile-wrapper .content .text-wrapper ul li ul,
.bright-section .content-wrapper.profile-wrapper .content .text-wrapper ul li ul,
.white-section .content-wrapper.profile-wrapper .content .text-wrapper ul li ul {
  margin-left: 40px;
}
.section-cl .content-wrapper.profile-wrapper .content .text-wrapper ul li ul li,
.dark-section .content-wrapper.profile-wrapper .content .text-wrapper ul li ul li,
.bright-section .content-wrapper.profile-wrapper .content .text-wrapper ul li ul li,
.white-section .content-wrapper.profile-wrapper .content .text-wrapper ul li ul li {
  list-style-type: disc;
}
.section-cl .content-wrapper.about-wrapper .headline,
.dark-section .content-wrapper.about-wrapper .headline,
.bright-section .content-wrapper.about-wrapper .headline,
.white-section .content-wrapper.about-wrapper .headline {
  flex: 0 1 50%;
  margin: 10vh 0 5vh 5vw;
  align-content: center;
  max-width: unset;
  min-width: unset;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper.about-wrapper .headline,
  .dark-section .content-wrapper.about-wrapper .headline,
  .bright-section .content-wrapper.about-wrapper .headline,
  .white-section .content-wrapper.about-wrapper .headline {
    flex: 0 1 100%;
  }
}
.section-cl .content-wrapper.about-wrapper img:not(.slider-img),
.section-cl .content-wrapper.about-wrapper .materialboxed:not(.slider-img),
.section-cl .content-wrapper.about-wrapper .standard-img,
.dark-section .content-wrapper.about-wrapper img:not(.slider-img),
.dark-section .content-wrapper.about-wrapper .materialboxed:not(.slider-img),
.dark-section .content-wrapper.about-wrapper .standard-img,
.bright-section .content-wrapper.about-wrapper img:not(.slider-img),
.bright-section .content-wrapper.about-wrapper .materialboxed:not(.slider-img),
.bright-section .content-wrapper.about-wrapper .standard-img,
.white-section .content-wrapper.about-wrapper img:not(.slider-img),
.white-section .content-wrapper.about-wrapper .materialboxed:not(.slider-img),
.white-section .content-wrapper.about-wrapper .standard-img {
  width: auto !important;
  max-width: 100%;
  max-height: 600px;
  height: auto;
}
.section-cl .content-wrapper.about-wrapper .slider-img,
.dark-section .content-wrapper.about-wrapper .slider-img,
.bright-section .content-wrapper.about-wrapper .slider-img,
.white-section .content-wrapper.about-wrapper .slider-img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: inherit;
}
.section-cl .content-wrapper.about-wrapper .content,
.dark-section .content-wrapper.about-wrapper .content,
.bright-section .content-wrapper.about-wrapper .content,
.white-section .content-wrapper.about-wrapper .content {
  align-content: center;
  padding: 0;
  flex: 0 1 50%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper.about-wrapper .content,
  .dark-section .content-wrapper.about-wrapper .content,
  .bright-section .content-wrapper.about-wrapper .content,
  .white-section .content-wrapper.about-wrapper .content {
    flex: 0 1 100%;
  }
}
.section-cl .content-wrapper .headline,
.dark-section .content-wrapper .headline,
.bright-section .content-wrapper .headline,
.white-section .content-wrapper .headline {
  display: flex;
  flex: 0 1 auto;
  width: 40%;
  margin: 10vh 2vw 5vh 2vw;
  padding-right: 20px !important;
  padding-left: 20px !important;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  flex-flow: wrap;
  max-width: 500px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper .headline,
  .dark-section .content-wrapper .headline,
  .bright-section .content-wrapper .headline,
  .white-section .content-wrapper .headline {
    flex: 0 1 100%;
    width: 100%;
    max-width: unset !important;
    min-width: unset !important;
    margin: 15px 3vw 15px 3vw !important;
  }
}
.section-cl .content-wrapper .headline h1,
.section-cl .content-wrapper .headline h2,
.dark-section .content-wrapper .headline h1,
.dark-section .content-wrapper .headline h2,
.bright-section .content-wrapper .headline h1,
.bright-section .content-wrapper .headline h2,
.white-section .content-wrapper .headline h1,
.white-section .content-wrapper .headline h2 {
  width: 100%;
  font-size: 2.5rem;
  margin: 2.8rem 0 1.68rem 0;
}
@media (max-width: 660px) {
  .section-cl .content-wrapper .headline h1,
  .section-cl .content-wrapper .headline h2,
  .dark-section .content-wrapper .headline h1,
  .dark-section .content-wrapper .headline h2,
  .bright-section .content-wrapper .headline h1,
  .bright-section .content-wrapper .headline h2,
  .white-section .content-wrapper .headline h1,
  .white-section .content-wrapper .headline h2 {
    font-size: 1.5rem;
  }
}
.section-cl .content-wrapper .headline h1 .text-hlter,
.section-cl .content-wrapper .headline h2 .text-hlter,
.dark-section .content-wrapper .headline h1 .text-hlter,
.dark-section .content-wrapper .headline h2 .text-hlter,
.bright-section .content-wrapper .headline h1 .text-hlter,
.bright-section .content-wrapper .headline h2 .text-hlter,
.white-section .content-wrapper .headline h1 .text-hlter,
.white-section .content-wrapper .headline h2 .text-hlter {
  display: flex;
  flex: 0 1 auto;
  text-transform: uppercase;
  color: rgb(43, 187, 173);
  justify-content: center;
}
.section-cl .content-wrapper .headline h3,
.dark-section .content-wrapper .headline h3,
.bright-section .content-wrapper .headline h3,
.white-section .content-wrapper .headline h3 {
  font-size: 1.64rem;
  line-height: 110%;
  width: 100%;
}
.section-cl .content-wrapper .headline a:not(.btn),
.dark-section .content-wrapper .headline a:not(.btn),
.bright-section .content-wrapper .headline a:not(.btn),
.white-section .content-wrapper .headline a:not(.btn) {
  text-decoration: none !important;
  color: inherit;
  width: 100%;
}
.section-cl .content-wrapper .headline .media-frame,
.dark-section .content-wrapper .headline .media-frame,
.bright-section .content-wrapper .headline .media-frame,
.white-section .content-wrapper .headline .media-frame {
  max-width: 100%;
  width: 100%;
  /*max-height: 400px;*/
  overflow: hidden;
  border-radius: 10px;
}
.section-cl .content-wrapper .headline .media-frame img,
.dark-section .content-wrapper .headline .media-frame img,
.bright-section .content-wrapper .headline .media-frame img,
.white-section .content-wrapper .headline .media-frame img {
  width: 100%;
  height: auto;
}
.section-cl .content-wrapper .content,
.dark-section .content-wrapper .content,
.bright-section .content-wrapper .content,
.white-section .content-wrapper .content {
  display: flex;
  flex: 0 1 60%;
  width: 60%;
  margin: 10vh 2vw 5vh 2vw;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2em;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  max-width: calc(100% - 4vw);
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .section-cl .content-wrapper .content,
  .dark-section .content-wrapper .content,
  .bright-section .content-wrapper .content,
  .white-section .content-wrapper .content {
    margin-top: 0;
    flex: 0 1 100%;
    margin: 15px 5vw;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
    max-width: calc(100% - 10vw);
  }
}
.section-cl .content-wrapper .content .edit-tags,
.dark-section .content-wrapper .content .edit-tags,
.bright-section .content-wrapper .content .edit-tags,
.white-section .content-wrapper .content .edit-tags {
  width: 100% !important;
  display: inline-flex;
  flex-flow: row wrap;
  overflow: hidden;
}
.section-cl .content-wrapper .content .edit-tags .chip,
.dark-section .content-wrapper .content .edit-tags .chip,
.bright-section .content-wrapper .content .edit-tags .chip,
.white-section .content-wrapper .content .edit-tags .chip {
  display: flex;
  align-items: center;
  width: unset;
  color: #fff;
  height: auto;
}
.section-cl .content-wrapper .content .edit-tags .edit-tags-input,
.dark-section .content-wrapper .content .edit-tags .edit-tags-input,
.bright-section .content-wrapper .content .edit-tags .edit-tags-input,
.white-section .content-wrapper .content .edit-tags .edit-tags-input {
  display: flex;
  flex: 0 1 260px !important;
}
.section-cl .content-wrapper .content .text-wrapper,
.dark-section .content-wrapper .content .text-wrapper,
.bright-section .content-wrapper .content .text-wrapper,
.white-section .content-wrapper .content .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  /*@include tableStyle;*/
}
.section-cl .content-wrapper .content .text-wrapper textarea,
.dark-section .content-wrapper .content .text-wrapper textarea,
.bright-section .content-wrapper .content .text-wrapper textarea,
.white-section .content-wrapper .content .text-wrapper textarea {
  font-family: Philosopher;
  height: 200px;
  resize: vertical;
  font-size: 16px;
}
.section-cl .content-wrapper .content .text-wrapper h2.hlt-demo,
.dark-section .content-wrapper .content .text-wrapper h2.hlt-demo,
.bright-section .content-wrapper .content .text-wrapper h2.hlt-demo,
.white-section .content-wrapper .content .text-wrapper h2.hlt-demo {
  font-size: 2.2rem;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  align-content: flex-start;
}
.section-cl .content-wrapper .content .text-wrapper h2.hlt-demo .text-hlter,
.dark-section .content-wrapper .content .text-wrapper h2.hlt-demo .text-hlter,
.bright-section .content-wrapper .content .text-wrapper h2.hlt-demo .text-hlter,
.white-section .content-wrapper .content .text-wrapper h2.hlt-demo .text-hlter {
  display: flex;
  flex: 0 1 auto;
  text-transform: uppercase;
  color: rgb(43, 187, 173);
  justify-content: center;
}
@media (max-width: 660px) {
  .section-cl .content-wrapper .content .text-wrapper h2.hlt-demo,
  .dark-section .content-wrapper .content .text-wrapper h2.hlt-demo,
  .bright-section .content-wrapper .content .text-wrapper h2.hlt-demo,
  .white-section .content-wrapper .content .text-wrapper h2.hlt-demo {
    padding-top: 0;
    font-size: 1.6rem;
  }
}
.section-cl .content-wrapper .content .text-wrapper ul,
.section-cl .content-wrapper .content .text-wrapper ol,
.dark-section .content-wrapper .content .text-wrapper ul,
.dark-section .content-wrapper .content .text-wrapper ol,
.bright-section .content-wrapper .content .text-wrapper ul,
.bright-section .content-wrapper .content .text-wrapper ol,
.white-section .content-wrapper .content .text-wrapper ul,
.white-section .content-wrapper .content .text-wrapper ol {
  display: block;
}
.section-cl .content-wrapper .content .text-wrapper ul li,
.section-cl .content-wrapper .content .text-wrapper ol li,
.dark-section .content-wrapper .content .text-wrapper ul li,
.dark-section .content-wrapper .content .text-wrapper ol li,
.bright-section .content-wrapper .content .text-wrapper ul li,
.bright-section .content-wrapper .content .text-wrapper ol li,
.white-section .content-wrapper .content .text-wrapper ul li,
.white-section .content-wrapper .content .text-wrapper ol li {
  margin-top: 10px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 16px;
}
.section-cl .content-wrapper .content .text-wrapper ul li ul,
.section-cl .content-wrapper .content .text-wrapper ol li ul,
.dark-section .content-wrapper .content .text-wrapper ul li ul,
.dark-section .content-wrapper .content .text-wrapper ol li ul,
.bright-section .content-wrapper .content .text-wrapper ul li ul,
.bright-section .content-wrapper .content .text-wrapper ol li ul,
.white-section .content-wrapper .content .text-wrapper ul li ul,
.white-section .content-wrapper .content .text-wrapper ol li ul {
  margin-left: 40px;
}
.section-cl .content-wrapper .content .text-wrapper ul li ul li,
.section-cl .content-wrapper .content .text-wrapper ol li ul li,
.dark-section .content-wrapper .content .text-wrapper ul li ul li,
.dark-section .content-wrapper .content .text-wrapper ol li ul li,
.bright-section .content-wrapper .content .text-wrapper ul li ul li,
.bright-section .content-wrapper .content .text-wrapper ol li ul li,
.white-section .content-wrapper .content .text-wrapper ul li ul li,
.white-section .content-wrapper .content .text-wrapper ol li ul li {
  list-style-type: disc;
}
@media (max-width: 660px) {
  .section-cl .content-wrapper .content .text-wrapper ul li,
  .section-cl .content-wrapper .content .text-wrapper ol li,
  .dark-section .content-wrapper .content .text-wrapper ul li,
  .dark-section .content-wrapper .content .text-wrapper ol li,
  .bright-section .content-wrapper .content .text-wrapper ul li,
  .bright-section .content-wrapper .content .text-wrapper ol li,
  .white-section .content-wrapper .content .text-wrapper ul li,
  .white-section .content-wrapper .content .text-wrapper ol li {
    font-size: 0.9em;
  }
}
.section-cl .content-wrapper .content .text-wrapper ul li.grid,
.section-cl .content-wrapper .content .text-wrapper ol li.grid,
.dark-section .content-wrapper .content .text-wrapper ul li.grid,
.dark-section .content-wrapper .content .text-wrapper ol li.grid,
.bright-section .content-wrapper .content .text-wrapper ul li.grid,
.bright-section .content-wrapper .content .text-wrapper ol li.grid,
.white-section .content-wrapper .content .text-wrapper ul li.grid,
.white-section .content-wrapper .content .text-wrapper ol li.grid {
  display: flex;
  flex: 0 1 auto;
  justify-content: flex-start;
  text-align: left;
}
.section-cl .content-wrapper .content .text-wrapper ul li.grid .grid--cell,
.section-cl .content-wrapper .content .text-wrapper ol li.grid .grid--cell,
.dark-section .content-wrapper .content .text-wrapper ul li.grid .grid--cell,
.dark-section .content-wrapper .content .text-wrapper ol li.grid .grid--cell,
.bright-section .content-wrapper .content .text-wrapper ul li.grid .grid--cell,
.bright-section .content-wrapper .content .text-wrapper ol li.grid .grid--cell,
.white-section .content-wrapper .content .text-wrapper ul li.grid .grid--cell,
.white-section .content-wrapper .content .text-wrapper ol li.grid .grid--cell {
  display: block;
  padding-right: 5px;
}
.section-cl .content-wrapper .content .text-wrapper ul li.grid .grid--cell svg path,
.section-cl .content-wrapper .content .text-wrapper ol li.grid .grid--cell svg path,
.dark-section .content-wrapper .content .text-wrapper ul li.grid .grid--cell svg path,
.dark-section .content-wrapper .content .text-wrapper ol li.grid .grid--cell svg path,
.bright-section .content-wrapper .content .text-wrapper ul li.grid .grid--cell svg path,
.bright-section .content-wrapper .content .text-wrapper ol li.grid .grid--cell svg path,
.white-section .content-wrapper .content .text-wrapper ul li.grid .grid--cell svg path,
.white-section .content-wrapper .content .text-wrapper ol li.grid .grid--cell svg path {
  fill: #fff;
}
.section-cl .content-wrapper .content .text-wrapper ul li h3,
.section-cl .content-wrapper .content .text-wrapper ul li h4,
.section-cl .content-wrapper .content .text-wrapper ol li h3,
.section-cl .content-wrapper .content .text-wrapper ol li h4,
.dark-section .content-wrapper .content .text-wrapper ul li h3,
.dark-section .content-wrapper .content .text-wrapper ul li h4,
.dark-section .content-wrapper .content .text-wrapper ol li h3,
.dark-section .content-wrapper .content .text-wrapper ol li h4,
.bright-section .content-wrapper .content .text-wrapper ul li h3,
.bright-section .content-wrapper .content .text-wrapper ul li h4,
.bright-section .content-wrapper .content .text-wrapper ol li h3,
.bright-section .content-wrapper .content .text-wrapper ol li h4,
.white-section .content-wrapper .content .text-wrapper ul li h3,
.white-section .content-wrapper .content .text-wrapper ul li h4,
.white-section .content-wrapper .content .text-wrapper ol li h3,
.white-section .content-wrapper .content .text-wrapper ol li h4 {
  font-size: 1.2rem;
  font-weight: 800;
}
.section-cl .content-wrapper .content .text-wrapper ul li a,
.section-cl .content-wrapper .content .text-wrapper ol li a,
.dark-section .content-wrapper .content .text-wrapper ul li a,
.dark-section .content-wrapper .content .text-wrapper ol li a,
.bright-section .content-wrapper .content .text-wrapper ul li a,
.bright-section .content-wrapper .content .text-wrapper ol li a,
.white-section .content-wrapper .content .text-wrapper ul li a,
.white-section .content-wrapper .content .text-wrapper ol li a {
  text-decoration: underline;
  color: inherit;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
.section-cl .content-wrapper .content .text-wrapper ul li a.no-underline,
.section-cl .content-wrapper .content .text-wrapper ol li a.no-underline,
.dark-section .content-wrapper .content .text-wrapper ul li a.no-underline,
.dark-section .content-wrapper .content .text-wrapper ol li a.no-underline,
.bright-section .content-wrapper .content .text-wrapper ul li a.no-underline,
.bright-section .content-wrapper .content .text-wrapper ol li a.no-underline,
.white-section .content-wrapper .content .text-wrapper ul li a.no-underline,
.white-section .content-wrapper .content .text-wrapper ol li a.no-underline {
  text-decoration: none !important;
}
.section-cl .content-wrapper .content .text-wrapper ul li .highlight,
.section-cl .content-wrapper .content .text-wrapper ol li .highlight,
.dark-section .content-wrapper .content .text-wrapper ul li .highlight,
.dark-section .content-wrapper .content .text-wrapper ol li .highlight,
.bright-section .content-wrapper .content .text-wrapper ul li .highlight,
.bright-section .content-wrapper .content .text-wrapper ol li .highlight,
.white-section .content-wrapper .content .text-wrapper ul li .highlight,
.white-section .content-wrapper .content .text-wrapper ol li .highlight {
  font-weight: 800;
}
.section-cl .content-wrapper .content .text-wrapper ul .bold,
.section-cl .content-wrapper .content .text-wrapper ol .bold,
.dark-section .content-wrapper .content .text-wrapper ul .bold,
.dark-section .content-wrapper .content .text-wrapper ol .bold,
.bright-section .content-wrapper .content .text-wrapper ul .bold,
.bright-section .content-wrapper .content .text-wrapper ol .bold,
.white-section .content-wrapper .content .text-wrapper ul .bold,
.white-section .content-wrapper .content .text-wrapper ol .bold {
  font-weight: 800;
}
.section-cl .content-wrapper .content .text-wrapper ul.service-features,
.section-cl .content-wrapper .content .text-wrapper ol.service-features,
.dark-section .content-wrapper .content .text-wrapper ul.service-features,
.dark-section .content-wrapper .content .text-wrapper ol.service-features,
.bright-section .content-wrapper .content .text-wrapper ul.service-features,
.bright-section .content-wrapper .content .text-wrapper ol.service-features,
.white-section .content-wrapper .content .text-wrapper ul.service-features,
.white-section .content-wrapper .content .text-wrapper ol.service-features {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  line-height: 1.2;
  height: auto;
  min-height: 120px;
  flex-flow: wrap;
  color: #fff;
}
.section-cl .content-wrapper .content .text-wrapper ul.service-features.darco,
.section-cl .content-wrapper .content .text-wrapper ol.service-features.darco,
.dark-section .content-wrapper .content .text-wrapper ul.service-features.darco,
.dark-section .content-wrapper .content .text-wrapper ol.service-features.darco,
.bright-section .content-wrapper .content .text-wrapper ul.service-features.darco,
.bright-section .content-wrapper .content .text-wrapper ol.service-features.darco,
.white-section .content-wrapper .content .text-wrapper ul.service-features.darco,
.white-section .content-wrapper .content .text-wrapper ol.service-features.darco {
  color: rgb(36, 36, 36);
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .section-cl .content-wrapper .content .text-wrapper ul.service-features,
  .section-cl .content-wrapper .content .text-wrapper ol.service-features,
  .dark-section .content-wrapper .content .text-wrapper ul.service-features,
  .dark-section .content-wrapper .content .text-wrapper ol.service-features,
  .bright-section .content-wrapper .content .text-wrapper ul.service-features,
  .bright-section .content-wrapper .content .text-wrapper ol.service-features,
  .white-section .content-wrapper .content .text-wrapper ul.service-features,
  .white-section .content-wrapper .content .text-wrapper ol.service-features {
    font-size: 1.4rem !important;
    padding: 5px 0;
    line-height: 1.2;
  }
}
@media (min-width: 1980px) {
  .section-cl .content-wrapper .content .text-wrapper ul.service-features,
  .section-cl .content-wrapper .content .text-wrapper ol.service-features,
  .dark-section .content-wrapper .content .text-wrapper ul.service-features,
  .dark-section .content-wrapper .content .text-wrapper ol.service-features,
  .bright-section .content-wrapper .content .text-wrapper ul.service-features,
  .bright-section .content-wrapper .content .text-wrapper ol.service-features,
  .white-section .content-wrapper .content .text-wrapper ul.service-features,
  .white-section .content-wrapper .content .text-wrapper ol.service-features {
    font-size: 1rem;
  }
}
.section-cl .content-wrapper .content .text-wrapper ul.service-features li,
.section-cl .content-wrapper .content .text-wrapper ol.service-features li,
.dark-section .content-wrapper .content .text-wrapper ul.service-features li,
.dark-section .content-wrapper .content .text-wrapper ol.service-features li,
.bright-section .content-wrapper .content .text-wrapper ul.service-features li,
.bright-section .content-wrapper .content .text-wrapper ol.service-features li,
.white-section .content-wrapper .content .text-wrapper ul.service-features li,
.white-section .content-wrapper .content .text-wrapper ol.service-features li {
  display: inline-flex;
  flex-flow: nowrap;
  padding-bottom: 5px;
  width: 100%;
}
.section-cl .content-wrapper .content .text-wrapper ul.service-features li .grid--cell,
.section-cl .content-wrapper .content .text-wrapper ol.service-features li .grid--cell,
.dark-section .content-wrapper .content .text-wrapper ul.service-features li .grid--cell,
.dark-section .content-wrapper .content .text-wrapper ol.service-features li .grid--cell,
.bright-section .content-wrapper .content .text-wrapper ul.service-features li .grid--cell,
.bright-section .content-wrapper .content .text-wrapper ol.service-features li .grid--cell,
.white-section .content-wrapper .content .text-wrapper ul.service-features li .grid--cell,
.white-section .content-wrapper .content .text-wrapper ol.service-features li .grid--cell {
  padding-right: 5px;
}
.section-cl .content-wrapper .content .text-wrapper ul.service-features li .grid--cell svg path,
.section-cl .content-wrapper .content .text-wrapper ol.service-features li .grid--cell svg path,
.dark-section .content-wrapper .content .text-wrapper ul.service-features li .grid--cell svg path,
.dark-section .content-wrapper .content .text-wrapper ol.service-features li .grid--cell svg path,
.bright-section .content-wrapper .content .text-wrapper ul.service-features li .grid--cell svg path,
.bright-section .content-wrapper .content .text-wrapper ol.service-features li .grid--cell svg path,
.white-section .content-wrapper .content .text-wrapper ul.service-features li .grid--cell svg path,
.white-section .content-wrapper .content .text-wrapper ol.service-features li .grid--cell svg path {
  fill: rgb(0, 191, 165);
}
.section-cl .content-wrapper .content .text-wrapper pre code.hljs,
.dark-section .content-wrapper .content .text-wrapper pre code.hljs,
.bright-section .content-wrapper .content .text-wrapper pre code.hljs,
.white-section .content-wrapper .content .text-wrapper pre code.hljs {
  max-width: 100%;
}
.section-cl .content-wrapper .content .text-wrapper a.more-info,
.dark-section .content-wrapper .content .text-wrapper a.more-info,
.bright-section .content-wrapper .content .text-wrapper a.more-info,
.white-section .content-wrapper .content .text-wrapper a.more-info {
  display: flex;
  justify-content: center;
  color: rgb(43, 187, 173);
}
.section-cl .content-wrapper .content .chip,
.dark-section .content-wrapper .content .chip,
.bright-section .content-wrapper .content .chip,
.white-section .content-wrapper .content .chip {
  margin-top: 10px;
  display: flex;
  flex: 0 1 auto;
  justify-content: flex-start;
  background-color: rgb(90, 90, 90);
  height: 25px;
  line-height: 25px;
  width: auto;
}
.section-cl .content-wrapper .content .chip:hover,
.dark-section .content-wrapper .content .chip:hover,
.bright-section .content-wrapper .content .chip:hover,
.white-section .content-wrapper .content .chip:hover {
  background-color: #aaa;
}
.section-cl .content-wrapper .content .chip a,
.dark-section .content-wrapper .content .chip a,
.bright-section .content-wrapper .content .chip a,
.white-section .content-wrapper .content .chip a {
  color: #fff;
}
.section-cl .content-wrapper .slider .slides,
.dark-section .content-wrapper .slider .slides,
.bright-section .content-wrapper .slider .slides,
.white-section .content-wrapper .slider .slides {
  max-width: 100%;
  max-height: 400px;
  overflow: hidden;
  height: auto;
  border-radius: 10px;
  background: none;
}
.section-cl .content-wrapper .slider .slides li,
.dark-section .content-wrapper .slider .slides li,
.bright-section .content-wrapper .slider .slides li,
.white-section .content-wrapper .slider .slides li {
  display: grid;
  align-content: center;
}
.section-cl .content-wrapper .slider .slides img,
.dark-section .content-wrapper .slider .slides img,
.bright-section .content-wrapper .slider .slides img,
.white-section .content-wrapper .slider .slides img {
  background-size: contain;
  background-repeat: no-repeat;
}
.section-cl .content-wrapper .slider ul.indicators .indicator-item.active,
.dark-section .content-wrapper .slider ul.indicators .indicator-item.active,
.bright-section .content-wrapper .slider ul.indicators .indicator-item.active,
.white-section .content-wrapper .slider ul.indicators .indicator-item.active {
  background-color: rgb(0, 191, 165);
}
.section-cl .close-wrapper,
.dark-section .close-wrapper,
.bright-section .close-wrapper,
.white-section .close-wrapper {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100000;
  cursor: pointer;
}
.section-cl .close-wrapper a,
.dark-section .close-wrapper a,
.bright-section .close-wrapper a,
.white-section .close-wrapper a {
  display: flex;
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: none;
  color: #aaa;
  margin-right: 0px !important;
  cursor: pointer;
}
.section-cl .close-wrapper a:hover,
.dark-section .close-wrapper a:hover,
.bright-section .close-wrapper a:hover,
.white-section .close-wrapper a:hover {
  background-color: rgba(178, 0, 35, 0.9);
  color: #fff;
}
.section-cl .close-wrapper a i,
.dark-section .close-wrapper a i,
.bright-section .close-wrapper a i,
.white-section .close-wrapper a i {
  font-size: 1.2em;
}

.footer-row {
  margin-left: 300px;
  width: calc(100vw - 300px);
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .footer-row {
    margin-left: 0;
    width: 100vw;
  }
}

#profile-wrapper, .section-cl .content-wrapper.profile-wrapper .panel_content,
.dark-section .content-wrapper.profile-wrapper .panel_content,
.bright-section .content-wrapper.profile-wrapper .panel_content,
.white-section .content-wrapper.profile-wrapper .panel_content {
  display: flex;
  flex-flow: nowrap;
  overflow: visible;
  flex: 0 1 100%;
  height: auto;
  align-items: flex-start;
}
#profile-wrapper .header-row, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row {
  display: flex;
  flex: 0 1 100%;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: normal;
  flex-flow: wrap;
}
#profile-wrapper .header-row .item_title.rating_block, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  width: 50%;
  margin: 0 0.52vw;
  box-sizing: border-box;
  flex: 0 1 100%;
}
#profile-wrapper .header-row .item_title.rating_block .star_wrapper, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  width: 100%;
}
#profile-wrapper .header-row .item_title.rating_block .star_wrapper .customer-rating, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating {
  display: flex;
  flex: 0 1 100%;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
#profile-wrapper .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 1 100%;
  justify-content: center;
}
#profile-wrapper .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons i, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons i,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons i,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons i,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-icons i {
  color: rgb(43, 187, 173);
  font-size: 18px;
}
#profile-wrapper .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-text, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-text,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-text,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-text,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .item_title.rating_block .star_wrapper .customer-rating #star-rating-text {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 1 100%;
  font-size: 14px;
  justify-content: center;
}
#profile-wrapper .header-row .xpert_level, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level {
  color: rgb(219, 219, 219);
  position: relative;
  display: flex;
  font-size: 20px;
  flex-flow: row wrap;
  text-decoration: none;
  line-height: 1.5rem;
  flex: 0 1 100%;
  flex-direction: column;
  margin: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
@media (max-width: 660px) {
  #profile-wrapper .header-row .xpert_level, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
  .dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
  .bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
  .white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level {
    font-size: 16px;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #profile-wrapper .header-row .xpert_level, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
  .dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
  .bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level,
  .white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level {
    justify-content: center;
    align-items: center;
  }
}
#profile-wrapper .header-row .xpert_level span, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span {
  font-size: 14px;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #profile-wrapper .header-row .xpert_level span, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span,
  .dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span,
  .bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span,
  .white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span {
    text-align: center;
  }
}
#profile-wrapper .header-row .xpert_level span:hover, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span:hover,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span:hover,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span:hover,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span:hover {
  color: unset;
}
#profile-wrapper .header-row .xpert_level span.role, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.role,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.role,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.role,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.role,
#profile-wrapper .header-row .xpert_level span.consul_count,
.section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.consul_count,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.consul_count,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.consul_count,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.consul_count,
#profile-wrapper .header-row .xpert_level span.nickname,
.section-cl .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.nickname,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.nickname,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.nickname,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .xpert_level span.nickname {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  color: rgb(43, 187, 173);
}
#profile-wrapper .header-row .left-profile-header, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header {
  display: flex;
  flex-flow: wrap;
  height: auto;
  width: 50%;
  margin: 0 0.52vw;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 20px 20px;
  line-height: normal;
  flex: 0 1 100%;
  justify-content: center;
}
#profile-wrapper .header-row .left-profile-header .specialities, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities {
  display: flex;
  width: auto;
  flex-flow: row wrap;
  margin-top: 20px;
  margin: 0.52vw 0.52vw;
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: flex-start;
  box-sizing: border-box;
  flex: 0 1 100%;
  justify-content: center;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality {
  display: flex;
  margin: 0.52vw;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  background: rgb(17, 68, 85);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-width: 50px;
  padding: 5px;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality a, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality a,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality a,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality a,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality a {
  color: rgb(219, 219, 219);
  padding: 0;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality i, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality i,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality i,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality i,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality i {
  color: rgb(219, 219, 219);
  float: none;
  padding: 0;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality:hover, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover {
  background-color: rgb(0, 191, 165);
  color: white;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality:hover a, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a {
  color: inherit;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality:hover a:after, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a:after,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a:after,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a:after,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover a:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(0, 191, 165) 99%);
  transform: translate(0px, -2px);
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality:hover i, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover i,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover i,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover i,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover i {
  color: inherit;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality:hover svg, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover svg,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover svg,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover svg,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality:hover svg {
  fill: white;
}
#profile-wrapper .header-row .left-profile-header .specialities .panel_block.speciality .data_descr, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality .data_descr,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality .data_descr,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality .data_descr,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .specialities .panel_block.speciality .data_descr {
  display: flex;
  flex: 0 1 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#profile-wrapper .header-row .left-profile-header .edit-profile, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile {
  display: inline-flex;
  width: 100%;
  align-self: flex-start;
  margin: 0 0.52vw;
  flex: 0 1 100%;
  justify-content: center;
}
#profile-wrapper .header-row .left-profile-header .edit-profile a, .section-cl .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile a,
.dark-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile a,
.bright-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile a,
.white-section .content-wrapper.profile-wrapper .panel_content .header-row .left-profile-header .edit-profile a {
  height: auto;
  color: #aaa;
}
#profile-wrapper div.picture-row, .section-cl .content-wrapper.profile-wrapper .panel_content div.picture-row,
.dark-section .content-wrapper.profile-wrapper .panel_content div.picture-row,
.bright-section .content-wrapper.profile-wrapper .panel_content div.picture-row,
.white-section .content-wrapper.profile-wrapper .panel_content div.picture-row {
  display: flex;
  position: relative;
  z-index: 100;
  margin: 0;
  min-height: 23vh;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  box-sizing: border-box;
  flex: 0 1 100%;
  width: 100px;
  height: auto;
}
#profile-wrapper div.picture-row div.profile_img, .section-cl .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img,
.dark-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img,
.bright-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img,
.white-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img {
  display: flex;
  background: #e7e9ea;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: auto;
  width: 100px;
  max-height: 100px;
  min-height: 100px;
}
#profile-wrapper div.picture-row div.profile_img:hover, .section-cl .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img:hover,
.dark-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img:hover,
.bright-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img:hover,
.white-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#profile-wrapper div.picture-row div.profile_img::after, .section-cl .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img::after,
.dark-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img::after,
.bright-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img::after,
.white-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img::after {
  content: "edit";
}
#profile-wrapper div.picture-row div.profile_img img, .section-cl .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img img,
.dark-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img img,
.bright-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img img,
.white-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img img {
  width: 100%;
  height: 100%;
}
#profile-wrapper div.picture-row div.profile_img i, .section-cl .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img i,
.dark-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img i,
.bright-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img i,
.white-section .content-wrapper.profile-wrapper .panel_content div.picture-row div.profile_img i {
  color: rgb(17, 68, 85);
  font-size: 100px;
}
#profile-wrapper .profile_info, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_info,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_info,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_info,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_info {
  display: inline-flex;
  position: relative;
  flex: 1 1 70%;
  flex-flow: nowrap;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: center;
  align-items: center;
}
#profile-wrapper .profile_info .profile_content, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content {
  color: rgb(219, 219, 219);
  position: relative;
  display: flex;
  font-size: 20px;
  flex-flow: row wrap;
  text-decoration: none;
  line-height: 1.5rem;
  flex: 0 1 auto;
  margin: 0;
  height: auto;
  line-height: 1rem;
  box-sizing: border-box;
  font-size: 12px !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 660px) {
  #profile-wrapper .profile_info .profile_content, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content,
  .dark-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content,
  .bright-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content,
  .white-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content {
    font-size: 16px;
  }
}
#profile-wrapper .profile_info .profile_content .data_descr, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content .data_descr,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content .data_descr,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content .data_descr,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content .data_descr {
  text-decoration: none;
  display: flex;
  flex: 0 1 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: justify;
  margin: 0;
  font-size: 14px !important;
}
#profile-wrapper .profile_info .profile_content h4.nickname, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content h4.nickname,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content h4.nickname,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content h4.nickname,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_info .profile_content h4.nickname {
  font-size: 1.4rem;
}
#profile-wrapper .profile_credentials, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials {
  display: flex;
  flex: 1 1 50%;
  width: 50%;
  margin: 0;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  flex-flow: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #profile-wrapper .profile_credentials, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials,
  .dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials,
  .bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials,
  .white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials {
    justify-content: center;
  }
}
#profile-wrapper .profile_credentials .panel_block, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block {
  display: flex;
  margin: 0.52vw;
  justify-content: center;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  background: rgb(17, 68, 85);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  flex-flow: column wrap;
  position: relative;
  padding: 5px 10px;
  flex: 0 1 100%;
  min-width: 8vw;
  height: auto;
  overflow: auto;
  font-size: 1rem;
}
#profile-wrapper .profile_credentials .panel_block a, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block a,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block a,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block a,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block a {
  color: rgb(219, 219, 219);
  padding: 0;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
}
#profile-wrapper .profile_credentials .panel_block i, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block i,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block i,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block i,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block i {
  color: rgb(219, 219, 219);
  float: none;
  padding: 0;
}
#profile-wrapper .profile_credentials .panel_block:hover, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover {
  background-color: rgb(0, 191, 165);
  color: white;
}
#profile-wrapper .profile_credentials .panel_block:hover a, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a {
  color: inherit;
}
#profile-wrapper .profile_credentials .panel_block:hover a:after, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a:after,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a:after,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a:after,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover a:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(0, 191, 165) 99%);
  transform: translate(0px, -2px);
}
#profile-wrapper .profile_credentials .panel_block:hover i, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover i,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover i,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover i,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover i {
  color: inherit;
}
#profile-wrapper .profile_credentials .panel_block:hover svg, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover svg,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover svg,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover svg,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover svg {
  fill: white;
}
#profile-wrapper .profile_credentials .panel_block:hover .data_descr, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover .data_descr,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover .data_descr,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover .data_descr,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .panel_block:hover .data_descr {
  color: white;
}
#profile-wrapper .profile_credentials .data_descr, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr {
  text-decoration: none;
  display: flex;
  flex: 0 1 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: rgb(0, 191, 165);
  text-decoration: none;
  word-break: break-word;
}
#profile-wrapper .profile_credentials .data_descr .share, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
#profile-wrapper .profile_credentials .data_descr .share i, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i {
  font-size: 15px;
}
#profile-wrapper .profile_credentials .data_descr .share i:hover, .section-cl .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i:hover,
.dark-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i:hover,
.bright-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i:hover,
.white-section .content-wrapper.profile-wrapper .panel_content .profile_credentials .data_descr .share i:hover {
  color: rgb(36, 36, 36);
}

.block-selector {
  display: flex;
  flex: 0 1 100%;
  flex-flow: row wrap;
  padding: 30px;
  justify-content: space-around;
  align-items: center;
}
.block-selector .btn {
  display: flex;
  align-items: center;
  height: auto;
  margin: 10px 0;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .block-selector .btn {
    flex: 0 1 auto;
    min-width: 40%;
  }
}
.block-selector .btn i {
  margin: 0 5px;
}

.modal {
  word-break: break-word;
}

.box-overview {
  display: flex;
  background-size: cover;
  box-sizing: border-box;
  height: 100vh;
  max-width: 100vw !important;
  flex: 0 1 100vw;
  align-content: center;
  justify-content: center;
  z-index: 20;
  position: relative;
  background: rgb(16, 54, 66);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  flex-flow: row wrap;
}
@media (min-width: 661px) and (max-width: 991px), (max-width: 660px) {
  .box-overview {
    height: auto;
  }
  .box-overview:before {
    opacity: 0.02;
  }
}
.box-overview.ducky-bgrd:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: inline-flex;
  justify-content: center;
  background-image: url("../img/ducky_xl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
}
.box-overview.ducky-bgrd:hover:before {
  transform: unset;
}
@media (max-width: 1400px) {
  .box-overview.ducky-bgrd {
    width: 100vw;
  }
  .box-overview.ducky-bgrd:before {
    background-repeat: repeat;
  }
}
.box-overview h1, .box-overview p {
  display: flex;
  flex: 0 1 80%;
  height: auto;
  text-align: center;
  justify-content: center;
}
.box-overview h1 {
  font-size: 2.4rem;
}
.box-overview p {
  font-size: 1.4rem;
}
.box-overview .process-frame {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  flex: 0 1 100vw;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  height: 60vh !important;
}
@media (min-width: 661px) and (max-width: 991px), (max-width: 660px) {
  .box-overview .process-frame {
    height: auto !important;
    margin: 20px;
  }
}
.box-overview .process-frame .cycle-arrow {
  position: absolute;
  display: flex;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: -1;
  margin: 0;
  border: 16px solid rgba(231, 233, 234, 0.1);
  border-radius: 50%;
  border-top: 5px solid rgb(0, 191, 165);
  width: 60vh;
  height: 60vh;
  animation: spin 12s linear infinite;
}
@media (min-width: 661px) and (max-width: 991px), (max-width: 660px) {
  .box-overview .process-frame .cycle-arrow {
    top: unset;
  }
}
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (min-width: 661px) and (max-width: 991px), (max-width: 660px) {
  .box-overview {
    height: auto;
    align-items: stretch;
    max-height: unset;
    align-content: space-around;
  }
  .box-overview .cycle-step {
    width: 100%;
    height: 100%;
    display: inherit;
    flex-flow: inherit;
    padding: 15px 10px 15px 10px;
    cursor: pointer;
  }
  .box-overview .cycle-step h4 {
    padding: 0px;
    margin: 10px 0 10px 0;
  }
  .box-overview .cycle-step .link-offer {
    cursor: pointer;
    padding-top: 10px;
  }
}
.box-overview div.cycle-step-wrapper {
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  display: flex;
  align-content: flex-start;
  margin: 0px;
  flex-flow: column wrap;
  position: relative;
  height: 85%;
  padding: 10px 0;
  background-color: rgba(231, 233, 234, 0.8);
  box-sizing: border-box;
  word-break: break-word;
  z-index: 100;
  border-radius: 3px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
@media (min-width: 661px) and (max-width: 991px), (max-width: 660px) {
  .box-overview div.cycle-step-wrapper {
    height: auto;
    margin: 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .box-overview div.cycle-step-wrapper {
    height: 100%;
  }
  .box-overview div.cycle-step-wrapper.three-boxes {
    flex: 0 1 25%;
  }
  .box-overview div.cycle-step-wrapper:hover {
    z-index: 1;
    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.4);
    transform: scale(1.02, 1.02);
    transition: all 0.2s ease-out;
  }
  .box-overview div.cycle-step-wrapper:hover .info-text {
    cursor: pointer;
  }
  .box-overview div.cycle-step-wrapper:hover .link-offer {
    color: #039be5;
  }
}
.box-overview div.cycle-step-wrapper div.cycle-step {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-flow: wrap;
  padding: 0 10%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .box-overview div.cycle-step-wrapper {
    flex: 0 1 90vw;
    height: auto;
    max-height: unset;
    order: 2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
.box-overview div.cycle-step-wrapper .link-offer {
  cursor: pointer;
  padding-top: 40px;
}
.box-overview div.cycle-step-wrapper .info-text {
  font-size: 1.2rem;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .box-overview div.cycle-step-wrapper .info-text {
    font-size: 1rem;
  }
}
.box-overview div.cycle-step-wrapper h3,
.box-overview div.cycle-step-wrapper .info-text, .box-overview div.cycle-step-wrapper .info-link {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0px;
  color: inherit;
}
.box-overview div.cycle-step-wrapper h3 {
  font-size: 1.6rem;
}
@media (min-width: 1980px) {
  .box-overview div.cycle-step-wrapper h3 {
    font-size: 2rem;
  }
}
.box-overview div.cycle-step-wrapper .image-wrapper {
  display: flex;
  height: auto;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start;
}
.box-overview div.cycle-step-wrapper .image-wrapper i.material-icons {
  display: flex;
  position: absolute;
  z-index: 10000;
  color: rgb(0, 191, 165);
  top: 190px;
  left: 36px;
}
.box-overview div.cycle-step-wrapper .image-wrapper .ducky-expert {
  z-index: 10000;
  display: flex;
  position: absolute;
  width: auto;
  height: 70px;
}
.box-overview div.cycle-step-wrapper .image-wrapper .ducky-expert.ducky-two {
  top: 143px;
  left: 0%;
}
.box-overview div.cycle-step-wrapper .image-wrapper .main-img {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  z-index: 9999;
}

#pricing-overview {
  margin-top: 56px;
}

.offer-style {
  background: white;
  height: auto;
  flex: 0 1 auto;
  padding-bottom: 60px;
}
.offer-style:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: inline-flex;
  justify-content: center;
  background-image: url("../img/ducky_xl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
}
.offer-style:hover:before {
  transform: unset;
}
@media (max-width: 1400px) {
  .offer-style {
    width: 100vw;
  }
  .offer-style:before {
    background-repeat: repeat;
  }
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .offer-style {
    flex: 0 1 100%;
    max-height: unset;
  }
}
@media (min-width: 1980px) {
  .offer-style {
    align-items: center;
  }
}
.offer-style .process-frame {
  height: auto;
  align-items: flex-start;
}
@media (min-width: 1980px) {
  .offer-style .process-frame {
    flex: 0 1 90vw;
    max-width: 2000px;
  }
}
.offer-style .gold-gradient {
  background: linear-gradient(rgb(255, 165, 79), rgb(255, 237, 219));
  color: rgb(36, 36, 36);
}
.offer-style .dark-gradient {
  background: linear-gradient(rgb(16, 54, 66), rgba(6, 21, 26, 0.6));
  color: rgb(219, 219, 219);
}
.offer-style .cycle-step-wrapper {
  height: auto;
  flex: 0 1 22%;
  padding: 0 40px;
  border-radius: 5px;
  max-width: 420px;
}
.offer-style .cycle-step-wrapper hr {
  width: 100%;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .offer-style .cycle-step-wrapper {
    flex: 0 1 95%;
    max-height: unset;
    margin-bottom: 30px;
  }
}
.offer-style .cycle-step-wrapper.best-seller h3.pck-descr, .offer-style .cycle-step-wrapper.best-seller ul {
  color: inherit;
}
.offer-style .cycle-step-wrapper.best-seller .new-price {
  color: rgb(17, 68, 85);
}
.offer-style .cycle-step-wrapper.best-seller .old-price {
  color: rgba(178, 0, 35, 0.9);
}
.offer-style .cycle-step-wrapper.best-seller:before {
  display: flex;
  align-items: center;
  content: "Best Value";
  display: block;
  height: auto;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  background: rgb(127, 82, 39);
  padding: 10px 5px;
  font-size: 1.2rem;
  border-radius: 5px 0 5px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.offer-style .cycle-step-wrapper.best-seller i.material-icons {
  color: rgb(127, 82, 39);
}
.offer-style .cycle-step-wrapper .percent-commission {
  font-size: 2rem;
  color: inherit;
  word-break: keep-all;
  text-decoration: none;
}
.offer-style .cycle-step-wrapper .cycle-step {
  flex: 0 1 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}
.offer-style .cycle-step-wrapper .cycle-step img.main-img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  max-height: 165px;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.6);
}
.offer-style h2.pck-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  width: 100%;
  color: inherit;
  padding: 20px;
  margin: 50px 0 0 0 !important;
  height: auto;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .offer-style h2.pck-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1980px) {
  .offer-style h2.pck-title {
    font-size: 2rem;
  }
}
.offer-style h2.pck-title .package {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.offer-style h3.pck-descr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  margin-top: 10px;
  color: inherit;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .offer-style h3.pck-descr {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1980px) {
  .offer-style h3.pck-descr {
    font-size: 1.2rem !important;
  }
}
.offer-style i.material-icons {
  display: flex;
  align-items: center;
  font-size: 5rem;
  height: 100px;
  padding: 10px;
  text-shadow: 3px 3px rgba(43, 187, 173, 0.8);
}
.offer-style .pricing {
  display: flex;
  position: relative;
  font-size: 2.4rem;
  font-weight: bolder;
  flex-flow: column wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 150px;
  line-height: 1.4;
  padding-top: 20px;
  color: inherit;
}
@media (min-width: 1980px) {
  .offer-style .pricing {
    font-size: 3rem;
  }
}
.offer-style .pricing .unity {
  font-size: 1rem;
  padding-left: 4px;
  justify-content: center;
}
.offer-style .pricing .old-price {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  color: rgba(178, 0, 35, 0.9);
  text-decoration: line-through;
  padding: 0;
  height: auto;
  justify-content: center;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .offer-style .pricing .old-price {
    font-size: 1.1rem;
  }
}
@media (min-width: 1980px) {
  .offer-style .pricing .old-price {
    font-size: 1.2rem;
  }
}
.offer-style .pricing .new-price {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
  padding-bottom: 0px;
  color: inherit;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .offer-style .pricing .new-price {
    font-size: 2.4rem;
  }
}
@media (min-width: 1980px) {
  .offer-style .pricing .new-price {
    font-size: 3rem;
  }
}
.offer-style .conclusion-text {
  font-size: 1.2rem;
  font-weight: bold;
  flex: 0 1 100%;
}
.offer-style ul.service-features {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 0 25px;
  line-height: 1.2;
  height: auto;
  min-height: 120px;
  flex-flow: wrap;
  color: inherit;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  .offer-style ul.service-features {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media (min-width: 1980px) {
  .offer-style ul.service-features {
    font-size: 1.2rem;
  }
}
.offer-style ul.service-features li {
  display: inline-flex;
  flex-flow: nowrap;
  padding-bottom: 5px;
  width: 100%;
}
.offer-style ul.service-features li .grid--cell {
  padding-right: 5px;
  color: inherit;
}
.offer-style ul.service-features li .grid--cell.darco {
  color: rgb(36, 36, 36);
}
.offer-style ul.service-features li .grid--cell svg path {
  fill: rgb(0, 191, 165);
}
.offer-style .btn {
  margin-bottom: 50px;
  height: auto;
}

#four-box-overview {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: auto;
  max-height: unset;
  max-width: 100vw;
  padding: 80px 0px;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #four-box-overview {
    height: auto;
  }
}
#four-box-overview:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: inline-flex;
  justify-content: center;
  background-image: url("../img/ducky_xl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
}
#four-box-overview:hover:before {
  transform: unset;
}
@media (max-width: 1400px) {
  #four-box-overview {
    width: 100vw;
  }
  #four-box-overview:before {
    background-repeat: repeat;
  }
}
#four-box-overview div.flex-wrapper {
  display: flex;
  flex: 0 1 40%;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: center;
  min-width: 0;
}
#four-box-overview div.flex-wrapper.multi-items {
  flex: 0 1 100% !important;
}
#four-box-overview div.flex-wrapper.multi-items div.main-categories {
  max-width: 700px;
  height: auto;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #four-box-overview div.flex-wrapper.multi-items div.main-categories a .main-categories-content-wrapper {
    flex: 0 1 100% !important;
  }
}
@media (min-width: 661px) and (max-width: 991px) {
  #four-box-overview div.flex-wrapper {
    flex: 0 1 50%;
  }
}
@media (max-width: 660px) {
  #four-box-overview div.flex-wrapper {
    flex: unset;
  }
}
@media (max-width: 1400px) {
  #four-box-overview {
    width: 100vw;
  }
  #four-box-overview h1 {
    top: 20px;
  }
}
#four-box-overview div.main-categories {
  display: flex;
  position: relative;
  cursor: pointer;
  height: 250px;
  width: 300px;
  max-width: 90%;
  min-height: 225px;
  z-index: 12;
  cursor: pointer;
  box-sizing: border-box;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
}
#four-box-overview div.main-categories span {
  color: unset;
}
#four-box-overview div.main-categories:hover {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.02, 1.02);
  transition: all 0.2s ease-out;
}
#four-box-overview div.main-categories:hover .info-text {
  color: #fff !important;
}
#four-box-overview div.main-categories:hover span.link-offer {
  font-weight: 800;
}
@media (min-width: 661px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #four-box-overview div.main-categories {
    flex: 0 1 100%;
  }
}
@media (min-width: 661px) and (max-width: 991px) {
  #four-box-overview div.main-categories {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 660px) {
  #four-box-overview div.main-categories {
    width: 100vw;
    height: 200px;
  }
}
#four-box-overview div.main-categories a.main-categories-content-wrapper {
  display: flex;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  width: 80%;
  flex-flow: inherit;
  flex: 0 1 auto;
  flex-flow: row wrap;
  z-index: 12;
  padding: 20px 10px 40px 10px;
  background-color: rgba(6, 21, 26, 0.8);
  justify-content: center;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #four-box-overview div.main-categories a.main-categories-content-wrapper {
    height: 100%;
  }
}
#four-box-overview div.main-categories a.main-categories-content-wrapper h2 {
  color: #fff;
  padding: 20px 0 0 0;
  margin: 10px 0 10px 0;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
}
@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  #four-box-overview div.main-categories a.main-categories-content-wrapper h2 {
    padding: 0;
    font-size: 2rem;
  }
}
#four-box-overview div.main-categories a.main-categories-content-wrapper .info-text {
  color: rgb(219, 219, 219);
  padding: 0 20px 0 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1980px) {
  #four-box-overview div.main-categories a.main-categories-content-wrapper .info-text {
    font-size: 1.2rem;
  }
}
#four-box-overview div.main-categories a.main-categories-content-wrapper .link-text {
  cursor: pointer;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1980px) {
  #four-box-overview div.main-categories a.main-categories-content-wrapper .link-text {
    font-size: 1.2rem;
  }
}

.article-carousel-cycle {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  flex-flow: row wrap;
  background-size: cover;
  box-sizing: border-box;
  height: 100vh;
  max-width: 100vw !important;
  align-content: flex-start;
  overflow: hidden;
}
.article-carousel-cycle:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: inline-flex;
  justify-content: center;
  background-image: url("../img/ducky_xl.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.1;
}
.article-carousel-cycle:hover:before {
  transform: unset;
}
@media (max-width: 1400px) {
  .article-carousel-cycle {
    width: 100vw;
  }
  .article-carousel-cycle:before {
    background-repeat: repeat;
  }
}
.article-carousel-cycle .more-articles-box i {
  font-size: 2.92rem;
  color: rgb(0, 128, 128);
}
.article-carousel-cycle .more-articles-box a {
  display: flex;
  flex: 0 1 100%;
  justify-content: center;
  flex-flow: row wrap;
  align-content: center;
}
.article-carousel-cycle .headline-wrapper {
  display: flex;
  flex-flow: nowrap;
  flex: 0 1 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0px 20px;
  box-sizing: border-box;
}
.article-carousel-cycle .headline-wrapper h3 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.article-carousel-cycle .headline-wrapper h3 i {
  font-size: 2.92rem;
  color: rgb(0, 128, 128);
}
.article-carousel-cycle .carousel {
  display: flex;
  position: relative;
  flex: 0 1 100%;
  box-sizing: border-box;
  justify-content: center;
  overflow: visible;
}
.article-carousel-cycle .carousel > .carousel-item {
  display: flex;
  position: absolute;
  width: 25vw;
  height: auto;
  min-height: 70%;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
  z-index: 100;
  border-radius: 3px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-carousel-cycle .carousel > .carousel-item {
    width: 33vw;
  }
}
@media (min-width: 661px) and (max-width: 991px) {
  .article-carousel-cycle .carousel > .carousel-item {
    width: 50vw;
  }
}
@media (max-width: 660px) {
  .article-carousel-cycle .carousel > .carousel-item {
    width: 100vw;
  }
}
.article-carousel-cycle .carousel > .carousel-item .content-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  height: 100%;
}
.article-carousel-cycle .carousel > .carousel-item .cycle-step {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: rgb(231, 233, 234);
  height: auto;
  margin: 10px 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-carousel-cycle .carousel > .carousel-item .cycle-step {
    margin: 10px;
  }
}
@media (min-width: 661px) and (max-width: 991px) {
  .article-carousel-cycle .carousel > .carousel-item .cycle-step {
    margin: 10px;
  }
}
.article-carousel-cycle .carousel > .carousel-item .cycle-step .card-main {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.article-carousel-cycle .carousel > .carousel-item .cycle-step:hover {
  z-index: 1;
  box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.4);
  transform: scale(1.02, 1.02);
  transition: all 0.2s ease-out;
}
.article-carousel-cycle .carousel > .carousel-item h3,
.article-carousel-cycle .carousel > .carousel-item .info-text {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0px 15px;
  color: rgb(36, 36, 36);
  overflow-y: hidden;
}
.article-carousel-cycle .carousel > .carousel-item h3 {
  flex: 0 1 auto;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 25px 0px 10px 0px;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  line-height: 1.3em;
  min-height: 2.6em;
  max-height: 3.9em;
}
.article-carousel-cycle .carousel > .carousel-item h3:hover {
  color: rgb(0, 128, 128);
}
.article-carousel-cycle .carousel > .carousel-item .info-text {
  flex: 0 1 auto;
  font-size: 1rem;
  margin: 0px 0px 20px 0px;
  height: auto;
  min-height: 50px;
  justify-content: center;
}
@media (min-width: 1200px), (min-width: 1980px) {
  .article-carousel-cycle .carousel > .carousel-item .info-text {
    font-size: 1rem;
  }
}
.article-carousel-cycle .carousel > .carousel-item .info-text span {
  width: 100%;
}
.article-carousel-cycle .carousel > .carousel-item .image-wrapper {
  display: flex;
  flex: 0 1 50%;
  min-height: 50%;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.article-carousel-cycle .carousel > .carousel-item .image-wrapper .main-img {
  display: inline-flex;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 1;
  z-index: 9999;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 660px), (min-width: 661px) and (max-width: 991px) {
  .scroll-btn-wrapper {
    display: none;
  }
}
.scroll-btn-wrapper .btn-floating {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.scroll-btn-wrapper .scroll-btn-circle-right {
  right: 3%;
  margin-left: -50%;
}
.scroll-btn-wrapper .scroll-btn-circle-left {
  left: 3%;
  margin-right: -50%;
}

.article-carousel-cycle .stats-wrapper {
  display: flex;
  height: 20px;
  flex-flow: nowrap;
  justify-content: center;
  padding: 10px 4%;
  color: rgb(90, 90, 90);
}
.article-carousel-cycle .stats-wrapper .votes,
.article-carousel-cycle .stats-wrapper .views,
.article-carousel-cycle .stats-wrapper .quack-date,
.article-carousel-cycle .stats-wrapper .stats-elem {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 5px;
  font-size: 14px;
}
.article-carousel-cycle .stats-wrapper .votes span,
.article-carousel-cycle .stats-wrapper .views span,
.article-carousel-cycle .stats-wrapper .quack-date span,
.article-carousel-cycle .stats-wrapper .stats-elem span {
  text-align: right;
}
.article-carousel-cycle .stats-wrapper i {
  font-size: 14px;
  padding: 0 0 0 5px;
}
.article-carousel-cycle .stats-wrapper .share-brand {
  display: inline-flex;
  flex: 0 1 auto;
  flex-flow: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.article-carousel-cycle .stats-wrapper .share-brand .share,
.article-carousel-cycle .stats-wrapper .share-brand .report {
  display: flex;
  flex: 0 1 auto;
  height: 20px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin: 0 10px;
}
.article-carousel-cycle .stats-wrapper .share-brand .share i,
.article-carousel-cycle .stats-wrapper .share-brand .report i {
  font-size: 14px;
  padding: 0 0 0 5px;
}
.article-carousel-cycle .stats-wrapper .share-brand .share i:hover,
.article-carousel-cycle .stats-wrapper .share-brand .report i:hover {
  color: rgb(0, 128, 128);
}
.article-carousel-cycle .stats-wrapper .share-brand .share .report-link,
.article-carousel-cycle .stats-wrapper .share-brand .report .report-link {
  color: inherit;
}
.article-carousel-cycle .stats-wrapper .mini-counts {
  display: flex;
  align-items: center;
}

.quack-box-label {
  display: block;
  position: absolute;
  left: 0;
  padding: 0;
  z-index: 10000;
}
.quack-box-label.top {
  top: 0;
}
.quack-box-label.bottom {
  bottom: 0;
}
.quack-box-label .chip {
  margin-bottom: 0;
  color: #aaa;
  height: 25px;
  line-height: 25px;
  border-radius: 0px;
}
.quack-box-label .chip.active {
  color: #fff;
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.6);
}
.quack-box-label .chip.teal {
  background: rgb(43, 187, 173);
}
.quack-box-label .chip.red {
  background: rgba(178, 0, 35, 0.9);
}

.card-content-block {
  display: flex;
  height: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 0 0 15px 0;
  overflow: hidden;
}

.card-author-block {
  display: flex;
  flex: 0 1 100%;
  height: auto;
  max-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.card-author-block.short-card {
  justify-content: flex-start;
}
.card-author-block.short-card .portrait-image-wrapper {
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
}
.card-author-block .portrait-image-wrapper {
  display: block;
  height: 35px;
  width: 35px;
  overflow: hidden;
  border-radius: 50%;
  background: #e7e9ea;
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.6);
  margin: 0 10px;
  text-align: center;
}
.card-author-block .portrait-image-wrapper:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-author-block .portrait-image-wrapper .image,
.card-author-block .portrait-image-wrapper .image-placeholder {
  height: 100%;
  width: auto;
}
.card-author-block .portrait-image-wrapper .image.image-placeholder,
.card-author-block .portrait-image-wrapper .image-placeholder.image-placeholder {
  opacity: 0.7;
}
.card-author-block .author-name {
  display: flex;
  flex: 0 1 auto;
  position: relative;
  justify-content: center;
  align-items: center;
  color: rgb(90, 90, 90);
  font-size: 1.1rem;
}
.card-author-block .author-name:hover {
  color: rgb(0, 128, 128);
}
.card-author-block .author-name::before {
  content: "by";
  padding-right: 4px;
}
.card-author-block .profile-ref {
  display: flex;
  flex: 0 1 100%;
  justify-content: flex-end;
  padding: 0 10px;
}