@import url("https://fonts.googleapis.com/css?family=Noto+Sans:200,300,400,600|Roboto:200,300,400&display=swap&subset=latin-ext");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 20pt;
  position: relative;
  box-sizing: border-box;
  font-weight: 300;
}

small {
  font-size: 80%;
}

strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
  font-size: 14pt;
  border: none;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

/* --------------------------------------------------------------------------------------------------------------------- */
body {
  line-height: 1;
  position: relative;
  background-color: #fcfbf9;
  font-family: "Noto Sans", Helvetica, arial, sans-serif;
  font-size: 12pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

h1 {
  font-size: 16pt;
  font-weight: inherit;
}

h2 {
  font-size: 1.12em;
}

h3 {
  font-size: 1em;
}

h4,
h5,
h6 {
  font-size: 1em;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #e41a36;
}

a:active {
  color: #000;
  text-decoration: none;
}

div.clear {
  width: 100%;
  height: 1px;
  line-height: 1px;
  clear: both;
  display: block;
  content: "";
}

.hidden {
  display: none;
}

a.button-order,
button.order {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ba1b02;
  color: #ffffff;
  margin: 0 3px;
  padding: 7px 10px;
  text-align: center;
  border: none;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 700;
  touch-action: manipulation;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

a.button-content,
button.content {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 7px 25px;
  background-color: #000;
  text-decoration: none;
  color: #ffffff;
  border-radius: 8px;
  font-size: 12pt;
  border: none;
  touch-action: manipulation;
  line-height: 1.5;
}

div.mobile-center-container {
  width: 100%;
  padding: 15px 0 20px 0;
  text-align: center;
}

div.favourite {
  padding-top: 15px;
  display: inline-block;
  text-align: center;
}

button.favourite {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e31f23;
  color: #ffffff;
  margin: 0 3px;
  padding: 7px 10px;
  text-align: center;
  border: none;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 12pt;
  touch-action: manipulation;
  text-transform: uppercase;
}
button.favourite.disabled {
  background-color: #E70000;
}
button.favourite .eswebicon {
  /*margin-right: 8px;*/
  font-size: 14pt;
  color: #ffffff;
}
button.favourite span {
  line-height: 1.5;
}

a.button-default,
button.default,
.button-default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #212111;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #212111;
  font-size: 16px;
  font-weight: 400;
  touch-action: manipulation;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
a.button-default:hover,
button.default:hover,
.button-default:hover {
  color: #646464;
  background-color: #646464;
}
a.button-default:hover i::before,
button.default:hover i::before,
.button-default:hover i::before {
  color: #646464;
}
a.button-default.unimportant,
button.default.unimportant,
.button-default.unimportant {
  background-color: #878787;
}
a.button-default.unimportant:hover,
button.default.unimportant:hover,
.button-default.unimportant:hover {
  color: #212111;
}
a.button-default.disabled,
button.default.disabled,
.button-default.disabled {
  background-color: #c5ddfc;
}
a.button-default .eswebicon,
button.default .eswebicon,
.button-default .eswebicon {
  font-size: 14pt;
}
a.button-default.w,
button.default.w,
.button-default.w {
  color: #fcfbf9;
  border-color: #fcfbf9;
}
a.button-default span,
button.default span,
.button-default span {
  line-height: 100%;
}

a.button-default.black,
button.default.black,
.button-default.black {
  background-color: #212111;
  color: #ffffff;
  border: 1px solid #212111;
}
a.button-default.black:hover,
button.default.black:hover,
.button-default.black:hover {
  color: #646464;
  background-color: #cdcdcd;
}

a.button-default.red,
button.default.red,
.button-default.red {
  background-color: #ba1b02;
  color: #ffffff;
  border: 1px solid #ba1b02;
}
a.button-default.red:hover,
button.default.red:hover,
.button-default.red:hover {
  color: #ffffff;
  background-color: #E70000;
}

a.button-default.contrastic,
button.default.contrastic,
.button-default.contrastic {
  background-color: #212111;
  color: #ffffff;
  border: 1px solid #212111;
}
a.button-default.contrastic:hover,
button.default.contrastic:hover,
.button-default.contrastic:hover {
  color: #646464;
  background-color: #cdcdcd;
}

button.important {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ba1b02;
  display: inline-block;
  padding: 7px 25px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 8px;
  font-size: 12pt;
  border: none;
  touch-action: manipulation;
  line-height: 1.5;
}

.button-flat {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  color: #646464;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  border: none;
  touch-action: manipulation;
}

.videobutton {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/images/global/btn_video.svg") 50% 50% no-repeat;
}

.photobutton {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/images/global/btn_photo.svg") 50% 50% no-repeat;
}

.--remove-from-mobile {
  display: none !important;
}

.--hide-on-mobile {
  display: none;
}

ul.backslash {
  padding-left: 10px;
}
ul.backslash li.title {
  margin-left: -10px;
}
ul.backslash li:not(.title) {
  list-style-position: outside;
  padding-left: 10px;
}
ul.backslash li:not(.title)::marker {
  width: 10px;
  display: inline-block;
  background-color: #2a70ca;
  content: "";
}
ul.backslash li:not(.title)::before {
  width: 10px;
}

.dialog-resume-error {
  margin: 20px 0;
  padding: 15px 30px;
  background-color: #cf4f57;
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
}
.dialog-resume-error a,
.dialog-resume-error a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}
.dialog-resume-error a:hover,
.dialog-resume-error a:visited:hover {
  color: #646464;
}

.dialog-resume-success {
  margin: 20px 0;
  padding: 15px 30px;
  background-color: #60707a;
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
}
.dialog-resume-success a,
.dialog-resume-success a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}
.dialog-resume-success a:hover,
.dialog-resume-success a:visited:hover {
  color: #f3f3f3;
}

.preloader-v1 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: url("/images/global/preloader.svg?100") rgba(255, 255, 255, 0.9) center no-repeat;
  background-size: 120px;
}

.has-error {
  display: block;
  position: absolute;
  bottom: -3px;
  right: 8px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #e31f23;
}

/* ---------------------------------------------------------------------------------------------------------------------  */
/* header */
body > header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: sticky;
  background-color: #ffffff;
  top: 0;
  z-index: 1000;
}
body > header h1.logo,
body > header div.logo {
  line-height: 0;
}
body > header h1.logo > a,
body > header div.logo > a {
  width: 60px;
  height: 50px;
  display: inline-block;
  background: url("/images/global/mobile/logo1.svg?1") transparent center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  touch-action: manipulation;
}
body > header button[data-role=mobileMenu] {
  font-size: 26pt;
  padding-top: 5px;
}
body > header > div {
  display: flex;
}
body > header > div > * {
  display: block;
  font-size: 14pt;
}
body > header a,
body > header button {
  width: 40px;
  height: 50px;
  line-height: 50px;
}
body > header a {
  touch-action: manipulation;
}
body > header .my-favourite {
  position: relative;
}
body > header .my-favourite span {
  position: absolute;
  display: inline-block;
  line-height: 10px;
  right: 5px;
  bottom: 8px;
  font-size: 8pt;
  color: #ba1b02;
}
body > header i.wi-favourite {
  color: #ba1b02;
}

nav.main {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  top: 0;
  left: 0;
  padding: 10px 10px 20px 30px;
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateX(-100%);
  transition: transform 0.2s ease-out;
}
nav.main button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24pt;
}
nav.main > ul {
  width: 100%;
}
nav.main > ul > li {
  padding-bottom: 8px;
}
nav.main > ul > li a {
  padding: 10px 0;
  line-height: 2;
}
nav.main > ul > li:first-child {
  padding-top: 45px;
}

.footer-nav-box {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px;
}
.footer-nav-box > li {
  flex-basis: 50%;
}
.footer-nav-box > li > a {
  display: block;
  font-size: 14pt;
  text-align: center;
  padding: 10px;
}
.footer-nav-box > li > a::before {
  content: "";
  display: block;
  width: 80px;
  height: 45px;
  margin: 0 auto 10px;
}
.footer-nav-box.box-lng-cs > li:nth-child(1) > a::before {
  background: url("/images/global/footer-nav-1.cs.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-cs > li:nth-child(2) > a::before {
  background: url("/images/global/footer-nav-2.cs.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-cs > li:nth-child(3) > a::before {
  background: url("/images/global/footer-nav-3.cs.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-cs > li:nth-child(4) > a::before {
  background: url("/images/global/footer-nav-4.cs.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(1) > a::before {
  background: url("/images/global/footer-nav-1.sk.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(2) > a::before {
  background: url("/images/global/footer-nav-2.sk.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(3) > a::before {
  background: url("/images/global/footer-nav-3.sk.svg?100") no-repeat center;
  background-size: 100%;
}
.footer-nav-box.box-lng-sk > li:nth-child(4) > a::before {
  background: url("/images/global/footer-nav-4.sk.svg?100") no-repeat center;
  background-size: 100%;
}

/* secondary navigation */
nav.secondary {
  padding: 0 10px;
  background-color: #f3f3f3;
}
nav.secondary > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
nav.secondary > div > ul {
  flex-grow: 2;
  max-width: 46%;
  min-width: 46%;
}
nav.secondary > div > ul > li {
  font-size: 10pt;
}
nav.secondary > div > ul > li > h3 {
  font-size: 15pt;
  margin-top: 15px;
  color: #60707a;
}
nav.secondary > div > ul > li a {
  color: #60707a;
}

/* footer */
footer ul.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px 40px;
}
footer ul.social > li > h4 > a {
  width: 40px;
  height: 40px;
  display: block;
}
footer ul.social > li > h4 > a span.eswebicon {
  font-size: 44px;
  color: #60707a;
}
footer .address {
  font-size: 10pt;
  text-align: left;
  padding: 10px 10px 40px 0;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-around;
  flex-direction: row;
  align-items: flex-start;
}
footer .address a.logo {
  width: 100px;
  height: 39px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  touch-action: manipulation;
  margin-top: 8px;
}
footer .address a.logo.logo-cs {
  background: url("/images/global/mobile/logo1.svg?1") transparent center no-repeat;
  background-size: contain;
}
footer .address a.logo.logo-sk {
  background: url("/images/global/mobile/logo1.svg?1") transparent center no-repeat;
  background-size: contain;
}
footer .address a.logo.logo-pl {
  background: url("/images/global/mobile/logo1.svg?1") transparent center no-repeat;
  background-size: contain;
}
footer .address p {
  line-height: 15pt;
}
footer .address p a,
footer .address p span {
  display: block;
  line-height: 15pt;
}
footer .address {
  /*
  span.line:first-child::after {
  	content: '\A';
  	white-space: pre;		
  }
  */
}
footer {
  /* award list */
}
footer .award {
  width: 100%;
  padding: 35px 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  background-color: #f3f3f3;
}
footer .award div.chlb {
  width: 100%;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_1.svg"] {
  background-image: url("/images/global/mobile/chlb_1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_2.svg"] {
  background-image: url("/images/global/mobile/chlb_2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_3.svg"] {
  background-image: url("/images/global/mobile/chlb_3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_4.svg"] {
  background-image: url("/images/global/mobile/chlb_4.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_5.svg"] {
  background-image: url("/images/global/mobile/chlb_5.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_6.svg"] {
  background-image: url("/images/global/mobile/chlb_6.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_7.svg"] {
  background-image: url("/images/global/mobile/chlb_7.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_8.svg"] {
  background-image: url("/images/global/mobile/chlb_8.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_9.svg"] {
  background-image: url("/images/global/mobile/chlb_9.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_10.svg"] {
  background-image: url("/images/global/mobile/chlb_10.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_11.svg"] {
  background-image: url("/images/global/mobile/chlb_11.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > img[src*="/images/global/desktop/chlb_12.svg"] {
  background-image: url("/images/global/mobile/chlb_12.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  padding: 70px 100% 0 0;
  overflow: hidden;
}
footer .award div.chlb > div {
  display: none;
}
footer .swiper-award {
  width: 100%;
  height: 100%;
}
footer .swiper-award .swiper-wrapper {
  align-items: center;
}
footer .swiper-award .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .swiper-award .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* main */
.article {
  padding: 20px 0;
  width: 95%;
  margin: 0 auto;
}
.article h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article h1 > span {
  position: relative;
  font-size: 30px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  padding: 0 7.5px 0 7.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .article h1 > span {
    color: #fcfbf9;
  }
}
.article h1 > span:not(:last-child) {
  margin-bottom: 6px;
}
.article h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .article h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  .article h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.article h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article h2 > span {
  position: relative;
  font-size: 20px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 5px 0 5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .article h2 > span {
    color: #fcfbf9;
  }
}
.article h2 > span:not(:last-child) {
  margin-bottom: 4px;
}
.article h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .article h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  .article h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.article h2 {
  padding: 20px 0 30px 0;
  text-transform: uppercase;
}
.article h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article h3 > span {
  position: relative;
  font-size: 16px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1;
  padding: 0 4px 0 4px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  .article h3 > span {
    color: #fcfbf9;
  }
}
.article h3 > span:not(:last-child) {
  margin-bottom: 3.2px;
}
.article h3 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  .article h3 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  .article h3 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
.article h3 {
  padding: 10px 0 20px 0;
  text-transform: uppercase;
}
.article h4 {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0 15px 0;
}
.article p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}
.article ul {
  margin: 20px 0;
  padding: 0 20px;
}
.article ul li {
  width: fit-content;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 15px;
  border-bottom: 2px solid #f4f0ea;
}
.article .center {
  text-align: center;
}

/* new radiobutton and checkboxbutton */
input.new_radio,
input.new_checkbox {
  position: absolute;
  left: -9999999px;
  visibility: hidden;
}

textarea.new_textarea {
  width: 100%;
  height: 100px;
  content: "";
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

label.new_radio::before {
  width: 22px;
  height: 22px;
  content: "";
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border: 1px solid #aeaeae;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 10px;
}

label.new_radio.disabled::before,
label.new_checkbox.disabled::before {
  border-color: #efefef;
}

label.new_radio,
label.new_checkbox {
  height: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 15px;
}

label.new_radio span,
label.new_checkbox span {
  padding-top: 3px;
  font-size: 12pt;
}

input.new_radio:checked + label::before {
  content: "\f010";
  font-size: 16px;
  color: #5e5e5e;
  font-family: Arial, Helvetica;
  text-align: center;
  line-height: 22px;
}

label.new_checkbox::before {
  width: 25px;
  height: 21px;
  content: "";
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  border: none;
  background: url("/images/global/checkbox_off.svg") transparent center center;
  background-size: cover;
}

input.new_checkbox:checked + label::before {
  content: "\f010";
  font-family: "EsWeb";
  font-size: 24px;
  color: #2a70ca;
  text-align: center;
  line-height: 22px;
}

/* 640px */
/* 550px */
@media screen and (max-width: 34.38em) {
  .footer-nav-box > li > a {
    font-size: 12pt;
    line-height: 1.3;
  }
}
/* 450px */
@media screen and (max-width: 28.14em) {
  .footer-nav-box > li > a {
    font-size: 11pt;
  }
}
/* 350px */
div.user-login-form,
div.user-profile-form {
  width: 95%;
  max-height: 100vh;
  padding: 50px 30px;
  margin: 0 auto;
  position: fixed;
  z-index: 1002;
  background-color: #f4f0ea;
  border-radius: 15px;
}
div.user-login-form label,
div.user-profile-form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #212111;
}
div.user-login-form button,
div.user-profile-form button {
  margin-top: 30px;
}
div.user-login-form #closeForm,
div.user-profile-form #closeForm {
  display: block;
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
div.user-login-form a.button-default,
div.user-login-form .button-default,
div.user-profile-form a.button-default,
div.user-profile-form .button-default {
  margin-top: 15px;
}
div.user-login-form ul,
div.user-profile-form ul {
  max-width: 350px;
  margin: 0 auto;
}
div.user-login-form ul.dialog-setup,
div.user-profile-form ul.dialog-setup {
  padding-top: 40px;
}
div.user-login-form ul.client-es,
div.user-profile-form ul.client-es {
  padding: 15px 30px;
  margin-top: 40px;
  background-color: #f3f3f3;
  border-radius: 10px;
  text-align: center;
}
div.user-login-form ul li.submit,
div.user-profile-form ul li.submit {
  text-align: center;
}
div.user-login-form ul li input,
div.user-profile-form ul li input {
  width: 100%;
}
div.user-login-form ul li strong,
div.user-profile-form ul li strong {
  font-size: 16px;
}
div.user-login-form .close,
div.user-profile-form .close {
  display: block;
  border: none;
  background: transparent;
  touch-action: manipulation;
  position: absolute;
  top: 10px;
  right: 10px;
}
div.user-login-form .close > i,
div.user-profile-form .close > i {
  font-size: 28pt;
}
div.user-login-form li[data-role=defaultItem],
div.user-profile-form li[data-role=defaultItem] {
  padding-bottom: 10px;
}
div.user-login-form li[data-role=defaultItem] p,
div.user-profile-form li[data-role=defaultItem] p {
  font-size: 16px;
  margin-bottom: 0.5em;
  font-weight: 600;
}
div.user-login-form li[data-role=defaultItem] label,
div.user-profile-form li[data-role=defaultItem] label {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #212111;
}
div.user-login-form li[data-role=defaultItem].my-profile > span,
div.user-profile-form li[data-role=defaultItem].my-profile > span {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  background-color: #fcfbf9;
  font-weight: 400;
  min-height: 42px;
}
div.user-login-form li[data-role=defaultItem] input[type=submit],
div.user-profile-form li[data-role=defaultItem] input[type=submit] {
  width: inherit;
}

#mainBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #000;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}

#searchBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.95);
}
#searchBox .close_searchbox {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  background: url("/images/layout/bottle/close.png") 50% 50% no-repeat;
  background-image: url("/images/layout/bottle/close.svg"), none;
}
#searchBox .last_search_info {
  color: gray;
  font-weight: bold;
}
#searchBox .search_results {
  width: 95%;
  margin: 0 auto;
}
#searchBox .main_search {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fcfbf9;
  padding-bottom: 10px;
}
#searchBox .main_search .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px;
}
#searchBox .main_search .top h2 {
  font-size: 24px;
  font-weight: 300;
  color: #60707a;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#searchBox .main_search .top button {
  cursor: pointer;
}
#searchBox .main_search span {
  display: inline-block;
  width: 90%;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 105px;
  color: #c3c3c3;
  font-weight: bold;
  z-index: 1001;
  font-size: 50pt;
}
#searchBox .main_search span em {
  font-style: normal;
  font-size: 50%;
}
#searchBox .main_search #search_input {
  display: block;
  width: 95%;
  margin: 0 auto;
  border: 2px solid #b6b6b6;
  border-radius: 10px;
  outline: none;
  padding: 5px 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  color: #60707a;
}
#searchBox .main_search #search_input::placeholder {
  color: #60707a;
  opacity: 0.5;
}
#searchBox .main_search #search_input:focus {
  border-color: #60707a;
}
#searchBox .main_search .search_resultsbox {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 200px;
  box-sizing: border-box;
  padding: 40px 0;
  background: url("/images/layout/preloader.gif?100") transparent center no-repeat;
}
#searchBox .main_search .search_resultsbox .group {
  margin-bottom: 50px;
}
#searchBox .main_search .search_resultsbox .group h2 {
  font-weight: bold;
  color: #2a70ca;
}
#searchBox .main_search .search_resultsbox .group.program ul li figure .item_image {
  background-size: 100%;
}
#searchBox .main_search .search_results {
  margin: 0 auto;
  padding: 0 12px;
}

#searchResultsBox .searchbox_preloader {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background: url("/images/layout/preloader.gif?100") transparent center no-repeat;
}
#searchResultsBox .search_results h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#searchResultsBox .search_results h2 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #searchResultsBox .search_results h2 > span {
    color: #fcfbf9;
  }
}
#searchResultsBox .search_results h2 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#searchResultsBox .search_results h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #searchResultsBox .search_results h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #searchResultsBox .search_results h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#searchResultsBox .search_results h2 {
  padding: 15px 0 30px 0;
  text-transform: uppercase;
  display: block;
}
#searchResultsBox .search_results ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 20px;
}
#searchResultsBox .search_results ul li {
  display: block;
  box-sizing: border-box;
}
#searchResultsBox .search_results ul li figure .item_image {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
#searchResultsBox .search_results ul li figure a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  border: none;
}

#cookieBox {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 10px 20px 10px;
  position: fixed;
  bottom: 0;
  background-color: #0b6fc7;
  z-index: 1000;
}
#cookieBox > div {
  width: auto;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#cookieBox button {
  margin-top: 5px;
}

#cookieBoxInfo > p {
  margin-bottom: 20px;
}

#cookieBoxOption {
  width: 100%;
  margin: 30px auto;
}
#cookieBoxOption > p {
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.5;
}
#cookieBoxOption ul.cookie_group {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background-color: #06477f;
}
#cookieBoxOption ul.cookie_group > li {
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #0b6fc7;
}
#cookieBoxOption ul.cookie_group > li > div {
  margin-bottom: 0;
}
#cookieBoxOption .wi-angle-right {
  color: #ffffff;
  font-size: 24pt;
  float: right;
}
#cookieBoxOption .wi-angle-right.to-angle-down {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
#cookieBoxOption .wi-angle-right.to-angle-down.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.ccm__switch-component {
  display: flex;
  margin-right: 35px;
  align-items: center;
}
.ccm__switch-component > div {
  font-weight: 600;
}

.ccm__switch-group {
  width: 40px;
  height: 20px;
  margin: 0 10px;
  position: relative;
}

.ccm__switch {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.ccm__switch input {
  display: none;
  -webkit-appearance: none !important;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ccm__switch .ccm__switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ccm__switch .ccm__switch__slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #2a70ca;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ccm__switch input:checked + .ccm__switch__slider {
  background-color: #cca628;
}
.ccm__switch input:checked + .ccm__switch__slider:before {
  background-color: #fff;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.separator {
  width: 90%;
  height: 3px;
  background-color: #f4f0ea;
  margin: 25px auto;
}

#filter-overlay {
  display: none;
}
#filter-overlay #filtered-items-count {
  display: none;
}

#filter-overlay-mobile {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
#filter-overlay-mobile span {
  color: #646464;
  font-size: 128px;
  font-weight: 700;
}
#filter-overlay-mobile.active {
  display: flex;
}
#scrollToTop {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 2000;
  fill: #60707a;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#scrollToTop svg {
  width: 50px;
  height: 50px;
}
#scrollToTop.active {
  visibility: visible;
  opacity: 1;
}

.favourite-container {
  display: flex;
  height: auto;
  min-height: 0;
  justify-content: center;
  padding: 20px 0;
}

div.favourite-add {
  position: absolute;
  top: 11px;
  right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #ffffff;
  padding: 5px 8px 5px 10px;
  line-height: 1;
  touch-action: manipulation;
  cursor: pointer;
}
div.favourite-add .eswebicon {
  color: #ba1b02;
}
div.favourite-add .eswebicon.wi-isfavourite {
  color: #ba1b02;
}
div.favourite-add.big {
  position: inherit;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #ba1b02;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #ba1b02;
  font-size: 16px;
  font-weight: 400;
  touch-action: manipulation;
  line-height: 1.5;
  letter-spacing: 1.6px;
  vertical-align: middle;
  top: 0px;
}
div.favourite-add.big .eswebicon {
  padding-right: 10px;
}

body:has(#housePaymentConsole) #scrollToTop {
  bottom: 90px;
}

body.filterOpen {
  overflow: hidden;
}
body.filterOpen #filter-overlay {
  display: none;
}
body.searchOpen {
  overflow: hidden !important;
}
