.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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/9026c328-c3a8-4a20-b67b-c124e14c2004/RIVIERA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbddf8;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;z-index:auto;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KazOhAFPn1IeTRO995urgSX0hpJkZ8Ri { position:absolute;display:block;z-index:15022;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:3.375rem;width:6.4375rem;top:1.40625rem;left:1.3125rem;overflow:hidden;display:block; }
#plSTJOnonniQnFJEfnSUuMPI58JJOyW2 { z-index:15003;top:1.375rem;left:55.375rem;background-color:#012f94;background-image:none;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:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l7D0A05EKDt2QP6JAThV4lTR47nfGfcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGMFKacM5rBeFphTXMypQb5pesrR9C3s { color:#001e64;display:block;width:35.625rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:1.671875rem;left:11.3125rem;height:2.84375rem;font-style:normal;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9026c328-c3a8-4a20-b67b-c124e14c2004/RIVIERA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:58.1875rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:16.6875rem;left:3.9375rem;height:4.30615rem;font-style:normal;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:33.8125rem;left:3.9375rem;height:6.3984375rem;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:#bbddf8;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:#001e64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:42.1875rem;left:3.9375rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { background-color:#ffffff;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:#001e64;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:42.1875rem;left:19.0625rem;display:block; }
#eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQlzCqy83eADID9tJFzKac7EvNQU9ONq { position:absolute;display:block;z-index:15021;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:3.25rem;width:3.25rem;top:1.375rem;left:60.7119140625rem;overflow:hidden;display:block; }
#bM2fXJQIZfh9ln22ADHixmMIhMUutLbG { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:21.1171875rem;left:3.9375rem;height:11.5488375rem;font-style:normal;display:block; }
#iptf9SLJzZcRmzRKJTe14M0SmUH4HUMV { position:absolute;display:block;z-index:15024;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:3.25rem;width:6.1875rem;top:1.375rem;left:66.5869140625rem;overflow:hidden;display:block; }
#lJu0BOEcKdDVKQVzCHaStrRTZENU4fxi { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:5.25rem;left:60.3369140625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaSqDsNkTPB1u4zFIE1xyOU7rSB8pKDU { position:absolute;display:block;z-index:15013;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:48.125rem;width:48.125rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#mytcnwcVTyGLTLVwnbDtITHdP1GdnOdZ { position:absolute;display:block;z-index:15091;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:15.5625rem;width:12.625rem;top:23.59375rem;left:49.2744140625rem;overflow:hidden;display:block; }
#UQt1RJmeozwJtFhS4StAtHVz6nglmzol { position:absolute;display:block;z-index:15092;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:15.5625rem;width:12.625rem;top:23.59375rem;left:62.375rem;overflow:hidden;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bbddf8;background-image:none;font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { color:#001e64;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:#001e64;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.9873046875rem;left:12.4375rem;height:2.798825rem;display:block; }
#kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { position:absolute;display:block;z-index:15014;background-color:#6a6f83;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: none;height:13.75rem;width:0.0625rem;top:5.8125rem;left:2.5625rem;display:block; }
#sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { position:absolute;display:block;z-index:15015;background-color:#6a6f83;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: none;height:13.75rem;width:0.0625rem;top:26.75rem;left:2.5625rem;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:#001e64;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:14.7998046875rem;left:12.4375rem;height:4.19824375rem;display:block; }
#mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { color:#001e64;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5615234375rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { color:#001e64;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:34.3994140625rem;left:12.4375rem;height:5.59765625rem;display:block; }
#oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { color:#001e64;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.974609375rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:#001e64;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:23.9375rem;left:12.4375rem;height:5.59765625rem;display:block; }
#JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { color:#001e64;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.375rem;left:1.8125rem; }
#vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.6875rem;left:7.21875rem; }
#JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.94921875rem;left:7.21875rem; }
#AwTm85x2tMoGKFNC1WlyRartm0gd94zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.6875rem;left:7.21875rem; }
#O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:33.7119140625rem;left:7.21875rem; }
#mA8lSXkpygKBQg2h07sRw4Mg3nVAIwNT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.5625rem;width:20.6875rem;top:2.2373046875rem;left:44.53125rem;overflow:hidden;display:block; }
#arysDUoKb2a0XKK5c7qHHEhApB6BgNcA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.0625rem;width:21.125rem;top:15.5771484375rem;left:44.53125rem;overflow:hidden;display:block; }
#wU3HNsBIoV8ufJfLEO5bBwI0CXvJksSU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.9375rem;width:21.8125rem;top:30.611328125rem;left:44.238068181818rem;overflow:hidden;display:block; }
#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX { position:relative;display:block; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX { background-color: transparent; background-image: none; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row .container > .video-iframe-container { display: none; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row > .video-iframe-container { display: none; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .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); }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX { border-width: 0; border-radius: 0; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .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; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9026c328-c3a8-4a20-b67b-c124e14c2004/RIVIERA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ.adaptive-delivery-prevent-bg, #Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ.lazyload, #Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ.lazyloading { background-image: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container { background-color: transparent; background-image: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container > .video-iframe-container { display: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row > .video-iframe-container { display: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .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); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container { border-width: 0; border-radius: 0; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container { font-size:0.875rem;font-family:arial;height:83.4375rem;width:75rem;position:relative;display:block; }#EA7e63ZDIwxKbWRPuVvVPpswPzRw6fpt { position:absolute;display:block;z-index:15000;background-color:#bbddf8;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:75.1875rem;width:75rem;top:4.5625rem;left:0rem;display:block; }
#vcDCauPUiKFJy4Kkr1F5fHNzGLuHPS3U { color:#001e64;display:block;width:63.1875rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:9.125rem;left:5.90625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RFmbtoNJlTlMHWAIBznSRriHZG3B5S4x { position:absolute;display:block;z-index:15064;height:36.5rem;width:56rem;top:16.9375rem;left:7.9375rem;display:block; }
#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/566c0503-441b-4d64-924d-1625420a2d1d/patterns.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;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; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd.adaptive-delivery-prevent-bg, #UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd.lazyload, #UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd.lazyloading { background-image: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container { background-color: transparent; background-image: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container > .video-iframe-container { display: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row > .video-iframe-container { display: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .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); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container { border-width: 0; border-radius: 0; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:75rem;position:relative;display:block; }#AhBH3OIyKheRTE8r9iruHUSG6wbhdBfK { color:#001e64;display:block;width:35.3125rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:3.5205078125rem;left:19.84375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivvf2MRK6OOxVNV8MzPBaThymaCmmRNR { color:#001e64;display:block;width:31.625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:15.1875rem;left:2.875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGC6I2DbIZeK85OJcipsXdrsLvSKr9TM { position:absolute;display:block;z-index:15034;background-color:#bbddf8;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 5rem rgba(0,0,0,0.17) ;height:43.875rem;width:33rem;top:13.0625rem;left:39.84375rem;display:block; }
#qWIvOpcxRSalXVlJlailDLUqMoeE6JEx { position:absolute;display:block;z-index:15035;background-color:#bbddf8;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 5rem rgba(0,0,0,0.17) ;height:43.8125rem;width:33rem;top:13.09375rem;left:2.1875rem;display:block; }
#ehX4NkunkHRJaFio5ubFNIrT9KWFdXUZ { color:#001e64;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:31.5625rem;left:13.0625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MgqdWP2b6iw2RGSXhvgmfrku2bbCyB9D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:23.75rem;left:7.5rem; }
#dA6BGEdVIvw4230ANvGpBQ4DX9k0ntKX { color:#001e64;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:25.8125rem;left:3.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMIUliEbrk7AtJgcss9xLS8ADqMdaXbU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:23.75rem;left:17.75rem; }
#STVxsnXfJ6tSrMGBk9A1asXhtSk3TTuR { color:#001e64;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:25.8125rem;left:13.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XCuxTEXDqRlPpTZ5bq9bPhJyAv8PNdUu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:29.5625rem;left:7.4375rem; }
#qFQxi3ahmgQ5atq4zAhCyu6shTWMr1Zy { color:#001e64;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:31.5rem;left:3.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmqTNqboc0X7ntB1TOJqRwSczvfAencL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:23.8125rem;left:27.0625rem; }
#T56wvlNbiWoTCOtyZByVRJaCHXNqtTG0 { color:#001e64;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:25.8125rem;left:23.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqMcQu3o5GPu6sGCTVVxPdKJBMT4QtcI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:29.375rem;left:17.75rem; }
#ZgVdInCLr5b7S43qDmv74cHmcvacAETt { color:#001e64;display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:31.5rem;left:22.8125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTHO3EM3GpEur1dqueIHUElXgPVGxnJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:29.4375rem;left:27.0625rem; }
#NeGqXkFFXo4FiAXWXxDR1V2gKMX79gUq { color:#001e64;display:block;width:32.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:14.3125rem;left:40.1875rem;height:5.36133125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1xgIvF6LHqRH5F0tExHrl2JdLNhQVJx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:22.8125rem;left:45.3125rem; }
#AT6Jz4vQU2LOnfA0sDoNLqVBzACKNDCG { color:#001e64;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:24.6875rem;left:41.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOVwHrFLzDbxaAv1K7BIgplJ9kdzQC5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:22.8125rem;left:55.4375rem; }
#hfiuJCdF2sczRMy2fLcUrAEEWRM4dtZr { color:#001e64;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:24.6875rem;left:51.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzkVXnQCviTdQnsnR2STeaFlhwKT3xTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:28.75rem;left:45.3125rem; }
#ZWudfSasiu1oi46KqaUdFfq8NEEInTAD { color:#001e64;display:block;width:9.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:30.75rem;left:41.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2PiOvcpf0kRiBEeV57nmmFQTgAFfJwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:28.75rem;left:55.4375rem; }
#HSeyTL9IVFU92R3plpRudvfe5CxRbCxB { color:#001e64;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:30.75rem;left:50.75rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hym7N776fuaI0VuXbmAGi1qVxDmqL7dv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:28.9375rem;left:65.5625rem; }
#ncI3useQ06L8Vc46fy4ebWTFI1HI8vvb { color:#001e64;display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:30.75rem;left:61.3125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sd2y2AuyDleuiObpT3XdRi89aeelnX4z { color:#001e64;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:24.6875rem;left:61.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz { color:#001e64;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:43.02734375rem;left:3.625rem;height:10.348625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz li:before{  }
#ffZH6RN1JKIH6a5ToqkwtRxM9maykMP4 { color:#001e64;display:block;width:14.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:38.61328125rem;left:10.625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI { color:#001e64;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:43.02734375rem;left:41.09375rem;height:9.0488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI li:before{  }
#SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB { color:#001e64;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:43.02734375rem;left:18.375rem;height:7.124rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB li:before{  }
#OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc { color:#001e64;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:43.02734375rem;left:56.25rem;height:9.0488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc li:before{  }
#VBF5HW87TFvT3VzA8WoPAHwqNyV2Hht4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:22.875rem;left:65.5rem; }
#ooTRmT9pT2y6FaXHSze8iqD7PLHdy2hb { color:#001e64;display:block;width:14.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:38.61328125rem;left:49.09375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1021f1fa-29d8-477e-8145-eb5b34d7310e/AmericanInstituteofAppliedSciencesinSwitzerlandCampusmainpicture2024.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm.adaptive-delivery-prevent-bg, #CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm.lazyload, #CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm.lazyloading { background-image: none; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container { background-color: transparent; background-image: none; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(187,221,248,0.63); }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container > .video-iframe-container { display: none; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(187,221,248,0.63); }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row > .video-iframe-container { display: none; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .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); }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container { border-width: 0; border-radius: 0; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#kZhdsJ16080Kn3PGgd6DXrSn28Bi18fO { color:#001e64;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:8.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5ZSKdk0WnppQWZoD9eIxm262yszlt6Z { color:#001e64;display:block;width:13.25rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:7.5rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnSHOQpUZwqNMn0y6httdxXyGziOXTGC { color:#001e64;display:block;width:13.25rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:23.1875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KB5WhTXKevw0JIzwAwwodzZiqaFCODow { color:#001e64;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:23.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1hWMrf1ykMWh0Lxy1xMWH31Z8sUplkd { color:#001e64;display:block;width:13.25rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:39.5rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDbn689U0qN33KIaHehbAbO64CmdX2fM { color:#001e64;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.1875rem;left:40.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqDDmLrMwHD1M1lOvCueWOE8u9gm0Bd3 { color:#001e64;display:block;width:15.125rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17.375rem;left:53.3125rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eK4Q3TnlmnSTr9CIcXrCRh8U06fTNCot { color:#001e64;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJhLPsguw9UWebxZyWxhcO5dFl1T8AWy { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:23.1875rem;display:block; }
#nCaTaNXStRmvKSCud3N3GMc5mkwIT84x { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:37.4375rem;display:block; }
#r0O0N8xok3OcAVXB3mNSqhRqPubkHLbd { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:54.25rem;display:block; }
#zh4JZsNh6wOh0uTSyoWR9TJePbuSkkJ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.6875rem;left:11.625rem; }
#M98ViQu2sshcbKM7mheyUadRfHoRmZmZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:6.6875rem;left:27.3125rem; }
#DlbBfNIovm0ln2R3a1dVelXeCQdF4alW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.21875rem;left:44.15625rem; }
#bXSQdFl1AVtSegKXWxxQ1IZ7RI4SupVm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.21875rem;left:58.90625rem; }
#W0I3QL0UCR2otQXP4QsI0VHhuhsTgpLT { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;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:7.25rem;width:0.0625rem;top:9.09375rem;left:23.1875rem;display:none; }
#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbddf8;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; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container { background-color: transparent; background-image: none; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container > .video-iframe-container { display: none; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row > .video-iframe-container { display: none; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .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); }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container { border-width: 0; border-radius: 0; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#wfXpX6MdZtQTkOQfNLNGK7MkTSOSc198 { color:#001e64;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3rem;left:5.9375rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iAFpJu5usOATEm5KOrdIC8cNRB96BdAM { color:#001e64;display:block;width:23.8125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:10.875rem;left:5.9375rem;height:1.92480625rem;font-style:normal;display:block; }
#PvCfml0PketuXQLmxyOlXmx0W35RFshX { color:#001e64;display:block;width:31.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:3.0009765625rem;left:43.6875rem;height:6.9970625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#E5hUSv1PygO8HXX5k9CfCK9gGtIVVgAe { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/00b8e694-debb-403f-8fad-a1490011c27e/ausswitzerlandaccomodation8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:16rem;width:23.375rem;top:15.1875rem;left:41.25rem;display:block; }#E5hUSv1PygO8HXX5k9CfCK9gGtIVVgAe.adaptive-delivery-prevent-bg, #E5hUSv1PygO8HXX5k9CfCK9gGtIVVgAe.lazyload, #E5hUSv1PygO8HXX5k9CfCK9gGtIVVgAe.lazyloading { background-image: none; }
#AP3idNJcq2lKEwZ10lInFavtVBSxhedg { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5c48ea60-86dc-4344-b4d5-cbd826b8c752/ausswitzerlandaccomodation9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:15.9375rem;width:23.3125rem;top:15.21875rem;left:12.0625rem;display:block; }#AP3idNJcq2lKEwZ10lInFavtVBSxhedg.adaptive-delivery-prevent-bg, #AP3idNJcq2lKEwZ10lInFavtVBSxhedg.lazyload, #AP3idNJcq2lKEwZ10lInFavtVBSxhedg.lazyloading { background-image: none; }
#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g { background-color:rgba(249,249,249,0.82);background-image:none;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;display:block; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container { background-color: transparent; background-image: none; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container > .video-iframe-container { display: none; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row > .video-iframe-container { display: none; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .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); }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container { border-width: 0; border-radius: 0; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container { width:75rem;height:44rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mGShvsNhLNepKvfocfFA6odNA4gUlEC0 { color:#001e64;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvkpNuyL8mJk7KfEfQlx7th7tBwqyUtq { position:absolute;display:block;z-index:15003;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:4.875rem;width:8.6875rem;top:16.25rem;left:41.96875rem;overflow:hidden;display:block; }
#FekL4Kt5GCXIVV1pe42hTPyVkrT0sJOH { position:absolute;display:block;z-index:15004;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:5.25rem;width:9.0625rem;top:16.0625rem;left:14.75rem;overflow:hidden;display:block; }
#O1IRR5gJZKKLfyzrkUvvJTTP5TCRfd83 { position:absolute;display:block;z-index:15005;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:3rem;width:11.9375rem;top:17.1875rem;left:27.125rem;overflow:hidden;display:block; }
#pAGX2JDsBBDffMWs4upnLamRrJBznPuu { position:absolute;display:block;z-index:15006;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:2.1875rem;width:13.5rem;top:23.53125rem;left:2.375rem;overflow:hidden;display:block; }
#yPwGBU51ObJpie7rJ5tqvV2OpFBGsKNz { position:absolute;display:block;z-index:15007;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:6rem;width:4.5625rem;top:15.1875rem;left:5.5rem;overflow:hidden;display:block; }
#klcVfUf5A8Gdy8dbIAXN42UazGE4wSs7 { position:absolute;display:block;z-index:15009;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:2.5rem;width:14.75rem;top:29.25rem;left:2.375rem;overflow:hidden;display:block; }
#oLTCRoThrvBXJqs5LIsOIDm9LdKUwI0u { position:absolute;display:block;z-index:15010;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:2.4375rem;width:15.0625rem;top:23.40625rem;left:18rem;overflow:hidden;display:block; }
#OJQxH3A6WAzKZUZx3rG6LXXkq6yUtriz { position:absolute;display:block;z-index:15011;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:3.1875rem;width:21.4375rem;top:23.03125rem;left:34.5rem;overflow:hidden;display:block; }
#rrgKMA9xUxSGrKJSlkSBFTcafw0BKnzo { position:absolute;display:block;z-index:15012;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:3.875rem;width:10.0625rem;top:28.5625rem;left:35.375rem;overflow:hidden;display:block; }
#bsGZMgC7yKr3xbmVhIQioxXpcvAo8WvK { position:absolute;display:block;z-index:15013;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:4rem;width:8.4375rem;top:16.6875rem;left:55.375rem;overflow:hidden;display:block; }
#PvAT87dh3Tlsif5bXKqDbeVRb9302rVP { 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:2.9375rem;width:13.875rem;top:29.03125rem;left:19.25rem;overflow:hidden;display:block; }
#JMNVf0PVREU0M7NsoSPVFWz8dlSS99Ue { position:absolute;display:block;z-index:15016;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:5.5rem;width:11.125rem;top:21.875rem;left:58rem;overflow:hidden;display:block; }
#uLVR7NBbmsKkGgurDCsUTZl5TFCckc17 { position:absolute;display:block;z-index:15017;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:3.5625rem;width:11.5rem;top:28.71875rem;left:47.71875rem;overflow:hidden;display:block; }
#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbddf8;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; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container { background-color: transparent; background-image: none; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container > .video-iframe-container { display: none; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row > .video-iframe-container { display: none; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .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); }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container { border-width: 0; border-radius: 0; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#lW6S0Dzu5EcAInq9DhQzEeqIUblZGsWR { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:13.9375rem;left:17.375rem;display:block; }
#nMD6BsqWRzkkBvOuQUUH2vp3Tf6mWV29 { position:absolute;display:block;z-index:15001;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:7.8125rem;width:7.875rem;top:13.875rem;left:9.375rem;overflow:hidden;display:block; }
#wrAAPsBuQ7CUtN1RK93dCkpxzzlmQSy0 { color:#001e64;display:block;width:44.625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:14.4375rem;left:18.8125rem;height:6.75rem;font-style:normal;display:block; }
#Xd6eq9ED0S50RKyHWGw49OxDG0cwQCgx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #001e64;border-left:0.0625rem solid #001e64;border-right:0.0625rem solid #001e64;border-bottom:0.0625rem solid #001e64;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.75rem;top:16.375rem;left:52.0625rem;display:block; }
#NWbSHEJKd6RX3hFOFQIEUHlxUQ6SpbZb { color:#001e64;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5rem;left:52.75rem;height:1.4619125rem;font-style:normal;display:block; }
#nfTnaABJidED91p0RByiIFvSfyBD3emm { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.15) ;height:7.75rem;width:46.8125rem;top:26.75rem;left:17.3125rem;display:block; }
#XkUHkFAZTZggLA05DnlRVgBCmgwPlv6r { position:absolute;display:block;z-index:15006;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:7.8125rem;width:7.8125rem;top:26.6875rem;left:9.3125rem;overflow:hidden;display:block; }
#Rk1gTSm7NKdBhIQvhsHRG5kkhvNqskwZ { color:#001e64;display:block;width:44.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:28.0625rem;left:18.75rem;height:5.0625rem;font-style:normal;display:block; }
#RL99PwfLeQUqBy1oQxh2vDgp8aNPRCRN { position:absolute;display:block;z-index:15004;background-color:#001e64;background-image:none;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:9.375rem;width:13.75rem;top:29.1875rem;left:52rem;display:block; }
#ABdUVHh4BJmL0gDSnNc4yLOfXpEwla25 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:52.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#yTabL69PZVU95I9RLTdkCrqRfd0HKIkp { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: none;height:39rem;width:60rem;top:3.75rem;left:7.5rem;display:block; }
#PTIPTvoZ2d96Vs54nhsA7mARCSoTdqEh { color:#001e64;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbddf8;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;z-index:auto;display:block; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container { background-color: transparent; background-image: none; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container > .video-iframe-container { display: none; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row > .video-iframe-container { display: none; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .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); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container { border-width: 0; border-radius: 0; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#oGC2D683hs4gQLO5LQwT1PUIPs1PD4dS { color:#001e64;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:14.0625rem;left:20.28125rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#QFI4NBmrk229ezp5NXwAVOmbpZBCsCTG { color:#001e64;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.0625rem;left:35.0625rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcKNKSArc7MJornTA0hvpqOw0keJ6TQy { 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:4.375rem;width:8.3125rem;top:7.625rem;left:33.34375rem;overflow:hidden;display:block; }
#qWxvZvg87qcc8MJL1x5mAe58y4a1gHo4 { z-index:15003;top:1.0537109375rem;left:30.4375rem;background-color:#012f94;background-image:none;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:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vDO7wUs1XgTWGbeGGUqrmxBbXS8DmgzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KazOhAFPn1IeTRO995urgSX0hpJkZ8Ri { top:1.375rem;left:0rem;width:6.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plSTJOnonniQnFJEfnSUuMPI58JJOyW2 { top:1.375rem;left:30.5rem;width:17.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7D0A05EKDt2QP6JAThV4lTR47nfGfcI { display:block; }
 }@media only screen and (max-width: 763px) { #wGMFKacM5rBeFphTXMypQb5pesrR9C3s { top:1.625rem;left:0rem;width:35.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:16.6875rem;left:0rem;width:42.625rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:33.8125rem;left:0rem;width:36.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.9375rem;height:3.4375rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:21.6875rem;height:3.4375rem;top:42.1875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #JQlzCqy83eADID9tJFzKac7EvNQU9ONq { top:1.375rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM2fXJQIZfh9ln22ADHixmMIhMUutLbG { top:21.0625rem;left:0rem;width:40.375rem;height:11.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptf9SLJzZcRmzRKJTe14M0SmUH4HUMV { top:1.375rem;left:41.5625rem;width:6.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJu0BOEcKdDVKQVzCHaStrRTZENU4fxi { top:5.25rem;left:34.4375rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaSqDsNkTPB1u4zFIE1xyOU7rSB8pKDU { top:7.3125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytcnwcVTyGLTLVwnbDtITHdP1GdnOdZ { top:23.5625rem;left:35.125rem;width:12.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQt1RJmeozwJtFhS4StAtHVz6nglmzol { top:23.5625rem;left:35.125rem;width:12.625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { top:5.6875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:6.9375rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { top:5.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { top:26.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:14.75rem;left:0rem;width:20.3125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { top:13.5rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { top:34.375rem;left:0rem;width:19.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { top:32.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:23.9375rem;left:0rem;width:21.5625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { top:22.375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { top:22.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { top:5.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { top:13.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { top:23.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { top:33.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8lSXkpygKBQg2h07sRw4Mg3nVAIwNT { top:2.1875rem;left:24.25rem;width:20.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arysDUoKb2a0XKK5c7qHHEhApB6BgNcA { top:15.5625rem;left:24.1875rem;width:21.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3HNsBIoV8ufJfLEO5bBwI0CXvJksSU { top:30.5625rem;left:25.9375rem;width:21.8125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX { display:block; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ { display:block; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA7e63ZDIwxKbWRPuVvVPpswPzRw6fpt { width:47.75rem;height:75.1875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcDCauPUiKFJy4Kkr1F5fHNzGLuHPS3U { top:9.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFmbtoNJlTlMHWAIBznSRriHZG3B5S4x { top:16.9375rem;left:0rem;width:47.75rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd { display:block; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhBH3OIyKheRTE8r9iruHUSG6wbhdBfK { top:3.5rem;left:6.21875rem;width:35.3125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivvf2MRK6OOxVNV8MzPBaThymaCmmRNR { top:15.1875rem;left:0rem;width:31.625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGC6I2DbIZeK85OJcipsXdrsLvSKr9TM { top:13.0625rem;left:14.75rem;width:33rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWIvOpcxRSalXVlJlailDLUqMoeE6JEx { top:13.0625rem;left:0rem;width:33rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehX4NkunkHRJaFio5ubFNIrT9KWFdXUZ { top:31.5625rem;left:0rem;width:11.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgqdWP2b6iw2RGSXhvgmfrku2bbCyB9D { top:23.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA6BGEdVIvw4230ANvGpBQ4DX9k0ntKX { top:25.8125rem;left:0rem;width:9.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMIUliEbrk7AtJgcss9xLS8ADqMdaXbU { top:23.75rem;left:4.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVxsnXfJ6tSrMGBk9A1asXhtSk3TTuR { top:25.8125rem;left:0.0625rem;width:9.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCuxTEXDqRlPpTZ5bq9bPhJyAv8PNdUu { top:29.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFQxi3ahmgQ5atq4zAhCyu6shTWMr1Zy { top:31.5rem;left:0rem;width:9.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmqTNqboc0X7ntB1TOJqRwSczvfAencL { top:23.8125rem;left:13.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T56wvlNbiWoTCOtyZByVRJaCHXNqtTG0 { top:25.8125rem;left:9.4375rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMcQu3o5GPu6sGCTVVxPdKJBMT4QtcI { top:29.375rem;left:4.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgVdInCLr5b7S43qDmv74cHmcvacAETt { top:31.5rem;left:9.1875rem;width:10.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHO3EM3GpEur1dqueIHUElXgPVGxnJ9 { top:29.4375rem;left:13.4375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGqXkFFXo4FiAXWXxDR1V2gKMX79gUq { top:14.3125rem;left:15.4375rem;width:32.3125rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1xgIvF6LHqRH5F0tExHrl2JdLNhQVJx { top:22.8125rem;left:31.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6Jz4vQU2LOnfA0sDoNLqVBzACKNDCG { top:24.6875rem;left:27.8125rem;width:9.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOVwHrFLzDbxaAv1K7BIgplJ9kdzQC5c { top:22.8125rem;left:41.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfiuJCdF2sczRMy2fLcUrAEEWRM4dtZr { top:24.6875rem;left:37.9375rem;width:9.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzkVXnQCviTdQnsnR2STeaFlhwKT3xTI { top:28.75rem;left:31.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWudfSasiu1oi46KqaUdFfq8NEEInTAD { top:30.75rem;left:27.75rem;width:9.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2PiOvcpf0kRiBEeV57nmmFQTgAFfJwL { top:28.75rem;left:41.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSeyTL9IVFU92R3plpRudvfe5CxRbCxB { top:30.75rem;left:36.5625rem;width:11.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hym7N776fuaI0VuXbmAGi1qVxDmqL7dv { top:28.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncI3useQ06L8Vc46fy4ebWTFI1HI8vvb { top:30.75rem;left:37.5625rem;width:10.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd2y2AuyDleuiObpT3XdRi89aeelnX4z { top:24.6875rem;left:38rem;width:9.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz { top:43rem;left:0rem;width:14.4375rem;height:10.3125rem;font-size:1rem;display:block; }#oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz li:before{  }
 }@media only screen and (max-width: 763px) { #ffZH6RN1JKIH6a5ToqkwtRxM9maykMP4 { top:38.5625rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI { top:43rem;left:27.46875rem;width:14.125rem;height:9rem;font-size:1rem;display:block; }#xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI li:before{  }
 }@media only screen and (max-width: 763px) { #SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB { top:43rem;left:4.75rem;width:16.1875rem;height:7.0625rem;font-size:1rem;display:block; }#SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB li:before{  }
 }@media only screen and (max-width: 763px) { #OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc { top:43rem;left:31.0625rem;width:16.6875rem;height:9rem;font-size:1rem;display:block; }#OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc li:before{  }
 }@media only screen and (max-width: 763px) { #VBF5HW87TFvT3VzA8WoPAHwqNyV2Hht4 { top:22.875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooTRmT9pT2y6FaXHSze8iqD7PLHdy2hb { top:38.5625rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm { display:block; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZhdsJ16080Kn3PGgd6DXrSn28Bi18fO { width:11.875rem;height:3.625rem;top:13.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ZSKdk0WnppQWZoD9eIxm262yszlt6Z { width:13.25rem;height:1.6875rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSHOQpUZwqNMn0y6httdxXyGziOXTGC { width:13.25rem;height:3.375rem;top:17.375rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB5WhTXKevw0JIzwAwwodzZiqaFCODow { width:11.875rem;height:3.625rem;top:13.1875rem;left:10.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1hWMrf1ykMWh0Lxy1xMWH31Z8sUplkd { width:13.25rem;height:3.375rem;top:17.375rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDbn689U0qN33KIaHehbAbO64CmdX2fM { width:11.875rem;height:3.625rem;top:13.1875rem;left:26.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqDDmLrMwHD1M1lOvCueWOE8u9gm0Bd3 { width:15.125rem;height:5.0625rem;top:17.375rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK4Q3TnlmnSTr9CIcXrCRh8U06fTNCot { width:11.875rem;height:3.625rem;top:13.1875rem;left:35.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJhLPsguw9UWebxZyWxhcO5dFl1T8AWy { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCaTaNXStRmvKSCud3N3GMc5mkwIT84x { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0O0N8xok3OcAVXB3mNSqhRqPubkHLbd { width:0.0625rem;height:7.25rem;top:9.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh4JZsNh6wOh0uTSyoWR9TJePbuSkkJ8 { top:6.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M98ViQu2sshcbKM7mheyUadRfHoRmZmZ { top:6.6875rem;left:13.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbBfNIovm0ln2R3a1dVelXeCQdF4alW { top:7.1875rem;left:30.53125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSQdFl1AVtSegKXWxxQ1IZ7RI4SupVm { top:7.1875rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0I3QL0UCR2otQXP4QsI0VHhuhsTgpLT { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 { display:block; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfXpX6MdZtQTkOQfNLNGK7MkTSOSc198 { width:27.6875rem;height:7rem;top:3rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAFpJu5usOATEm5KOrdIC8cNRB96BdAM { width:23.8125rem;height:1.875rem;top:10.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvCfml0PketuXQLmxyOlXmx0W35RFshX { width:31.3125rem;height:6.9375rem;top:3rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hUSv1PygO8HXX5k9CfCK9gGtIVVgAe { top:15.1875rem;left:8.375rem;width:23.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP3idNJcq2lKEwZ10lInFavtVBSxhedg { top:15.1875rem;left:0rem;width:23.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g { display:block; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGShvsNhLNepKvfocfFA6odNA4gUlEC0 { width:47.75rem;height:4.0625rem;top:5.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkpNuyL8mJk7KfEfQlx7th7tBwqyUtq { top:16.25rem;left:28.34375rem;width:8.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FekL4Kt5GCXIVV1pe42hTPyVkrT0sJOH { top:16.0625rem;left:1.125rem;width:9.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1IRR5gJZKKLfyzrkUvvJTTP5TCRfd83 { top:17.1875rem;left:13.5rem;width:11.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAGX2JDsBBDffMWs4upnLamRrJBznPuu { top:23.5rem;left:0rem;width:13.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwGBU51ObJpie7rJ5tqvV2OpFBGsKNz { top:15.1875rem;left:0rem;width:4.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #klcVfUf5A8Gdy8dbIAXN42UazGE4wSs7 { top:29.25rem;left:0rem;width:14.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTCRoThrvBXJqs5LIsOIDm9LdKUwI0u { top:23.375rem;left:4.375rem;width:15.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQxH3A6WAzKZUZx3rG6LXXkq6yUtriz { top:23rem;left:20.875rem;width:21.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrgKMA9xUxSGrKJSlkSBFTcafw0BKnzo { top:28.5625rem;left:21.75rem;width:10.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsGZMgC7yKr3xbmVhIQioxXpcvAo8WvK { top:16.6875rem;left:39.3125rem;width:8.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvAT87dh3Tlsif5bXKqDbeVRb9302rVP { top:29rem;left:5.625rem;width:13.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNVf0PVREU0M7NsoSPVFWz8dlSS99Ue { top:21.875rem;left:36.625rem;width:11.125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLVR7NBbmsKkGgurDCsUTZl5TFCckc17 { top:28.6875rem;left:34.09375rem;width:11.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE { display:block; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW6S0Dzu5EcAInq9DhQzEeqIUblZGsWR { width:46.8125rem;height:7.75rem;top:13.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMD6BsqWRzkkBvOuQUUH2vp3Tf6mWV29 { width:7.875rem;height:7.8125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrAAPsBuQ7CUtN1RK93dCkpxzzlmQSy0 { width:44.625rem;height:6.75rem;top:14.4375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd6eq9ED0S50RKyHWGw49OxDG0cwQCgx { width:13.75rem;height:9.375rem;top:16.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWbSHEJKd6RX3hFOFQIEUHlxUQ6SpbZb { width:12.5rem;height:1.4375rem;top:22.5rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTnaABJidED91p0RByiIFvSfyBD3emm { width:46.8125rem;height:7.75rem;top:26.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkUHkFAZTZggLA05DnlRVgBCmgwPlv6r { width:7.8125rem;height:7.8125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1gTSm7NKdBhIQvhsHRG5kkhvNqskwZ { width:44.125rem;height:5.0625rem;top:28.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL99PwfLeQUqBy1oQxh2vDgp8aNPRCRN { width:13.75rem;height:9.375rem;top:29.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdUVHh4BJmL0gDSnNc4yLOfXpEwla25 { width:12.5rem;height:1.4375rem;top:35.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTabL69PZVU95I9RLTdkCrqRfd0HKIkp { width:47.75rem;height:39rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIPTvoZ2d96Vs54nhsA7mARCSoTdqEh { width:47.75rem;height:2.875rem;top:7.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH { display:block; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGC2D683hs4gQLO5LQwT1PUIPs1PD4dS { top:14.0625rem;left:6.65625rem;width:34.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFI4NBmrk229ezp5NXwAVOmbpZBCsCTG { top:19.0625rem;left:21.4375rem;width:4.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKNKSArc7MJornTA0hvpqOw0keJ6TQy { top:7.625rem;left:19.71875rem;width:8.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxvZvg87qcc8MJL1x5mAe58y4a1gHo4 { top:1rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDO7wUs1XgTWGbeGGUqrmxBbXS8DmgzZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { position:relative;z-index:auto;background-color:#bbddf8;background-image:none;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KazOhAFPn1IeTRO995urgSX0hpJkZ8Ri { width:4.75rem;height:2.5rem;top:1.65625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plSTJOnonniQnFJEfnSUuMPI58JJOyW2 { top:12.23046875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7D0A05EKDt2QP6JAThV4lTR47nfGfcI { display:block; }
 }@media only screen and (max-width: 763px) { #wGMFKacM5rBeFphTXMypQb5pesrR9C3s { width:20rem;height:4.3984375rem;top:4.96875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14c038fd-121b-4d69-92aa-a752107d76ee/LaTourdePeilzlakeside1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:20rem;height:1.5rem;top:10.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:17.375rem;height:12.796875rem;top:24.79052734375rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:17.125rem;height:2.5625rem;top:41.125rem;left:1.4375rem;font-size:1.1875rem;background-color:#bbddf8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#001e64;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:17.125rem;height:2.625rem;top:44.2607421875rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #JQlzCqy83eADID9tJFzKac7EvNQU9ONq { width:1.875rem;height:1.875rem;top:2.71875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM2fXJQIZfh9ln22ADHixmMIhMUutLbG { width:18.4375rem;height:9.0625rem;top:13.875rem;left:0.78125rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iptf9SLJzZcRmzRKJTe14M0SmUH4HUMV { width:3.9375rem;height:2.0625rem;top:2.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJu0BOEcKdDVKQVzCHaStrRTZENU4fxi { width:13.3125rem;height:1.19970625rem;top:5.3125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WaSqDsNkTPB1u4zFIE1xyOU7rSB8pKDU { width:20rem;height:55.6875rem;top:1.58251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytcnwcVTyGLTLVwnbDtITHdP1GdnOdZ { width:6.4375rem;height:8rem;top:53.0615234375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQt1RJmeozwJtFhS4StAtHVz6nglmzol { width:6.3125rem;height:7.875rem;top:53.1240234375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { width:15rem;height:1.29980625rem;top:4.25rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:13.5rem;height:3.673825rem;top:5.6875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { width:0.0625rem;height:13.75rem;top:60.025rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:15rem;height:3.673825rem;top:13.00390625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { width:15rem;height:1.29980625rem;top:11.3916015625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { width:15rem;height:6.12305rem;top:31.84765625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { width:15rem;height:1.29980625rem;top:30.3603515625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:15rem;height:6.12305rem;top:21.13671875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { width:15rem;height:1.29980625rem;top:19.423828125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOp8KPkXq9w4yd4LnpctHutBwQaTKTki { display:flex;width:1.5625rem;height:1.5625rem;top:69.57421875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { display:flex;width:2.625rem;height:2.625rem;top:3.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { display:flex;width:2.8125rem;height:2.8125rem;top:10.6357421875rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { display:flex;width:2.25rem;height:2.25rem;top:18.94921875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { display:flex;width:2.4375rem;height:2.4375rem;top:29.7919921875rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #mA8lSXkpygKBQg2h07sRw4Mg3nVAIwNT { width:17.375rem;height:10.1875rem;top:40.76171875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arysDUoKb2a0XKK5c7qHHEhApB6BgNcA { width:17.375rem;height:11.3125rem;top:51.63671875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU3HNsBIoV8ufJfLEO5bBwI0CXvJksSU { width:17.4375rem;height:10.625rem;top:63.63671875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX { display:block; }#FxS4Dw0cc6lBOVxrkOPF2drnwdy8ElGX > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ { background-color:transparent;background-image: -webkit-linear-gradient(75deg, #5d92ff, #000859);background-image: -moz-linear-gradient(75deg, #5d92ff, #000859);background-image: -ms-linear-gradient(75deg, #5d92ff, #000859);background-image: -o-linear-gradient(75deg, #5d92ff, #000859);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#000859' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#000859' );";background-image: linear-gradient(75deg, #5d92ff, #000859);background-size:cover !important;display:block; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container { background-color: transparent; background-image: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container > .video-iframe-container { display: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row > .video-iframe-container { display: none; }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .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); }#Nu5oPBJoOOMSXGdGzqimt5Wz7THK96vZ > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA7e63ZDIwxKbWRPuVvVPpswPzRw6fpt { width:20rem;height:91.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcDCauPUiKFJy4Kkr1F5fHNzGLuHPS3U { width:20rem;height:1.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFmbtoNJlTlMHWAIBznSRriHZG3B5S4x { width:16.9375rem;height:36.5rem;top:42.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd { display:block; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd { background-color: transparent; background-image: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container > .video-iframe-container { display: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row > .video-iframe-container { display: none; }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .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); }#UeGLQHdGyatbui5C8XQFAxS4TVHQ7rUd > .row .container { width:20rem;height:112.375rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhBH3OIyKheRTE8r9iruHUSG6wbhdBfK { width:20rem;height:2.5996125rem;top:1.8369140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#001e64;display:block; }
 }@media only screen and (max-width: 763px) { #ivvf2MRK6OOxVNV8MzPBaThymaCmmRNR { width:16.9375rem;height:6.5rem;top:6.8115234375rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGC6I2DbIZeK85OJcipsXdrsLvSKr9TM { width:20rem;height:53.8125rem;top:55.7177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWIvOpcxRSalXVlJlailDLUqMoeE6JEx { width:20rem;height:47.625rem;top:5.6552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehX4NkunkHRJaFio5ubFNIrT9KWFdXUZ { width:7.5625rem;height:3.65625rem;top:29.7021484375rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgqdWP2b6iw2RGSXhvgmfrku2bbCyB9D { display:flex;width:1.875rem;height:1.875rem;top:15.7490234375rem;left:3.90625rem; }
 }@media only screen and (max-width: 763px) { #dA6BGEdVIvw4230ANvGpBQ4DX9k0ntKX { width:6.25rem;height:2.4375rem;top:17.7490234375rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMIUliEbrk7AtJgcss9xLS8ADqMdaXbU { display:flex;width:1.875rem;height:1.875rem;top:15.7490234375rem;left:13.53125rem; }
 }@media only screen and (max-width: 763px) { #STVxsnXfJ6tSrMGBk9A1asXhtSk3TTuR { width:9.625rem;height:2.4375rem;top:17.6240234375rem;left:9.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCuxTEXDqRlPpTZ5bq9bPhJyAv8PNdUu { display:flex;width:1.875rem;height:1.875rem;top:21.8115234375rem;left:13.53125rem; }
 }@media only screen and (max-width: 763px) { #qFQxi3ahmgQ5atq4zAhCyu6shTWMr1Zy { width:8.375rem;height:2.4375rem;top:23.7490234375rem;left:10.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmqTNqboc0X7ntB1TOJqRwSczvfAencL { display:flex;width:1.875rem;height:1.875rem;top:21.8115234375rem;left:3.90625rem; }
 }@media only screen and (max-width: 763px) { #T56wvlNbiWoTCOtyZByVRJaCHXNqtTG0 { width:6.625rem;height:2.4375rem;top:23.6865234375rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqMcQu3o5GPu6sGCTVVxPdKJBMT4QtcI { display:flex;width:1.875rem;height:1.875rem;top:27.5302734375rem;left:3.90625rem; }
 }@media only screen and (max-width: 763px) { #ZgVdInCLr5b7S43qDmv74cHmcvacAETt { width:6.1875rem;height:3.65625rem;top:29.7021484375rem;left:11.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTHO3EM3GpEur1dqueIHUElXgPVGxnJ9 { display:flex;width:1.6875rem;height:1.6875rem;top:27.6240234375rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #NeGqXkFFXo4FiAXWXxDR1V2gKMX79gUq { width:16.8125rem;height:8.125rem;top:57.1044921875rem;left:1.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1xgIvF6LHqRH5F0tExHrl2JdLNhQVJx { display:flex;width:1.875rem;height:1.875rem;top:67.3115234375rem;left:3.71875rem; }
 }@media only screen and (max-width: 763px) { #AT6Jz4vQU2LOnfA0sDoNLqVBzACKNDCG { width:6.3125rem;height:2.4375rem;top:69.8115234375rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOVwHrFLzDbxaAv1K7BIgplJ9kdzQC5c { display:flex;width:1.875rem;height:1.875rem;top:67.3115234375rem;left:13.53125rem; }
 }@media only screen and (max-width: 763px) { #hfiuJCdF2sczRMy2fLcUrAEEWRM4dtZr { width:9.625rem;height:2.4375rem;top:69.8115234375rem;left:9.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #nzkVXnQCviTdQnsnR2STeaFlhwKT3xTI { display:flex;width:1.875rem;height:1.875rem;top:74.3115234375rem;left:13.53125rem; }
 }@media only screen and (max-width: 763px) { #ZWudfSasiu1oi46KqaUdFfq8NEEInTAD { width:8.125rem;height:2.4375rem;top:76.4365234375rem;left:10.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2PiOvcpf0kRiBEeV57nmmFQTgAFfJwL { display:flex;width:1.875rem;height:1.875rem;top:81.2177734375rem;left:3.90625rem; }
 }@media only screen and (max-width: 763px) { #HSeyTL9IVFU92R3plpRudvfe5CxRbCxB { width:7.0625rem;height:3.65625rem;top:83.703125rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hym7N776fuaI0VuXbmAGi1qVxDmqL7dv { display:flex;width:1.6875rem;height:1.6875rem;top:81.3115234375rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #ncI3useQ06L8Vc46fy4ebWTFI1HI8vvb { width:6.5rem;height:3.65625rem;top:83.703125rem;left:11.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sd2y2AuyDleuiObpT3XdRi89aeelnX4z { width:6.5rem;height:2.4375rem;top:76.4365234375rem;left:1.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz { width:18.1875rem;height:6.499rem;top:37.81103515625rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#oQ099sOLGB5NkM9t1EIpPeoGRWMVcfzz li:before{  }
 }@media only screen and (max-width: 763px) { #ffZH6RN1JKIH6a5ToqkwtRxM9maykMP4 { width:11.3125rem;height:1.29980625rem;top:35.82421875rem;left:4.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI { width:18.5rem;height:6.499rem;top:93.935546875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#xRnzhg7I3OLmsVXnkptVL9JkD8uTFQzI li:before{  }
 }@media only screen and (max-width: 763px) { #SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB { width:16.1875rem;height:6.499rem;top:100.4345703125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#SKRnMN9Q5Hrp7PnEPsXuGhyNMOhqHTvB li:before{  }
 }@media only screen and (max-width: 763px) { #OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc { width:16.6875rem;height:7.7988125rem;top:44.24755859375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OeSaXx0QFCCy2JCiphUglZQOmXIaxvdc li:before{  }
 }@media only screen and (max-width: 763px) { #VBF5HW87TFvT3VzA8WoPAHwqNyV2Hht4 { display:flex;width:1.75rem;height:1.75rem;top:74.3740234375rem;left:3.96875rem; }
 }@media only screen and (max-width: 763px) { #ooTRmT9pT2y6FaXHSze8iqD7PLHdy2hb { width:14.5625rem;height:1.29980625rem;top:90.2177734375rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm { display:block; }#CnVOTlsN4OHq5w7DPdzvdC3P11wkvcGm > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZhdsJ16080Kn3PGgd6DXrSn28Bi18fO { width:6.9375rem;height:2.03125rem;top:5.63671875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ZSKdk0WnppQWZoD9eIxm262yszlt6Z { width:6.375rem;height:2.5996125rem;top:7.60546875rem;left:2.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnSHOQpUZwqNMn0y6httdxXyGziOXTGC { width:7.5625rem;height:2.5996125rem;top:17.15625rem;left:10.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KB5WhTXKevw0JIzwAwwodzZiqaFCODow { width:5.8125rem;height:2.03125rem;top:15.125rem;left:11.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1hWMrf1ykMWh0Lxy1xMWH31Z8sUplkd { width:8.1875rem;height:2.5996125rem;top:7.60546875rem;left:10.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDbn689U0qN33KIaHehbAbO64CmdX2fM { width:8.625rem;height:2.03125rem;top:5.63671875rem;left:10.40625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqDDmLrMwHD1M1lOvCueWOE8u9gm0Bd3 { width:8.8125rem;height:3.8994125rem;top:17.15625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eK4Q3TnlmnSTr9CIcXrCRh8U06fTNCot { width:6.5rem;height:2.03125rem;top:15.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJhLPsguw9UWebxZyWxhcO5dFl1T8AWy { width:6.25rem;height:0.0625rem;top:8.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCaTaNXStRmvKSCud3N3GMc5mkwIT84x { width:6.25rem;height:0.0625rem;top:20.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0O0N8xok3OcAVXB3mNSqhRqPubkHLbd { width:6.25rem;height:0.0625rem;top:20.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh4JZsNh6wOh0uTSyoWR9TJePbuSkkJ8 { display:flex;width:2.5625rem;height:2.5625rem;top:3.13671875rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #M98ViQu2sshcbKM7mheyUadRfHoRmZmZ { display:flex;width:2.8125rem;height:2.8125rem;top:11.75rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #DlbBfNIovm0ln2R3a1dVelXeCQdF4alW { display:flex;width:2rem;height:2rem;top:3.41796875rem;left:13.71875rem; }
 }@media only screen and (max-width: 763px) { #bXSQdFl1AVtSegKXWxxQ1IZ7RI4SupVm { display:flex;width:2.1875rem;height:2.1875rem;top:12rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #W0I3QL0UCR2otQXP4QsI0VHhuhsTgpLT { width:6.25rem;height:0.0625rem;top:8.875rem;left:2.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 { display:block; }#C2opXJiHRPQolQA8yi5lbXi5thxvmDO5 > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfXpX6MdZtQTkOQfNLNGK7MkTSOSc198 { width:9.875rem;height:4.3994125rem;top:2.5625rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iAFpJu5usOATEm5KOrdIC8cNRB96BdAM { width:18rem;height:1.69921875rem;top:7.75rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PvCfml0PketuXQLmxyOlXmx0W35RFshX { width:18rem;height:13.59375rem;top:11.4375rem;left:1rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #E5hUSv1PygO8HXX5k9CfCK9gGtIVVgAe { width:19.75rem;height:13.5625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP3idNJcq2lKEwZ10lInFavtVBSxhedg { width:19.75rem;height:13.5625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g { display:block; }#doho1Dk8bFSlo9HRwM7A4VIkFozV0Q6g > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGShvsNhLNepKvfocfFA6odNA4gUlEC0 { width:20rem;height:4.875rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvkpNuyL8mJk7KfEfQlx7th7tBwqyUtq { width:4.1875rem;height:2.3125rem;top:15.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FekL4Kt5GCXIVV1pe42hTPyVkrT0sJOH { width:5.5rem;height:3.125rem;top:11.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1IRR5gJZKKLfyzrkUvvJTTP5TCRfd83 { width:6.4375rem;height:1.1875rem;top:16.1875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAGX2JDsBBDffMWs4upnLamRrJBznPuu { width:8.6875rem;height:1.125rem;top:18.974609375rem;left:1.0460526315789rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwGBU51ObJpie7rJ5tqvV2OpFBGsKNz { width:2.9375rem;height:3.9375rem;top:11.09375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klcVfUf5A8Gdy8dbIAXN42UazGE4wSs7 { width:8.0625rem;height:1.3125rem;top:21.724609375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTCRoThrvBXJqs5LIsOIDm9LdKUwI0u { width:9.3125rem;height:1.4375rem;top:18.849609375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQxH3A6WAzKZUZx3rG6LXXkq6yUtriz { width:10.5625rem;height:1.5625rem;top:21.599609375rem;left:1.0458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrgKMA9xUxSGrKJSlkSBFTcafw0BKnzo { width:5.5625rem;height:2rem;top:24.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsGZMgC7yKr3xbmVhIQioxXpcvAo8WvK { width:4.1875rem;height:2rem;top:15.78125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvAT87dh3Tlsif5bXKqDbeVRb9302rVP { width:8.25rem;height:1.6875rem;top:24.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNVf0PVREU0M7NsoSPVFWz8dlSS99Ue { width:6.1875rem;height:3rem;top:26.84375rem;left:3.2333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLVR7NBbmsKkGgurDCsUTZl5TFCckc17 { width:6.75rem;height:2.0625rem;top:27.3125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE { display:block; }#f6RlMpxyF6F2EPkCONaOnpSBOTEXULnE > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW6S0Dzu5EcAInq9DhQzEeqIUblZGsWR { width:20rem;height:17.9375rem;top:18.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMD6BsqWRzkkBvOuQUUH2vp3Tf6mWV29 { width:7.875rem;height:7.8125rem;top:9.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrAAPsBuQ7CUtN1RK93dCkpxzzlmQSy0 { width:18.8125rem;height:13.5rem;top:20.5625rem;left:0.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xd6eq9ED0S50RKyHWGw49OxDG0cwQCgx { width:13.75rem;height:11.75rem;top:27.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWbSHEJKd6RX3hFOFQIEUHlxUQ6SpbZb { width:12.5rem;height:1.29980625rem;top:36.912109375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfTnaABJidED91p0RByiIFvSfyBD3emm { width:20rem;height:11.1875rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkUHkFAZTZggLA05DnlRVgBCmgwPlv6r { width:7.8125rem;height:7.8125rem;top:43.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1gTSm7NKdBhIQvhsHRG5kkhvNqskwZ { width:18.8125rem;height:9rem;top:53.96875rem;left:0.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL99PwfLeQUqBy1oQxh2vDgp8aNPRCRN { width:13.75rem;height:9.375rem;top:57.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABdUVHh4BJmL0gDSnNc4yLOfXpEwla25 { width:12.5rem;height:1.29980625rem;top:64.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTabL69PZVU95I9RLTdkCrqRfd0HKIkp { width:20rem;height:67.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIPTvoZ2d96Vs54nhsA7mARCSoTdqEh { width:20rem;height:2.76220625rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH { position:relative;z-index:auto;background-color:#bbddf8;background-image:none;display:block; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container { background-color: transparent; background-image: none; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container > .video-iframe-container { display: none; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row > .video-iframe-container { display: none; }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .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); }#UFTdDI9dBrCWrFFVct6zEz1ekAFRUEkH > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGC2D683hs4gQLO5LQwT1PUIPs1PD4dS { width:20rem;height:4.79883125rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFI4NBmrk229ezp5NXwAVOmbpZBCsCTG { width:20rem;height:1.3994125rem;top:25.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKNKSArc7MJornTA0hvpqOw0keJ6TQy { width:8.3125rem;height:4.375rem;top:4.8359375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxvZvg87qcc8MJL1x5mAe58y4a1gHo4 { top:12.625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDO7wUs1XgTWGbeGGUqrmxBbXS8DmgzZ { display:block; }
 }