/* Region reset*/

* {
  padding: 0pt;
  margin: 0pt;
}
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.grecaptcha-badge {
  display: none;
}
a:hover:not(.button-component):not(.button-cancel-component):not(.sml) {
  text-decoration: underline !important;
}
a,
a:visited,
a:active {
  text-decoration: none;
  /*color: @linkColor;*/

}
a {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0pt;
}
table td,
table th {
  vertical-align: top;
}
input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=search],
input[type=number] {
  padding: 5px;
  border: 1px solid #cccccc;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=search],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  outline: 0px;
  border: 1px solid #cccccc;
  font-family: inherit;
  font-size: inherit;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*End region*/

/* popups */

#fullscreen-overlay-wrapper {
  min-height: 100%;
}
.h1-s {
  font-family: 'Poppins', 'Arial';
  font-size: 50px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 65px;
}
.h2-s {
  font-family: 'Poppins', 'Arial';
  font-size: 28px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 40px;
}
.h3-s {
  font-family: 'Poppins', 'Arial';
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
}
.section-s {
  font-family: 'Poppins', 'Arial';
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
}
#section {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
.overlayWrapper {
  background-color: white;
}
.section p {
  margin: 0pt;
  margin-bottom: 0.5em;
}
.section ol,
.section ul,
.section dl {
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0 0 0 2em;
}
.section,
#section {
  font-family: 'Poppins', 'Arial';
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
  margin: 0pt;
}
.section .privacy-wrapper,
#section .privacy-wrapper {
  position: relative;
}
.section .privacy-wrapper input,
#section .privacy-wrapper input {
  position: absolute;
  height: 30px;
}
.section .privacy-wrapper label.checkbox-label,
#section .privacy-wrapper label.checkbox-label {
  padding-left: 20px;
  display: block;
}
.section .privacy-wrapper.input-like,
#section .privacy-wrapper.input-like {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: left;
}
.section table.content-table,
#section table.content-table {
  /*table-layout: fixed;*/
  border-collapse: collapse;
}
.section table.content-table th,
#section table.content-table th {
  font-weight: inherit;
}
.section table.content-table th,
#section table.content-table th,
.section table.content-table td,
#section table.content-table td {
  padding: 2px;
  overflow: hidden;
}
.section table.content-table th p,
#section table.content-table th p,
.section table.content-table td p,
#section table.content-table td p {
  margin: 0pt;
  overflow: hidden;
}
.section hr,
#section hr {
  border: none;
  height: 1px;
  margin: 7px 0pt;
  background-color: #dadada;
  color: #dadada;
}
.section input.error,
#section input.error,
.section textarea.error,
#section textarea.error,
.section input.input-validation-error,
#section input.input-validation-error,
.section textarea.input-validation-error,
#section textarea.input-validation-error {
  border-color: red !important;
}
.section input[type=text],
#section input[type=text],
.section input[type=email],
#section input[type=email],
.section input[type=password],
#section input[type=password],
.section input[type=search],
#section input[type=search],
.section input[type=number],
#section input[type=number],
.section textarea,
#section textarea,
.section .input-like,
#section .input-like {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #333333;
}
.section :-moz-placeholder,
#section :-moz-placeholder {
  color: #333333;
}
.section ::-moz-placeholder,
#section ::-moz-placeholder {
  color: #333333;
}
.section ::-webkit-input-placeholder,
#section ::-webkit-input-placeholder {
  color: #333333;color: rgba(51, 51, 51, 0.54);
}
.section :-ms-input-placeholder,
#section :-ms-input-placeholder {
  color: #333333;
}
.section select,
#section select {
  background-color: white;
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  color: #333333;
}
.section .input,
#section .input {
  position: relative;
  margin-bottom: 5px;
}
.section .input input[type=text],
#section .input input[type=text],
.section .input input[type=number],
#section .input input[type=number],
.section .input input[type=email],
#section .input input[type=email],
.section .input input[type=password],
#section .input input[type=password],
.section .input input[type=search],
#section .input input[type=search] {
  height: inherit;
  width: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #333333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: block;
  padding-left: 5px;
  padding-right: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
}
.section .input span,
#section .input span {
  display: block;
  right: 0px;
  position: absolute;
  height: inherit;
  width: 30px;
  cursor: pointer;
}
.section textarea.input,
#section textarea.input {
  overflow: auto;
  resize: none;
  width: 100%;
  height: 7em !important;
}
.section .cw_reaction input[type=text],
#section .cw_reaction input[type=text],
.section .cw_reaction input[type=email],
#section .cw_reaction input[type=email] {
  width: 100%;
  min-height: 36px;
}
.section .cw_reaction input[name=name2],
#section .cw_reaction input[name=name2] {
  display: none;
}
.section input.sendform,
#section input.sendform {
  margin-bottom: 5px;
  float: right;
  cursor: pointer;
}
.section h1,
#section h1 {
  font-family: 'Poppins', 'Arial';
  font-size: 50px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 65px;
  margin: 0.2em 0pt;
}
.section h2,
#section h2 {
  font-family: 'Poppins', 'Arial';
  font-size: 28px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 40px;
  margin: 0.2em 0pt;
}
.section h3,
#section h3 {
  font-family: 'Poppins', 'Arial';
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
  margin: 0.2em 0pt;
}
.section .button-component,
#section .button-component {
  border-color: #57a6e6;
  background-color: #57a6e6;
  color: white;
  transition: all 0.2s ease;
}
.section .button-component:not([disabled]):hover,
#section .button-component:not([disabled]):hover {
  border-color: #81bcec;
  background-color: #81bcec;
  color: white;
  text-decoration: none;
}
.section .button-cancel-component,
#section .button-cancel-component {
  border-color: #dadada;
  background-color: #333333;
  color: white;
  transition: all 0.2s ease;
}
.section .button-cancel-component:hover,
#section .button-cancel-component:hover {
  border-color: #dadada;
  background-color: #dadada;
  color: white;
  text-decoration: none;
}
#sideBar {
  font-family: 'Poppins', 'Arial';
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
  margin: 0pt;
}
#sideBar .h2-s {
  font-family: 'Poppins', 'Arial';
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 36px;
}
#sideBar h2 {
  font-family: 'Poppins', 'Arial';
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 36px;
  margin: 0pt;
}
#sideBar .h3-s {
  font-family: 'Poppins', 'Arial';
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 28px;
}
#sideBar h3 {
  font-family: 'Poppins', 'Arial';
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 28px;
  margin: 0pt;
}
a img {
  border-style: none;
}
sup {
  vertical-align: top;
}
.section .h1-style,
#section .h1-style {
  color: inherit;
  font-family: 'Poppins', 'Arial';
  font-size: 50px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 65px;
}
.section .h2-style,
#section .h2-style {
  color: inherit;
  font-family: 'Poppins', 'Arial';
  font-size: 28px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 40px;
}
.section .h3-style,
#section .h3-style {
  color: inherit;
  font-family: 'Poppins', 'Arial';
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
}
.section .section-style,
#section .section-style {
  color: inherit;
  font-family: 'Poppins', 'Arial';
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
}
table.page-layout {
  width: 100%;
  border-style: none;
}
table.page-layout .input {
  height: 36px;
}
table.page-layout.fixed {
  table-layout: fixed;
}
table.page-layout.fixed img.showimagefullwidth {
  max-width: 100%;
}
table.page-layout.fixed td {
  overflow: hidden;
}
/* linebreaks */

.lineBreakWrap {
  white-space: pre-line;
}
* html .lineBreakWrap {
  /* IE5-6 */
  white-space: pre;
}
*:first-child + html .lineBreakWrap {
  /*IE7*/
  white-space: pre;
}
#footer {
  background-color: #3b4252;
}
#footer .section-s {
  font-family: 'Poppins', 'Arial';
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
}
#footer .section,
#footer .section-style {
  font-family: 'Poppins', 'Arial';
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 30px;
  color: #eceff4;
}
#footer .section a,
#footer .section-style a {
  color: white;
}
#footer .section h2,
#footer .section-style h2 {
  font-family: 'Poppins', 'Arial';
  font-size: 28px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 40px;
  color: #eceff4;
}
#footer .section h2 a,
#footer .section-style h2 a {
  color: #eceff4;
}
#footer .section h3,
#footer .section-style h3 {
  font-family: 'Poppins', 'Arial';
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0em;
  line-height: 32px;
  color: #eceff4;
}
#footer .section h3 a,
#footer .section-style h3 a {
  color: #eceff4;
}
#footer .section .privacy-wrapper input,
#footer .section-style .privacy-wrapper input {
  height: 30px;
}
#footer .section hr,
#footer .section-style hr {
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
  color: transparent;color: rgba(0, 0, 0, 0.1);
}
#footer .section input,
#footer .section-style input,
#footer .section textarea,
#footer .section-style textarea,
#footer .section .input-like,
#footer .section-style .input-like {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
  color: white;
}
#footer .section :-moz-placeholder,
#footer .section-style :-moz-placeholder {
  color: white;
  opacity: 1;
}
#footer .section ::-moz-placeholder,
#footer .section-style ::-moz-placeholder {
  color: white;
}
#footer .section ::-webkit-input-placeholder,
#footer .section-style ::-webkit-input-placeholder {
  color: white;color: rgba(255, 255, 255, 0.54);
}
#footer .section :-ms-input-placeholder,
#footer .section-style :-ms-input-placeholder {
  color: white;
}
#footer .section .button-component,
#footer .section-style .button-component {
  border-color: #57a6e6;
  background-color: #57a6e6;
  color: white;
  transition: all 0.2s ease;
}
#footer .section .button-component:not([disabled]):hover,
#footer .section-style .button-component:not([disabled]):hover {
  border-color: #81bcec;
  background-color: #81bcec;
  color: white;
}
#footer .section table.content-table.borders,
#footer .section-style table.content-table.borders {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .section table.content-table.borders td,
#footer .section-style table.content-table.borders td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#footer .section table.content-table.borders th,
#footer .section-style table.content-table.borders th {
  border: 1px solid rgba(225, 225, 225, 0);
}
#footer .section table.content-table.colors th,
#footer .section-style table.content-table.colors th {
  color: #eceff4;
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#footer .section table.content-table.colors th a,
#footer .section-style table.content-table.colors th a {
  color: white;
}
#footer .section table.content-table.colors td,
#footer .section-style table.content-table.colors td {
  color: #eceff4;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#footer .section table.content-table.colors td a,
#footer .section-style table.content-table.colors td a {
  color: white;
}
#footer .section .borderColor,
#footer .section-style .borderColor {
  border-color: transparent;border-color: rgba(0, 0, 0, 0.1);
}
#footer #footer-content,
#footer #disclaimer-content,
#footer #linkbuilding-content {
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer #disclaimer-wrapper {
  padding-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
}
#footer #linkbuilding-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#footer #disclaimer-content,
#footer #linkbuilding-content {
  line-height: 11px;
  color: #eceff4;color: rgba(236, 239, 244, 0.5);
}
#footer #disclaimer-content a,
#footer #linkbuilding-content a {
  color: #eceff4;color: rgba(236, 239, 244, 0.5);
}
#footer #linkbuilding-content {
  font-size: 9px;
}
#footer.nofootercontent {
  background-color: #686868;
}
#footer.nofootercontent #disclaimer-content,
#footer.nofootercontent #linkbuilding-content {
  color: #cccccc;
  font-size: 11px;
}
#footer.nofootercontent #disclaimer-content a,
#footer.nofootercontent #linkbuilding-content a {
  color: #cccccc;
}
#footer.nofootercontent #disclaimer-wrapper {
  margin-bottom: 0;
}
#footer.nofootercontent #linkbuilding-wrapper {
  background-color: #686868;
}
/* Region components */

.button-component,
.button-cancel-component {
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  line-height: normal !important;
  outline: none;
  border-radius: 0;
}
.button-component:disabled,
.button-cancel-component:disabled {
  cursor: default;
  opacity: 0.2;
}
img.button-component,
img.button-cancel-component {
  border-style: none;
  background: none !important;
}
/* End Region */

#cookiewall {
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 30px 0px;
  overflow: hidden;
  text-align: left;
}
#cookiewall > div {
  margin: 0 auto;
}
#cookiewall #cookiewall-explanation {
  padding-top: 15px;
  padding-bottom: 10px;
}
#cookiewall #cookiewall-explanation a {
  color: #70bd47;
  text-decoration: underline;
}
#cookiewall .cookie-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
#cookiewall .cookie-button-wrapper .cookiewall-button {
  padding: 10px 20px;
}
#cookiewall .cookie-button-wrapper .cookiewall-button:hover {
  cursor: pointer;
}
#cookiewall #cookiewall-close {
  padding: 0;
  margin: 0;
  background: url(/Assets/Images/close.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#error-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: orangered;
  color: white;
  z-index: 1000;
  font-family: Arial;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
}
#error-overlay p {
  text-align: center;
  margin: 20px;
}
#wip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: white;
  background-color: white;background-color: rgba(255, 255, 255, 0.8);
  color: #3b3b3b;
  z-index: 1000;
  font-family: Arial;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
}
#wip-overlay p {
  text-align: center;
  margin: 20px;
}
#wip-overlay .productname {
  font-weight: bold;
}
#wip-overlay .ziberlogo {
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-right: 0.25em;
  margin-left: 0.1em;
  background-image: url('/Assets/images/wip_sprite.png');
  background-position: top center;
  background-repeat: no-repeat;
}
#wip-overlay .close {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background-image: url('/Assets/images/wip_sprite.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* Slick slider overrides */

.slick-slider {
  margin: 0;
}
.slick-slider .slick-list {
  z-index: 0;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  width: 32px;
  height: 52px;
  margin-top: -26px;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: '';
}
.slick-slider .slick-next {
  right: 10px;
  background-image: url('/Assets/Images/slick_next.png');
}
.slick-slider .slick-next:hover {
  background-image: url('/Assets/Images/slick_next_over.png');
}
.slick-slider .slick-prev {
  left: 10px;
  background-image: url('/Assets/Images/slick_prev.png');
}
.slick-slider .slick-prev:hover {
  background-image: url('/Assets/Images/slick_prev_over.png');
}
.slick-slider .slick-dots {
  bottom: 10px;
  padding: 0;
}
.slick-slider .slick-dots li {
  margin: 0 0 0 5px;
}
.slick-slider .slick-dots li a {
  padding: 0;
}
.slick-slider .slick-dots li a:before {
  color: white;
  font-size: 13px;
}
.slick-slider .slick-dots li.slick-active a:before {
  opacity: 1;
}
.slick-slider a:hover {
  text-decoration: none !important;
}
.slick-slider.slick-loading .slick-list {
  background-color: transparent;
}
