.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b607302a-234b-4f98-aca9-1def6c116c3d/miki_7.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.39); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8f2c2c;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container { background-color: transparent; background-image: none; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container > .video-iframe-container { display: none; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row > .video-iframe-container { display: none; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .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); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container { border-width: 0; border-radius: 0; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#syWsP28d6st8mpOtMEvAGlQKubiWNRlZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.25rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.1875rem;left:34.8125rem;display:block; }
#g61FfnPImBWFaM3qTkid1RrATrEON9Gq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QuGXUdB8vVCW8W0VZT5enCzADUnz0lpf { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8f2c2c, #791d1d);background-image: -moz-linear-gradient(115deg, #8f2c2c, #791d1d);background-image: -ms-linear-gradient(115deg, #8f2c2c, #791d1d);background-image: -o-linear-gradient(115deg, #8f2c2c, #791d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f2c2c', endColorstr='#791d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f2c2c', endColorstr='#791d1d' );";background-image: linear-gradient(115deg, #8f2c2c, #791d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.6875rem;left:56.3125rem;display:block; }
#TyfIBEHdcwDG913UPNLiR5thTtKXzio6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kTiLeTLMJfohlq67pQirGBZbrci8nI4C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#8f2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.21875rem;left:43rem;display:block; }
#SP44XKnPsez7D73JC7TQSep3aGROP0Qa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a2anqpaV1XFOSxd7GSNVWaPe4L5RZWTk { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:16.6875rem;top:0.8125rem;left:2.9636075949367rem;overflow:hidden;display:block; }
#rSFyTIzITvgq7SVKlgfcWTdULwomZaEh { position:absolute;display:block;z-index:100000;background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.3) ;height:6.375rem;width:18.125rem;top:0rem;left:2.25rem;display:block; }
#b2nkpCJIncoH0pW1DWwzheWoiqm0iuDS { position:absolute;display:block;z-index:99999;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;box-shadow: 0rem 0.1875rem 0.25rem rgba(0,0,0,0.21) ;height:4.625rem;width:74.0625rem;top:0rem;left:0.5rem;display:block; }
#uAZQHuheoJEhkIitsTQlvpJOrrNhwHe9 { position:absolute;display:block;z-index:100008;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.0625rem solid #8f2c2c;height:4.625rem;width:0.6875rem;top:0rem;left:0rem;display:block; }
#iG5zFDUsPIDor1bn9roXMeQcZnutp3cH { position:absolute;display:block;z-index:100009;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.0625rem solid #8f2c2c;height:4.625rem;width:0.6875rem;top:0rem;left:74.3125rem;display:block; }
#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container { background-color: transparent; background-image: none; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container > .video-iframe-container { display: none; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row > .video-iframe-container { display: none; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .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); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container { border-width: 0; border-radius: 0; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#oFHEsRrOaQQTwXR4NomqXycRJeL8c0Xh { color:#ffffff;display:block;width:58.375rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.4);top:11.611328125rem;left:8.3125rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cdn9t7EuQWTqhWQmr55WcFbayuFuG2ID { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.77);top:22.435546875rem;left:0rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZkErN9sBwOquJcxkgp2hZZmrtOqdei3n { background-color:#8f2c2c;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 1.625rem rgba(0,0,0,0.4) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:30.1875rem;left:28.34375rem;display:block; }
#SAPnIOyoIJc0Z4pfSayqlVMJJiaOpJpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yXlobsI3nKUNlwcWd8AeqA769PdrIOfC { box-sizing:content-box;color:#e3e3e3;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;text-shadow:0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.57);display:block;z-index:100006;top:39.5rem;left:35.9375rem;display:block; }
#trig48dl3f7z4N82KlKipLd5z0KM4Zsp { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:36.625rem;left:26.1875rem;height:1.29980625rem;display:block; }
#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container { background-color: transparent; background-image: none; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container > .video-iframe-container { display: none; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row > .video-iframe-container { display: none; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .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); }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container { border-width: 0; border-radius: 0; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#GHTPAp0s3CcxP4Qi991Ai4qNGn9BwgpB { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:17.623400688171rem;left:0rem;height:3.8999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RzpnzlXpmDNrUp2Vx4HZK1GnG0LpXrM7 { display:block;width:43.187125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:22.872866630554rem;left:14.779829025269rem;height:2.4746125rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rXK0HSyVqG4ybU4cunCpeOPUTampBQ0L { color:#000000;display:block;width:52.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.25rem;left:10rem;height:8.77148125rem;display:block; }
#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container { background-color: transparent; background-image: none; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container > .video-iframe-container { display: none; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row > .video-iframe-container { display: none; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .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); }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container { border-width: 0; border-radius: 0; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#k0VmxRiRAwP6cQ634VFnLuhIc0tBywPf { color:#000000;display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:8.09375rem;left:1.875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5A7DW6CkhJnUR5Kg55axiqCfDmLxuOh { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:16.25rem;left:0.5rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#ZdA6C0xnOGD6gBvehIOgO23Tw69O5oFS { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:16.25rem;left:19.40625rem;height:11.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7tCteBomlrpCspK9evb5VQTdNb4xs5g { color:#000000;display:block;width:17.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:16.25rem;left:38.34375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#mgpvlJIMERMTJF5JspvuRZIXn4GR48A2 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:17.09375rem;left:58rem;height:6.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hiTlR8yzCzbGLakIuoA33dXpRIxlnKFZ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.09375rem;left:21.65625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g586be3h3tRQePNuMF2WZBpFoZ8IuT9I { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sokPmt5ETl6Xx9ne2582LVFp9qSqFCzT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:58.4375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dDs8UwAXLfDd2rufu22vunDTlpITt2RI { position:absolute;display:block;z-index:100007;background-color:#a4a4a4;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.375rem;width:5rem;top:11.6875rem;left:16.125rem;display:block; }
#XJ7dXZBhPo2cyGZUt8b8V1f8GqoSy3J9 { position:absolute;display:block;z-index:100008;background-color:#a4a4a4;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:0.375rem;width:5rem;top:11.5625rem;left:34.9375rem;display:block; }
#C41IcGeVEPuvk668QJE3o1imhKxlflRS { position:absolute;display:block;z-index:100008;background-color:#a4a4a4;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;height:0.375rem;width:5rem;top:11.75rem;left:34.9375rem;display:none; }
#xwZ9VvWH0Duuc1J1v5CgHtP2MvnOe5Xz { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.4375rem;left:4.8125rem;overflow:hidden;display:block; }
#BKFXTx0B8nT3aV6NseKQaU7T3hBHVv7X { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.4375rem;left:24.9375rem;overflow:hidden;display:block; }
#H81NL4pxQbeJLPTN8MgkNbluwTiQLH4w { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:2.4375rem;left:44.375rem;overflow:hidden;display:block; }
#ZyZiR4qwlgvDAxdKa8ru8meeN3Qp3Crk { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:3.15625rem;left:65.9375rem;overflow:hidden;display:block; }
#AxONexLesW7X3ahFPApBF0pd6aIVfOqt { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.26);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;height:29.4375rem;width:18.8125rem;top:0rem;left:56.1875rem;display:block; }
#DKp2Dxbd9pstI8iBkCUxU0Gvb7pDRvxV { box-sizing:content-box;color:#000000;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:4rem;left:59.1875rem;display:block; }
#Ir8iKUyMF9eDQ173I95qAGJeklZPcWzh { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:23.1875rem;left:0.5rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#lTXgcTduDOEFzRI68vnwVv3pplIs8cTG { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.35);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;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.42) ;height:29.4375rem;width:56.25rem;top:0rem;left:0rem;display:block; }
#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72a633a0-f974-400f-a821-a67895d713a8/DnS9_nologo_fade.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU.adaptive-delivery-prevent-bg, #ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU.lazyload, #ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU.lazyloading { background-image: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container { background-color: transparent; background-image: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container > .video-iframe-container { display: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row > .video-iframe-container { display: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .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); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container { border-width: 0; border-radius: 0; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container { width:75rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#bXOzt9DcUTMrDxmkqrHvRqFpyi8WRPfS { display:block;width:42.0625rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX { display:block;width:40.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:14.73828125rem;left:0rem;height:;color:#000000;font-style:normal;display:block; }#nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX li:before{  }
#i2qtNKLlr1SMqcuuGJwqNzo97DGglxiC { background-color:#8f2c2c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:29.3125rem;left:0rem;display:block; }
#zbQVIdtmmtSm0FDnSN5FJNGt6o7oaPL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TWuCKS3Ln1qvD8WPptNQa8N56hUWTF5g { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container { background-color: transparent; background-image: none; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container > .video-iframe-container { display: none; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row > .video-iframe-container { display: none; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .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); }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container { border-width: 0; border-radius: 0; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#UExTCv7zUsuVr4t1iuBAsTKa8z8yeIpf { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.2302093505859rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Ow59czr7hAyl8I0gHWud9R6fIVAkt2De { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.6875rem;width:35.3125rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
#X0g9DxH372LiRQfumHrLFvrLRUty551v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container { background-color: transparent; background-image: none; }#X0g9DxH372LiRQfumHrLFvrLRUty551v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container > .video-iframe-container { display: none; }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row > .video-iframe-container { display: none; }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .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); }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container { border-width: 0; border-radius: 0; }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#yyPwKatXdzTvtRPrLJcxgZSyRPiZTgtP { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.875rem;left:37.5rem;height:5.3613375rem;text-align:center;text-align-last:center;display:block; }
#KuMXTHnuAfdJpCIanQqX7JkyiGVL9Tv8 { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9rem;left:37.5rem;height:7.14845rem;text-align:center;text-align-last:center;display:block; }
#SGnJDqNncnB099pqlfLzGnlM79tcJsih { color:#000000;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:19.0625rem;left:37.5rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container { background-color: transparent; background-image: none; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container > .video-iframe-container { display: none; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row > .video-iframe-container { display: none; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .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); }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container { border-width: 0; border-radius: 0; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#uobWJ0sD1X777TCGxLtkgcK69OrImJuU { display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#vOzQMsP0G6D1vgbOXqXRyBZWyAa2wGBX { display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#nng0gIu1SLt2TJPv3Ma9RPXWNENrOKe3 { background-color:#8f2c2c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:16.5rem;left:25.5rem;display:block; }
#sgJ3PNATxxEdyvHCTCF9BrxUHTduxFPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G7K7zRFhthyPLCHSRbav37RDsiuTTqRP { 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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:21.125rem;left:25.5rem;display:block; }
#C6bTOcmAuv7xCTkmRRPoSTQq42IvvTql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo { border-top:0.3125rem solid #8f2c2c;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container { background-color: transparent; background-image: none; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container > .video-iframe-container { display: none; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row > .video-iframe-container { display: none; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .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); }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container { border-width: 0; border-radius: 0; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#oTKfuucGVadltfFxslwL2SEkkXTxRdyF { position:absolute;display:block;z-index:100003;background-color:#8f2c2c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.6875rem;left:55.75rem;display:block; }
#a99cUkstbT95mnBr4gCAA3Nx5uF1Gxtt { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:15.25rem;left:56.3125rem;display:block; }
#MmZSVtNrIEPOuTHiqlI49s4UapIJtDeg { position:absolute;display:block;z-index:100005;background-color:#8f2c2c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.6875rem;left:60rem;display:block; }
#Qol6RcIiAMsiUT2xS1wTKlunavwObK0x { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:15.25rem;left:60.4375rem;display:block; }
#rbxkRzFq3JSUbE5I4c28AhE3NT0NsVGp { position:absolute;display:block;z-index:100007;background-color:#8f2c2c;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.6875rem;left:64.3125rem;display:block; }
#NTzUPTmWqoxEMMlWocH5H8g6H9D8tkkT { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:15.1875rem;left:64.8125rem;display:block; }
#iOqRQ3xUGVrw8xzVrrWv7eDhd3ev6gLc { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7.5rem;height:3.67383125rem;font-style:normal;display:block; }
#kan3kwfPOXrpBrvIeF9HTbIrL8TbTVa3 { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:60.25rem;height:2.449225rem;font-style:normal;display:block; }
#gynUCNiKpS3mN2GlMDJik4ka1qfwybm8 { position:absolute;display:block;z-index:100015;background-color:#000000;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;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#F6ENCJ4cl9T7yd25N7CBa4bsl1TTRhDe { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:6.21875rem;left:58rem;display:block; }
#KtoZug1oGJsJvKeRas79ELnWVTxDRt3s { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:8.541015625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#baMqoGbhNwwZAg83tAOZA91bPEJEV1Rb { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.171875rem;left:32.25rem;display:block; }
#yxxcZJxkfXSmm8lPhlg5J77exTm9vHHA { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#dto43p9qC0pvn9dpHINrX7ESXRi6WuOP { box-sizing:content-box;color:#000000;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.6875rem;left:32.1875rem;display:block; }
#frTa5br9rMMcTZxatV5yz7SRO18fL4TL { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:13.4375rem;left:55.75rem;height:1.05025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Qr7qBP9whGIFoyL57A55LPNavQVOl99f { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.05025rem;font-style:normal;display:block; }
#rkL4peIehwQZSoqOm8qKHSUzN5nGqz58 { position:absolute;display:block;z-index:100016;background-color:#000000;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;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#d6VMboWG71SzaoOxt9Itckwz6XcPZ7tm { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:11.25rem;top:1.3623046875rem;left:7.5rem;overflow:hidden;display:block; }
#kbQCXDwZsHBROqOLSLdUyH1Vlvd81lEw { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;top:8.48046875rem;left:42.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#vWkyNUtQxT0shnroda9yORInRFDMgT2y { color:#000000;display:block;width:0.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:8.4462890625rem;left:41rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpksaIA2dPqvHSnE9KF60vXELJHtgTpB { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:15.16796875rem;left:7.5rem;height:2.0996125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK { display:block; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syWsP28d6st8mpOtMEvAGlQKubiWNRlZ { width:7.125rem;height:2.25rem;top:1.1875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g61FfnPImBWFaM3qTkid1RrATrEON9Gq { display:block; }
 }@media only screen and (max-width: 763px) { #QuGXUdB8vVCW8W0VZT5enCzADUnz0lpf { width:18.0625rem;height:3.25rem;top:0.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfIBEHdcwDG913UPNLiR5thTtKXzio6 { display:block; }
 }@media only screen and (max-width: 763px) { #kTiLeTLMJfohlq67pQirGBZbrci8nI4C { width:12.4375rem;height:2.1875rem;top:1.1875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP44XKnPsez7D73JC7TQSep3aGROP0Qa { display:block; }
 }@media only screen and (max-width: 763px) { #a2anqpaV1XFOSxd7GSNVWaPe4L5RZWTk { width:16.6875rem;height:5.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSFyTIzITvgq7SVKlgfcWTdULwomZaEh { top:0rem;left:0rem;width:18.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2nkpCJIncoH0pW1DWwzheWoiqm0iuDS { top:0rem;left:0rem;width:47.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAZQHuheoJEhkIitsTQlvpJOrrNhwHe9 { top:0rem;left:0rem;width:0.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5zFDUsPIDor1bn9roXMeQcZnutp3cH { top:0rem;left:47.0625rem;width:0.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpcSm02TxTWaASCMEv8gEJwFCptLkO1h { display:block; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFHEsRrOaQQTwXR4NomqXycRJeL8c0Xh { width:47.75rem;height:;top:11.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdn9t7EuQWTqhWQmr55WcFbayuFuG2ID { width:47.75rem;height:4.375rem;top:22.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkErN9sBwOquJcxkgp2hZZmrtOqdei3n { width:18.3125rem;height:3.75rem;top:30.1875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAPnIOyoIJc0Z4pfSayqlVMJJiaOpJpK { display:block; }
 }@media only screen and (max-width: 763px) { #yXlobsI3nKUNlwcWd8AeqA769PdrIOfC { top:39.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trig48dl3f7z4N82KlKipLd5z0KM4Zsp { top:36.625rem;left:12.5625rem;width:22.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV { display:block; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHTPAp0s3CcxP4Qi991Ai4qNGn9BwgpB { top:17.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpnzlXpmDNrUp2Vx4HZK1GnG0LpXrM7 { width:43.125rem;height:2.4375rem;top:22.8125rem;left:1.1548290252686rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXK0HSyVqG4ybU4cunCpeOPUTampBQ0L { top:2.25rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8pQA6B81JsG99RbL3DC0fcPGilu4BZq { display:block; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0VmxRiRAwP6cQ634VFnLuhIc0tBywPf { width:12.875rem;height:7.3125rem;top:8.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5A7DW6CkhJnUR5Kg55axiqCfDmLxuOh { width:17.6875rem;height:6.75rem;top:16.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdA6C0xnOGD6gBvehIOgO23Tw69O5oFS { width:17.4375rem;height:11.8125rem;top:16.25rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7tCteBomlrpCspK9evb5VQTdNb4xs5g { width:17.25rem;height:6.75rem;top:16.25rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgpvlJIMERMTJF5JspvuRZIXn4GR48A2 { width:15.25rem;height:6.75rem;top:17.0625rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiTlR8yzCzbGLakIuoA33dXpRIxlnKFZ { width:12.9375rem;height:7.3125rem;top:8.0625rem;left:10.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g586be3h3tRQePNuMF2WZBpFoZ8IuT9I { width:12.5rem;height:4.875rem;top:9.3125rem;left:23.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sokPmt5ETl6Xx9ne2582LVFp9qSqFCzT { width:14.375rem;height:4.875rem;top:9.3125rem;left:33.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDs8UwAXLfDd2rufu22vunDTlpITt2RI { top:11.6875rem;left:6.9375rem;width:5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ7dXZBhPo2cyGZUt8b8V1f8GqoSy3J9 { top:11.5625rem;left:18.875rem;width:5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C41IcGeVEPuvk668QJE3o1imhKxlflRS { top:11.75rem;left:18.875rem;width:5rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwZ9VvWH0Duuc1J1v5CgHtP2MvnOe5Xz { top:2.4375rem;left:1.40625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKFXTx0B8nT3aV6NseKQaU7T3hBHVv7X { top:2.4375rem;left:14.71875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H81NL4pxQbeJLPTN8MgkNbluwTiQLH4w { top:2.4375rem;left:27.34375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZiR4qwlgvDAxdKa8ru8meeN3Qp3Crk { top:3.125rem;left:42.09375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxONexLesW7X3ahFPApBF0pd6aIVfOqt { top:0rem;left:17rem;width:18.8125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKp2Dxbd9pstI8iBkCUxU0Gvb7pDRvxV { top:4rem;left:35.8125rem;width:3.5rem;height:3.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8iKUyMF9eDQ173I95qAGJeklZPcWzh { width:17.6875rem;height:1.3125rem;top:23.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXgcTduDOEFzRI68vnwVv3pplIs8cTG { top:0rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU { display:block; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXOzt9DcUTMrDxmkqrHvRqFpyi8WRPfS { width:42.0625rem;height:;top:3.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX { width:40.875rem;height:;top:14.6875rem;left:0rem;font-size:1rem;display:block; }#nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX li:before{  }
 }@media only screen and (max-width: 763px) { #i2qtNKLlr1SMqcuuGJwqNzo97DGglxiC { width:20.375rem;height:3.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbQVIdtmmtSm0FDnSN5FJNGt6o7oaPL6 { display:block; }
 }@media only screen and (max-width: 763px) { #TWuCKS3Ln1qvD8WPptNQa8N56hUWTF5g { display:none; }
 }@media only screen and (max-width: 763px) { #l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX { display:block; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UExTCv7zUsuVr4t1iuBAsTKa8z8yeIpf { top:2.1875rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow59czr7hAyl8I0gHWud9R6fIVAkt2De { top:4.1875rem;left:0rem;width:35.3125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0g9DxH372LiRQfumHrLFvrLRUty551v { display:block; }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyPwKatXdzTvtRPrLJcxgZSyRPiZTgtP { top:1.875rem;left:10.3125rem;width:37.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuMXTHnuAfdJpCIanQqX7JkyiGVL9Tv8 { top:9rem;left:10.25rem;width:37.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnJDqNncnB099pqlfLzGnlM79tcJsih { top:19.0625rem;left:10.25rem;width:37.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raRIZkDZJ9QhUeUFATItQsd3krXV0v5W { display:block; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uobWJ0sD1X777TCGxLtkgcK69OrImJuU { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzQMsP0G6D1vgbOXqXRyBZWyAa2wGBX { width:47.75rem;height:2.0625rem;top:12.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nng0gIu1SLt2TJPv3Ma9RPXWNENrOKe3 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJ3PNATxxEdyvHCTCF9BrxUHTduxFPM { display:block; }
 }@media only screen and (max-width: 763px) { #G7K7zRFhthyPLCHSRbav37RDsiuTTqRP { width:21.6875rem;height:3.625rem;top:21.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6bTOcmAuv7xCTkmRRPoSTQq42IvvTql { display:block; }
 }@media only screen and (max-width: 763px) { #EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo { display:block; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTKfuucGVadltfFxslwL2SEkkXTxRdyF { top:14.6875rem;left:42.125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a99cUkstbT95mnBr4gCAA3Nx5uF1Gxtt { top:15.25rem;left:42.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmZSVtNrIEPOuTHiqlI49s4UapIJtDeg { top:14.6875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qol6RcIiAMsiUT2xS1wTKlunavwObK0x { top:15.25rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxkRzFq3JSUbE5I4c28AhE3NT0NsVGp { top:14.6875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzUPTmWqoxEMMlWocH5H8g6H9D8tkkT { top:15.1875rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOqRQ3xUGVrw8xzVrrWv7eDhd3ev6gLc { top:6.3125rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kan3kwfPOXrpBrvIeF9HTbIrL8TbTVa3 { top:6rem;left:40.4375rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynUCNiKpS3mN2GlMDJik4ka1qfwybm8 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ENCJ4cl9T7yd25N7CBa4bsl1TTRhDe { top:6.1875rem;left:44.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtoZug1oGJsJvKeRas79ELnWVTxDRt3s { top:8.5rem;left:21.375rem;width:5.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baMqoGbhNwwZAg83tAOZA91bPEJEV1Rb { top:8.125rem;left:18.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxxcZJxkfXSmm8lPhlg5J77exTm9vHHA { top:6.0625rem;left:21.375rem;width:14.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dto43p9qC0pvn9dpHINrX7ESXRi6WuOP { top:5.6875rem;left:18.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTa5br9rMMcTZxatV5yz7SRO18fL4TL { top:13.4375rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr7qBP9whGIFoyL57A55LPNavQVOl99f { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkL4peIehwQZSoqOm8qKHSUzN5nGqz58 { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6VMboWG71SzaoOxt9Itckwz6XcPZ7tm { top:1.3125rem;left:0rem;width:11.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbQCXDwZsHBROqOLSLdUyH1Vlvd81lEw { top:8.4375rem;left:28.8125rem;width:5.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWkyNUtQxT0shnroda9yORInRFDMgT2y { top:8.4375rem;left:27.375rem;width:0.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpksaIA2dPqvHSnE9KF60vXELJHtgTpB { top:15.125rem;left:0rem;width:19.875rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7dccc56-87bc-48d2-a27e-ee92effa9fc8/Bagatela11_nologo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container { background-color: transparent; background-image: none; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container > .video-iframe-container { display: none; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row > .video-iframe-container { display: none; }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .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); }#RVX5WIGPSd6bfFqW4T9AAvx1iTRFCDmK > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syWsP28d6st8mpOtMEvAGlQKubiWNRlZ { width:7.375rem;height:2.1875rem;top:3.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g61FfnPImBWFaM3qTkid1RrATrEON9Gq { display:block; }
 }@media only screen and (max-width: 763px) { #QuGXUdB8vVCW8W0VZT5enCzADUnz0lpf { width:18.75rem;height:2.125rem;top:8.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfIBEHdcwDG913UPNLiR5thTtKXzio6 { display:block; }
 }@media only screen and (max-width: 763px) { #kTiLeTLMJfohlq67pQirGBZbrci8nI4C { width:12.6875rem;height:2.1875rem;top:6.0625rem;left:3.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP44XKnPsez7D73JC7TQSep3aGROP0Qa { display:block; }
 }@media only screen and (max-width: 763px) { #a2anqpaV1XFOSxd7GSNVWaPe4L5RZWTk { width:10.25rem;height:3.1875rem;top:0.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSFyTIzITvgq7SVKlgfcWTdULwomZaEh { width:20rem;height:8.3125rem;top:18.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2nkpCJIncoH0pW1DWwzheWoiqm0iuDS { width:20rem;height:4.625rem;top:12.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAZQHuheoJEhkIitsTQlvpJOrrNhwHe9 { width:0.6875rem;height:4.625rem;top:12.25rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iG5zFDUsPIDor1bn9roXMeQcZnutp3cH { width:0.6875rem;height:4.625rem;top:12.25rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpcSm02TxTWaASCMEv8gEJwFCptLkO1h { background-color:transparent;background-image:none;display:block; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container { background-color: transparent; background-image: none; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container > .video-iframe-container { display: none; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row > .video-iframe-container { display: none; }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .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); }#IpcSm02TxTWaASCMEv8gEJwFCptLkO1h > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFHEsRrOaQQTwXR4NomqXycRJeL8c0Xh { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdn9t7EuQWTqhWQmr55WcFbayuFuG2ID { width:20rem;height:4.798825rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkErN9sBwOquJcxkgp2hZZmrtOqdei3n { width:14.375rem;height:3.75rem;top:18.29785rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAPnIOyoIJc0Z4pfSayqlVMJJiaOpJpK { display:block; }
 }@media only screen and (max-width: 763px) { #yXlobsI3nKUNlwcWd8AeqA769PdrIOfC { width:3.125rem;height:3.125rem;top:27.6591796875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trig48dl3f7z4N82KlKipLd5z0KM4Zsp { width:20rem;height:2.5996125rem;top:24.046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV { display:block; }#a4LIxVTS1XA8VFfmVmhslpHhWbwxPpxV > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHTPAp0s3CcxP4Qi991Ai4qNGn9BwgpB { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpnzlXpmDNrUp2Vx4HZK1GnG0LpXrM7 { width:20rem;height:5.2246125rem;top:11.8984375rem;left:0rem;font-size:1.375rem;line-height:1.9;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rXK0HSyVqG4ybU4cunCpeOPUTampBQ0L { width:20rem;height:17.54294375rem;top:18.123046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8pQA6B81JsG99RbL3DC0fcPGilu4BZq { display:block; }#t8pQA6B81JsG99RbL3DC0fcPGilu4BZq > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0VmxRiRAwP6cQ634VFnLuhIc0tBywPf { width:13.625rem;height:7.7988125rem;top:1.9365234375rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5A7DW6CkhJnUR5Kg55axiqCfDmLxuOh { width:18.0625rem;height:6.75rem;top:10.5625rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdA6C0xnOGD6gBvehIOgO23Tw69O5oFS { width:18.6875rem;height:11.8125rem;top:29.90625rem;left:0.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h7tCteBomlrpCspK9evb5VQTdNb4xs5g { width:17.6875rem;height:6.75rem;top:51.6240234375rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mgpvlJIMERMTJF5JspvuRZIXn4GR48A2 { width:17.875rem;height:6.75rem;top:74.0625rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hiTlR8yzCzbGLakIuoA33dXpRIxlnKFZ { width:12.5rem;height:7.7988125rem;top:21.2734375rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g586be3h3tRQePNuMF2WZBpFoZ8IuT9I { width:12.5rem;height:5.19921875rem;top:45.6865234375rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sokPmt5ETl6Xx9ne2582LVFp9qSqFCzT { width:12.3125rem;height:5.0371125rem;top:67.5rem;left:0.75rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDs8UwAXLfDd2rufu22vunDTlpITt2RI { width:5rem;height:0.375rem;top:75.419532775881rem;left:7.5000003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJ7dXZBhPo2cyGZUt8b8V1f8GqoSy3J9 { width:5rem;height:0.375rem;top:18.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C41IcGeVEPuvk668QJE3o1imhKxlflRS { width:5rem;height:0.375rem;top:43.3115234375rem;left:7.5rem;z-index:100009;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwZ9VvWH0Duuc1J1v5CgHtP2MvnOe5Xz { width:4.75rem;height:4.75rem;top:2.3740234375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKFXTx0B8nT3aV6NseKQaU7T3hBHVv7X { width:3.75rem;height:3.75rem;top:22.6484375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H81NL4pxQbeJLPTN8MgkNbluwTiQLH4w { width:3.9375rem;height:3.9375rem;top:46.3173828125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyZiR4qwlgvDAxdKa8ru8meeN3Qp3Crk { width:4.3125rem;height:4.3125rem;top:67.8623046875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxONexLesW7X3ahFPApBF0pd6aIVfOqt { width:20rem;height:20.5rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKp2Dxbd9pstI8iBkCUxU0Gvb7pDRvxV { width:3.5rem;height:3.5rem;top:63.0625rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir8iKUyMF9eDQ173I95qAGJeklZPcWzh { width:14.0625rem;height:1.3125rem;top:17.3125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTXgcTduDOEFzRI68vnwVv3pplIs8cTG { width:20rem;height:61.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/72a633a0-f974-400f-a821-a67895d713a8/DnS9_nologo_fade.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU.adaptive-delivery-prevent-bg, #ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU.lazyload, #ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU.lazyloading { background-image: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container { background-color: transparent; background-image: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container > .video-iframe-container { display: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row > .video-iframe-container { display: none; }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .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); }#ZLvXmbg28v0R5h6y4AT9CPGBlLoghIwU > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXOzt9DcUTMrDxmkqrHvRqFpyi8WRPfS { width:18.75rem;height:7.3125rem;top:4.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX { width:18.75rem;height:13.920875rem;top:11.2822265625rem;left:0.625rem;font-size:1rem;line-height:1.9;color:#000000;display:block; }#nOkhz7SCs5ai30Asz5bNAlSoNcXXy6rX li:before{  }
 }@media only screen and (max-width: 763px) { #i2qtNKLlr1SMqcuuGJwqNzo97DGglxiC { width:16.0625rem;height:3.625rem;top:23.30859375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbQVIdtmmtSm0FDnSN5FJNGt6o7oaPL6 { display:block; }
 }@media only screen and (max-width: 763px) { #TWuCKS3Ln1qvD8WPptNQa8N56hUWTF5g { top:2.25rem;left:0rem;width:20rem;height:25.1875rem;z-index:100000;background-color:rgba(255,255,255,0.53);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX { display:block; }#l0Dv59ERZsH4vO7BtfTRyzw1RyI2U5hX > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UExTCv7zUsuVr4t1iuBAsTKa8z8yeIpf { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ow59czr7hAyl8I0gHWud9R6fIVAkt2De { width:20rem;height:15.6806875rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0g9DxH372LiRQfumHrLFvrLRUty551v { display:block; }#X0g9DxH372LiRQfumHrLFvrLRUty551v > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyPwKatXdzTvtRPrLJcxgZSyRPiZTgtP { width:17.1875rem;height:5.3613375rem;top:1.25rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuMXTHnuAfdJpCIanQqX7JkyiGVL9Tv8 { width:18.75rem;height:7.14845rem;top:7.86035rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnJDqNncnB099pqlfLzGnlM79tcJsih { width:20rem;height:3.8984375rem;top:16.2578125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raRIZkDZJ9QhUeUFATItQsd3krXV0v5W { display:block; }#raRIZkDZJ9QhUeUFATItQsd3krXV0v5W > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uobWJ0sD1X777TCGxLtkgcK69OrImJuU { width:18.75rem;height:7.19825rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vOzQMsP0G6D1vgbOXqXRyBZWyAa2wGBX { width:17.25rem;height:3.25rem;top:10.359375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nng0gIu1SLt2TJPv3Ma9RPXWNENrOKe3 { width:19rem;height:3.625rem;top:16.234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJ3PNATxxEdyvHCTCF9BrxUHTduxFPM { display:block; }
 }@media only screen and (max-width: 763px) { #G7K7zRFhthyPLCHSRbav37RDsiuTTqRP { width:18.875rem;height:3.625rem;top:20.484375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6bTOcmAuv7xCTkmRRPoSTQq42IvvTql { display:block; }
 }@media only screen and (max-width: 763px) { #EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo { display:block; }#EZgd3w4Dxhx6u2XTeQlnqISopx1JUNVo > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTKfuucGVadltfFxslwL2SEkkXTxRdyF { width:3.0625rem;height:3.0625rem;top:36.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a99cUkstbT95mnBr4gCAA3Nx5uF1Gxtt { width:2rem;height:2rem;top:36.9375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmZSVtNrIEPOuTHiqlI49s4UapIJtDeg { width:3.0625rem;height:3.0625rem;top:36.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qol6RcIiAMsiUT2xS1wTKlunavwObK0x { width:2rem;height:2rem;top:36.9375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxkRzFq3JSUbE5I4c28AhE3NT0NsVGp { width:3.0625rem;height:3.0625rem;top:36.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTzUPTmWqoxEMMlWocH5H8g6H9D8tkkT { width:2rem;height:2rem;top:36.9375rem;left:14.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOqRQ3xUGVrw8xzVrrWv7eDhd3ev6gLc { width:14.625rem;height:6.12304375rem;top:8.61230625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kan3kwfPOXrpBrvIeF9HTbIrL8TbTVa3 { width:14.5rem;height:2.798825rem;top:27.22168125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gynUCNiKpS3mN2GlMDJik4ka1qfwybm8 { width:18.75rem;height:0.0625rem;top:32.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ENCJ4cl9T7yd25N7CBa4bsl1TTRhDe { width:2rem;height:2rem;top:25.2841796875rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtoZug1oGJsJvKeRas79ELnWVTxDRt3s { width:7.3125rem;height:1.4rem;top:20.7841796875rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baMqoGbhNwwZAg83tAOZA91bPEJEV1Rb { width:2rem;height:2rem;top:18.7841796875rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxxcZJxkfXSmm8lPhlg5J77exTm9vHHA { width:11.375rem;height:1.4rem;top:16.7607421875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dto43p9qC0pvn9dpHINrX7ESXRi6WuOP { width:2rem;height:2rem;top:14.76074375rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTa5br9rMMcTZxatV5yz7SRO18fL4TL { width:20rem;height:1.05rem;top:33.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qr7qBP9whGIFoyL57A55LPNavQVOl99f { width:20rem;height:1.05rem;top:6.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkL4peIehwQZSoqOm8qKHSUzN5nGqz58 { width:18.75rem;height:0.0625rem;top:31.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6VMboWG71SzaoOxt9Itckwz6XcPZ7tm { width:11.25rem;height:3.8125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbQCXDwZsHBROqOLSLdUyH1Vlvd81lEw { width:8.0625rem;height:1.4rem;top:23.0732421875rem;left:6.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWkyNUtQxT0shnroda9yORInRFDMgT2y { width:0.8125rem;height:0;top:37.5625rem;left:9.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpksaIA2dPqvHSnE9KF60vXELJHtgTpB { width:19.875rem;height:2.0996125rem;top:40.6875rem;left:0.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }