.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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f9f8f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#cgcfdQedLNNJVRiZJqQ0U90NBw3FoGZV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:8.0625rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#IlG5xv1UrbqA6RcK59Z2tVE8CRuxLSem { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:19.0625rem;width:24.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;background-image:url("https://images.assets-landingi.com/uc/1826254d-0ed1-4eb5-92b9-384ecec9307e/Frame10737118238.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr.adaptive-delivery-prevent-bg, #A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr.lazyload, #A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr.lazyloading { background-image: none; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container { background-color: transparent; background-image: none; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container > .video-iframe-container { display: none; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row > .video-iframe-container { display: none; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .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); }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container { border-width: 0; border-radius: 0; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:block; }#CasLe10tsocfg34RXuipVeUa2fK3lhPs { color:#333333;display:block;width:38rem;position:absolute;font-family:twklausanne;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#dgM6nyFu6yW79y7OHvJSamH9VHIh1Fo8 { color:#737373;display:block;width:34.0625rem;position:absolute;font-family:twklausanne;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.4375rem;left:0rem;height:3.19921875rem;font-style:normal;display:block; }
#tMBhbkFgScQ71TQhLooM6KaPfLJgpW8d { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:20.3125rem;width:31.25rem;top:20.0625rem;left:0rem;overflow:hidden;display:block; }
#guNKKZIsk8BePeSMxnCCrlFNG1H0kkUQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:75rem;top:43.0625rem;left:0rem;overflow:hidden;display:block; }
#WMZIrD2SD3NR6Wq0eIdsSJdE5FIz3rw0 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:twklausanne;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:53.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5Ww8m2bvd7ndpVTLeT8GO2mKsAkZmf5 { box-sizing:content-box;height:34.625rem;width:30.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:44.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#min6eCN92OwFXxP4vTXTxRmaPTHxmdEU { position:absolute;display:block;z-index:15007;height:27.6875rem;width:28.125rem;top:8.875rem;left:45.875rem;display:block; }
#TN9XH8g72uIl7Os5nSlp8V7kF9FpEHSH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:19.6875rem;width:51.5625rem;top:49rem;left:11.75rem;overflow:hidden;display:block; }
#Cld5cH7K5cNAIMdUX05uUzabDolnF8i7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:6.875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#WBZZpRn1FkZiRqz1PcbfanV6MwUVfWn2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:24.625rem;width:25.125rem;display:none; }
#Q6mDQz7Rv9NVDLXlEsoIGGCclQ7aXSGu { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:8.125rem;width:23.0625rem;top:45.0625rem;left:0rem;overflow:hidden;display:none; }
#XgplJMatEXyCxTWQHNE3s3NLqr2tTPrL { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.96875rem;left:5.4375rem;display:none; }
#wutBMoqxFOszzwJfJoVgXoEzv9gVgVe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;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; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container { background-color: transparent; background-image: none; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container > .video-iframe-container { display: none; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row > .video-iframe-container { display: none; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .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); }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container { border-width: 0; border-radius: 0; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#Kz68fyJSGOGTiX6TIeC8lq1vFrfUkMgb { color:#333333;display:block;width:6.4375rem;position:absolute;font-family:twklausanne;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:0rem;left:34.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrzhpACQakt8DkvKbTupZge7SqiVLKPe { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:3.75rem;top:34.125rem;left:5.4375rem;overflow:hidden;display:block; }
#TOrnTVN2CADVr40SPur8sWvWWvA4O1bv { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:3.75rem;top:34.125rem;left:10.1875rem;overflow:hidden;display:block; }
#sluopugWaoIu4b2b7zBNWTCk0fmKzET3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#TWbU4cIVTGIaV5OTPAT75G84WTAhTA0u { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.75rem;left:5.4375rem;display:block; }
#OIQmxvphm1PT1eRWiF7GTdqgMf6rioCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mARUtTokXeZs0JSdtz6gb5mnwirSiTpi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#TDMdBbw7LTQt3vNdznTEhXUi656rVr55 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#VrbmgLddtQnfcBrhpvm4MMDbbM8Cox4v { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#OEhQ0rq1IhHPvL9vVlo114ToVnrUdk3d { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#JAZgsqLyic5hfDlnZnITodXWumDygODh { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#odVesTWRygQWCJwFKhcJPkU4fO1Iw1Tq { color:#333333;display:block;width:6.4375rem;position:absolute;font-family:twklausanne;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.9375rem;left:34.28125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kyeO6QKWXnkUfpEhOAZOg2TcO9pbDOak { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#oxsCeU6gkTSeT1XR9JpuTHE2HHK4IW7b { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:5.625rem;display:none; }
#X4hQuFX2FHHbkb2KTPFuszhPUN2aJrQ3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:5.625rem;display:none; }
#NTmPAZTvcJht8pFO12H57k4DqypRB6PZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#TBU9fETB6qTBJmbXnAcBWQMDTmOTtWTF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#epdkCF5vo6NCF7cVswV7QT8Re7wqAxPf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#dVdkiDz3G8HTunOqSEWiXsFukuQNM5uv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#W5E5pw5otLQPQCgP2mH2gFxgwp3oNiTJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#GtTQA0GHtMfUmntHhILpuo492i2DEmxa { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;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:none; }#eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b > .row .container { border-width: 0; border-radius: 0; }#eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:none; }#qJ8kMBvnV2yyT1T4C1e2r6xBoMyDvGyv { color:#333333;display:block;width:6.4375rem;position:absolute;font-family:twklausanne;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.9375rem;left:34.28125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeO7B5Ar4WcZ6Wfb8QTITteiXZWTOaDb { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:3.75rem;top:40.25rem;left:5.4375rem;overflow:hidden;display:block; }
#lcaSxkwFucdXf3Lp6sH5KMCrCcEBDcRX { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.75rem;width:3.75rem;top:40.25rem;left:10.1875rem;overflow:hidden;display:block; }
#npr7cXrGA2NqqnuFqh28XfSGBTFsxNlF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#QK4vk8kTyutVuOGWlsGXPEkDQVbTkL1y { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.96875rem;left:5.4375rem;display:block; }
#Htf7SEoGhdCL074blchFOuDQmQbQuO7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VmeXR3sTNuAvA36sHGdsMDXgKkLhoXUX { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#nNvw6FOBxV0kvraq8xePc4f6xipEGmn2 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#LvaQRAfeTJpVaJGV59fmUUTKT0hdq4Xl { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#JTAosVys9ORomfZOzTsehAOT8WT9h3TU { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#c3p33H2xQQF3w9x9aQwDM7v3z6q6RyGl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:34.0625rem;width:75rem;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#s9SX5hyZmdCVCdkt3lRXNQM94VPDf91r { color:#333333;display:block;width:6.4375rem;position:absolute;font-family:twklausanne;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.9375rem;left:34.28125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qcCPylhO4UUOWTlIGKzMpdTEvneThNyd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#EJE8bIZCe5bgG3St92lWHNeGDMUyU82N { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:5.625rem;display:none; }
#swhAMBox0pkxkgpeEkiM1drFUziyCkSJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:5.625rem;display:none; }
#Ne1s9PTL1VE8B9CPFpGpyWoqq4XG4KdE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#xxecRRPCTkSi5gQm7sg9IrAoLTMhZATu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#bKW6ZpxtZBUvLg6spxi5xuCDGzNr0uZy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#wFbUEUnJEfrWLIGaDAxWis9yi7HxSm8u { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#BTn35V5BN584zQyVKimJldwOTuQFW4tf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#IUvSeSaa20efRXgibmBFGTAwXtPXoJJ2 { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5rem;left:61.25rem;display:none; }
#Xzm5aqoVDGdnKCerB432WhQBwnWxJnWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDn2F2EIkrd2ai9Oy2JbRVkk63AtKNlg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:99.5625rem;width:60.9375rem;display:none; }
#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;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; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container { background-color: transparent; background-image: none; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container > .video-iframe-container { display: none; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row > .video-iframe-container { display: none; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .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); }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container { border-width: 0; border-radius: 0; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#fq21CRuQLZVows9USNMN1mmUiThVBfJQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:17.625rem;width:17.625rem;top:3.5rem;left:4.3125rem;overflow:hidden;display:block; }
#gJghl6pQbUtcRH2SNFrDtTQQKI5ld4qM { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:15.125rem;top:4.75rem;left:29.8125rem;overflow:hidden;display:block; }
#iDhSH5G8m32Ux04i2WE16viSQcSri7zR { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:18.75rem;width:18.75rem;top:2.9375rem;left:51.9375rem;overflow:hidden;display:block; }
#stXbWO2laK06BqIzCSdJHh489RvuVQGS { color:#333333;display:block;width:10.0625rem;position:absolute;font-family:twklausanne;font-size:5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:8.0625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzJdsQkOkU5leWTIzIHaEyTvX6L02a4W { color:#333333;display:block;width:11.3125rem;position:absolute;font-family:twklausanne;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.8125rem;left:7.4375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ze11arLKD2mDTk9IdZtm26DJHfevoPmM { color:#333333;display:block;width:10.0625rem;position:absolute;font-family:twklausanne;font-size:5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:32.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p63epQhD4OURwHSVLQdBRuSnAKhFOm9Q { color:#333333;display:block;width:11.3125rem;position:absolute;font-family:twklausanne;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:31.75rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfncHa6Drd7Mp3HK2tgGrrcnJgMnOsyt { color:#333333;display:block;width:11.3125rem;position:absolute;font-family:twklausanne;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.25rem;left:55.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUStTBAA5Lfsm5ZcZNBtKNCmUeKDQ44h { color:#333333;display:block;width:11.875rem;position:absolute;font-family:twklausanne;font-size:5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:55.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCqab7drDeDJO63mEfOiSeOA9zeymywx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:url("https://images.assets-landingi.com/uc/c640a26b-ca0c-41fc-81d4-22db36636d7f/Group10737118752.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx.adaptive-delivery-prevent-bg, #sCqab7drDeDJO63mEfOiSeOA9zeymywx.lazyload, #sCqab7drDeDJO63mEfOiSeOA9zeymywx.lazyloading { background-image: none; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container { background-color: transparent; background-image: none; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container > .video-iframe-container { display: none; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row > .video-iframe-container { display: none; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .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); }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container { border-width: 0; border-radius: 0; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#OPecEBk248pWNvOhvAvIFTrp9UoWbwb7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5rem;left:61.25rem;display:block; }
#sTemWD2gRcvctvLalS1ytcO02RdzJZtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erHXOg0J9rw1WtazkTzzGDNfPSuB5Z2P { color:#333333;display:block;width:36.8125rem;position:absolute;font-family:twklausanne;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:38.1875rem;height:3.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WLEHt7pJnW05HoLTKhys460rIx37BNyZ { color:#333333;display:block;width:33.4375rem;position:absolute;font-family:twklausanne;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.6875rem;left:41.5625rem;height:5.84911875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nvU6yQ4TFqad58SdOgnS7MahguiyoTD1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:38.75rem;width:45.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:url("https://images.assets-landingi.com/uc/c640a26b-ca0c-41fc-81d4-22db36636d7f/Group10737118752.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb.adaptive-delivery-prevent-bg, #SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb.lazyload, #SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb.lazyloading { background-image: none; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container { border-width: 0; border-radius: 0; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:none; }#BqsJXXpRJfan6g7ArUoRy24osfFWlTiT { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5rem;left:61.25rem;display:block; }
#iTMQd7TsDm6RFCcF64TEpK7NOTQVvPVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXz5C5pqKvdQsRTDyLBCeaxDdfxLeNna { color:#333333;display:block;width:36.8125rem;position:absolute;font-family:twklausanne;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:38.1875rem;height:3.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nTTn1yHTONBtkTb4sc1QyU2dKS69Zq13 { color:#333333;display:block;width:33.4375rem;position:absolute;font-family:twklausanne;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.6875rem;left:41.5625rem;height:5.84911875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OzKaTCiPMBdqUtLIrWqaaHGQeWvuSMb3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:38.75rem;width:45.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oR9lPxT1HdNzXUOWHaGELH1GVJW7adgv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:46.875rem;width:75rem;display:none; }
#lXTairaOJh0IkmSLzdeGEOIPiTzJBxum { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5rem;left:61.25rem;display:none; }
#qXHFHWdx5JsbkzWZF4yXbXTQFSdpA7n4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;background-image:url("https://images.assets-landingi.com/uc/84fb1521-1ee2-4792-9750-9b6046b66c75/Footer6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu.adaptive-delivery-prevent-bg, #OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu.lazyload, #OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu.lazyloading { background-image: none; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container { background-color: transparent; background-image: none; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container > .video-iframe-container { display: none; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row > .video-iframe-container { display: none; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .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); }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container { border-width: 0; border-radius: 0; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#GA5urrSx6oN4vcHBIeXlWOTcix9rTKxk { color:#333333;display:block;width:43.375rem;position:absolute;font-family:twklausanne;font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:15.8125rem;height:7.1494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7mGS37zLPEDmlpCTH25SnshwCwaLCrz { color:#333333;display:block;width:40.5625rem;position:absolute;font-family:twklausanne;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:17.25rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3py9QvetFLVqualqV13kdscJVfO7IBz { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.3125rem;left:30.625rem;display:block; }
#BWVuR5PGWfquC3kd5MZBcZWTTCgA7Z1y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2FZaF2wuiLyCrkalN82TZon537yyFxQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #333333;border-left:0.0625rem solid #333333;border-right:0.0625rem solid #333333;border-bottom:0.0625rem solid #333333;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:twklausanne;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.3125rem;left:30.625rem;display:none; }
#dFtkXnBszo4pBm4pQNTFkCwBkhTBIU5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f8f6;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; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container { background-color: transparent; background-image: none; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container > .video-iframe-container { display: none; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row > .video-iframe-container { display: none; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .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); }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container { border-width: 0; border-radius: 0; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#HDeTpGBrKms7kl5CKSfloOdtum6zVIQQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:7.5rem;top:3.25rem;left:33.75rem;overflow:hidden;display:block; }
#C3FIranBMXxPAqrWUvXgisr0tVyP0dVA { color:#333333;display:block;width:40.5625rem;position:absolute;font-family:twklausanne;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.29345703125rem;left:17.21875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgcfdQedLNNJVRiZJqQ0U90NBw3FoGZV { top:1.9375rem;left:0rem;width:8.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlG5xv1UrbqA6RcK59Z2tVE8CRuxLSem { top:0rem;left:0rem;width:24.9375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr { display:block; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CasLe10tsocfg34RXuipVeUa2fK3lhPs { top:7.75rem;left:0rem;width:38rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgM6nyFu6yW79y7OHvJSamH9VHIh1Fo8 { top:15.4375rem;left:0rem;width:34.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMBhbkFgScQ71TQhLooM6KaPfLJgpW8d { top:20.0625rem;left:0rem;width:31.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNKKZIsk8BePeSMxnCCrlFNG1H0kkUQ { top:43.0625rem;left:0rem;width:47.75rem;height:3.6608333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZIrD2SD3NR6Wq0eIdsSJdE5FIz3rw0 { top:5.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Ww8m2bvd7ndpVTLeT8GO2mKsAkZmf5 { top:7.625rem;left:17.625rem;width:30.125rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #min6eCN92OwFXxP4vTXTxRmaPTHxmdEU { top:8.875rem;left:19.625rem;width:28.125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9XH8g72uIl7Os5nSlp8V7kF9FpEHSH { top:49rem;left:0rem;width:47.75rem;height:18.231818181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cld5cH7K5cNAIMdUX05uUzabDolnF8i7 { top:0rem;left:0rem;width:6.875rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBZZpRn1FkZiRqz1PcbfanV6MwUVfWn2 { width:25.125rem;height:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6mDQz7Rv9NVDLXlEsoIGGCclQ7aXSGu { top:45.0625rem;left:0rem;width:23.0625rem;height:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgplJMatEXyCxTWQHNE3s3NLqr2tTPrL { width:13.75rem;height:3.25rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wutBMoqxFOszzwJfJoVgXoEzv9gVgVe5 { display:block; }
 }@media only screen and (max-width: 763px) { #QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh { display:block; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kz68fyJSGOGTiX6TIeC8lq1vFrfUkMgb { top:0rem;left:20.6875rem;width:6.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrzhpACQakt8DkvKbTupZge7SqiVLKPe { top:34.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrnTVN2CADVr40SPur8sWvWWvA4O1bv { top:34.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sluopugWaoIu4b2b7zBNWTCk0fmKzET3 { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbU4cIVTGIaV5OTPAT75G84WTAhTA0u { width:13.75rem;height:3.25rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIQmxvphm1PT1eRWiF7GTdqgMf6rioCF { display:block; }
 }@media only screen and (max-width: 763px) { #mARUtTokXeZs0JSdtz6gb5mnwirSiTpi { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDMdBbw7LTQt3vNdznTEhXUi656rVr55 { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbmgLddtQnfcBrhpvm4MMDbbM8Cox4v { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEhQ0rq1IhHPvL9vVlo114ToVnrUdk3d { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAZgsqLyic5hfDlnZnITodXWumDygODh { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #odVesTWRygQWCJwFKhcJPkU4fO1Iw1Tq { top:3.5rem;left:0rem;width:6.4375rem;height:4.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyeO6QKWXnkUfpEhOAZOg2TcO9pbDOak { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxsCeU6gkTSeT1XR9JpuTHE2HHK4IW7b { width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4hQuFX2FHHbkb2KTPFuszhPUN2aJrQ3 { width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTmPAZTvcJht8pFO12H57k4DqypRB6PZ { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBU9fETB6qTBJmbXnAcBWQMDTmOTtWTF { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #epdkCF5vo6NCF7cVswV7QT8Re7wqAxPf { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVdkiDz3G8HTunOqSEWiXsFukuQNM5uv { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5E5pw5otLQPQCgP2mH2gFxgwp3oNiTJ { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtTQA0GHtMfUmntHhILpuo492i2DEmxa { top:6.4375rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b { display:none; }#eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qJ8kMBvnV2yyT1T4C1e2r6xBoMyDvGyv { top:4.9375rem;left:20.65625rem;width:6.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeO7B5Ar4WcZ6Wfb8QTITteiXZWTOaDb { top:40.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcaSxkwFucdXf3Lp6sH5KMCrCcEBDcRX { top:40.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npr7cXrGA2NqqnuFqh28XfSGBTFsxNlF { top:13.0625rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK4vk8kTyutVuOGWlsGXPEkDQVbTkL1y { width:13.75rem;height:3.25rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htf7SEoGhdCL074blchFOuDQmQbQuO7Q { display:block; }
 }@media only screen and (max-width: 763px) { #VmeXR3sTNuAvA36sHGdsMDXgKkLhoXUX { top:13.0625rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNvw6FOBxV0kvraq8xePc4f6xipEGmn2 { top:13.0625rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvaQRAfeTJpVaJGV59fmUUTKT0hdq4Xl { top:13.0625rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTAosVys9ORomfZOzTsehAOT8WT9h3TU { top:13.0625rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3p33H2xQQF3w9x9aQwDM7v3z6q6RyGl { top:13.0625rem;left:0rem;width:47.75rem;height:21.686458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9SX5hyZmdCVCdkt3lRXNQM94VPDf91r { top:3.5rem;left:0rem;width:6.4375rem;height:4.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcCPylhO4UUOWTlIGKzMpdTEvneThNyd { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJE8bIZCe5bgG3St92lWHNeGDMUyU82N { width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #swhAMBox0pkxkgpeEkiM1drFUziyCkSJ { width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ne1s9PTL1VE8B9CPFpGpyWoqq4XG4KdE { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxecRRPCTkSi5gQm7sg9IrAoLTMhZATu { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKW6ZpxtZBUvLg6spxi5xuCDGzNr0uZy { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFbUEUnJEfrWLIGaDAxWis9yi7HxSm8u { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTn35V5BN584zQyVKimJldwOTuQFW4tf { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUvSeSaa20efRXgibmBFGTAwXtPXoJJ2 { width:13.75rem;height:3.25rem;top:24.5rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzm5aqoVDGdnKCerB432WhQBwnWxJnWU { display:block; }
 }@media only screen and (max-width: 763px) { #aDn2F2EIkrd2ai9Oy2JbRVkk63AtKNlg { width:38.75rem;height:63.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA { display:block; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq21CRuQLZVows9USNMN1mmUiThVBfJQ { top:3.5rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJghl6pQbUtcRH2SNFrDtTQQKI5ld4qM { top:4.75rem;left:16.1875rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDhSH5G8m32Ux04i2WE16viSQcSri7zR { top:2.9375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stXbWO2laK06BqIzCSdJHh489RvuVQGS { top:7rem;left:0rem;width:10.0625rem;height:6.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzJdsQkOkU5leWTIzIHaEyTvX6L02a4W { top:12.8125rem;left:0rem;width:11.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze11arLKD2mDTk9IdZtm26DJHfevoPmM { top:7.4375rem;left:18.75rem;width:10.0625rem;height:6.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63epQhD4OURwHSVLQdBRuSnAKhFOm9Q { top:13.25rem;left:18.125rem;width:11.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfncHa6Drd7Mp3HK2tgGrrcnJgMnOsyt { top:13.25rem;left:36.4375rem;width:11.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUStTBAA5Lfsm5ZcZNBtKNCmUeKDQ44h { top:7.4375rem;left:35.875rem;width:11.875rem;height:6.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCqab7drDeDJO63mEfOiSeOA9zeymywx { display:block; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPecEBk248pWNvOhvAvIFTrp9UoWbwb7 { width:13.75rem;height:3.25rem;top:24.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTemWD2gRcvctvLalS1ytcO02RdzJZtw { display:block; }
 }@media only screen and (max-width: 763px) { #erHXOg0J9rw1WtazkTzzGDNfPSuB5Z2P { top:11rem;left:10.9375rem;width:36.8125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEHt7pJnW05HoLTKhys460rIx37BNyZ { top:15.6875rem;left:14.3125rem;width:33.4375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvU6yQ4TFqad58SdOgnS7MahguiyoTD1 { top:0rem;left:0rem;width:45.875rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb { display:none; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqsJXXpRJfan6g7ArUoRy24osfFWlTiT { width:13.75rem;height:3.25rem;top:24.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMQd7TsDm6RFCcF64TEpK7NOTQVvPVb { display:block; }
 }@media only screen and (max-width: 763px) { #aXz5C5pqKvdQsRTDyLBCeaxDdfxLeNna { top:11rem;left:10.9375rem;width:36.8125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTn1yHTONBtkTb4sc1QyU2dKS69Zq13 { top:15.6875rem;left:14.3125rem;width:33.4375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzKaTCiPMBdqUtLIrWqaaHGQeWvuSMb3 { top:0rem;left:0rem;width:45.875rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR9lPxT1HdNzXUOWHaGELH1GVJW7adgv { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXTairaOJh0IkmSLzdeGEOIPiTzJBxum { width:13.75rem;height:3.25rem;top:24.5rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXHFHWdx5JsbkzWZF4yXbXTQFSdpA7n4 { display:block; }
 }@media only screen and (max-width: 763px) { #OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu { display:block; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GA5urrSx6oN4vcHBIeXlWOTcix9rTKxk { top:4.625rem;left:2.1875rem;width:43.375rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mGS37zLPEDmlpCTH25SnshwCwaLCrz { top:12.5625rem;left:3.625rem;width:40.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3py9QvetFLVqualqV13kdscJVfO7IBz { width:13.75rem;height:3.25rem;top:19.3125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWVuR5PGWfquC3kd5MZBcZWTTCgA7Z1y { display:block; }
 }@media only screen and (max-width: 763px) { #t2FZaF2wuiLyCrkalN82TZon537yyFxQ { width:13.75rem;height:3.25rem;top:19.3125rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFtkXnBszo4pBm4pQNTFkCwBkhTBIU5d { display:block; }
 }@media only screen and (max-width: 763px) { #t95fS62RUP3O7iMX16QXCuqn9qaTlCvq { display:block; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDeTpGBrKms7kl5CKSfloOdtum6zVIQQ { top:3.25rem;left:20.125rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3FIranBMXxPAqrWUvXgisr0tVyP0dVA { top:6.25rem;left:3.59375rem;width:40.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgcfdQedLNNJVRiZJqQ0U90NBw3FoGZV { width:8.0625rem;height:2.3125rem;top:2.21875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlG5xv1UrbqA6RcK59Z2tVE8CRuxLSem { width:20rem;height:15.2880625rem;top:12.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr { display:block; }#A0cXwSo8t1N19y1qSRPt1CM4JsLbLxrr > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CasLe10tsocfg34RXuipVeUa2fK3lhPs { width:20rem;height:3.8994125rem;top:7.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgM6nyFu6yW79y7OHvJSamH9VHIh1Fo8 { width:20rem;height:4.798825rem;top:11.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMBhbkFgScQ71TQhLooM6KaPfLJgpW8d { width:20rem;height:13rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guNKKZIsk8BePeSMxnCCrlFNG1H0kkUQ { width:20rem;height:1.5rem;top:56.77295rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMZIrD2SD3NR6Wq0eIdsSJdE5FIz3rw0 { width:12.5rem;height:1.29980625rem;top:23.02295rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Ww8m2bvd7ndpVTLeT8GO2mKsAkZmf5 { width:20rem;height:30.125rem;top:25.39795rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #min6eCN92OwFXxP4vTXTxRmaPTHxmdEU { width:20rem;height:27.6875rem;top:26.64795rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TN9XH8g72uIl7Os5nSlp8V7kF9FpEHSH { width:20rem;height:7.6363636363636rem;top:60.20605625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cld5cH7K5cNAIMdUX05uUzabDolnF8i7 { width:9.8125rem;height:2.125rem;top:2.2373046875rem;left:5.09375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WBZZpRn1FkZiRqz1PcbfanV6MwUVfWn2 { top:-3rem;left:9.5rem;width:10.25rem;height:10rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mDQz7Rv9NVDLXlEsoIGGCclQ7aXSGu { width:20rem;height:6.8125rem;top:37.3125rem;left:0rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XgplJMatEXyCxTWQHNE3s3NLqr2tTPrL { width:13.75rem;height:3.25rem;top:17.75rem;left:3.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wutBMoqxFOszzwJfJoVgXoEzv9gVgVe5 { display:block; }
 }@media only screen and (max-width: 763px) { #QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh { display:none; }#QXR0H6t1qreWZ6uUdTCIfvLmizCt4Vxh > .row .container { width:20rem;height:44.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kz68fyJSGOGTiX6TIeC8lq1vFrfUkMgb { width:6.4375rem;height:1.3999rem;top:1.3125rem;left:6.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrzhpACQakt8DkvKbTupZge7SqiVLKPe { width:3.75rem;height:3.75rem;top:30.46875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOrnTVN2CADVr40SPur8sWvWWvA4O1bv { width:3.75rem;height:3.75rem;top:30.46875rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sluopugWaoIu4b2b7zBNWTCk0fmKzET3 { width:20rem;height:9.083rem;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWbU4cIVTGIaV5OTPAT75G84WTAhTA0u { width:13.75rem;height:3.25rem;top:24.1875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIQmxvphm1PT1eRWiF7GTdqgMf6rioCF { display:block; }
 }@media only screen and (max-width: 763px) { #mARUtTokXeZs0JSdtz6gb5mnwirSiTpi { width:20rem;height:9.0833333333333rem;top:35.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDMdBbw7LTQt3vNdznTEhXUi656rVr55 { width:20rem;height:9.0833333333333rem;top:45.80175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrbmgLddtQnfcBrhpvm4MMDbbM8Cox4v { width:20rem;height:9.0833333333333rem;top:56.13475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEhQ0rq1IhHPvL9vVlo114ToVnrUdk3d { width:20rem;height:9.0833333333333rem;top:66.46775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAZgsqLyic5hfDlnZnITodXWumDygODh { width:20rem;height:9.0833333333333rem;top:76.80075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #odVesTWRygQWCJwFKhcJPkU4fO1Iw1Tq { width:18.125rem;height:2.3999rem;top:2.71142578125rem;left:0.9375rem;font-size:1.5rem;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kyeO6QKWXnkUfpEhOAZOg2TcO9pbDOak { top:5.625rem;left:0.0625rem;width:20rem;height:32.8125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oxsCeU6gkTSeT1XR9JpuTHE2HHK4IW7b { top:36.9375rem;left:5.6875rem;width:4rem;height:4rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X4hQuFX2FHHbkb2KTPFuszhPUN2aJrQ3 { top:36.9375rem;left:10.375rem;width:4rem;height:4rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NTmPAZTvcJht8pFO12H57k4DqypRB6PZ { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TBU9fETB6qTBJmbXnAcBWQMDTmOTtWTF { top:5.6875rem;left:0rem;width:20rem;height:32.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #epdkCF5vo6NCF7cVswV7QT8Re7wqAxPf { top:5.6875rem;left:0rem;width:20rem;height:32.6875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dVdkiDz3G8HTunOqSEWiXsFukuQNM5uv { top:5.6875rem;left:0rem;width:20rem;height:32.6875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W5E5pw5otLQPQCgP2mH2gFxgwp3oNiTJ { top:5.8125rem;left:0rem;width:20rem;height:32.6875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GtTQA0GHtMfUmntHhILpuo492i2DEmxa { width:20rem;height:9.0833333333333rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b { display:block; }#eCAJTw8txvCRA3RkeGHu12UZGN3w5g9b > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ8kMBvnV2yyT1T4C1e2r6xBoMyDvGyv { width:6.4375rem;height:1.3999rem;top:1.3125rem;left:6.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeO7B5Ar4WcZ6Wfb8QTITteiXZWTOaDb { width:3.75rem;height:3.75rem;top:30.46875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcaSxkwFucdXf3Lp6sH5KMCrCcEBDcRX { width:3.75rem;height:3.75rem;top:30.46875rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #npr7cXrGA2NqqnuFqh28XfSGBTFsxNlF { width:20rem;height:9.083rem;top:14.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QK4vk8kTyutVuOGWlsGXPEkDQVbTkL1y { width:13.75rem;height:3.25rem;top:24.1875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Htf7SEoGhdCL074blchFOuDQmQbQuO7Q { display:block; }
 }@media only screen and (max-width: 763px) { #VmeXR3sTNuAvA36sHGdsMDXgKkLhoXUX { width:20rem;height:9.0833333333333rem;top:35.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNvw6FOBxV0kvraq8xePc4f6xipEGmn2 { width:20rem;height:9.0833333333333rem;top:45.80175rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvaQRAfeTJpVaJGV59fmUUTKT0hdq4Xl { width:20rem;height:9.0833333333333rem;top:56.13475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTAosVys9ORomfZOzTsehAOT8WT9h3TU { width:20rem;height:9.0833333333333rem;top:66.46775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3p33H2xQQF3w9x9aQwDM7v3z6q6RyGl { width:20rem;height:9.0833333333333rem;top:76.80075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9SX5hyZmdCVCdkt3lRXNQM94VPDf91r { width:18.125rem;height:2.3999rem;top:2.71142578125rem;left:0.9375rem;font-size:1.5rem;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qcCPylhO4UUOWTlIGKzMpdTEvneThNyd { top:5.625rem;left:0.0625rem;width:20rem;height:32.6875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EJE8bIZCe5bgG3St92lWHNeGDMUyU82N { top:36.9375rem;left:5.6875rem;width:4rem;height:4rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #swhAMBox0pkxkgpeEkiM1drFUziyCkSJ { top:36.9375rem;left:10.375rem;width:4rem;height:4rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ne1s9PTL1VE8B9CPFpGpyWoqq4XG4KdE { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xxecRRPCTkSi5gQm7sg9IrAoLTMhZATu { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bKW6ZpxtZBUvLg6spxi5xuCDGzNr0uZy { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wFbUEUnJEfrWLIGaDAxWis9yi7HxSm8u { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BTn35V5BN584zQyVKimJldwOTuQFW4tf { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IUvSeSaa20efRXgibmBFGTAwXtPXoJJ2 { width:13.75rem;height:3.25rem;top:42.46630859375rem;left:3.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Xzm5aqoVDGdnKCerB432WhQBwnWxJnWU { display:block; }
 }@media only screen and (max-width: 763px) { #aDn2F2EIkrd2ai9Oy2JbRVkk63AtKNlg { top:5.625rem;left:0rem;width:20rem;height:32.6875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA { display:block; }#mhmu1l55avpNoTuNN3kRZL6XBSNXXaTA > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq21CRuQLZVows9USNMN1mmUiThVBfJQ { width:17.625rem;height:17.625rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJghl6pQbUtcRH2SNFrDtTQQKI5ld4qM { width:15.125rem;height:15.125rem;top:20.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDhSH5G8m32Ux04i2WE16viSQcSri7zR { width:18.75rem;height:18.75rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stXbWO2laK06BqIzCSdJHh489RvuVQGS { width:10.0625rem;height:4.875rem;top:5.25rem;left:4.96875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzJdsQkOkU5leWTIzIHaEyTvX6L02a4W { width:11.3125rem;height:3.8994125rem;top:9.875rem;left:4.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze11arLKD2mDTk9IdZtm26DJHfevoPmM { width:10.0625rem;height:4.875rem;top:24.13720703125rem;left:4.96875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p63epQhD4OURwHSVLQdBRuSnAKhFOm9Q { width:11.3125rem;height:1.94970625rem;top:28.625rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfncHa6Drd7Mp3HK2tgGrrcnJgMnOsyt { width:11.3125rem;height:3.8994125rem;top:46.8125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUStTBAA5Lfsm5ZcZNBtKNCmUeKDQ44h { width:11.875rem;height:4.875rem;top:42rem;left:4.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCqab7drDeDJO63mEfOiSeOA9zeymywx { display:none; }#sCqab7drDeDJO63mEfOiSeOA9zeymywx > .row .container { width:20rem;height:41.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OPecEBk248pWNvOhvAvIFTrp9UoWbwb7 { width:13.75rem;height:3.25rem;top:36.84134375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTemWD2gRcvctvLalS1ytcO02RdzJZtw { display:block; }
 }@media only screen and (max-width: 763px) { #erHXOg0J9rw1WtazkTzzGDNfPSuB5Z2P { width:20rem;height:5.19921875rem;top:4.2685546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLEHt7pJnW05HoLTKhys460rIx37BNyZ { width:20rem;height:9.7485625rem;top:25.84278125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvU6yQ4TFqad58SdOgnS7MahguiyoTD1 { width:20rem;height:16.8935625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb { background-color:#e8e8e8;background-image:none;display:block; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container { background-color: transparent; background-image: none; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container > .video-iframe-container { display: none; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row > .video-iframe-container { display: none; }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .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); }#SmsCyetHgl5LBahoh0cXfmDnsLtWPBDb > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqsJXXpRJfan6g7ArUoRy24osfFWlTiT { width:13.75rem;height:3.25rem;top:36.84134375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTMQd7TsDm6RFCcF64TEpK7NOTQVvPVb { display:block; }
 }@media only screen and (max-width: 763px) { #aXz5C5pqKvdQsRTDyLBCeaxDdfxLeNna { width:16.5625rem;height:5.19921875rem;top:3.7060546875rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTTn1yHTONBtkTb4sc1QyU2dKS69Zq13 { width:20rem;height:3.8994125rem;top:10.7177734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzKaTCiPMBdqUtLIrWqaaHGQeWvuSMb3 { width:20rem;height:16.8935625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oR9lPxT1HdNzXUOWHaGELH1GVJW7adgv { top:17.25rem;left:0rem;width:20rem;height:12.5rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lXTairaOJh0IkmSLzdeGEOIPiTzJBxum { width:13.75rem;height:3.25rem;top:32.52880859375rem;left:3.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qXHFHWdx5JsbkzWZF4yXbXTQFSdpA7n4 { display:block; }
 }@media only screen and (max-width: 763px) { #OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu { display:block; }#OQKfvvmfp0S9Dbyl2FlaaUwliPu9eZcu > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GA5urrSx6oN4vcHBIeXlWOTcix9rTKxk { width:20rem;height:3.57421875rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7mGS37zLPEDmlpCTH25SnshwCwaLCrz { width:20rem;height:3.8994125rem;top:7.1103515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3py9QvetFLVqualqV13kdscJVfO7IBz { width:13.75rem;height:3.25rem;top:19.346625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWVuR5PGWfquC3kd5MZBcZWTTCgA7Z1y { display:block; }
 }@media only screen and (max-width: 763px) { #t2FZaF2wuiLyCrkalN82TZon537yyFxQ { width:13.75rem;height:3.25rem;top:13.22119140625rem;left:3.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #dFtkXnBszo4pBm4pQNTFkCwBkhTBIU5d { display:block; }
 }@media only screen and (max-width: 763px) { #t95fS62RUP3O7iMX16QXCuqn9qaTlCvq { display:block; }#t95fS62RUP3O7iMX16QXCuqn9qaTlCvq > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDeTpGBrKms7kl5CKSfloOdtum6zVIQQ { width:7.5rem;height:2.125rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3FIranBMXxPAqrWUvXgisr0tVyP0dVA { width:20rem;height:0.9746125rem;top:4.375rem;left:0rem;font-size:0.75rem;display:block; }
 }