.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9614feea-57ca-495f-bd9b-2516b3c2cfbe/Fernweh.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h { position:relative;display:block; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h { background-color: transparent; background-image: none; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container > .video-iframe-container { display: none; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row > .video-iframe-container { display: none; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h { border-width: 0; border-radius: 0; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:84px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wfDdts7FX1TRG3MHgU270vioFSNiToCO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:361px;top:11.5px;left:0px;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9614feea-57ca-495f-bd9b-2516b3c2cfbe/Fernweh.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:1320px;width:1200px;position:relative;display:block; }#xAkpJsEDJ77EmoiNLJ226CTZowaqtOWE { position:absolute;display:block;z-index:15000;background-color:#fed04b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:109px;width:470px;top:363px;left:126px;display:block; }
#HEmktkVwVP6ECMiwyfLUdT4AdZsRbx7Z { color:#202346;display:block;width:330px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:378px;left:196px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6pzwflNgrG1ZVa8nNwEuRJoBGbEBd2J { position:absolute;display:block;z-index:15001;background-color:#fed04b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:115px;width:470px;top:363px;left:648px;display:block; }
#JtbGxLxWyuIXpv0uwvET9q4k1B04uoSp { color:#202346;display:block;width:337.969px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:378px;left:714px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM { color:#202346;display:block;width:423px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:717px;left:150px;height:138.438px;font-style:normal;display:block; }#JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM li:before{  }
#wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih { color:#000000;display:block;width:392px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:745px;left:186px;height:0;display:block; }#wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih li:before{  }
#sk2XhZPLCHGBlAuTmhLIRnMHTS3FtGo0 { color:#202346;display:block;width:217.986px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:935px;left:252px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#yiEFEhtGCoxJBlULz18vb9AXolGpyPxr { color:#202346;display:block;width:235.99px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:982px;left:243px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qy7J0heFxM4MoTBQXTrbEyszLvgXqyvI { color:#202346;display:block;width:351px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1053px;left:184px;height:46.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHpTupgKHx2ZvCv0gQ5zKwpV8PleclrR { background-color:#202346;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1125px;left:231px;display:block; }
#c7Jsk4xvRhATcTDJkN2KXE3TQCABpB8w { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ng5A0txhVW2LuWxuLe6GrlFLD3JNp19m { background-color:#202346;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:57.9861px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1124px;left:753px;display:block; }
#DhQ3DbmFfJnwbzikvGwBfUHpaF0wphFJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OOiuVU2kSVMKSSxWFTN1Wt4lJywUCy1U { position:absolute;display:block;z-index:14999;background-color:rgba(240,240,242,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:887px;width:470px;top:363px;left:126px;display:block; }
#TZzQikymTBEGoBSEJuITsTcqos180som { position:absolute;display:block;z-index:14998;background-color:rgba(240,240,242,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:888px;width:470px;top:363px;left:648px;display:block; }
#G4TKbkbWwLKaKo49CgeVoMXR66boqgbx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.997px;width:318.993px;top:501px;left:201px;overflow:hidden;display:block; }
#JkUs9yCi4aO0I9xRlDDhATy3SfC5l01a { color:#202346;display:block;width:315.99px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:935px;left:725px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#bhZETlTig7cmsbioB1b8FTuwJON7wXWa { color:#202346;display:block;width:255px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:982px;left:767px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD { color:#202346;display:block;width:423px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:717px;left:672px;height:138.438px;font-style:normal;display:block; }#eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD li:before{  }
#FFmoEGE8TsuGgeAL1d8nihh4kRqH5O58 { color:#ffffff;display:block;width:994px;position:absolute;font-family:"open sans";font-size:48px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0 2px 1px #929290;top:75.989593505859px;left:122.99996948242px;height:124.792px;font-style:normal;display:block; }
#tBppzHwXWTWAqhItkryz9PrHZFqs89fl { position:absolute;display:block;z-index:15018;background-color:#0099cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:129px;border-top-right-radius:129px;border-bottom-left-radius:129px;border-bottom-right-radius:129px;box-shadow: none;height:107.986px;width:107.986px;top:456px;left:464px;display:block; }
#Q5xaaF9melJvzXsLs9r730AoUTnOOzxO { color:#ffffff;display:block;width:99px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:476px;left:469px;height:83.1945px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtnKciwbsk0vIxWGLhbATWusCmXRbClD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:196.997px;width:318.993px;top:501px;left:723px;overflow:hidden;display:block; }
#ToR6TpaAVh1DgeaEQ2P0Ds20rMgLhaPO { color:#202346;display:block;width:280.99px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1059px;left:742px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpfsSfTATn19NfnNCoEp6r4M1i4gFb6T { box-sizing:content-box;height:172px;width:172px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15021;background-color:rgba(254,208,75,0.88);background-image:none;top:78.982650756836px;left:1011.9966125488px;display:block; }
#cpKa3p27SDmT0wiDnwGTkFLVzEy6dGc8 { color:#ffffff;display:block;width:103.976px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:123.40278625488px;left:1046.9723205566px;height:83.1875px;text-align:center;text-align-last:center;display:block; }
#bFAIunUSmxL2S5oA7cHT5coZszJhc2IC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:130px;width:65px;top:563.96875px;left:462px;overflow:hidden;display:block; }
#y4f0uMaC9ZBiuq3kVXLwzHr4n97wiLmU { color:#202346;display:block;width:670px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1285.203125px;left:284.984375px;height:19.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202346;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { background-color: transparent; background-image: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container > .video-iframe-container { display: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container { display: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { border-width: 0; border-radius: 0; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { font-size:14px;font-family:arial;height:81px;width:1200px;position:relative;display:block; }#ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { color:#ffffff;display:block;width:251px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:32px;left:935px;height:19.5px;text-align:center;text-align-last:center;display:block; }
#wFGgT6excf0CnNzMerMcvorK2H6ubPOV { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.75px;left:15px;height:19.5px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h { display:block; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container { width:764px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfDdts7FX1TRG3MHgU270vioFSNiToCO { width:285px;height:48px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8eb5b981-f1d7-4d80-87a5-0f3cb5f506fd/Skistaender_T150_sRGB_DL.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;height:1111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAkpJsEDJ77EmoiNLJ226CTZowaqtOWE { width:370px;height:95px;top:213px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HEmktkVwVP6ECMiwyfLUdT4AdZsRbx7Z { width:316.997px;height:67.6042px;top:244px;left:26px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #C6pzwflNgrG1ZVa8nNwEuRJoBGbEBd2J { width:370px;height:95px;top:212px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #JtbGxLxWyuIXpv0uwvET9q4k1B04uoSp { width:353px;height:67.6042px;top:244px;left:401px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM { width:316px;height:139.792px;top:529px;left:27px;font-size:16px;display:block; }#JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM li:before{  }
 }@media only screen and (max-width: 763px) { #wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih { width:391px;height:0;top:967px;left:0px;font-size:16px;display:block; }#wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih li:before{  }
 }@media only screen and (max-width: 763px) { #sk2XhZPLCHGBlAuTmhLIRnMHTS3FtGo0 { width:195.99px;height:27.309px;top:741.63198852539px;left:86.996534347534px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yiEFEhtGCoxJBlULz18vb9AXolGpyPxr { width:195.99px;height:51.9965px;top:782.58682250977px;left:86.996534347534px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Qy7J0heFxM4MoTBQXTrbEyszLvgXqyvI { width:228.976px;height:44.1667px;top:841.9792175293px;left:70.503477096558px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KHpTupgKHx2ZvCv0gQ5zKwpV8PleclrR { width:220px;height:55px;top:904px;left:75px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #c7Jsk4xvRhATcTDJkN2KXE3TQCABpB8w { display:block; }
 }@media only screen and (max-width: 763px) { #ng5A0txhVW2LuWxuLe6GrlFLD3JNp19m { width:220px;height:55px;top:904px;left:468px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DhQ3DbmFfJnwbzikvGwBfUHpaF0wphFJ { display:block; }
 }@media only screen and (max-width: 763px) { #OOiuVU2kSVMKSSxWFTN1Wt4lJywUCy1U { width:370px;height:840px;top:212.98612213135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TZzQikymTBEGoBSEJuITsTcqos180som { width:370px;height:838px;top:212.986120224px;left:392.986120224px;display:block; }
 }@media only screen and (max-width: 763px) { #G4TKbkbWwLKaKo49CgeVoMXR66boqgbx { width:171px;height:106px;top:357px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #JkUs9yCi4aO0I9xRlDDhATy3SfC5l01a { width:275.99px;height:27.309px;top:741.61462402344px;left:439.98267173767px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bhZETlTig7cmsbioB1b8FTuwJON7wXWa { width:221.997px;height:51.9965px;top:782.56948852539px;left:466.97919273376px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD { width:316px;height:139.792px;top:529px;left:420px;font-size:16px;display:block; }#eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD li:before{  }
 }@media only screen and (max-width: 763px) { #FFmoEGE8TsuGgeAL1d8nihh4kRqH5O58 { width:730.99px;height:96.1806px;top:63.177093505859px;left:16.475694656372px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #tBppzHwXWTWAqhItkryz9PrHZFqs89fl { width:100px;height:100px;top:295px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5xaaF9melJvzXsLs9r730AoUTnOOzxO { width:75px;height:62.3958px;top:309px;left:233px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WtnKciwbsk0vIxWGLhbATWusCmXRbClD { width:171px;height:106px;top:357px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #ToR6TpaAVh1DgeaEQ2P0Ds20rMgLhaPO { width:228.976px;height:44.1667px;top:841.9792175293px;left:70.503477096558px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IpfsSfTATn19NfnNCoEp6r4M1i4gFb6T { width:172px;height:172px;top:78px;left:592px;display:block; }
 }@media only screen and (max-width: 763px) { #cpKa3p27SDmT0wiDnwGTkFLVzEy6dGc8 { width:103px;height:83px;top:123px;left:661px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bFAIunUSmxL2S5oA7cHT5coZszJhc2IC { width:65px;height:130px;top:563px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #y4f0uMaC9ZBiuq3kVXLwzHr4n97wiLmU { width:671px;height:18.1771px;top:16px;left:46.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { width:250px;height:19px;top:31px;left:514px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wFGgT6excf0CnNzMerMcvorK2H6ubPOV { width:200px;height:19.4965px;top:30px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h { display:block; }#PX5w8Ctbx3E73VgCWZQyFpXnqlT5hx2h > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfDdts7FX1TRG3MHgU270vioFSNiToCO { width:264px;height:43px;top:15px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9614feea-57ca-495f-bd9b-2516b3c2cfbe/Fernweh.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:1910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAkpJsEDJ77EmoiNLJ226CTZowaqtOWE { width:320px;height:90px;top:224px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HEmktkVwVP6ECMiwyfLUdT4AdZsRbx7Z { width:295.99px;height:67.6042px;top:235.19097900391px;left:11.996527671814px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #C6pzwflNgrG1ZVa8nNwEuRJoBGbEBd2J { width:320px;height:90px;top:1102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JtbGxLxWyuIXpv0uwvET9q4k1B04uoSp { width:283.993px;height:67.6042px;top:1112px;left:18px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM { width:290px;height:139.792px;top:570px;left:15px;font-size:16px;text-align:left;text-align-last:left;display:block; }#JJb5ZZpAHu97cdHtEyqqzWmpesbFJSgM li:before{  }
 }@media only screen and (max-width: 763px) { #wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih { width:320px;height:0;top:565px;left:0px;font-size:16px;display:block; }#wT7nz5y2TxBqwDz8xDAulGyg9sXCzOih li:before{  }
 }@media only screen and (max-width: 763px) { #sk2XhZPLCHGBlAuTmhLIRnMHTS3FtGo0 { width:195.99px;height:27.309px;top:762px;left:62px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #yiEFEhtGCoxJBlULz18vb9AXolGpyPxr { width:195.99px;height:52px;top:829px;left:62px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Qy7J0heFxM4MoTBQXTrbEyszLvgXqyvI { width:316px;height:44.1875px;top:880.97225189209px;left:5.5000009536743px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KHpTupgKHx2ZvCv0gQ5zKwpV8PleclrR { width:215px;height:55px;top:963.99308776855px;left:52.500004768372px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #c7Jsk4xvRhATcTDJkN2KXE3TQCABpB8w { display:block; }
 }@media only screen and (max-width: 763px) { #ng5A0txhVW2LuWxuLe6GrlFLD3JNp19m { width:215px;height:55px;top:1754px;left:53px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DhQ3DbmFfJnwbzikvGwBfUHpaF0wphFJ { display:block; }
 }@media only screen and (max-width: 763px) { #OOiuVU2kSVMKSSxWFTN1Wt4lJywUCy1U { width:320px;height:751px;top:1102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TZzQikymTBEGoBSEJuITsTcqos180som { width:320px;height:785px;top:265px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G4TKbkbWwLKaKo49CgeVoMXR66boqgbx { width:275px;height:170px;top:354.75695037842px;left:22.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #JkUs9yCi4aO0I9xRlDDhATy3SfC5l01a { width:258.976px;height:27.309px;top:1554px;left:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bhZETlTig7cmsbioB1b8FTuwJON7wXWa { width:230.99px;height:52px;top:1617px;left:44px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD { width:290px;height:139.792px;top:1377px;left:15px;font-size:16px;text-align:left;text-align-last:left;display:block; }#eyOQIAndr6bLvAU1XUnx3OHDD9R2ByPD li:before{  }
 }@media only screen and (max-width: 763px) { #FFmoEGE8TsuGgeAL1d8nihh4kRqH5O58 { width:320px;height:97.5px;top:35.642364501953px;left:0px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBppzHwXWTWAqhItkryz9PrHZFqs89fl { width:110px;height:110px;top:304.00003051758px;left:208.99306201935px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5xaaF9melJvzXsLs9r730AoUTnOOzxO { width:75px;height:83.1945px;top:327.79515838623px;left:221.61111927032px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WtnKciwbsk0vIxWGLhbATWusCmXRbClD { width:203px;height:126px;top:1221px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ToR6TpaAVh1DgeaEQ2P0Ds20rMgLhaPO { width:255.99px;height:22.0938px;top:1679px;left:32px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IpfsSfTATn19NfnNCoEp6r4M1i4gFb6T { width:113.976px;height:113.976px;top:106.11111450195px;left:206.0069475174px;display:block; }
 }@media only screen and (max-width: 763px) { #cpKa3p27SDmT0wiDnwGTkFLVzEy6dGc8 { width:90.9896px;height:59.7917px;top:133.19445800781px;left:218.10765552521px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #bFAIunUSmxL2S5oA7cHT5coZszJhc2IC { width:65px;height:130px;top:383.47225189209px;left:254.98265552521px;display:block; }
 }@media only screen and (max-width: 763px) { #y4f0uMaC9ZBiuq3kVXLwzHr4n97wiLmU { width:320px;height:36.375px;top:19.8125px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { width:221px;height:20.7986px;top:33.09375px;left:49.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wFGgT6excf0CnNzMerMcvorK2H6ubPOV { width:200px;height:20.7986px;top:72.9453125px;left:60px;font-size:16px;display:block; }
 }