/*
Theme Name: Zattoo
Text Domain: zattoo
Version: v1.9.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom theme for Zattoo
Author: Kreios
Author URI: https://www.kreios.lu/
*/

.z-color-orange {
  color: #e94e0f !important;
}

.z-color-white {
  color: #ffffff !important;
}

.z-bg-gray {
  background-color: #ebebeb !important;
}

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

.z-bg-dark {
  background-color: #1c1c1c !important;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

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

.tns-p-margin-0 > p {
  margin: 0;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-gallery,
.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-fadeOut,
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: 2333.33333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: 1.42857%;
  height: 10px;
  float: left;
}

.flatpickr-calendar {
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9;
}

.numInputWrapper span {
  border: 1px solid rgba(57, 57, 57, 0.15);
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown:after {
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: transparent;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
}

span.flatpickr-weekday {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  color: #393939;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #569ff7;
  border-color: #569ff7;
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  color: rgba(57, 57, 57, 0.3);
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input {
  color: #393939;
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #eee;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #3f4458;
  -webkit-box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c,
    0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c,
    0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #20222c;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #20222c;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #3f4458;
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #20222c;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #3f4458;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: #3f4458;
  color: #fff;
  fill: #fff;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
  position: relative;
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #eee;
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(192, 187, 167, 0.1);
}

.numInputWrapper span:active {
  background: rgba(192, 187, 167, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: hsla(0, 0%, 100%, 0.5);
}

.numInputWrapper:hover {
  background: rgba(192, 187, 167, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(192, 187, 167, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: hsla(0, 0%, 100%, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #3f4458;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(192, 187, 167, 0.05);
}

.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: #3f4458;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #3f4458;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #20222c;
  box-shadow: -1px 0 0 #20222c;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: hsla(0, 0%, 100%, 0.95);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-day.today {
  border-color: #eee;
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #eee;
  background: #eee;
  color: #3f4458;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #80cbc4;
  box-shadow: -10px 0 0 #80cbc4;
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
  box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: hsla(0, 0%, 100%, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: hsla(0, 0%, 100%, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
  box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #20222c;
  box-shadow: 1px 0 0 #20222c;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flatpickr-innerContainer,
.flatpickr-rContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: hsla(0, 0%, 100%, 0.95);
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: hsla(0, 0%, 100%, 0.95);
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: hsla(0, 0%, 100%, 0.95);
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #6a7395;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

html {
  font-size: 20px;
  color: #000;
  font-family: Compasse, serif;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@font-face {
  font-family: Compasse;
  src: url(fonts/Compasse-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: Compasse;
  src: url(fonts/Compasse-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: Compasse;
  src: url(fonts/Compasse-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: Compasse;
  src: url(fonts/Compasse-ExtraBold.otf);
  font-weight: 900;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .app--mobile-menu-opened {
    overflow: hidden;
  }
}

.app-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}

.app-main:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #000;
  height: 152px;
}

.app-wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 480px) {
  .app-wrapper {
    padding: 0 20px;
  }
}

@-webkit-keyframes showMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  z-index: 999;
}

.app-header,
.app-header__inner {
  height: 152px;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

.app-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-header__link {
  width: 238px;
  height: 79px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(images/zattoo-logo.svg);
  position: relative;
  top: -3px;
}

.app-header__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.app-header__actions {
  padding: 7px 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.app-header__actions,
.app-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-header__menu {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 25px;
  padding-right: 26px;
}

.app-header__togglers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  -webkit-transform: translateX(-26px);
  transform: translateX(-26px);
  padding-top: 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
}

@media (max-width: 991px) {
  .app-header__togglers {
    -webkit-transform: none;
    transform: none;
    padding-top: 0;
  }
}

.app-header--search-mode .app-header__content {
  display: none;
}

.app-header--search-mode .app-header__togglers {
  margin-left: auto;
  padding-top: 0;
}

.app-header--search-mode .app-header-search__form {
  display: block;
}

.app-header--scroll-mode,
.app-header--scroll-mode .app-header__inner {
  height: 100px;
}

.app-header--scroll-mode .app-header__menu {
  padding-bottom: 0;
}

.app-header--scroll-mode .app-header__link {
  width: 44px;
  height: 53px;
  background-image: url(images/zattoo-logo-small.svg);
}

.app-header--scroll-mode .app-header__actions {
  display: none;
}

.app-header--scroll-mode .app-header__togglers {
  padding-top: 0;
}

@media (max-width: 1100px) {
  .app-header--expanded .app-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showMenu 0.25s forwards;
    animation: showMenu 0.25s forwards;
  }
}

@media (max-width: 1100px) {
  .app-header__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
    height: calc(100vh - 152px);
    padding-top: 20px;
    overflow: auto;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .app-header__link {
    width: 170px;
    height: 55px;
  }

  .app-header--scroll-mode .app-header__content {
    height: calc(100vh - 100px);
  }

  .app-header--scroll-mode .app-header__actions {
    display: block;
  }

  .app-header__actions {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    padding: 20px 0;
  }

  .app-header__actions .app-socials {
    margin: 0 auto 20px;
  }

  .app-header__actions .app-language-selector {
    text-align: center;
  }

  .app-header__menu {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
}

.app-menu-toggle,
.app-search-toggle,
.headerTogglerBtn {
  width: 26px;
  height: 26px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
}

.app-menu-toggle:active,
.app-menu-toggle:focus,
.app-menu-toggle:hover,
.app-search-toggle:active,
.app-search-toggle:focus,
.app-search-toggle:hover,
.headerTogglerBtn:active,
.headerTogglerBtn:focus,
.headerTogglerBtn:hover {
  outline: none;
}

.app-search-toggle {
  background: transparent url(images/search.svg) 50% no-repeat;
  background-size: 23px;
}

.app-menu-toggle {
  display: none;
  padding: 2px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.app-menu-toggle__bar {
  display: block;
  height: 2px;
  width: 23px;
  background-color: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.app-header--expanded .app-menu-toggle__bar {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.app-header--expanded .app-menu-toggle__bar:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.app-header--expanded .app-menu-toggle__bar:last-child {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.app-header--expanded .app-menu-toggle__bar:nth-child(2) {
  opacity: 0;
}

@media (max-width: 1100px) {
  .app-menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.app-footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #000;
  color: #fff;
  padding: 150px 0 60px;
  line-height: 1.4;
  font-size: 20px;
}

.app-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 175px;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

.app-footer__logo {
  width: 290px;
  padding-right: 50px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.app-footer__logo img {
  display: block;
  max-width: 100%;
}

.app-footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-footer__column,
.app-footer__columns {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.app-footer__column {
  padding: 0 15px;
  font-weight: 300;
}

.app-footer__column--contacts {
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.app-footer__column--nav {
  width: 390px;
  max-width: 390px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .app-footer__column--nav {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.app-footer__column-title {
  font-weight: 400;
  margin: 19px 0 30px;
}

.app-footer__column-subtitle {
  font-weight: 400;
}

.app-footer__contacts a {
  color: inherit;
  text-decoration: none;
}

.app-footer__contacts a:hover {
  color: #e84e0f;
}

.app-footer__nav-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.app-footer__nav-link:hover {
  color: #e84e0f;
}

.app-footer__copyright {
  font-size: 16px;
  font-weight: 300;
}

.app-footer__copyright a,
.app-footer__copyright span {
  color: inherit;
  text-decoration: none;
  margin-right: 30px;
}

.app-footer__copyright a:hover {
  color: #e84e0f;
}

@media (max-width: 991px) {
  .app-footer {
    padding-top: 60px;
  }

  .app-footer__logo {
    margin-bottom: 40px;
  }

  .app-footer__content {
    display: block;
    margin-bottom: 75px;
  }

  .app-footer__column {
    padding-left: 0;
    padding-right: 30px;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .app-footer {
    font-size: 18px;
    padding: 30px 0;
  }

  .app-footer__copyright {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .app-footer__copyright .app-footer__nav-link {
    display: block !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .app-footer__content {
    margin-bottom: 0;
  }

  .app-footer__columns {
    display: block;
  }

  .app-footer__column {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .app-footer__column-title {
    margin-bottom: 10px;
  }
}

.page-hero {
  min-height: 410px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee750b),
    color-stop(26%, #ea5710),
    color-stop(54%, #ad2221),
    to(#662c50)
  );
  background-image: linear-gradient(
    90deg,
    #ee750b 0,
    #ea5710 26%,
    #ad2221 54%,
    #662c50
  );
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 34px;
}

.page-hero__image {
  display: block;
  width: 620px;
  max-width: 100%;
  margin: 0 auto 1em;
}

.page-hero__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1em;
  width: 860px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .page-hero__title {
    font-size: 36px;
  }
}

.page-hero__title:only-child {
  margin-bottom: 0;
}

.page-hero__subtitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.15;
}

@media (max-width: 991px) {
  .page-hero__subtitle {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .page-hero__subtitle {
    font-size: 24px;
  }
}

.page-hero__subtitle--limited {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-hero__text {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 auto;
  width: 860px;
  max-width: 100%;
}

.page-hero--centered,
.page-hero__text {
  text-align: center;
}

.page-hero--compact {
  min-height: 410px;
}

.app-socials {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 20px;
}

.app-socials__icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1) contrast(0) brightness(1.15);
  filter: grayscale(1) contrast(0) brightness(1.15);
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
}

.app-socials__icon:hover {
  -webkit-filter: none;
  filter: none;
}

.app-socials__icon img {
  width: 100%;
  display: block;
  height: auto;
}

.app-language-selector {
  font-size: 20px;
  line-height: 24px;
  color: #999;
}

.app-language-selector__link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  margin-left: 10px;
}

.app-language-selector__link--active,
.app-language-selector__link:hover {
  color: #e84e0f;
}

.app-menu__items {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}

.app-menu__items,
.app-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

.app-menu__submenu {
  position: absolute;
  top: 100%;
  left: 10px;
  letter-spacing: 0.0095em;
  visibility: hidden;
  min-height: 36px;
}

.app-menu__submenu .app-menu__link {
  text-transform: none;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.app-menu__submenu .app-menu__item {
  padding: 0;
  color: #fff;
  border-bottom: none;
  margin: auto;
}

.app-menu__submenu .app-menu__item:hover {
  color: #e84e0f;
  font-weight: 700;
  letter-spacing: 0;
}

.app-menu__item {
  position: relative;
}

.app-menu__item:hover {
  color: #e84e0f;
}

.app-menu__item:hover .app-menu__submenu {
  visibility: visible;
}

.app-menu__link {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .app-menu__items {
    display: block;
    text-align: center;
    border-top: 1px solid #5b5b5b;
  }

  .app-menu__item {
    padding: 12px 44px;
    border-bottom: 1px solid #5b5b5b;
    position: relative;
  }

  .app-menu__submenu {
    position: static;
    display: none;
    visibility: visible;
  }

  .app-menu__submenu .app-menu__item {
    padding-top: 7px;
  }

  .app-menu__item:hover .app-menu__submenu {
    display: block;
  }

  .app-menu__item--has-options:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 8px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .app-menu__item--has-options:hover:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 16px;
  }
}

.app-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-header-search__form {
  display: none;
}

.app-header-search__title {
  display: none;
  margin: 1em 0 2em;
}

.app-header-search__input {
  background-color: #1c1c1c;
  width: 360px;
  height: 56px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  border: none;
  font-family: inherit;
  padding-left: 17px;
  padding-right: 17px;
  margin-right: 20px;
}

.app-header-search__input:focus {
  outline: none;
}

.app-header-search__input::-webkit-input-placeholder {
  color: #fff;
}

.app-header-search__input::-moz-placeholder {
  color: #fff;
}

.app-header-search__input:-ms-input-placeholder {
  color: #fff;
}

.app-header-search__input::-ms-input-placeholder {
  color: #fff;
}

.app-header-search__input::placeholder {
  color: #fff;
}

.app-header-search__close {
  width: 40px;
  height: 40px;
  margin-top: auto;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
  background-color: #1c1c1c;
  border: none;
  border-radius: 50%;
  color: #fff;
}

.app-header-search__close:after,
.app-header-search__close:before {
  content: "";
  width: 2px;
  height: 24px;
  display: block;
  background-color: currentColor;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -1px;
}

.app-header-search__close:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.app-header-search__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .app-header-search {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px;
    left: 0;
    top: 0;
    background-color: #000;
    display: none;
    text-align: center;
    z-index: 1000;
  }

  .app-header--search-mode .app-header-search {
    display: block;
  }

  .app-header-search__input {
    margin-right: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 80px;
  }

  .app-header-search__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-header-search__title {
    display: block;
  }
}

@-webkit-keyframes sectionFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translateY(100%);
    transform: scale3d(0.75, 0.75, 0.75) translateY(100%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(0);
    transform: scaleX(1) translateY(0);
  }
}

@keyframes sectionFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75) translateY(100%);
    transform: scale3d(0.75, 0.75, 0.75) translateY(100%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1) translateY(0);
    transform: scaleX(1) translateY(0);
  }
}

.page-section {
  width: 100%;
  text-align: left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100%;
  position: relative;
}

.page-section:after {
  color: #fff;
}

.page-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 2;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.page-section__title {
  font-size: 35px;
  line-height: 1.2;
  margin: 0 0 1.25em;
  color: #ec680b;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .page-section__title {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ec680b),
      color-stop(#e94f12),
      to(#e63715)
    );
    background-image: linear-gradient(90deg, #ec680b, #e94f12, #e63715);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.page-section__title--small {
  font-size: 32px;
  line-height: 37px;
}

.page-section__title--not-indented {
  margin-bottom: 0.25em;
}

.page-section__subtitle {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5em;
  display: block;
}

.page-section__title-white-text {
  color: #fff;
  display: block;
}

.page-section__lead {
  font-weight: 400;
}

.page-section__text,
.page-section__text-div p {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 25px;
  line-height: 1.4;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-weight: 300;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.page-section__text p:not([class]) {
  margin-top: 0;
  margin-bottom: 1em;
}

.page-section__text p:not([class]):last-child {
  margin-bottom: 0;
}

.page-section__text--sm {
  font-size: 22px;
  line-height: 1.5;
}

.page-section__image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 50px;
}

.page-section__image img {
  display: block;
  position: absolute;
  height: calc(100% - 100px);
  width: auto;
  top: 50px;
  bottom: 50px;
}

.page-section__image--overlapped {
  position: relative;
}

.page-section__image--overlapped img {
  position: absolute;
  top: -200px;
  bottom: -200px;
  height: calc(100% + 400px);
  width: auto;
  left: 50px;
}

.page-section__image--overlapped img.use-parallax {
  top: -100px;
  bottom: -100px;
}

.page-section__image--expanded img {
  height: calc(100% + 100px);
  top: -50px;
  bottom: -50px;
}

.page-section__image--indented {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
}

.page-section__image--fixed img {
  position: static;
  width: 100%;
  height: auto;
}

.page-section__footer {
  padding-top: 30px;
}

.page-section--dark {
  background-color: #1c1c1c;
  color: #fff;
}

.page-section--dark:after {
  color: #1c1c1c;
}

.page-section--lightgray {
  background-color: #d6d6d6;
}

.page-section--lightgray:after {
  color: #d6d6d6;
}

.page-section--centered {
  text-align: center;
}

.page-section--text-only .page-section__text {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 auto;
}

.page-section--text-right {
  background-position: 0;
}

.page-section--text-right .page-section__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 50px;
}

.page-section--text-right .page-section__image--indented {
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
}

.page-section--text-right .page-section__image img {
  right: 50px;
  left: auto;
}

.page-section--text-right .page-section__text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.page-section--text-right .page-section__text:only-child {
  margin-left: auto;
}

.page-section--text-right.page-section--has-background:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-section--text-65 .page-section__text {
  width: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.page-section--text-65 .page-section__image {
  width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.page-section--text-70 .page-section__text {
  width: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.page-section--text-70 .page-section__image {
  width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.page-section--text-75 .page-section__text {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.page-section--text-75 .page-section__image {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.page-section--text-90 .page-section__text {
  width: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.page-section--text-90 .page-section__image {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.page-section--has-background:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, currentColor),
    color-stop(75%, transparent)
  );
  background: linear-gradient(90deg, currentColor 25%, transparent 75%);
}

.page-section--animated .page-section__content {
  opacity: 0;
  -webkit-transform: translateY(50%) scale3d(0.75, 0.75, 0.75);
  transform: translateY(50%) scale3d(0.75, 0.75, 0.75);
}

.page-section--animated.in-viewport .page-section__content {
  -webkit-animation: sectionFadeIn 0.25s ease forwards;
  animation: sectionFadeIn 0.25s ease forwards;
}

@media (max-width: 991px) {
  .page-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-section--text-65 .page-section__text,
  .page-section--text-70 .page-section__text,
  .page-section--text-75 .page-section__text,
  .page-section--text-90 .page-section__text,
  .page-section .page-section__text {
    width: 100%;
    padding: 0;
  }

  .page-section--text-65 .page-section__image,
  .page-section--text-70 .page-section__image,
  .page-section--text-75 .page-section__image,
  .page-section--text-90 .page-section__image,
  .page-section .page-section__image {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }

  .page-section__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }

  .page-section__image img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }

  .page-section__image--overlapped {
    display: none;
  }

  .page-section--text-right .page-section__image--indented,
  .page-section__image--indented {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .page-section--has-background:after {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(25%, currentColor),
      color-stop(200%, transparent)
    );
    background: linear-gradient(90deg, currentColor 25%, transparent 200%);
  }
}

@media (max-width: 480px) {
  .page-section__content {
    padding: 55px 0;
  }
}

.checked-list {
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
}

.checked-list__item {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}

.checked-list__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.75em;
  height: 0.75em;
  background: transparent url(images/list-check.svg) 0 no-repeat;
}

.dotted-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

.dotted-list:last-child {
  margin-bottom: 0;
}

.dotted-list__item {
  padding-left: 1em;
  position: relative;
}

.dotted-list__item:before {
  content: "";
  left: 0;
  top: 0.5em;
  display: block;
  border-radius: 50%;
  width: 0.3em;
  height: 0.3em;
  background: currentColor;
  position: absolute;
}

.zt-button {
  display: inline-block;
  border: 1px solid;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  background: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  padding: 11px 40px;
  cursor: pointer;
}

.zt-button:active,
.zt-button:focus,
.zt-button:hover {
  outline: none;
}

.zt-button--blue {
  color: #009a9c;
}

.zt-button--white {
  color: #fff;
}

.zt-button--gray {
  color: #898787;
}

.zt-button--orange {
  color: #e84e0f;
}

.zt-form {
  display: block;
  width: 100%;
}

.zt-form__continer {
  padding: 0 15px;
}

.zt-form__row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zt-form__column {
  padding: 0 15px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.zt-form__column:only-child {
  width: 100%;
}

@media (max-width: 480px) {
  .zt-form__row {
    display: block;
  }

  .zt-form__column {
    width: 100%;
  }
}

.contact-form {
  padding: 75px 0 65px;
  background-color: #1c1c1c;
  color: #fff;
}

.contact-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-form__info {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  width: 400px;
  padding-right: 120px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  color: inherit;
}

.contact-form__info img {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}

.contact-form__info a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.contact-form__address--orange div:first-child {
  color: #e94e0f;
}

.contact-form__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (max-width: 991px) {
  .contact-form__inner {
    display: block;
  }

  .contact-form__info {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .contact-form__inner {
    display: block;
  }

  .contact-form__info {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }

  .contact-form__info img {
    max-width: 300px;
    margin: 0 auto 1em;
  }
}

.zt-checkbox {
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #000;
  margin: 0 12px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-size: 18px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.zt-checkbox:checked {
  background-image: url(images/check_white.svg);
}

.zt-checkbox--inverse {
  background-color: #fff;
}

.zt-checkbox--inverse:checked {
  background-image: url(images/check_black.svg);
}

.input {
  margin-bottom: 36px;
}

.input,
.input__label {
  display: block;
  width: 100%;
}

.input__label {
  font-size: 16px;
  margin-bottom: 10px;
}

.input__field {
  font-family: inherit;
  font-size: inherit;
  background: #000;
  color: inherit;
  display: block;
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  line-height: 1;
  padding: 27px 20px;
  height: 80px;
}

.input__field--textarea {
  resize: none;
  min-height: 330px;
}

.input__field--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 55px;
  background: #000 url(images/select-arrows.svg) 10px no-repeat;
  background-size: 22px;
}

.input__field:focus {
  outline: none;
}

.input__wrapper {
  position: relative;
}

.input__wrapper .input__field {
  padding-left: 45px;
}

.input__btn {
  position: absolute;
  left: 0;
  height: 50%;
  width: 40px;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.input__btn:before {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid transparent;
}

.input__btn--increase {
  top: 0;
  padding-bottom: 10px;
}

.input__btn--increase:before {
  border-bottom-color: #fff;
}

.input__btn--decrease {
  bottom: 0;
  padding-top: 10px;
}

.input__btn--decrease:before {
  border-top-color: #fff;
}

.input__btn:active,
.input__btn:focus,
.input__btn:hover {
  outline: none;
}

.input__btn:focus {
  background-color: hsla(0, 0%, 100%, 0.1);
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.flatpickr-calendar {
  background-color: #000;
}

.flatpickr-calendar span.flatpickr-weekday {
  background-color: transparent;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  background: transparent;
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: transparent;
}

.flatpickr-calendar .flatpickr-day.today,
.flatpickr-calendar .flatpickr-day.today:focus,
.flatpickr-calendar .flatpickr-day.today:hover {
  border-color: #e84e0f;
}

.flatpickr-calendar .flatpickr-day.selected {
  border-color: #e84e0f;
  background-color: #e84e0f;
}

.flatpickr-calendar .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flatpickr-calendar
  .flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background: #000;
  font-family: sans-serif;
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  display: none;
}

.zt-accordion {
  border: 1px solid grey;
  border-bottom: none;
  background-color: #f1f1f1;
}

.zt-accordion-item__toggle {
  border: none;
  border-bottom: 1px solid grey;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  font-family: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  color: #e84e0f;
  cursor: pointer;
}

.zt-accordion-item__toggle:active,
.zt-accordion-item__toggle:focus,
.zt-accordion-item__toggle:hover {
  outline: none;
}

.zt-accordion-item__label {
  font-size: 28px;
  line-height: 37px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0 45px;
  height: 74px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zt-accordion-item__indication {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  border-left: 1px solid grey;
  position: relative;
}

.zt-accordion-item__indication:after,
.zt-accordion-item__indication:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 28px;
  background-color: #e84e0f;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -14px;
}

.zt-accordion-item__indication:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.zt-accordion-item__content {
  background-color: #fff;
  padding: 40px 45px;
  display: none;
}

.zt-accordion-item--active {
  border-bottom: 1px solid grey;
}

.zt-accordion-item--active .zt-accordion-item__toggle {
  background: #dadada;
  color: #000;
  font-weight: 700;
}

.zt-accordion-item--active .zt-accordion-item__indication:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.zt-accordion-item--active .zt-accordion-item__content {
  display: block;
}

@media (max-width: 480px) {
  .zt-accordion-item__label {
    padding: 0 25px;
    font-size: 22px;
    line-height: 1;
  }

  .zt-accordion-item__content {
    padding: 20px 25px;
  }
}

.cookies-page {
  padding: 100px 0;
}

.cookies-page p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.cookies-page__title {
  margin-top: 0;
  color: #e84e0f;
}

.cookies-page__details {
  padding-top: 20px;
}

.cookies-page__form {
  display: block;
  width: 100%;
  padding: 20px 0;
}

.cookies-page__label {
  padding-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cookies-page__details-section {
  margin-bottom: 0.5em;
}

.cookies-page__details-title {
  margin-top: 0;
  margin-bottom: 0;
}

.cookies-page__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.cookies-page__footer button {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .cookies-page {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .cookies-page {
    padding: 25px 0;
  }

  .cookies-page__footer {
    display: block;
  }

  .cookies-page__footer button {
    width: 100%;
    display: block;
    margin: 0 0 15px;
  }
}

.cookies-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  background-color: #000;
  font-weight: 300;
  padding: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: slideIn 0.25s ease forwards;
  animation: slideIn 0.25s ease forwards;
  max-height: 100vh;
  overflow: auto;
}

.cookies-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookies-bar__details {
  padding-bottom: 10px;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cookies-bar__toggler {
  color: #e84e0f;
  padding: 0 0.25em;
}

.cookies-bar__toggler:after {
  content: attr(data-text-off);
}

.cookies-bar__item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cookies-bar__item .zt-checkbox {
  position: absolute;
  left: 0;
  top: 3px;
}

.cookies-bar__subtitle {
  font-weight: 700;
  margin-bottom: 0.25em;
  display: block;
  color: #e84e0f;
}

.cookies-bar__save-btn {
  display: none;
}

.cookies-bar--details-on .cookies-bar__details {
  display: block;
  -webkit-animation: slideIn 0.25s ease forwards;
  animation: slideIn 0.25s ease forwards;
}

.cookies-bar--details-on .cookies-bar__save-btn {
  display: inline-block;
}

.cookies-bar--details-on .cookies-bar__accept-btn {
  display: none;
}

.cookies-bar--details-on .cookies-bar__toggler:after {
  content: attr(data-text-on);
}

@media (max-width: 480px) {
  .cookies-bar {
    font-size: 18px;
    line-height: 1.2;
  }

  .cookies-bar__inner {
    display: block;
  }

  .cookies-bar__text {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.homepage-hero__title {
  margin: 0;
  font-size: 65px;
  padding-right: 80px;
  line-height: 1.3;
  color: #ec680b;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .homepage-hero__title {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ec680b),
      color-stop(#e94f12),
      to(#e63715)
    );
    background-image: linear-gradient(90deg, #ec680b, #e94f12, #e63715);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.homepage-hero__subtitle {
  margin: 0;
  font-size: 32px;
  color: #fff;
}

.homepage-hero__text {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  text-align: right;
}

.homepage-hero__inner {
  width: 100%;
  min-height: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 200px;
}

@media (max-width: 991px) {
  .homepage-hero {
    text-align: center;
  }

  .homepage-hero__inner {
    min-height: 600px;
    padding-top: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .homepage-hero__title {
    padding-right: 0;
  }

  .homepage-hero__text {
    padding: 10px 40px 120px;
    background-color: #1c1c1c;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .homepage-hero__title {
    font-size: 45px;
  }

  .homepage-hero__subtitle {
    font-size: 28px;
  }

  .homepage-hero__text {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.latest-news {
  background-color: #dad7d8;
  padding: 85px 0 65px;
}

.latest-news__heading {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 80px;
  color: #ec680b;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .latest-news__heading {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ec680b),
      color-stop(#e94f12),
      to(#e63715)
    );
    background-image: linear-gradient(90deg, #ec680b, #e94f12, #e63715);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.latest-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.latest-news__item {
  padding: 0 15px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 1;
  margin-bottom: 20px;
  flex-direction: column;
  display: flex;
}

@media (max-width: 480px) {
  .latest-news__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.latest-news__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 0.25em;
  min-height: 74px;
}

@media (max-width: 991px) {
  .latest-news__title {
    font-size: 26px;
    line-height: 30px;
    min-height: 60px;
  }
}

.latest-news__image {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.latest-news__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 54%;
}

.latest-news__image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.latest-news__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding: 15px 35px;
  background: #fff;
  flex-grow: 1;
  flex-shrink: 1;
}

.latest-news__card-title {
  margin: 20px 0 5px;
  font-size: 24px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customers {
  padding: 101px 0 28px;
}

.customers__title {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 80px;
  color: #ec680b;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .customers__title {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ec680b),
      color-stop(#e94f12),
      to(#e63715)
    );
    background-image: linear-gradient(90deg, #ec680b, #e94f12, #e63715);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.customers__content {
  display: block;
  width: 100%;
  overflow: hidden;
}

.customers__content .tns-nav,
.customers__content button[data-action="start"],
.customers__content button[data-action="stop"] {
  display: none;
}

.customers__slide {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customers__slide:before {
  content: "";
  padding-top: 160%;
  display: block;
}

.customers__slide:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.customers__slide-inner {
  position: absolute;
  left: 0;
  right: 80px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customers__slide-inner img {
  width: 100%;
}

.offers-bubbles {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
}

.offers-bubbles,
.offers-bubbles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offers-bubbles__item {
  width: 410px;
  min-height: 560px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 15px;
}

.offers-bubbles__item:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  min-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.offers-bubbles__item--first .offers-bubbles__item-text {
  margin-left: 15px;
  margin-bottom: 35px;
}

.offers-bubbles__item--first:before {
  right: 10px;
  top: 50px;
  width: 600px;
  height: 400px;
  background-image: url(images/offers/bubble-left.svg);
}

.offers-bubbles__item--middle {
  color: #fff;
  font-size: 47px;
  line-height: 56px;
  z-index: 3;
}

.offers-bubbles__item--middle:before {
  left: -120px;
  width: 670px;
  height: 588px;
  background-image: url(images/offers/bubbles-center.svg);
}

.offers-bubbles__item--last .offers-bubbles__item-text {
  margin-right: 20px;
  margin-left: 130px;
  margin-bottom: 35px;
}

.offers-bubbles__item--last:before {
  left: 50px;
  top: 90px;
  width: 500px;
  height: 460px;
  background-image: url(images/offers/bubble-right.svg);
}

.offers-bubbles__item-text {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .offers-bubbles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offers-bubbles__item--first {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 400px;
  }

  .offers-bubbles__item--first:before {
    top: auto;
    bottom: -50px;
  }

  .offers-bubbles__item--first .offers-bubbles__item-text {
    margin-bottom: 65px;
  }

  .offers-bubbles__item--last {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 400px;
  }

  .offers-bubbles__item--last:before {
    top: -40px;
  }

  .offers-bubbles__item--last .offers-bubbles__item-text {
    margin-bottom: 0;
    margin-top: 75px;
  }
}

@media (max-width: 480px) {
  .offers-bubbles__item--first:before {
    width: 340px;
    height: 340px;
    bottom: -100px;
    right: 60px;
  }

  .offers-bubbles__item--first .offers-bubbles__item-text {
    margin: 0 auto 25px;
  }

  .offers-bubbles__item--last:before {
    width: 340px;
    height: 340px;
  }

  .offers-bubbles__item--last .offers-bubbles__item-text {
    margin: 50px auto 0;
  }
}

.offers-features {
  text-align: center;
  padding: 100px 0 60px;
}

.offers-features__title {
  font-size: 60px;
  line-height: 1.2;
  color: #009a9b;
  font-weight: 700;
  margin: 0 0 0.8em;
}

.offers-features__subtitle {
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 60px;
}

.offers-features__heading {
  max-width: 780px;
  margin: 0 auto;
}

.offers-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offers-features__item {
  width: 33.33333%;
  margin-bottom: 60px;
  padding: 0 15px;
}

@media (max-width: 480px) {
  .offers-features__item {
    width: 50%;
  }
}

.offers-features__icon {
  max-width: 100%;
  height: 105px;
  text-align: center;
  margin-bottom: 20px;
}

.offers-features__icon img {
  width: 80px;
}

.offers-features__name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  max-width: 200px;
  margin: 0 auto;
}

.offers-devices {
  padding: 100px 0 200px;
  text-align: center;
}

.offers-devices__title {
  color: #e84e0f;
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 1.15em;
}

.offers-devices__lead {
  font-size: 22px;
  line-height: 34px;
  max-width: 880px;
  margin: 0 auto 1em;
}

.offers-devices__list-title {
  text-align: center;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin: 140px 0 110px;
}

.offers-devices__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offers-device {
  text-align: center;
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .offers-device {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .offers-device {
    width: 100%;
  }
}

.offers-details {
  padding-top: 5px;
}

.offers-details__title {
  color: #e84e0f;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 1em;
}

.devices-hero {
  min-height: 410px;
  padding: 115px 0;
  text-align: center;
  font-size: 25px;
  line-height: 37px;
}

.devices-hero__hero-wrapper {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}

.devices-hero__img {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 110px;
}

.devices-hero__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  color: #e84e0f;
}

@media (max-width: 480px) {
  .devices-hero__title {
    font-size: 36px;
  }
}

.devices-hero__subtitle {
  font-weight: 400;
}

.devices-hero__text {
  font-weight: 300;
  margin: 0;
}

@media (max-width: 480px) {
  .devices-hero {
    padding: 65px 0 180px;
    font-size: 22px;
    line-height: 32px;
  }

  .devices-hero__img {
    margin-bottom: 50px;
  }
}

.devices-supported {
  text-align: center;
  padding: 220px 0;
  font-size: 25px;
  line-height: 37px;
}

.devices-supported__title {
  font-size: 36px;
  line-height: 44px;
  color: #e84e0f;
  margin: 0 0 0.8em;
}

.devices-supported__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
}

.devices-supported__item {
  width: 33.33333%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .devices-supported__item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .devices-supported__item {
    width: 100%;
  }
}

.devices-supported__text {
  max-width: 580px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .devices-supported {
    padding: 110px 0;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .devices-supported {
    padding: 55px 0;
    font-size: 22px;
    line-height: 32px;
  }
}

.devices-box {
  border: 1px solid grey;
  background-color: #fcfcfc;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 300px;
  margin-bottom: 30px;
  text-align: center;
}

.devices-box__title {
  font-size: 24px;
  line-height: 31px;
  color: #009a9c;
  margin-top: 0;
  margin-bottom: 30px;
}

.devices-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.devices-box__text {
  font-size: 25px;
  line-height: 1.4;
}

.devices-box__list-item:before {
  content: "•";
  margin-right: 0.5em;
}

.devices-box__img {
  height: 110px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.devices-box__img img {
  width: 180px;
}

.devices-box__img--small img {
  width: 110px;
}

.devices-box__img--vertical img {
  height: 100%;
  width: auto;
}

.devices-box--no-borders {
  padding: 0;
  border: none;
  background-color: transparent;
}

.devices-box--no-borders .devices-box__title {
  color: #e84e0f;
}

.devices-box--no-borders .devices-box__list {
  font-size: 22px;
}

.devices-vendors,
.devices-vendors__section-wrap {
  position: relative;
}

.devices-vendors__images {
  position: absolute;
  height: 670px;
  right: 65%;
  top: 100%;
  margin-top: -335px;
  z-index: 10;
}

.devices-vendors__title-img {
  height: 100%;
}

.devices-vendors__img {
  position: absolute;
  right: -70px;
  width: 240px;
  height: auto;
}

.devices-vendors__img--top {
  top: -20px;
}

.devices-vendors__img--bottom {
  bottom: -110px;
  right: -30px;
}

@media (max-width: 1660px) {
  .devices-vendors__img {
    right: 0;
  }
}

@media (max-width: 991px) {
  .devices-vendors .page-section:first-child {
    padding-bottom: 200px;
  }

  .devices-vendors__images {
    position: relative;
    height: 400px;
    left: 0;
    right: unset;
    margin-top: -200px;
  }

  .devices-vendors__title-img {
    height: 100%;
  }

  .devices-vendors__img {
    right: 20px;
  }

  .devices-vendors__img--top {
    top: 0;
  }

  .devices-vendors__img--bottom {
    bottom: -70px;
  }
}

@media (max-width: 700px) {
  .devices-vendors__img {
    width: 180px;
  }

  .devices-vendors__img--top {
    top: -50px;
  }
}

@media (max-width: 480px) {
  .devices-vendors__title-img {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

.functions-hero {
  min-height: 410px;
  text-align: center;
  padding: 100px 0;
}

.functions-hero__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #e84e0f;
  margin: 0 0 1em;
}

@media (max-width: 480px) {
  .functions-hero__title {
    font-size: 36px;
  }
}

.functions-hero__text {
  font-size: 26px;
  line-height: 42px;
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .functions-hero {
    padding: 70px 0;
  }

  .functions-hero__text {
    font-size: 22px;
    line-height: 32px;
  }
}

.functions-accordion {
  padding: 85px 0;
}

.functions-accordion-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.functions-accordion-item__image {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  width: 340px;
}

.functions-accordion-item__image img {
  display: block;
  width: 100%;
}

.functions-accordion-item__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 75px;
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .functions-accordion-item__image {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }

  .functions-accordion-item__content {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .functions-accordion-item {
    display: block;
  }

  .functions-accordion-item__image {
    width: 100%;
    margin-bottom: 40px;
  }

  .functions-accordion-item__content {
    padding-left: 0;
  }
}

.functions-missing {
  padding: 50px 0;
  min-height: 500px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee750b),
    color-stop(26%, #ea5710),
    color-stop(54%, #ad2221),
    to(#662c50)
  );
  background-image: linear-gradient(
    90deg,
    #ee750b 0,
    #ea5710 26%,
    #ad2221 54%,
    #662c50
  );
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 42px;
}

.functions-missing__content {
  max-width: 950px;
  margin: 0 auto;
}

.functions-missing__title {
  margin: 0 0 1.5em;
  font-size: 32px;
}

.functions-missing__text {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
}

.platform-hero {
  min-height: 410px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  padding: 100px 0;
  background-image: url(images/platform/zattoo_Header_Platform.jpg),
    -webkit-gradient(linear, left top, right top, color-stop(0, #ee750b), color-stop(26%, #ea5710), color-stop(54%, #ad2221), to(#662c50));
  background-image: url(images/platform/zattoo_Header_Platform.jpg),
    linear-gradient(90deg, #ee750b 0, #ea5710 26%, #ad2221 54%, #662c50);
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  color: #fff;
}

.platform-hero__content {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.platform-hero__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 480px) {
  .platform-hero__title {
    font-size: 36px;
  }
}

.platform-hero__subtitle {
  font-size: 32px;
  line-height: 47px;
  margin-top: 0;
  margin-bottom: auto;
  font-weight: 400;
  width: 100%;
}

.platform-hero__text {
  margin-top: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .platform-hero {
    padding: 75px 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #ee750b),
      color-stop(26%, #ea5710),
      color-stop(54%, #ad2221),
      to(#662c50)
    );
    background-image: linear-gradient(
      90deg,
      #ee750b 0,
      #ea5710 26%,
      #ad2221 54%,
      #662c50
    );
  }

  .platform-hero__subtitle {
    margin-bottom: 0;
  }

  .platform-hero__text {
    margin-top: 20px;
  }

  .platform-hero__content {
    min-height: 750px;
  }
}

@media (max-width: 480px) {
  .platform-hero {
    padding: 50px 0;
  }

  .platform-hero__content {
    min-height: 500px;
  }
}

.platform-section {
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

.platform-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 95px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.platform-section__image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 12px;
  text-align: center;
}

.platform-section__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.platform-section__text {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 12px;
}

.platform-section__title {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  color: #e84e0f;
}

.platform-section__description {
  margin-bottom: 1em;
}

.platform-section__description:last-child {
  margin-bottom: 0;
}

.platform-section:nth-child(2n) {
  background-color: rgba(3, 4, 8, 0.05);
}

@media (max-width: 480px) {
  .platform-section__content {
    display: block;
    padding: 40px 0;
    text-align: center;
  }

  .platform-section__image {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .platform-section__text {
    padding-left: 0;
  }
}

.services-hero {
  min-height: 410px;
  padding: 100px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: url(images/services/zattoo_cloud_service_2.jpg) 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.services-hero__title {
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 0.25em;
}

.services-hero__text {
  max-width: 640px;
  margin: 0;
}

.bridge-features {
  padding: 110px 0;
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
}

.bridge-features__title {
  margin: 0 0 1em;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #e84e0f;
}

@media (max-width: 480px) {
  .bridge-features__title {
    font-size: 32px;
  }
}

.bridge-features__subtitle {
  margin: 0 0 0.25em;
  font-weight: 700;
}

.bridge-features__item {
  margin-bottom: 1.5em;
}

.bridge-features__item:last-child {
  margin-bottom: 0;
}

.bridge-features__item p {
  margin: 0;
}

.team {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding-bottom: 36px;
}

.team__hero {
  display: block;
  width: 100%;
  min-height: 410px;
  background: url(images/team/zattoo_header_team_2.jpg) 50% no-repeat;
  background-size: cover;
}

.team__heading {
  padding: 130px 0 140px;
}

.team__title {
  color: #e84e0f;
  font-size: 60px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 0.5em;
}

.team__subtitle {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.team__section {
  padding: 36px 0;
  margin-bottom: 140px;
}

.team__section-title {
  margin: 0 0 1.25em;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
}

.team__section-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.team__section-column,
.team__section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__section-column {
  padding: 0 5px;
  width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .team__hero {
    height: 350px;
  }

  .team__heading {
    padding: 60px 0;
  }

  .team__section {
    padding-top: 16px;
    margin-bottom: 70px;
  }

  .team__section-column {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .team__hero {
    height: 240px;
  }

  .team__heading {
    padding: 30px 0;
  }

  .team__section {
    margin-bottom: 0;
  }

  .team__section-column {
    width: 100%;
  }

  .team__subtitle {
    font-size: 28px;
  }
}

.team-card {
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: left;
}

.team-card,
.team-card__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-card__inner {
  padding: 34px 36px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-card__inner .zt-button {
  margin: auto auto 0;
}

@media (max-width: 480px) {
  .team-card__inner {
    padding: 24px 26px;
  }
}

.team-card__photo {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-card__photo:before {
  content: "";
  display: block;
  padding-top: 80%;
}

.team-card__photo img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-card__photo--vertical img {
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-card__name {
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  width: 100%;
}

.team-card__position {
  color: #e94e0f;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
}

.team-card__bio {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  width: 100%;
}

.news-hero {
  display: block;
  width: 100%;
  min-height: 410px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/news/news-hero.jpg);
}

@media (max-width: 480px) {
  .news-hero {
    height: 400px;
    height: 240px;
  }
}

.news-section {
  padding: 85px 0 50px;
  background-color: #ebebeb;
}

.news-section__title {
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.25em;
}

.news-section__cards,
.news-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.news-section__cards {
  width: calc(100% + 10px);
  padding-bottom: 40px;
}

.news-section__column {
  width: 33.33333%;
  padding: 0 5px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-section__column,
.news-section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-section__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.news-section__link-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
  padding-left: 80px;
}

.news-section--dark {
  background-color: #1c1c1c;
}

.news-section--dark .news-section__title {
  color: #fff;
}

.news-section--white {
  background-color: #fff;
}

@media (max-width: 991px) {
  .news-section {
    padding: 35px 0;
  }

  .news-section__title {
    margin-bottom: 0.5em;
  }

  .news-section__cards {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .news-section__column {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .news-section__column {
    width: 100%;
  }
}

.news-event {
  display: flex;
  width: 100%;
}

.news-event__row {
  width: 50%;
}

.news-event__row .owl-item {
  height: 400px;
}

@media (max-width: 1200px) {
  .news-event__row .owl-item {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .news-event__row .owl-item {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .news-event__row .owl-item {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .news-event__row .owl-item {
    height: 250px;
  }
}
.news-event__row .owl-item > div {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.news-event__content {
  padding: 10px 35px;
}

.news-event__title {
  margin: 0;
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
  color: #e84e0f;
}

.news-event__sub-title {
  margin: 0;
  padding-top: 20px;
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 576px) {
  .news-event__link {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .news-event {
    display: block;
  }

  .news-event__row {
    width: 100%;
  }

  .news-event__content {
    padding: 30px 35px;
  }
}

.news-event__empty {
  display: flex;
  margin: auto;
  max-width: 700px;
}

.news-event__empty-row {
  width: 50%;
  display: flex;
  align-items: center;
}

.news-event__empty-row:first-child {
  order: 2;
}

.news-event__empty-row:last-child {
  order: 1;
}

@media (max-width: 576px) {
  .news-event__empty {
    display: block;
  }

  .news-event__empty-row {
    width: 100%;
  }

  .news-event__empty-msg {
    text-align: center;
    margin-top: 10px;
  }

  .news-event__empty-img {
    height: 200px;
  }
}

.news-event__empty-msg .news-event__empty-heading {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 16px;
}

.news-event__empty-msg .news-event__empty-text {
  margin: 0;
}

.news-event__empty-img {
  width: 100%;
  box-shadow: none;
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-card--dark {
  background-color: #000;
  color: #fff;
}

.news-card__image {
  position: relative;
  overflow: hidden;
}

.news-card__image iframe,
.news-card__image img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 100.1%;
  width: 100%;
}

.news-card__image:before {
  content: "";
  display: block;
  padding-top: 52.7%;
}

.news-card__title {
  margin: 35px 0 5px;
  padding: 0 35px;
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.news-card__text {
  padding: 0 35px 17px;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.news-card__link {
  padding: 0px 35px 35px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.events-item {
  padding: 85px 0;
  background-color: #ebebeb;
}

.events-item__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-item__image {
  width: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.events-item__image img {
  display: block;
  width: 100%;
}

.events-item__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.events-item__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #e94e0f;
  font-size: 36px;
}

.events-item__sub-title {
  margin: 8px 0;
  font-size: 32px;
}

.events-item__description {
  font-size: 28px;
  margin-bottom: 1.65em;
}

.events-item:nth-of-type(2n) {
  background-color: #fff;
}

.events-item--dark {
  color: #fff;
  background-color: transparent;
  padding: 0;
}

.events-item--dark .events-item__title {
  line-height: 1;
  margin-bottom: 0.5em;
}

.events-item--dark .events-item__description {
  font-size: 32px;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .events-item {
    padding: 40px 0;
  }

  .events-item__image {
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    width: 300px;
  }

  .events-item--dark {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .events-item__inner {
    display: block;
  }

  .events-item__image {
    padding-right: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .events-item__description {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .events-item {
    padding: 20px 0;
  }

  .events-item--dark {
    padding: 0;
  }
}

.event-form {
  padding: 75px 0 65px;
  background-color: #1c1c1c;
  color: #fff;
}

.event-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.event-form__img {
  width: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  padding-right: 40px;
  max-width: 100%;
}

.event-form__img img {
  display: block;
  width: 100%;
}

.event-form__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media (max-width: 768px) {
  .event-form__inner {
    display: block;
    width: 100%;
  }

  .event-form__img {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.article-select {
  background-color: #ebebeb;
}

.article-select > div {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 480px) {
  .article-select > div {
    justify-content: center;
  }
}

.articles-item {
  padding: 80px 0;
  background-color: #ebebeb;
  font-size: 21px;
  line-height: 1.15;
}

.articles-item__location {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1em;
}

.articles-item__title {
  margin: 0 0 0.75em;
  font-size: 36px;
  color: #e84e0f;
  max-width: 22em;
}

.articles-item__lead {
  font-weight: 700;
  margin: 0;
}

.articles-item__text {
  margin-bottom: 1.5em;
  font-weight: 300;
}

.articles-item__text p {
  margin: 0 0 0.25em;
}

.articles-item:nth-of-type(2n) {
  background-color: #fff;
}

@media (max-width: 991px) {
  .articles-item {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .articles-item {
    padding: 20px 0;
  }
}

.latest-news__image iframe {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepage-hero {
  position: relative;
  padding-bottom: 54.35%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.homepage-hero iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.page-section__text--hidden {
  display: none;
}

.current-menu-item {
  color: #e84e0f;
  font-weight: 700;
}

body.logged-in header {
  margin-top: 32px;
}

#cookie-law-info-bar {
  display: none !important;
}

#cookie-law-info-again {
  display: none !important;
}

.form-validation-alert {
  color: red;
  position: absolute;
}

.checkbox-input {
  position: relative;
}

.checkbox-input span.form-validation-alert {
  top: 100%;
  left: 0;
}

.archive-pagination {
  text-align: center;
  padding: 1em;
}

.archive-pagination .page-numbers {
  border: 1px solid;
  padding: 0.5em;
  text-decoration: none;
}

.zt-form button[type="submit"] {
  margin-right: 10px;
}

.zt-form.disabled button[type="submit"],
.zt-form button.disabled[type="submit"] {
  color: #666;
  background: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

#event-form-success {
  display: none;
  margin: 10px 0 0 0;
}

#contact-form-success {
  display: none;
  margin: 10px 0 0 0;
}

form.zt-form,
.contact-form__content {
  position: relative;
}

.app-footer__copyright .app-footer__nav-link {
  display: initial;
}

.waiting_overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

form.zt-form.disabled .waiting_overlay {
  display: block;
}

.waiting_overlay .spinner {
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  position: absolute;
  display: block !important;
  margin: 0;
}

.spinner {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e84e0f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 1.5s infinite ease-in-out;
  animation: sk-bounce 1.5s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.video-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.default-wrapper {
  padding: 3em 0;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 120%;
    top: -10%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

.team-card--white {
  background-color: #fff;
  color: #000;
}

.team-card__link {
  display: inline-block;
  width: 100%;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 180px;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  z-index: 1;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  opacity: 0.5;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.select-box__value {
  display: -webkit-box;
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 11px 40px;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  background: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
}

.select-box__list {
  position: absolute;
  height: 500px;
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  overflow: auto;
  z-index: -1;
  transition: 0.4s;
}

.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #e84e0f;
  background-color: #fbfbfb;
}

.owl-dot:focus {
  outline: none;
}

.contact-map {
  background-color: #1c1c1c;
}

.contact-map > div {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-map__iframe {
  padding: 10px;
  width: 50%;
  height: 600px;
}

@media screen and (min-width: 800px) {
  .contact-map__iframe {
    height: 300px;
  }
}

@media only screen and (min-width: 1224px) {
  .contact-map__iframe {
    height: 480px;
  }
}

@media only screen and (min-width: 1824px) {
  .contact-map__iframe {
    height: 560px;
  }
}

@media (max-width: 770px) {
  .contact-map > div {
    display: block;
    padding: 2px;
  }

  .contact-map__iframe {
    width: 100%;
    max-width: 50vh;
    height: 50vh;
    margin: 0 auto;
  }
}

.contact-map__iframe > iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 4px solid #e94e0f !important;
}

.search-page__title {
  font-size: 34px;
}

.search-post {
  margin: 26px auto;
}

.search-post__page {
  font-size: 26px;
  margin: 0;
  text-transform: capitalize;
}

.search-post__title {
  font-size: 22px;
  text-decoration: none;
  color: black;
}

.search-post__title:hover {
  text-decoration: underline;
}

.search-post__text {
  font-size: 18px;
  margin: 0px;
  color: #ababab;
  font-weight: 300;
}

li.bday-nav-item .app-menu__link {
  position: relative;
  padding-left: 40px;
}

/* li.bday-nav-item .app-menu__link::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url("images/zattoo-bday-logo-small.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */

.bday-page-hero {
  min-height: 600px;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: 1200px !important;
  max-width: 1200px;
  margin: auto;
  align-items: start;
}

.bday-hero__title {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 26px;
}

.bday-hero__text {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .bday-page-hero {
    padding: 50px 0;
    background-size: 1300px !important;
  }
}

@media (max-width: 576px) {
  .bday-page-hero {
    min-height: 450px;
    background-size: 900px !important;
    padding: 10px 0;
  }

  .bday-hero__title {
    font-size: 38px;
    font-weight: 600;
  }

  .bday-hero__text {
    font-size: 18px;
  }
}

.bday-section {
  display: flex;
  width: 100%;
  padding: 80px 0;
}

.bday-post__title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .bday-post__title {
    font-size: 38px;
  }
}

.bday-post__title p {
  margin: 0;
}

.bday-post__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin: 30px auto;
  text-align: center;
  max-width: 900px;
}

.bday-post__image-slider {
  width: 100%;
}

.bday-post__img {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  margin: auto;
}

.bday-post__interview-img {
  width: 100%;
  max-width: 1100px;
}

.bday-interview {
  display: flex;
  width: 100%;
}

.bday-interview__row {
  width: 50%;
}

.bday-interview__row:nth-child(odd) {
  margin-right: 30px;
}

.bday-interview__img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}

.bday-post__slider-img {
  background-size: contain;
  background-repeat: no-repeat;
}

#bday-post__slider .owl-carousel {
  position: relative;
}

#bday-post__slider .owl-dots {
  position: absolute;
  top: 600px;
  width: 100%;
}

@media (max-width: 1440px) {
  .bday-post__img {
    max-width: 900px;
    height: 500px;
  }

  #bday-post__slider .owl-dots {
    top: 500px;
  }
}

@media (max-width: 1366px) {
  .bday-post__img {
    max-width: 700px;
    height: 350px;
  }

  #bday-post__slider .owl-dots {
    top: 350px;
  }

  .bday-interview__img {
    height: 300px;
  }

  .bday-post__interview-img {
    max-width: 700px;
  }
}

@media (max-width: 1200px) {
  .bday-interview__img {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .bday-interview__img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .bday-post__img,
  .bday-interview__img {
    height: 400px;
  }

  #bday-post__slider .owl-dots {
    top: 400px;
  }

  .bday-interview__row {
    margin-bottom: 36px;
  }
  .bday-interview__row:last-child {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .bday-post__img,
  .bday-interview__img {
    height: 250px;
  }

  #bday-post__slider .owl-dots {
    top: 250px;
  }

  #bday-post__slider .owl-dots span {
    margin: 5px 4px;
  }
}

.bday-interview__content {
  padding: 35px 30px 0;
}

.bday-interview__title,
.bday-interview__title p {
  margin: 0;
  font-size: 34px;
  line-height: 38px;
}

.bday-interview__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
}

.bday-interview__link {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .bday-interview {
    display: block;
  }

  .bday-interview__row {
    width: 100%;
  }

  .bday-interview__content {
    padding: 30px 15px 0;
  }

  .bday-interview__content,
  .bday-interview__link {
    text-align: center;
  }
}

.question__row {
  margin-bottom: 44px;
}

.question__title,
.question__title p {
  margin: 0;
  font-size: 34px;
  line-height: 34px;
}

.question__answer {
  max-width: 100%;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .question__title,
  .question__title p {
    font-size: 26px;
    line-height: 30px;
  }

  .question__answer {
    font-size: 20px;
  }
}

/* zattoo android tv*/
.z-bg-gradient {
  background: linear-gradient(
    90deg,
    #ee750b 0,
    #ea5710 26%,
    #ad2221 54%,
    #662c50
  );
}

.z-bg-black {
  background-color: #000;
}

.z-color-black {
  color: #000 !important;
}

.z-color-red {
  color: red !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

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

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

.page__section {
  padding: 100px 0;
}

/* cover section */
.android-tv__cover h1 {
  font-size: 110px;
  font-weight: 800;
  line-height: 110px;
  text-align: center;
  margin: 0;
}

.android-tv__cover p {
  font-size: 30px;
}

.android-tv__cover p.android-tv__cover-text {
  padding: 0 150px;
}

.android-tv__img-text {
  display: flex;
  margin: 175px 0 470px;
}

.android-tv__img-text .android-tv__img {
  width: 70%;
  position: relative;
}

.android-tv__img-text .android-tv__img img:nth-child(1) {
  position: absolute;
  top: -305px;
  right: 40px;
  width: 880px;
}

.android-tv__img-text .android-tv__img img:nth-child(2) {
  position: absolute;
  top: 473px;
  right: -300px;
  width: 500px;
}

.android-devices .offers-device {
  margin-bottom: 30px !important;
}

.android-tv__img-text .android-tv__text {
  width: 30%;
}

.section__content-left,
.section__content-right {
  display: flex;
  min-height: 1000px;
}

.section__content-first {
  height: 920px;
  min-height: 920px;
}

.section__content-right .section__img img {
  float: right;
}

.section__text {
  font-size: 25px;
  line-height: 1.4;
  padding: 110px 0;
}

.section__content-left .section__text,
.section__content-right .section__text {
  width: 60%;
}

.section__content-left .section__img,
.section__content-right .section__img {
  width: 40%;
}

.section__content-left .section__text {
  padding-right: 60px;
}

.section__content-right .section__text {
  padding-left: 60px;
}

.section__title {
  line-height: 1.2;
  margin: 0 0 1.25em;
  font-size: 65px;
  font-weight: 800;
}

.section__img img {
  height: 100%;
}

.section__content-left .android-tv_login-screen img {
  height: 750px;
}

.android-tv__title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
}

.android-tv__text {
  font-size: 20px;
  margin-bottom: 0;
}

.feature-tv__title {
  font-size: 110px;
  font-weight: 800;
  line-height: 110px;
  margin: 0 0 1.25em;
}

.android-tv-box {
  position: relative;
  padding: 100px 0;
}

.android-tv-box img.stb-box {
  position: absolute;
  width: 900px;
  top: -165px;
  left: -235px;
  z-index: 10;
}

.android-tv-box img.skyworth {
  position: absolute;
  width: 350px;
  top: 66px;
  left: 730px;
  z-index: 10;
}

.android-tv-box img.strong {
  position: absolute;
  width: 330px;
  top: 160px;
  left: 570px;
  z-index: 10;
}

.android-tv-box__list-title {
  font-size: 36px;
}

.android-tv-box__list {
  font-size: 30px;
}

.android-tv-box__title {
  padding-left: 320px;
}

.android-tv-box__text {
  padding-left: 320px;
  padding-bottom: 400px;
  position: relative;
}

.android-tv-box__text:before {
  content: " ";
  position: absolute;
  top: -235px;
  left: 48px;
  display: block;
  height: 1250px;
  width: 1200px;
  border: 8px solid #e95132;
  border-radius: 230px;
  transform: rotate(93deg);
  z-index: 1;
}

.android-tv-box__text:after {
  content: " ";
  position: absolute;
  top: -252px;
  left: 130px;
  display: block;
  height: 1300px;
  width: 1300px;
  border: 14px solid #e95132;
  border-radius: 300px;
  transform: rotate(82deg);
  z-index: 1;
}

.android-tv__quote {
  text-align: center;
  font-weight: 300;
  position: relative;
}

.android-tv__quote-text {
  font-size: 40px;
  color: #8b3351;
}

.android-tv__quote-name,
.android-tv__quote-post {
  font-size: 28px;
  margin: 5px 0 0;
}

.android-tv__quote .android-tv__quote-img:before {
  content: " ";
  position: absolute;
  top: -110px;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.android-tv__quote-violet:before {
  background-image: url("images/zattoo-android-tv/quote-violet.svg");
}

.android-tv__quote-white:before {
  background-image: url("images/zattoo-android-tv/quote-white.svg");
}

@media (max-width: 991px) {
  .page__section {
    padding: 70px 0;
  }

  .android-tv__cover {
    background-color: #000 !important;
  }

  .android-tv__cover h1 {
    font-size: 56px;
    line-height: 56px;
    color: #fff !important;
  }
  .android-tv__img-text {
    margin: 55px 0 195px;
  }
  .android-tv__img-text .android-tv__img {
    width: 60%;
  }
  .android-tv__img-text .android-tv__text {
    width: 40%;
    font-size: 16px;
  }
  .android-tv__img-text .android-tv__img img:nth-child(1) {
    top: -130px;
    right: 40px;
    width: 450px;
  }
  .android-tv__img-text .android-tv__img img:nth-child(2) {
    top: unset;
    bottom: -190px;
    right: -120px;
    width: 250px;
  }
  .android-tv__cover p {
    font-size: 22px;
    padding-top: 0;
  }
  .android-tv__cover p.android-tv__cover-text {
    font-size: 18px;
    padding: 0;
    color: #fff !important;
  }

  .section__content-left,
  .section__content-right {
    flex-flow: column;
    display: flex;
    height: auto;
    min-height: auto;
  }
  .section__title {
    font-size: 30px;
    line-height: 30px;
  }
  .section__text {
    padding: 0 0 60px !important;
    font-size: 18px;
  }

  .section__content-left .section__img,
  .section__content-right .section__img {
    width: 100%;
    order: 1;
  }

  .section__content-left .section__text,
  .section__content-right .section__text {
    width: 100%;
    order: 2;
  }
  .section__img img {
    height: auto;
    width: 100%;
    margin: 60px 0 35px;
  }
  .devices-box--no-borders .devices-box__title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .feature-tv__title {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 1.25em;
  }

  .section__img img.android_tv {
    width: 220%;
    margin: 0;
  }

  .android-tv-box__title {
    padding: 0;
  }

  .android-tv-box img.stb-box {
    width: 300px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .android-tv-box img.skyworth,
  .android-tv-box img.strong {
    display: none;
  }
  .android-tv-box__list-title {
    font-size: 22px;
    line-height: 22px;
    margin-top: 35px;
  }
  .android-tv-box__list {
    font-size: 18px;
  }

  .android-tv-box__text:after {
    top: -100px;
    left: 50%;
    height: 145%;
    width: 125%;
    border-width: 4px;
    border-radius: 130px;
    transform: rotate(9deg) translateX(-50%);
  }

  .android-tv-box__text:before {
    top: -200px;
    left: 50%;
    height: 145%;
    width: 120%;
    border-width: 6px;
    border-radius: 130px;
    transform: rotate(-5deg) translateX(-50%);
  }

  .android-tv__quote {
    margin-top: 100px;
  }

  .android-tv__quote-text {
    font-size: 22px;
    line-height: 26px;
  }

  .android-tv__quote .android-tv__quote-img:before {
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
  }
  .android-tv__quote-name,
  .android-tv__quote-post {
    font-size: 22px;
  }
  .addroid-tv__login-screen .section__title {
    margin: 0;
  }
  .addroid-tv__login-screen .section__img img {
    margin-top: 35px;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .android-tv-box__text:after {
    top: -100px;
    left: 50%;
    height: 115%;
    width: 700px;
    border-width: 4px;
    border-radius: 130px;
    transform: rotate(9deg) translateX(-50%);
  }

  .android-tv-box__text:before {
    top: -200px;
    left: 50%;
    height: 115%;
    width: 730px;
    border-width: 6px;
    border-radius: 130px;
    transform: rotate(-9deg) translateX(-50%);
  }

  .android-tv__cover h1 {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }

  .android-tv__img-text {
    margin: 50px 0 85px;
  }

  .android-tv__img-text .android-tv__img {
    width: 50%;
  }

  .android-tv__img-text .android-tv__text {
    width: 50%;
  }

  .android-tv__img-text .android-tv__img img:nth-child(1) {
    top: -45px;
    left: -36px;
    width: 170px;
  }

  .android-tv__img-text .android-tv__img img:nth-child(2) {
    right: -50%;
    width: 90px;
    bottom: -60px;
  }

  .android-tv__cover p {
    font-size: 14px;
    margin-top: 0px;
  }
}

/* zattoo tv contact*/
.z-tv-contact__cover {
  text-align: center;
  padding-bottom: 220px;
}

.z-tv-contact__cover h1 {
  font-size: 110px;
  font-weight: 800;
  line-height: 110px;
  text-align: center;
  margin: 0;
}

.z-tv-contact__cover p {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 0;
}

.z-tv-contact__img {
  position: relative;
}

.z-tv-contact__img img.z-tv-contact__img-tv {
  position: absolute;
  top: -260px;
  left: -42px;
  width: 700px;
  z-index: 10;
}

.z-tv-contact__img img.z-tv-contact__img-box {
  position: absolute;
  top: -85px;
  right: 50px;
  width: 350px;
  z-index: 10;
}

.z-tv-contact__img p {
  font-size: 34px;
  font-weight: 600;
  padding: 140px 0 60px 655px;
  margin: 0;
  text-align: center;
}

.z-tv-contact__form .contact-form__inner {
  padding-left: 400px;
}

.z-tv-contact__form .contact-form {
  background-color: #fff;
  color: #000;
}

.z-tv-contact__form .input__field {
  background-color: #fff;
  border: 1px solid #000;
}

.zt-button--bg-orange {
  background-image: linear-gradient(90deg, #ee750b 0, #ea5710 50%, #ad2221);
  color: #fff;
  border: none;
  transition: 0.3s;
  font-size: 22px;
  height: 56px;
  text-transform: capitalize;
}

.z-tv-contact__form .zt-form.disabled button[type="submit"],
.z-tv-contact__form .zt-form button.disabled[type="submit"] {
  background-image: linear-gradient(90deg, #ee750b 0, #ea5710 50%, #ad2221);
  color: #fff;
  cursor: not-allowed;
  opacity: 0.6;
}

.z-tv-contact__form .waiting_overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .z-tv-contact__cover {
    padding-bottom: 150px;
  }
  .z-tv-contact__cover h1 {
    font-size: 58px;
    line-height: 58px;
  }
  .z-tv-contact__cover p {
    font-size: 36px;
    line-height: 36px;
  }
  .z-tv-contact__img img.z-tv-contact__img-tv {
    top: -170px;
    left: 40px;
    width: 430px;
  }
  .z-tv-contact__img img.z-tv-contact__img-box {
    top: -50px;
    right: 40px;
    width: 220px;
  }
  .z-tv-contact__img p {
    font-size: 26px;
    padding: 300px 0 10px;
  }
  .z-tv-contact__form .contact-form__inner {
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .z-tv-contact__cover {
    padding-bottom: 90px;
  }
  .z-tv-contact__cover h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .z-tv-contact__cover p {
    font-size: 26px;
    line-height: 26px;
  }
  .z-tv-contact__img img.z-tv-contact__img-tv {
    top: -90px;
    left: 8%;
    width: 180px;
  }
  .z-tv-contact__img img.z-tv-contact__img-box {
    top: -22px;
    right: 8%;
    width: 90px;
  }
  .z-tv-contact__img p {
    font-size: 22px;
    padding: 130px 0 10px;
  }
}

.notification-msg {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  display: block;
  animation-name: notification;
  animation-duration: 10s;
  animation-iteration-count: 1;
  z-index: 999;
}

.notification-msg:hover {
  animation-play-state: paused;
}

.notification-msg > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 40px;
  font-size: 20px;
  font-weight: 400;
}

@keyframes notification {
  0%,
  100% {
    top: -100%;
  }

  10%,
  80% {
    top: 0%;
  }
}

.section-hbbtv__hero {
  background-color: #000;
  padding: 110px 0 230px;
  background-image: url("./images/hbbtv-contact/hbbtv-contact__hero-bg.svg");
  background-size: 2200px 800px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hbbtv__hero-wrapper {
  display: flex;
  position: relative;
}

.hbbtv__hero-wrapper .hbbtv__hero-img {
  width: 60%;
}

.hbbtv__hero-wrapper .hbbtv__hero-img img.hbbtv-screen {
  position: absolute;
  width: 570px;
  bottom: -250px;
  left: -60px;
}

.hbbtv__hero-wrapper .hbbtv__hero-img img.hbbtv-remote-control {
  position: absolute;
  width: 450px;
  bottom: -265px;
  left: 430px;
}

.hbbtv__hero-wrapper .hbbtv__hero-content {
  width: 40%;
}

.hbbtv__hero-wrapper .hbbtv__hero-content h1 {
  font-size: 110px;
  line-height: 100px;
}

.hbbtv__hero-wrapper .hbbtv__hero-content h2 {
  font-size: 56px;
  line-height: 60px;
  max-width: 400px;
}

.hbbtv__hero-wrapper .hbbtv__hero-content h1,
.hbbtv__hero-wrapper .hbbtv__hero-content h2 {
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.hbbtv__hero-wrapper .hbbtv__hero-content p {
  font-size: 46px;
  line-height: 50px;
  color: #e94e0f;
  margin: 30px 0 0;
}

.hbbtv__form-text {
  padding-left: 400px;
  margin-top: 75px;
  font-size: 28px;
  font-weight: 600;
}
.hbbtv__form-text p {
  margin: 0;
}

@media (max-width: 1100px) {
  .section-hbbtv__hero {
    overflow: visible;
    background-position: -930px -155px;
    padding-bottom: 186px;
  }

  .hbbtv__hero-wrapper {
    display: block;
    text-align: center;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-img img.hbbtv-screen {
    width: 350px;
    bottom: -330px;
    left: 30px;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-img img.hbbtv-remote-control {
    width: 190px;
    bottom: -310px;
    left: 310px;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-content {
    width: 100%;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-content h2 {
    max-width: 100%;
  }

  .hbbtv__form-text {
    margin-top: 130px;
    padding-left: 200px;
  }
}

@media (max-width: 480px) {
  .section-hbbtv__hero {
    padding: 20px 0 120px;
    background-image: none;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-content h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-content h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-content p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-img img.hbbtv-screen {
    width: 200px;
    bottom: -195px;
    left: 20px;
  }

  .hbbtv__hero-wrapper .hbbtv__hero-img img.hbbtv-remote-control {
    width: 110px;
    bottom: -200px;
    left: 190px;
  }

  .hbbtv__form-text {
    padding: 0;
    margin-top: 100px;
    font-size: 20px;
  }
}

.section-home__hero {
  background-color: #000;
  padding: 110px 0 132px;
  background-image: url("./images/hbbtv-contact/hbbtv-home__hero-bg.svg");
  background-size: 2200px 800px;
  background-position: center;
  background-repeat: no-repeat;
}

.home__hero-wrapper {
  display: flex;
  position: relative;
}

.home__hero-wrapper .home__hero-img {
  width: 60%;
}

.home__hero-wrapper .home__hero-img img.hbbtv-screen {
  position: absolute;
  width: 600px;
  bottom: -100px;
  z-index: 10;
}

.home__hero-wrapper .home__hero-img img.hbbtv-remote-control {
  position: absolute;
  width: 300px;
  bottom: -132px;
  left: 550px;
  z-index: 10;
}

.home__hero-wrapper .home__hero-content {
  width: 40%;
}

.home__hero-wrapper .home__hero-content h1 {
  font-size: 110px;
  line-height: 100px;
}

.home__hero-wrapper .home__hero-content h2 {
  font-size: 56px;
  line-height: 60px;
  max-width: 400px;
}

.home__hero-wrapper .home__hero-content h1,
.home__hero-wrapper .home__hero-content h2 {
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.home__hero-wrapper .home__hero-content p {
  font-size: 46px;
  line-height: 50px;
  color: #e94e0f;
  margin: 30px 0 0;
}

.home_hero-button-block {
  text-align: right;
}

.home_hero-button-block .home_hero-button {
  margin-top: 100px;
  padding: 16px 70px 16px 40px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  height: initial;
  z-index: 10;
}
.home_hero-button-block .home_hero-button img.arrow-icon {
  position: absolute;
  height: 22px;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .section-home__hero {
    padding-bottom: 186px;
    background-position: -880px -99px;
  }

  .home__hero-wrapper {
    display: block;
    text-align: center;
  }

  .home__hero-wrapper .home__hero-img img.hbbtv-screen {
    width: 350px;
    bottom: -170px;
    left: 30px;
  }

  .home__hero-wrapper .home__hero-img img.hbbtv-remote-control {
    width: 175px;
    bottom: -185px;
    left: 330px;
  }

  .home__hero-wrapper .home__hero-content h2 {
    max-width: 100%;
  }

  .home_hero-button-block .home_hero-button {
    padding: 16px 40px;
  }

  .home_hero-button-block .home_hero-button img.arrow-icon {
    display: none;
  }
  .home__hero-wrapper .home__hero-content {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section-home__hero {
    padding: 20px 0 75px;
    background-position: -960px -308px;
  }

  .home__hero-wrapper .home__hero-img img.hbbtv-screen {
    width: 160px;
    left: 0;
    bottom: -70px;
  }

  .home__hero-wrapper .home__hero-img img.hbbtv-remote-control {
    width: 80px;
    left: 135px;
    bottom: -75px;
  }

  .home__hero-wrapper .home__hero-content h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .home__hero-wrapper .home__hero-content h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .home__hero-wrapper .home__hero-content p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
  }

  .home_hero-button-block {
    text-align: right;
  }

  .home_hero-button-block .home_hero-button {
    margin-top: 50px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 360px) {
  .home_hero-button-block .home_hero-button {
    margin-top: 50px;
    font-size: 10px;
    padding: 7px 10px;
  }
}

.section-hbbtv_opapp__hero img {
  width: 100%;
  height: auto;
  display: none;
}
.section-hbbtv_opapp__hero img.display-lg {
  display: block;
}
@media (max-width: 992px) {
  .section-hbbtv_opapp__hero img.display-lg {
    display: none;
  }
  .section-hbbtv_opapp__hero img.display-md {
    display: block;
  }
}
.section-hbbtv-opapp__form .contact-form__inner {
  display: block;
}
.section-hbbtv-opapp__form .hbbtv_opapp__form-text {
  max-width: 630px;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 75px;
}
.section-hbbtv-opapp__form .hbbtv_opapp__form-text p:first-child {
  margin: 0;
}
.section-hbbtv-opapp__form .hbbtv_opapp__form-text p {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .section-hbbtv-opapp__form .hbbtv_opapp__form-text {
    font-size: 22px;
  }
  .section-hbbtv-opapp__form .zt-button {
    font-size: 16px;
  }
}

/* Cookie bar */
#cookie-law-info-bar-2 {
  background-color: #fff;
  font-size: 14px;
  max-width: 400px;
  max-height: 600px;
  inset: auto 15px 15px auto;
  height: auto;
  overflow: auto;
  position: fixed;
  box-sizing: border-box;
  padding: 20px 15px;
  display: block;
  opacity: 1;
  box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
  border-radius: .2rem;
  z-index: 998;
}

#cookie-law-info-bar-2 .info-bar-heading {
  margin-top: 0;
  margin-bottom: 6px;
}

#cookie-law-info-bar-2 .cli-privacy-content-text {
  font-size: 13px;
  line-height: 1.2;
}

#cookie-law-info-bar-2 .info-bar-overview-actions {
  text-align: right;
  margin-top: 10px;
}

#cookie-law-info-bar-2 a.cli-bar-privacy-readmore {
  font-size: 12px;
  /* margin-top: 12px; */
  display: inline-block;
  padding-bottom: 0;
  cursor: pointer;
}

#cookie-law-info-bar-2 a.cli-bar-privacy-readmore:before {
  content: attr(data-readmore-text);
}

#cookie-law-info-bar-2 .cli-collapsed a.cli-bar-privacy-readmore:before {
  content: attr(data-readless-text);
}

#cookie-law-info-bar-2 .cli-privacy-content-text p {
  margin-bottom: 0;
}

/* Cookie model dialog */
@media (min-width: 992px) {
  #cookie-settings-dialog .cli-modal .cli-modal-dialog {
    max-width: 690px;
  }
}

#cookie-settings-dialog .cli-bar-popup {
  padding: 20px;
}
#cookie-settings-dialog .model-dialog .cli-modal-header h2 {
  margin: 0px 0px 5px 0px;
  padding-right: 20px;
  font-size: 26px;
}

#cookie-settings-dialog .cli-modal .cli-modal-close {
  right: 10px;
  top: 10px;
}

#cookie-settings-dialog .cli-modal .cli-modal-close:hover {
  cursor: pointer;
}

#cookie-settings-dialog .model-dialog .cli-modal-body {
  max-height: 60vh;
  width: 100%;
  overflow: auto;
}

#cookie-settings-dialog .model-dialog .cli-modal-body,
#cookie-settings-dialog .model-dialog .cli-privacy-content-text,
#cookie-settings-dialog .model-dialog .cli-tab-container p {
  font-size: 16px;
}

#cookie-settings-dialog .model-dialog .cli-modal-body h1 {
  font-size: 32px;
}

#cookie-settings-dialog .model-dialog .cli-modal-body h2 {
  font-size: 24px;
}

#cookie-settings-dialog .model-dialog .cli-modal-body h3 {
  font-size: 20px;
}

#cookie-settings-dialog .model-dialog .cli-modal-body h4 {
  font-size: 16px;
}

#cookie-settings-dialog .model-dialog.cli-btn {
  font-size: 14px;
}

#cookie-settings-dialog .model-dialog .zt-button,
#cookie-law-info-bar-2 .zt-button {
  background-color: #e84e0f !important;
  border: 2px solid #e84e0f;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 16px;
  color: #fff;
  text-align: center;
  text-transform: none;
}

#cookie-law-info-bar-2 .zt-button {
  font-size: 13px !important;
  padding: 6px 6px !important;
}

#cookie-settings-dialog .model-dialog .zt-button__outline-dark,
#cookie-law-info-bar-2 .zt-button__outline-dark  {
  background-color: #0000 !important;
  border: 2px solid #000;
  color: #000;
}

#cookie-law-info-bar-2 .zt-button__outline-none  {
  background-color: #0000 !important;
  border: 2px solid #0000;
}

#cookie-law-info-bar-2 .zt-button--orange {
  color: #e84e0f!important;
}

#cookie-settings-dialog .zt-checkbox {
  margin: 0px 4px 0px 4px;
}

#cookie-settings-dialog .zt-checkbox-label strong {
  vertical-align: middle;
}

@media (max-width: 768px) {
  #cookie-settings-dialog .model-dialog .cli-modal-body {
    max-height: 50vh;
  }
  
  #cookie-settings-dialog .model-dialog .zt-button {
    width: 100%;
    margin: 5px 0 0;
  }
}

/* App links */
.zt-link {
  text-decoration: none!important;
  color: #e84e0f!important;
}

.zt-link:hover {
  text-decoration: underline!important;
}

#cookie-settings-dialog .links-wrapper {
  display: flex;
  justify-content: space-between;
}

#cookie-settings-dialog .zt-link__imprint-link,
#show-cookie-details {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

#cookie-settings-dialog .zt-link__imprint-link::before {
  content: "\2192";
  margin: 0 2px 0 2px;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

#cookie-settings-dialog .icon-after.icon-down::after {
  content: "";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0px 10px 2px 6px;
}

#cookie-settings-dialog .icon-after.icon-up::after {
  content: "";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transform: rotate(136deg);
  margin: 0px 10px -1px 6px;
}

#show-cookie-details:before {
  margin: 15px 5px 0px 0px;
  content: attr(data-readmore-text);
}

#show-cookie-details.icon-up:before {
  content: attr(data-readless-text);
}

#show-cookie-details-block {
  display: none;
  clear: both;
  margin-left: -15px;
}

#show-cookie-details-block h1,
#show-cookie-details-block h2,
#show-cookie-details-block h3 {
  margin-bottom: 5px;
}

#show-cookie-details-block,
#show-cookie-details-block p,
#show-cookie-details-block span {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  color: #000;
  font-weight: 300;
}

.icon-after::after {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-family: sans-serif !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 13px;
}

.icon-after.icon-down::after {
  content: "\2304"; /* Down icon */
}

.icon-after.icon-up::after {
  content: "\2303"; /* Up icon */
}

/* App checkbox */
.zt-checkboxes {
  margin: 10px 0;
  padding: 0;
}

#cookie-settings-dialog .zt-checkbox {
  border: 2px solid #000;
  background-color: #fff;
}

#cookie-settings-dialog .zt-checkbox:checked {
  background-image: url(images/check_orange.svg);
  border-color: #e84e0f;
}

.zt-checkboxes li {
  display: inline-block;
  margin: 8px 16px 8px 0;
}

.zt-checkboxes .zt-checkbox-label,
.zt-checkboxes .zt-checkbox {
  cursor: pointer;
}

.zt-checkboxes .zt-checkbox {
  background-size: 16px;
}

.zt-checkboxes .zt-checkbox:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
