.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container { background-color: transparent; background-image: none; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container > .video-iframe-container { display: none; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row > .video-iframe-container { display: none; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .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); }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container { border-width: 0; border-radius: 0; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#VRaR8fGZxs4GuODAydrxQyCNAOCr0nDT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74935rem;height:1.74913125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.3736979961395rem;left:59.685337066651rem;display:block; }
#mehg9G3Ec99n4KTaPCTP4Dq2ndPLP9zs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GsKEMBO7kTekKhe6yFqQdcqn4TfIq9f6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.375rem;left:48.875rem;display:block; }
#FSkLNlEpOxdr7eMhdugQVbDzhmak1tIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrBNiOw2v4Vwy1fA92GJMPc8csDyzeeq { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#LLaqgURdfMQ6CZToVwfDU7qMtRy4pczK { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.624783039093rem;left:66.8125038147rem;display:block; }
#uCTfc2GXWpWqoVliIiOQPwqhPMfxBIfd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#hN0NcHkNzfeB1bCJNIQJ7UgcXwTiVEov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ffanxkNl3ZLCdV6NBRxSTZna5OnzhXWa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#uQWI20bATkfVyXBc1sGw0eJKMr9ZGG4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gP0NDK7Op6mLC2cv7WwJPLgemmVpkyrA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#AlxN01WnBggy4gQF4JF0i9T8PpqoRnTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MEG7l08m2QTZoNMkCFCvO1v03AsCByTV { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:25.4990234375rem;height:1.13671875rem;font-style:normal;display:block; }
#A5muCcdhRnFyUZwduhP7ErdA8OgFEcGn { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:38.75rem;height:1.13671875rem;font-style:normal;display:block; }
#QCuLe1wEgLZCZfSUK6FJwSrZgcRMpyPW { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.4990234375rem;left:23.8115234375rem;display:block; }
#U30HVewKUOS87Hq4rs7VITITJaZvdPdM { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.4990234375rem;left:37.1875rem;display:block; }
#TW8TW4oTi8hPfIIlogcPtkGKbuag6Luy { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#woeUOqmEeqxKTs4ek41Pb5Qhnd2EgDFm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.374783039093rem;left:64.2480506897rem;display:block; }
#Ovtr1EHBDaHTu2u2KWLWKJcRhDm5hLT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#epRivmsHH9gMCRinM6m4JTxLKMLrX0fd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.374783039093rem;left:69.373920440675rem;display:block; }
#LzsK7lyanzJgggeBgF675F3lOcdaua6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container { border-width: 0; border-radius: 0; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:none; }#q1ao5en0vud2I79iGsScq1pT9y85i3k7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.25rem;left:60.6875rem;display:block; }
#tcLVkkZIkgMgTPxFI1SDiafVnWzwUiEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dm6BkPFImLfZnbtu4olQ2byui2k4CTdv { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.25rem;left:55.5625rem;display:block; }
#qXCEkORNAy9LVI2tnZap7PNWilGRJLAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FsCLxxdLMIi7KMO5uA1PzT96KsxUqXBf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#uJ3rLJmMx8T6kT5BbHQOqqxonx43SRua { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.625rem;left:57.84375rem;display:block; }
#EFAzJEA82Tkx7G1nDQA1Ey8yEAhTNodZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#N9unS8pbsWNbk8XFdb3yRx9G8ZE9Noy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fe0G5WetqNETCW5dQsDZLUXcgJzcb7Ht { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#ZHtPsFmXqriT03lAVNxDbIdESupLctiL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VBTa3tPgLUeCV3PPprgkLxTHpTA8zdEy { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#TISNGxzVucBLwEMekIGR4bUNS2a0dDPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MJzTiTaTno1rSmsdV91fRmrr9T86nVz1 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:27.40625rem;height:1.13736875rem;font-style:normal;display:block; }
#gnSQ8EqG36mMBVeJlrq8zgH8viTbutT3 { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.65625rem;height:1.13736875rem;font-style:normal;display:block; }
#egFua8AZyHzHRPsm2cCNBxTh2vdXaeGX { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.5625rem;left:25.71875rem;display:block; }
#hkoT9v6fBF2gW3diiwvPzRQrNVEoV5Nm { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.5625rem;left:39.09375rem;display:block; }
#kZOl3Rgo1WsFt2B7TD9d8TRKFHUUSmIN { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pVgT86ufPLgicrdTSLmg5S2rWSaMvpsN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.374783039093rem;left:64.2480506897rem;display:none; }
#ss1CleXpC9aNBW8yGVnHplqIMFaIJSsf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IUX8ABM3bzM7nkq8HWuPOoul7qqISeWQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.374783039093rem;left:69.373920440675rem;display:none; }
#oyRiU0k2VNgq0T9qWVNnk8F2fMevKkCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6af9761-0c08-4321-bf0a-b96175883b93/MaskGroup24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7.adaptive-delivery-prevent-bg, #FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7.lazyload, #FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7.lazyloading { background-image: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { background-color: transparent; background-image: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container > .video-iframe-container { display: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row > .video-iframe-container { display: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .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); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { border-width: 0; border-radius: 0; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#z0NsgWC9TGrLMQmPIQcWNoU70SqI58TE { color:#000000;display:block;width:40.061875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.123047351837rem;left:18.129341125488rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#avO5bpoAqyhLbTTEQ4P9P6x3dNQgO43b { position:absolute;display:block;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:9.375rem;top:20.810548305511rem;left:32.685550689698rem;display:block; }
#l4lkGTkMfwm9TofT86yJcTdViddaZIza { color:#ffffff;display:block;width:41.4995625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.7675786018369rem;left:16.624351501465rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c5BisGyrP9CFwWo85mgJ3lQIqCMCkfsw { color:#ffffff;display:block;width:40.061875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:23.623048305511rem;left:18.129341125488rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RbOBD4nfWwH1b64FDmAWgFrWr7avHN3e { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.4375rem;width:13.3745625rem;top:31.3125rem;left:20.75rem;display:block; }
#tLqW5RunZamGRAbwE2OduRc8NWxVimEp { color:#ce0027;display:block;width:7.686625rem;position:absolute;font-family:montserrat;font-size:5.4375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:33.125rem;left:23.625rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L0JzxnVDl9dlZ78U4x0CoSW1uyte3l9o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:39.5625rem;left:21.1875rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEQrobCpzRzzRrDarx1etDeSizBhtZKO { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.4375rem;width:13.3745625rem;top:31.3125rem;left:40.625rem;display:block; }
#xCUadL3scVm0ivOp1nnQ7PFEciTIpCgt { color:#ce0027;display:block;width:12.061625rem;position:absolute;font-family:montserrat;font-size:5.125rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:33.4375rem;left:41.3125rem;height:6.1494125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3QCZlMUo213BceiSrBMRdMPbQKVMGxm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:40.0625rem;left:41.0625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k0dJDeeS6Bz1hEXavgWfsubrPpJbsTXu { color:#ffffff;display:block;width:44.874125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:48.747831344604rem;left:15.721572875976rem;height:4.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07aa83f7-c9db-4bce-a5d8-f2727ed1dddf/Group419.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252.adaptive-delivery-prevent-bg, #sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252.lazyload, #sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252.lazyloading { background-image: none; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container { background-color: transparent; background-image: none; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container > .video-iframe-container { display: none; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row > .video-iframe-container { display: none; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .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); }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container { border-width: 0; border-radius: 0; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#bBX7uvMUhFdv0oEIR7qlyl0F4RVPcRcR { color:#000000;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:14.75rem;left:0rem;height:22.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CckTgOp2MSffpc5HgRNClnuBLOxTG9st { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.749375rem;width:19.9370625rem;top:5.3125rem;left:46.3125rem;overflow:hidden;display:block; }
#gmNt8zPud2oaBwTA4FbDBT3AsnuzZzkq { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:9rem;left:0rem;overflow:hidden;display:block; }
#OcnoOek8G0nkyOmw1mgB7WWsSOBaiowo { color:#000000;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.9995651245119rem;left:2.8743495941162rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZfwnG9TDJBZufeVN1HkXVlTPcdrF8Ma { position:absolute;display:block;z-index:100010;background-color:#ce0027;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:27.6248125rem;width:27.4370625rem;top:10.5625rem;left:42.5625rem;display:block; }
#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC { position:relative;display:block; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC { background-color: transparent; background-image: none; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row .container > .video-iframe-container { display: none; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row > .video-iframe-container { display: none; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .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); }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC { border-width: 0; border-radius: 0; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JfQfGWC5al0PzBSkn3bKQpdvmN0TUuZW { color:#000000;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:13.552516937256rem;left:37.500003814698rem;height:18rem;text-align:left;text-align-last:left;display:block; }
#THpdwQc9iozH7HfNcNlLHmfqp5bpSHXG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:7.8125rem;left:37.5rem;overflow:hidden;display:block; }
#pH80Jbvw06xrEI0fBUNkUdWlu8M9yZ7o { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.374355316162rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GuewVTs3oWAHWOds5Eeh7srkEQRoWEgc { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:17.5rem;top:3.4982643127441rem;left:7.4989166259762rem;overflow:hidden;display:block; }
#W0rh1qN5Kb4MDoT11xnOIszGJ3AbtO7H { position:absolute;display:block;z-index:100011;background-color:#ce0027;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:27.6248125rem;width:27.436rem;top:8.0305995941163rem;left:5.0314674377441rem;display:block; }
#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container { background-color: transparent; background-image: none; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container > .video-iframe-container { display: none; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row > .video-iframe-container { display: none; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .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); }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container { border-width: 0; border-radius: 0; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#U43JJeawoiknZo7XSJdlXqnCpTdDW87C { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.25rem;left:16.999786376953rem;height:9.746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGyk7iOOeZdeT6fQgplLDQ05kHBTZwEH { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:20.687067031861rem;left:32.812503814698rem;display:block; }
#TTesfb3Sy5kqNBcIJqhVcd6iVENC8v6k { color:#000000;display:block;width:21.311875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:21.936849594116rem;left:26.843536376953rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#kiRQk0lRWZZBvGF6mQhSnFacX7836yVy { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.125rem;top:3.6872835159302rem;left:35.937503814698rem;overflow:hidden;display:block; }
#Qeo3pL8CJtJ112VRScSlw71SqVKFormt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c37ebb76-08c3-470a-85e7-3531e5ad6b32/heroimage.preview.flip.png");background-position:top 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; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt.adaptive-delivery-prevent-bg, #Qeo3pL8CJtJ112VRScSlw71SqVKFormt.lazyload, #Qeo3pL8CJtJ112VRScSlw71SqVKFormt.lazyloading { background-image: none; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container { background-color: transparent; background-image: none; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container > .video-iframe-container { display: none; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row > .video-iframe-container { display: none; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .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); }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container { border-width: 0; border-radius: 0; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#QeTlhdQb3QP5EzObc4gTnifxTALRErUS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:25.375rem;top:14.0625rem;left:0rem;overflow:hidden;display:block; }
#LwqxrMvhKTTcC328Pug9ZtLA76QTiVwV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:15.0625rem;left:48.1259765625rem;display:block; }
#JCsGODAPbmQsrSc40K3DUUmMOUfflbaN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hUxZZiDuCvSbXat6NxtTsf8kMBF9nRoV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.749025rem;height:1.749025rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:15.0625rem;left:59.1259765625rem;display:block; }
#QDpfhgNUfJk6DZ2tMu6qThFeCSTIHMhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qrXwS9wJwM9SZTRKWMr8bmR4UxgUaF8f { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15.0625rem;left:63.8125rem;display:block; }
#UGKf7vmbNLWT78ZLTUTXW3Ke9l37oUWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EP8moegeuoltkaAeSXOIz1TAeyoHVZbw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:15.0625rem;left:69.375rem;display:block; }
#tbAoiLyRtXvDXLz2ulGiATw4XuzisJl1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container { background-color: transparent; background-image: none; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container > .video-iframe-container { display: none; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row > .video-iframe-container { display: none; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .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); }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container { border-width: 0; border-radius: 0; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#siXtSteBqT9RHALyDHcm5qaVVLskRk1C { color:#ffffff;display:block;width:49rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:0.28125rem;left:13rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Gvic4CdAHoJoCymRS3KNreAUNENgWgSb { display:block; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRaR8fGZxs4GuODAydrxQyCNAOCr0nDT { width:4.6875rem;height:1.6875rem;top:1.3125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mehg9G3Ec99n4KTaPCTP4Dq2ndPLP9zs { display:block; }
 }@media only screen and (max-width: 763px) { #GsKEMBO7kTekKhe6yFqQdcqn4TfIq9f6 { width:10.625rem;height:1.75rem;top:1.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSkLNlEpOxdr7eMhdugQVbDzhmak1tIT { display:block; }
 }@media only screen and (max-width: 763px) { #CrBNiOw2v4Vwy1fA92GJMPc8csDyzeeq { top:0.9375rem;left:0rem;width:17.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLaqgURdfMQ6CZToVwfDU7qMtRy4pczK { top:2.5625rem;left:47.125rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTfc2GXWpWqoVliIiOQPwqhPMfxBIfd { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hN0NcHkNzfeB1bCJNIQJ7UgcXwTiVEov { display:block; }
 }@media only screen and (max-width: 763px) { #ffanxkNl3ZLCdV6NBRxSTZna5OnzhXWa { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQWI20bATkfVyXBc1sGw0eJKMr9ZGG4E { display:block; }
 }@media only screen and (max-width: 763px) { #gP0NDK7Op6mLC2cv7WwJPLgemmVpkyrA { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlxN01WnBggy4gQF4JF0i9T8PpqoRnTo { display:block; }
 }@media only screen and (max-width: 763px) { #MEG7l08m2QTZoNMkCFCvO1v03AsCByTV { top:1.625rem;left:11.8740234375rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5muCcdhRnFyUZwduhP7ErdA8OgFEcGn { top:1.625rem;left:25.125rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCuLe1wEgLZCZfSUK6FJwSrZgcRMpyPW { top:1.4375rem;left:10.1865234375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30HVewKUOS87Hq4rs7VITITJaZvdPdM { top:1.4375rem;left:23.5625rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8TW4oTi8hPfIIlogcPtkGKbuag6Luy { display:none; }
 }@media only screen and (max-width: 763px) { #woeUOqmEeqxKTs4ek41Pb5Qhnd2EgDFm { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovtr1EHBDaHTu2u2KWLWKJcRhDm5hLT3 { display:block; }
 }@media only screen and (max-width: 763px) { #epRivmsHH9gMCRinM6m4JTxLKMLrX0fd { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzsK7lyanzJgggeBgF675F3lOcdaua6v { display:block; }
 }@media only screen and (max-width: 763px) { #DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg { display:none; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q1ao5en0vud2I79iGsScq1pT9y85i3k7 { width:6.25rem;height:1.75rem;top:1.25rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcLVkkZIkgMgTPxFI1SDiafVnWzwUiEE { display:block; }
 }@media only screen and (max-width: 763px) { #Dm6BkPFImLfZnbtu4olQ2byui2k4CTdv { width:5.1875rem;height:1.75rem;top:1.25rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXCEkORNAy9LVI2tnZap7PNWilGRJLAu { display:block; }
 }@media only screen and (max-width: 763px) { #FsCLxxdLMIi7KMO5uA1PzT96KsxUqXBf { top:0.9375rem;left:0rem;width:17.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ3rLJmMx8T6kT5BbHQOqqxonx43SRua { top:2.625rem;left:44.21875rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAzJEA82Tkx7G1nDQA1Ey8yEAhTNodZ { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9unS8pbsWNbk8XFdb3yRx9G8ZE9Noy3 { display:block; }
 }@media only screen and (max-width: 763px) { #fe0G5WetqNETCW5dQsDZLUXcgJzcb7Ht { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHtPsFmXqriT03lAVNxDbIdESupLctiL { display:block; }
 }@media only screen and (max-width: 763px) { #VBTa3tPgLUeCV3PPprgkLxTHpTA8zdEy { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #TISNGxzVucBLwEMekIGR4bUNS2a0dDPI { display:block; }
 }@media only screen and (max-width: 763px) { #MJzTiTaTno1rSmsdV91fRmrr9T86nVz1 { top:1.75rem;left:13.78125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnSQ8EqG36mMBVeJlrq8zgH8viTbutT3 { top:1.75rem;left:27.03125rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFua8AZyHzHRPsm2cCNBxTh2vdXaeGX { top:1.5625rem;left:12.09375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkoT9v6fBF2gW3diiwvPzRQrNVEoV5Nm { top:1.5625rem;left:25.46875rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZOl3Rgo1WsFt2B7TD9d8TRKFHUUSmIN { display:none; }
 }@media only screen and (max-width: 763px) { #pVgT86ufPLgicrdTSLmg5S2rWSaMvpsN { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ss1CleXpC9aNBW8yGVnHplqIMFaIJSsf { display:block; }
 }@media only screen and (max-width: 763px) { #IUX8ABM3bzM7nkq8HWuPOoul7qqISeWQ { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyRiU0k2VNgq0T9qWVNnk8F2fMevKkCq { display:block; }
 }@media only screen and (max-width: 763px) { #FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { display:block; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0NsgWC9TGrLMQmPIQcWNoU70SqI58TE { top:11.0625rem;left:0rem;width:40rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avO5bpoAqyhLbTTEQ4P9P6x3dNQgO43b { top:20.75rem;left:14.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4lkGTkMfwm9TofT86yJcTdViddaZIza { top:6.75rem;left:0rem;width:41.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5BisGyrP9CFwWo85mgJ3lQIqCMCkfsw { top:23.5625rem;left:0rem;width:40rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbOBD4nfWwH1b64FDmAWgFrWr7avHN3e { top:31.3125rem;left:10.5625rem;width:13.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqW5RunZamGRAbwE2OduRc8NWxVimEp { top:33.125rem;left:16.25rem;width:7.625rem;height:7.0625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0JzxnVDl9dlZ78U4x0CoSW1uyte3l9o { top:39.5625rem;left:11.375rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEQrobCpzRzzRrDarx1etDeSizBhtZKO { top:31.3125rem;left:23.875rem;width:13.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUadL3scVm0ivOp1nnQ7PFEciTIpCgt { top:33.4375rem;left:23.875rem;width:12rem;height:6.1875rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3QCZlMUo213BceiSrBMRdMPbQKVMGxm { top:40.0625rem;left:23.875rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0dJDeeS6Bz1hEXavgWfsubrPpJbsTXu { top:48.6875rem;left:0rem;width:44.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 { display:block; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBX7uvMUhFdv0oEIR7qlyl0F4RVPcRcR { top:14.6875rem;left:0rem;width:32.3125rem;height:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckTgOp2MSffpc5HgRNClnuBLOxTG9st { top:5.3125rem;left:25.875rem;width:19.875rem;height:39.625638336891rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmNt8zPud2oaBwTA4FbDBT3AsnuzZzkq { top:9rem;left:0rem;width:1.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnoOek8G0nkyOmw1mgB7WWsSOBaiowo { top:8.9375rem;left:0rem;width:23.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZfwnG9TDJBZufeVN1HkXVlTPcdrF8Ma { top:10.5625rem;left:20.375rem;width:27.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di8RwOzUwXa27kyC2OfqvkVyKJaso5GC { display:block; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfQfGWC5al0PzBSkn3bKQpdvmN0TUuZW { top:13.5rem;left:10.875rem;width:36.875rem;height:17.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpdwQc9iozH7HfNcNlLHmfqp5bpSHXG { top:7.8125rem;left:23.875rem;width:1.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH80Jbvw06xrEI0fBUNkUdWlu8M9yZ7o { top:7.8125rem;left:23.875rem;width:18.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuewVTs3oWAHWOds5Eeh7srkEQRoWEgc { top:3.4375rem;left:0.68641662597656rem;width:17.5rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0rh1qN5Kb4MDoT11xnOIszGJ3AbtO7H { top:8rem;left:0rem;width:27.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y { display:block; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U43JJeawoiknZo7XSJdlXqnCpTdDW87C { top:8.25rem;left:3.3747863769531rem;width:41rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGyk7iOOeZdeT6fQgplLDQ05kHBTZwEH { top:20.625rem;left:19.187503814698rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTesfb3Sy5kqNBcIJqhVcd6iVENC8v6k { top:21.875rem;left:13.218536376953rem;width:21.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRQk0lRWZZBvGF6mQhSnFacX7836yVy { top:3.625rem;left:22.312503814698rem;width:3.125rem;height:2.62478125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qeo3pL8CJtJ112VRScSlw71SqVKFormt { display:block; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeTlhdQb3QP5EzObc4gTnifxTALRErUS { top:14.0625rem;left:0rem;width:25.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwqxrMvhKTTcC328Pug9ZtLA76QTiVwV { width:10.625rem;height:1.75rem;top:15.0625rem;left:34.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCsGODAPbmQsrSc40K3DUUmMOUfflbaN { display:block; }
 }@media only screen and (max-width: 763px) { #hUxZZiDuCvSbXat6NxtTsf8kMBF9nRoV { width:4.6875rem;height:1.6875rem;top:15.0625rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDpfhgNUfJk6DZ2tMu6qThFeCSTIHMhF { display:block; }
 }@media only screen and (max-width: 763px) { #qrXwS9wJwM9SZTRKWMr8bmR4UxgUaF8f { width:5.625rem;height:1.6875rem;top:15.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGKf7vmbNLWT78ZLTUTXW3Ke9l37oUWw { display:block; }
 }@media only screen and (max-width: 763px) { #EP8moegeuoltkaAeSXOIz1TAeyoHVZbw { width:5.625rem;height:1.6875rem;top:15.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbAoiLyRtXvDXLz2ulGiATw4XuzisJl1 { display:block; }
 }@media only screen and (max-width: 763px) { #c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh { display:block; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siXtSteBqT9RHALyDHcm5qaVVLskRk1C { top:0.25rem;left:0rem;width:47.75rem;height:1.3125rem;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) { #Gvic4CdAHoJoCymRS3KNreAUNENgWgSb { position:relative;z-index:auto;background-color:transparent;background-image:none;display:none; }#Gvic4CdAHoJoCymRS3KNreAUNENgWgSb > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VRaR8fGZxs4GuODAydrxQyCNAOCr0nDT { width:7.8125rem;height:2.5rem;top:8.7801847457888rem;left:10.937499582768rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mehg9G3Ec99n4KTaPCTP4Dq2ndPLP9zs { display:block; }
 }@media only screen and (max-width: 763px) { #GsKEMBO7kTekKhe6yFqQdcqn4TfIq9f6 { width:8.75rem;height:1.75rem;top:5.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSkLNlEpOxdr7eMhdugQVbDzhmak1tIT { display:block; }
 }@media only screen and (max-width: 763px) { #CrBNiOw2v4Vwy1fA92GJMPc8csDyzeeq { width:16.5625rem;height:2.375rem;top:0.8125rem;left:1.25rem;overflow:hidden;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #LLaqgURdfMQ6CZToVwfDU7qMtRy4pczK { width:0.625rem;height:0.625rem;top:2.5625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCTfc2GXWpWqoVliIiOQPwqhPMfxBIfd { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #hN0NcHkNzfeB1bCJNIQJ7UgcXwTiVEov { display:block; }
 }@media only screen and (max-width: 763px) { #ffanxkNl3ZLCdV6NBRxSTZna5OnzhXWa { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #uQWI20bATkfVyXBc1sGw0eJKMr9ZGG4E { display:block; }
 }@media only screen and (max-width: 763px) { #gP0NDK7Op6mLC2cv7WwJPLgemmVpkyrA { width:6.25rem;height:2.5rem;top:8.7801847457888rem;left:2.9367895722389rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #AlxN01WnBggy4gQF4JF0i9T8PpqoRnTo { display:block; }
 }@media only screen and (max-width: 763px) { #MEG7l08m2QTZoNMkCFCvO1v03AsCByTV { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5muCcdhRnFyUZwduhP7ErdA8OgFEcGn { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCuLe1wEgLZCZfSUK6FJwSrZgcRMpyPW { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30HVewKUOS87Hq4rs7VITITJaZvdPdM { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW8TW4oTi8hPfIIlogcPtkGKbuag6Luy { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #woeUOqmEeqxKTs4ek41Pb5Qhnd2EgDFm { width:5.625rem;height:1.6875rem;top:15.466796875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovtr1EHBDaHTu2u2KWLWKJcRhDm5hLT3 { display:block; }
 }@media only screen and (max-width: 763px) { #epRivmsHH9gMCRinM6m4JTxLKMLrX0fd { width:5.625rem;height:1.6875rem;top:18.404296875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzsK7lyanzJgggeBgF675F3lOcdaua6v { display:block; }
 }@media only screen and (max-width: 763px) { #DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container { background-color: transparent; background-image: none; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container > .video-iframe-container { display: none; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row > .video-iframe-container { display: none; }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .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); }#DTTFFkwp2LlOaM3F8O8xxKfmDTeAytzg > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1ao5en0vud2I79iGsScq1pT9y85i3k7 { width:4.375rem;height:2.5rem;top:11.6875rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcLVkkZIkgMgTPxFI1SDiafVnWzwUiEE { display:block; }
 }@media only screen and (max-width: 763px) { #Dm6BkPFImLfZnbtu4olQ2byui2k4CTdv { width:8.75rem;height:1.75rem;top:5.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXCEkORNAy9LVI2tnZap7PNWilGRJLAu { display:block; }
 }@media only screen and (max-width: 763px) { #FsCLxxdLMIi7KMO5uA1PzT96KsxUqXBf { width:16.5625rem;height:2.375rem;top:0.8125rem;left:1.25rem;overflow:hidden;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #uJ3rLJmMx8T6kT5BbHQOqqxonx43SRua { width:0.625rem;height:0.625rem;top:2.625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFAzJEA82Tkx7G1nDQA1Ey8yEAhTNodZ { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #N9unS8pbsWNbk8XFdb3yRx9G8ZE9Noy3 { display:block; }
 }@media only screen and (max-width: 763px) { #fe0G5WetqNETCW5dQsDZLUXcgJzcb7Ht { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #ZHtPsFmXqriT03lAVNxDbIdESupLctiL { display:block; }
 }@media only screen and (max-width: 763px) { #VBTa3tPgLUeCV3PPprgkLxTHpTA8zdEy { width:11.1875rem;height:2.5rem;top:8.5rem;left:4.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TISNGxzVucBLwEMekIGR4bUNS2a0dDPI { display:block; }
 }@media only screen and (max-width: 763px) { #MJzTiTaTno1rSmsdV91fRmrr9T86nVz1 { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnSQ8EqG36mMBVeJlrq8zgH8viTbutT3 { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egFua8AZyHzHRPsm2cCNBxTh2vdXaeGX { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkoT9v6fBF2gW3diiwvPzRQrNVEoV5Nm { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZOl3Rgo1WsFt2B7TD9d8TRKFHUUSmIN { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pVgT86ufPLgicrdTSLmg5S2rWSaMvpsN { width:3.75rem;height:2.5rem;top:11.6875rem;left:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #ss1CleXpC9aNBW8yGVnHplqIMFaIJSsf { display:block; }
 }@media only screen and (max-width: 763px) { #IUX8ABM3bzM7nkq8HWuPOoul7qqISeWQ { width:5.06185rem;height:2.5rem;top:11.6875rem;left:12.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #oyRiU0k2VNgq0T9qWVNnk8F2fMevKkCq { display:block; }
 }@media only screen and (max-width: 763px) { #FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { display:block; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0NsgWC9TGrLMQmPIQcWNoU70SqI58TE { width:20rem;height:5.19921875rem;top:5.6868495941162rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avO5bpoAqyhLbTTEQ4P9P6x3dNQgO43b { width:9.375rem;height:0.0618489375rem;top:12.425130844116rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4lkGTkMfwm9TofT86yJcTdViddaZIza { width:20rem;height:2.5996125rem;top:2.5075960159302rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5BisGyrP9CFwWo85mgJ3lQIqCMCkfsw { width:20rem;height:5.19921875rem;top:13.543838500976rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbOBD4nfWwH1b64FDmAWgFrWr7avHN3e { width:13.3125rem;height:13.4375rem;top:21.490886211395rem;left:3.3430991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqW5RunZamGRAbwE2OduRc8NWxVimEp { width:7.6248125rem;height:5.8496125rem;top:23.959418773651rem;left:6.1870661377907rem;font-size:4.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0JzxnVDl9dlZ78U4x0CoSW1uyte3l9o { width:12.5rem;height:1.8684875rem;top:29.740668773651rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEQrobCpzRzzRrDarx1etDeSizBhtZKO { width:13.3125rem;height:13.4375rem;top:36.311851024628rem;left:3.3430991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUadL3scVm0ivOp1nnQ7PFEciTIpCgt { width:11.9998125rem;height:5.3994125rem;top:39.186198711395rem;left:3.9995661377907rem;font-size:4.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3QCZlMUo213BceiSrBMRdMPbQKVMGxm { width:12.5rem;height:1.8684875rem;top:45.186633586884rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0dJDeeS6Bz1hEXavgWfsubrPpJbsTXu { width:20rem;height:9.84375rem;top:52.467451095581rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 { display:block; }#sb5NOzaeq9D0AfzeiNN88WuZ0oQHq252 > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBX7uvMUhFdv0oEIR7qlyl0F4RVPcRcR { width:20rem;height:35.15625rem;top:11.436632156372rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CckTgOp2MSffpc5HgRNClnuBLOxTG9st { width:16.3125rem;height:32.625rem;top:48.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmNt8zPud2oaBwTA4FbDBT3AsnuzZzkq { width:1.3125rem;height:3.75rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnoOek8G0nkyOmw1mgB7WWsSOBaiowo { width:17.9375rem;height:6.82325rem;top:2.75rem;left:1.9375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZfwnG9TDJBZufeVN1HkXVlTPcdrF8Ma { width:20rem;height:20.2495625rem;top:54.625rem;left:0rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di8RwOzUwXa27kyC2OfqvkVyKJaso5GC { display:block; }#di8RwOzUwXa27kyC2OfqvkVyKJaso5GC > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfQfGWC5al0PzBSkn3bKQpdvmN0TUuZW { width:20rem;height:30rem;top:9.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THpdwQc9iozH7HfNcNlLHmfqp5bpSHXG { width:1.3125rem;height:3.75rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH80Jbvw06xrEI0fBUNkUdWlu8M9yZ7o { width:17.6875rem;height:4.548825rem;top:3.6241302490234rem;left:1.9368489384651rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuewVTs3oWAHWOds5Eeh7srkEQRoWEgc { width:17.5rem;height:34.5625rem;top:39.029950141907rem;left:1.2500000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W0rh1qN5Kb4MDoT11xnOIszGJ3AbtO7H { width:19.9370625rem;height:19.874125rem;top:46.405166625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y { display:block; }#EA3M0hhOfwLf5VPI9qERMFR6GnE5Ts7y > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U43JJeawoiknZo7XSJdlXqnCpTdDW87C { width:20rem;height:19.4921875rem;top:5.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGyk7iOOeZdeT6fQgplLDQ05kHBTZwEH { width:9.375rem;height:0.125rem;top:29.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTesfb3Sy5kqNBcIJqhVcd6iVENC8v6k { width:18.625rem;height:3rem;top:30.6875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRQk0lRWZZBvGF6mQhSnFacX7836yVy { width:3.125rem;height:2.625rem;top:1.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qeo3pL8CJtJ112VRScSlw71SqVKFormt { display:block; }#Qeo3pL8CJtJ112VRScSlw71SqVKFormt > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeTlhdQb3QP5EzObc4gTnifxTALRErUS { width:20rem;height:2.955075rem;top:16.857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwqxrMvhKTTcC328Pug9ZtLA76QTiVwV { width:10.625rem;height:1.75rem;top:10.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCsGODAPbmQsrSc40K3DUUmMOUfflbaN { display:block; }
 }@media only screen and (max-width: 763px) { #hUxZZiDuCvSbXat6NxtTsf8kMBF9nRoV { width:4.6875rem;height:1.6875rem;top:12.9375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDpfhgNUfJk6DZ2tMu6qThFeCSTIHMhF { display:block; }
 }@media only screen and (max-width: 763px) { #qrXwS9wJwM9SZTRKWMr8bmR4UxgUaF8f { width:5.625rem;height:1.6875rem;top:12.9375rem;left:6.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGKf7vmbNLWT78ZLTUTXW3Ke9l37oUWw { display:block; }
 }@media only screen and (max-width: 763px) { #EP8moegeuoltkaAeSXOIz1TAeyoHVZbw { width:5.625rem;height:1.6875rem;top:13rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbAoiLyRtXvDXLz2ulGiATw4XuzisJl1 { display:block; }
 }@media only screen and (max-width: 763px) { #c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh { display:block; }#c3ukEgC7rBi8l1k8tsCBx6hzMs0Qyzrh > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siXtSteBqT9RHALyDHcm5qaVVLskRk1C { width:20rem;height:2.25rem;top:1.1416015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }