.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:224,224,224;--color-primary-2:204,204,204;--color-primary-3:88,88,88;--color-primary-4:5,5,5;--color-secondary-0:254,254,254;--color-secondary-1:251,252,253;--color-secondary-2:246,249,250;--color-secondary-3:123,125,125;--color-secondary-4:37,37,38;--color-tertiary-0:255,255,255;--color-tertiary-1:246,249,250;--color-tertiary-2:155,145,145;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:Dosis;--paragraphs-font-family:Dosis; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC { position:relative;display:block; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC { background-color: transparent; background-image: none; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row .container > .video-iframe-container { display: none; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row > .video-iframe-container { display: none; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .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); }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC { border-width: 0; border-radius: 0; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .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; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KfrJb8Day6KZ8aBPudEThoxaSaHGFfv2 { z-index:15009;top:0rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v3kJUphDB02MCUKfVm2CKPsSLHQP18MI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NI2A2USOyf5OiCE6BLnW0rFhOqJf4eLo { z-index:15008;top:0rem;left:16.875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vPkNOJGtVKg6kAIEQTQy0gJaBTew13eL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zx7aidFGodhLAC2FaSrU2FXIxtybuTM5 { z-index:15007;top:0rem;left:34rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RRyflrCqZGssKtseKtUkepDyK15UJphN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3MnJ5NxosXZZsgrho1oesX9UrOQCNgw { z-index:15008;top:0rem;left:49.75rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lc9hGuCJrsosRt2Xf32wpytLKLDt2TBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/KtNIhhz8/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#seTrQAlmfoPAlVhadfcnQ68H3nrTtZMO { position:absolute;display:block;z-index:14999;background-color:rgba(19,19,21,0.54);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:8.375rem;width:60rem;top:12.5625rem;left:0rem;display:block; }
#G5KTlT03Z7eBF8aVg2XTdacOzNq6wxAZ { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:3.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#QfQD6KeQlJ4lBOPRUqhNccwy4UgnlNVn { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:14.71875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container { background-color: transparent; background-image: none; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container > .video-iframe-container { display: none; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row > .video-iframe-container { display: none; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .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); }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container { border-width: 0; border-radius: 0; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container { background-color: transparent; background-image: none; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container > .video-iframe-container { display: none; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row > .video-iframe-container { display: none; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .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); }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container { border-width: 0; border-radius: 0; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#O4hQeD6rRwcuhSRTQttw9NsgaH6eUBPk { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:18.0625rem;top:2.75rem;left:1rem;display:block; }
#nh0mASQHafnXk8Zami5wDT9yVPpTezQD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(69,148,190,0.5) ;height:10.625rem;width:16rem;top:6.71875rem;left:2rem;overflow:hidden;display:block; }
#kT9oT0itXnXSfBpE5XzduKgWVnKJrqmw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.4765625rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#bSLlel7eUyV7UKMVmXa8ZO1Jb1QlLqTI { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.4375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V0gmiRKOi4Q7b9d13E4D3NugQ0WmUz2T { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:21.5625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bp6oeRkDVR7BFQaAUHzhViT47qWbNFEU { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.125rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#bIg7WV0PNtUghEfTespDC6B1hC4gpP3e { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.125rem;left:0.1875rem;height:0;text-align:center;text-align-last:center;display:block; }
#BESBBTneFFCZPmDkgUIVwNzZRPSUXQ0H { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:29.25rem;left:5.3125rem;display:block; }
#V0Wfb3B1tde5VyL2Eoa9eAJMMf1X0Xvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xFwyF3KkS03yIoouZ34agxNK7RUW5BPO { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:18.0625rem;top:2.75rem;left:40.8125rem;display:block; }
#Wp2K6rcpUuctmTilm7urkzzLRcTtdIa6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(69,148,190,0.5) ;height:10rem;width:15.0625rem;top:7.03125rem;left:42.46875rem;overflow:hidden;display:block; }
#nWIZA9w8EzVvoTkas8xJ0lwkL1xkrPGl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.47607421875rem;left:40rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#FfdMMBhf8LQURBn47aMEio87uHCrtwcz { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:21rem;left:40rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRsLWtvMb3ZTZrBD7aPx2mEKkXy3qXZ9 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:21.5625rem;left:39.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fo01soo2cTeb9wDdwD9u8qLmIQVmMFpl { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.1484375rem;left:40rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#VUMGkEZ7TIJP67yfM8Bwql6lassTdhzP { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.125rem;left:40rem;height:0;text-align:center;text-align-last:center;display:block; }
#nfEXv5r0mIwG2UTEnM5CVr0Rntwwde9D { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:29.25rem;left:45.3125rem;display:block; }
#WiCT2cXbi8M2m6s51vzg5X8NWdgtI8tQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f93FbvUZ2AmfIAZ64aTvEaRDEILovb3Z { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:22.75rem;left:0rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5AAqr9MIdQ2JTItTd1dUEdiWBbTPRX4 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:18.0625rem;top:2.75rem;left:21rem;display:block; }
#T1T7SGF8qkQMD01RuXDRDeG5tHMuDtPT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(69,148,190,0.5) ;height:10.625rem;width:16rem;top:6.75rem;left:22rem;overflow:hidden;display:block; }
#U7dMQDvA8D6KTpa1Huki0GlX5ZQFmmSg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.5rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ENtMf3MqWlgXWgP1cMENFNhIa77V8VSH { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.4375rem;left:20rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWrhtLeo9lTPTpzQZOAsG2akAbxscs49 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:21.5625rem;left:20rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twsU97EQmNbahQf5vfk0TEN012G6UGTN { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:22.75rem;left:20rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLWnlfCSUQIOrTHOTtbTlumwTZDk0B7n { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.125rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KB77XuW9ZCTc4OJwRV5JGTXDZiP5h5Kx { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.125rem;left:20.1875rem;height:0;text-align:center;text-align-last:center;display:block; }
#uWmti7fECCmcxRHtpzS0cRSJnB7VCDM4 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:29.25rem;left:25.3125rem;display:block; }
#JtnTWZfT32ECKTVpBA3VKsSieoITeUOh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUBUy1gCJLk4874F4ihIH58LvVSfssUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container { background-color: transparent; background-image: none; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container > .video-iframe-container { display: none; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row > .video-iframe-container { display: none; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .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); }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container { border-width: 0; border-radius: 0; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#KTGvMdeXoLAQcwTuEB0Z0FDXaANINIL4 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:18.0625rem;top:2.75rem;left:40.8125rem;display:block; }
#wKCAQ62Opnhl4Kt3eL1BVI5NBU8TOBnQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(69,148,190,0.5) ;height:9.6875rem;width:17.4375rem;top:7.1875rem;left:41.28125rem;overflow:hidden;display:block; }
#igrA5lzUGdTCgVnEJdAFRetHR6zJwxLx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.47607421875rem;left:40rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Au0db8hot5X2q1UvoquSJXIC971RSpR0 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:21rem;left:40rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mp5J7WKJUUgmMK8MXy3HmJX06Ms452Er { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:21.5625rem;left:39.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKc2ntDcZ0BgJ1DlosBar8b3So9XLM8i { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.1484375rem;left:40rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#cXbqzqJvEtBXsdgwI8Nqqqm6pLKqcUgQ { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.125rem;left:40rem;height:0;text-align:center;text-align-last:center;display:block; }
#xJeiF9PeWBkJ1ybayx04LWkyFrP1r7ZE { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:29.25rem;left:45.3125rem;display:block; }
#mCTUNooze9wdkPvAtJDRaVNDbsVtcOTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHHWJ2PQZdKAy7BDqawrXJKXaTX9GB6p { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.9375rem;width:18.0625rem;top:2.75rem;left:21rem;display:block; }
#KB5QMXSs4GQbCqrPZ48ZL8e7qAoK2tw6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(69,148,190,0.5) ;height:10.5rem;width:15.8125rem;top:6.46875rem;left:22.09375rem;overflow:hidden;display:block; }
#rSqDnxf10o4pTCndWoPcNAtwRu476Hsy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.4765625rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#pUPEHxSWvk25t4HmtUMnwMb2r9TfAdUP { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.4375rem;left:20rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IG4W3WkSqOgvIwoCV35QJn9Dwebe03zF { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:21.5625rem;left:20rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UizPGtBeOQD6h8B40TDAT9GCrPQ7c83f { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:25.1484375rem;left:20.1875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#K2va4XBd0dprmrZCTsyxHKIE0sLypbQb { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.125rem;left:20.1875rem;height:0;text-align:center;text-align-last:center;display:block; }
#Ffp6TWh3ghCiPVNhJEhpfMUIzTWCFQz0 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:29.25rem;left:25.3125rem;display:block; }
#VO4mSuOF1QssMqRRlFiwnccudETvhvLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGIobGzQWwAZrnFueMCMDT6lhMMnT2BA { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:22.75rem;left:20rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container { background-color: transparent; background-image: none; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container > .video-iframe-container { display: none; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row > .video-iframe-container { display: none; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .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); }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container { border-width: 0; border-radius: 0; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/vWwuSeX7/1.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;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; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm.adaptive-delivery-prevent-bg, #UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm.lazyload, #UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm.lazyloading { background-image: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container { background-color: transparent; background-image: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container > .video-iframe-container { display: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row > .video-iframe-container { display: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .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); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container { border-width: 0; border-radius: 0; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container { background-color: transparent; background-image: none; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container > .video-iframe-container { display: none; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row > .video-iframe-container { display: none; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .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); }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container { border-width: 0; border-radius: 0; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#S5R8XWwoscgxD8GXMan51XkZRdCXCwtZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:1.53125rem;left:8.0625rem;height:1.625rem;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; }
#elTp81MGDp5axssmSRc4OX06DobIh2wD { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.625rem;left:8.1875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHNMu97tK9mni81GZk5NZykDaPifAeaa { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.53125rem;left:8.0625rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWFFbDhDN7PPiNgTI3T2TxgEcU0Xss5D { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.71875rem;left:41.96875rem;display:block; }
#rqMTTnQ7DBhT0DL9qo9vXFP7dAHEeLux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#az5PmzaO1k5aWUFo751MbCspO8zxuQoE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:1.53125rem;left:8.0625rem;height:1.625rem;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:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuy1DyAfgePHMavTWyWSky0Q3el32cTC { display:block; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfrJb8Day6KZ8aBPudEThoxaSaHGFfv2 { top:0rem;left:0rem;width:10.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3kJUphDB02MCUKfVm2CKPsSLHQP18MI { display:block; }
 }@media only screen and (max-width: 763px) { #NI2A2USOyf5OiCE6BLnW0rFhOqJf4eLo { top:0rem;left:10.75rem;width:10.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPkNOJGtVKg6kAIEQTQy0gJaBTew13eL { display:block; }
 }@media only screen and (max-width: 763px) { #Zx7aidFGodhLAC2FaSrU2FXIxtybuTM5 { top:0rem;left:27.875rem;width:10.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyflrCqZGssKtseKtUkepDyK15UJphN { display:block; }
 }@media only screen and (max-width: 763px) { #b3MnJ5NxosXZZsgrho1oesX9UrOQCNgw { top:0rem;left:37.5rem;width:10.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc9hGuCJrsosRt2Xf32wpytLKLDt2TBu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seTrQAlmfoPAlVhadfcnQ68H3nrTtZMO { top:12.5625rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KTlT03Z7eBF8aVg2XTdacOzNq6wxAZ { top:1.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQD6KeQlJ4lBOPRUqhNccwy4UgnlNVn { width:47.75rem;height:4.0625rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG { display:block; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 { display:block; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4hQeD6rRwcuhSRTQttw9NsgaH6eUBPk { top:2.75rem;left:0rem;width:18.0625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh0mASQHafnXk8Zami5wDT9yVPpTezQD { width:16rem;height:10.625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9oT0itXnXSfBpE5XzduKgWVnKJrqmw { width:20rem;height:1.4375rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSLlel7eUyV7UKMVmXa8ZO1Jb1QlLqTI { width:20rem;height:2.25rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0gmiRKOi4Q7b9d13E4D3NugQ0WmUz2T { width:20rem;height:0;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6oeRkDVR7BFQaAUHzhViT47qWbNFEU { width:20rem;height:1.4375rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIg7WV0PNtUghEfTespDC6B1hC4gpP3e { width:20rem;height:0;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BESBBTneFFCZPmDkgUIVwNzZRPSUXQ0H { width:9.375rem;height:2.375rem;top:29.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Wfb3B1tde5VyL2Eoa9eAJMMf1X0Xvt { display:block; }
 }@media only screen and (max-width: 763px) { #xFwyF3KkS03yIoouZ34agxNK7RUW5BPO { top:2.75rem;left:29.5625rem;width:18.0625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp2K6rcpUuctmTilm7urkzzLRcTtdIa6 { width:15.0625rem;height:10rem;top:7rem;left:32.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWIZA9w8EzVvoTkas8xJ0lwkL1xkrPGl { width:20rem;height:1.4375rem;top:18.4375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfdMMBhf8LQURBn47aMEio87uHCrtwcz { width:20rem;height:2.25rem;top:21rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRsLWtvMb3ZTZrBD7aPx2mEKkXy3qXZ9 { width:20rem;height:0;top:21.5625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo01soo2cTeb9wDdwD9u8qLmIQVmMFpl { width:20rem;height:1.4375rem;top:25.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMGkEZ7TIJP67yfM8Bwql6lassTdhzP { width:20rem;height:0;top:25.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEXv5r0mIwG2UTEnM5CVr0Rntwwde9D { width:9.375rem;height:2.375rem;top:29.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCT2cXbi8M2m6s51vzg5X8NWdgtI8tQ { display:block; }
 }@media only screen and (max-width: 763px) { #f93FbvUZ2AmfIAZ64aTvEaRDEILovb3Z { width:20rem;height:1.125rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5AAqr9MIdQ2JTItTd1dUEdiWBbTPRX4 { top:2.75rem;left:13.6875rem;width:18.0625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T7SGF8qkQMD01RuXDRDeG5tHMuDtPT { width:16rem;height:10.625rem;top:6.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7dMQDvA8D6KTpa1Huki0GlX5ZQFmmSg { width:20rem;height:1.4375rem;top:18.5rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENtMf3MqWlgXWgP1cMENFNhIa77V8VSH { width:20rem;height:2.25rem;top:20.4375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrhtLeo9lTPTpzQZOAsG2akAbxscs49 { width:20rem;height:0;top:21.5625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twsU97EQmNbahQf5vfk0TEN012G6UGTN { width:20rem;height:1.125rem;top:22.75rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLWnlfCSUQIOrTHOTtbTlumwTZDk0B7n { width:20rem;height:1.4375rem;top:25.125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB77XuW9ZCTc4OJwRV5JGTXDZiP5h5Kx { width:20rem;height:0;top:25.125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWmti7fECCmcxRHtpzS0cRSJnB7VCDM4 { width:9.375rem;height:2.375rem;top:29.25rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnTWZfT32ECKTVpBA3VKsSieoITeUOh { display:block; }
 }@media only screen and (max-width: 763px) { #sUBUy1gCJLk4874F4ihIH58LvVSfssUx { display:block; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTGvMdeXoLAQcwTuEB0Z0FDXaANINIL4 { top:2.75rem;left:29.5625rem;width:18.0625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCAQ62Opnhl4Kt3eL1BVI5NBU8TOBnQ { width:17.4375rem;height:9.6875rem;top:7.1875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igrA5lzUGdTCgVnEJdAFRetHR6zJwxLx { width:20rem;height:1.4375rem;top:18.4375rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au0db8hot5X2q1UvoquSJXIC971RSpR0 { width:20rem;height:2.25rem;top:21rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp5J7WKJUUgmMK8MXy3HmJX06Ms452Er { width:20rem;height:0;top:21.5625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKc2ntDcZ0BgJ1DlosBar8b3So9XLM8i { width:20rem;height:1.4375rem;top:25.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXbqzqJvEtBXsdgwI8Nqqqm6pLKqcUgQ { width:20rem;height:0;top:25.125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJeiF9PeWBkJ1ybayx04LWkyFrP1r7ZE { width:9.375rem;height:2.375rem;top:29.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTUNooze9wdkPvAtJDRaVNDbsVtcOTW { display:block; }
 }@media only screen and (max-width: 763px) { #fHHWJ2PQZdKAy7BDqawrXJKXaTX9GB6p { top:2.75rem;left:13.6875rem;width:18.0625rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB5QMXSs4GQbCqrPZ48ZL8e7qAoK2tw6 { width:15.8125rem;height:10.5rem;top:6.4375rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSqDnxf10o4pTCndWoPcNAtwRu476Hsy { width:20rem;height:1.4375rem;top:18.4375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUPEHxSWvk25t4HmtUMnwMb2r9TfAdUP { width:20rem;height:2.25rem;top:20.4375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG4W3WkSqOgvIwoCV35QJn9Dwebe03zF { width:20rem;height:0;top:21.5625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UizPGtBeOQD6h8B40TDAT9GCrPQ7c83f { width:20rem;height:1.4375rem;top:25.125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2va4XBd0dprmrZCTsyxHKIE0sLypbQb { width:20rem;height:0;top:25.125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffp6TWh3ghCiPVNhJEhpfMUIzTWCFQz0 { width:9.375rem;height:2.375rem;top:29.25rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4mSuOF1QssMqRRlFiwnccudETvhvLl { display:block; }
 }@media only screen and (max-width: 763px) { #MGIobGzQWwAZrnFueMCMDT6lhMMnT2BA { width:20rem;height:1.125rem;top:22.75rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb { display:block; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm { display:block; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa { display:block; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5R8XWwoscgxD8GXMan51XkZRdCXCwtZ { width:18.8125rem;height:1.625rem;top:1.5rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTp81MGDp5axssmSRc4OX06DobIh2wD { width:27.8125rem;height:1.375rem;top:4.625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNMu97tK9mni81GZk5NZykDaPifAeaa { width:27.8125rem;height:2.75rem;top:6.5rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWFFbDhDN7PPiNgTI3T2TxgEcU0Xss5D { width:10.625rem;height:2.8125rem;top:3.6875rem;left:35.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMTTnQ7DBhT0DL9qo9vXFP7dAHEeLux { display:block; }
 }@media only screen and (max-width: 763px) { #az5PmzaO1k5aWUFo751MbCspO8zxuQoE { width:20rem;height:;top:10.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuy1DyAfgePHMavTWyWSky0Q3el32cTC { display:block; }#cuy1DyAfgePHMavTWyWSky0Q3el32cTC > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfrJb8Day6KZ8aBPudEThoxaSaHGFfv2 { top:1.25rem;left:4.875rem;width:10.25rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3kJUphDB02MCUKfVm2CKPsSLHQP18MI { display:block; }
 }@media only screen and (max-width: 763px) { #NI2A2USOyf5OiCE6BLnW0rFhOqJf4eLo { top:5.5rem;left:4.875rem;width:10.25rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPkNOJGtVKg6kAIEQTQy0gJaBTew13eL { display:block; }
 }@media only screen and (max-width: 763px) { #Zx7aidFGodhLAC2FaSrU2FXIxtybuTM5 { top:9.75rem;left:4.875rem;width:10.25rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyflrCqZGssKtseKtUkepDyK15UJphN { display:block; }
 }@media only screen and (max-width: 763px) { #b3MnJ5NxosXZZsgrho1oesX9UrOQCNgw { top:14rem;left:4.875rem;width:10.25rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc9hGuCJrsosRt2Xf32wpytLKLDt2TBu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seTrQAlmfoPAlVhadfcnQ68H3nrTtZMO { width:20rem;height:4.9375rem;top:3.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KTlT03Z7eBF8aVg2XTdacOzNq6wxAZ { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQD6KeQlJ4lBOPRUqhNccwy4UgnlNVn { width:20rem;height:1.4624rem;top:5.95605625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG { display:block; }#MxWU0DAcMgU3CxCrEnhpJM1Xe2uLhBeG > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 { display:block; }#hA1UMXtC8yPXa1nqSg4HvH3DSEBLIXD7 > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4hQeD6rRwcuhSRTQttw9NsgaH6eUBPk { width:18.0625rem;height:29.9375rem;top:3.25rem;left:0.875rem;border-top:0.0625rem solid #050505;border-left:0.0625rem solid #050505;border-right:0.0625rem solid #050505;border-bottom:0.0625rem solid #050505;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nh0mASQHafnXk8Zami5wDT9yVPpTezQD { width:17.4375rem;height:11.5rem;top:5.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT9oT0itXnXSfBpE5XzduKgWVnKJrqmw { width:20rem;height:1.29980625rem;top:18.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSLlel7eUyV7UKMVmXa8ZO1Jb1QlLqTI { width:20rem;height:2.25rem;top:21.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0gmiRKOi4Q7b9d13E4D3NugQ0WmUz2T { width:20rem;height:0;top:7.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6oeRkDVR7BFQaAUHzhViT47qWbNFEU { width:20rem;height:1.29980625rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIg7WV0PNtUghEfTespDC6B1hC4gpP3e { width:20rem;height:0;top:10.92480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BESBBTneFFCZPmDkgUIVwNzZRPSUXQ0H { width:9.375rem;height:2.375rem;top:29.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Wfb3B1tde5VyL2Eoa9eAJMMf1X0Xvt { display:block; }
 }@media only screen and (max-width: 763px) { #xFwyF3KkS03yIoouZ34agxNK7RUW5BPO { width:18.0625rem;height:29.9375rem;top:74.0625rem;left:0.875rem;border-top:0.0625rem solid #050505;border-left:0.0625rem solid #050505;border-right:0.0625rem solid #050505;border-bottom:0.0625rem solid #050505;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Wp2K6rcpUuctmTilm7urkzzLRcTtdIa6 { width:15.8125rem;height:10.4375rem;top:78.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWIZA9w8EzVvoTkas8xJ0lwkL1xkrPGl { width:20rem;height:1.29980625rem;top:91.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfdMMBhf8LQURBn47aMEio87uHCrtwcz { width:20rem;height:2.25rem;top:93.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRsLWtvMb3ZTZrBD7aPx2mEKkXy3qXZ9 { width:20rem;height:0;top:81.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo01soo2cTeb9wDdwD9u8qLmIQVmMFpl { width:20rem;height:1.29980625rem;top:97rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMGkEZ7TIJP67yfM8Bwql6lassTdhzP { width:20rem;height:0;top:95.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEXv5r0mIwG2UTEnM5CVr0Rntwwde9D { width:9.375rem;height:2.375rem;top:100.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCT2cXbi8M2m6s51vzg5X8NWdgtI8tQ { display:block; }
 }@media only screen and (max-width: 763px) { #f93FbvUZ2AmfIAZ64aTvEaRDEILovb3Z { width:20rem;height:1.125rem;top:8.54980625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5AAqr9MIdQ2JTItTd1dUEdiWBbTPRX4 { width:18.0625rem;height:29.9375rem;top:37.5625rem;left:0.875rem;border-top:0.0625rem solid #050505;border-left:0.0625rem solid #050505;border-right:0.0625rem solid #050505;border-bottom:0.0625rem solid #050505;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T1T7SGF8qkQMD01RuXDRDeG5tHMuDtPT { width:16.8125rem;height:11.1875rem;top:41.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7dMQDvA8D6KTpa1Huki0GlX5ZQFmmSg { width:20rem;height:1.29980625rem;top:52.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENtMf3MqWlgXWgP1cMENFNhIa77V8VSH { width:20rem;height:2.25rem;top:55.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWrhtLeo9lTPTpzQZOAsG2akAbxscs49 { width:20rem;height:0;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twsU97EQmNbahQf5vfk0TEN012G6UGTN { width:20rem;height:1.125rem;top:69.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLWnlfCSUQIOrTHOTtbTlumwTZDk0B7n { width:20rem;height:1.29980625rem;top:59.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB77XuW9ZCTc4OJwRV5JGTXDZiP5h5Kx { width:20rem;height:0;top:74.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWmti7fECCmcxRHtpzS0cRSJnB7VCDM4 { width:9.375rem;height:2.375rem;top:62.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtnTWZfT32ECKTVpBA3VKsSieoITeUOh { display:block; }
 }@media only screen and (max-width: 763px) { #sUBUy1gCJLk4874F4ihIH58LvVSfssUx { display:block; }#sUBUy1gCJLk4874F4ihIH58LvVSfssUx > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTGvMdeXoLAQcwTuEB0Z0FDXaANINIL4 { width:18.0625rem;height:29.9375rem;top:44.875rem;left:0.875rem;border-top:0.0625rem solid #050505;border-left:0.0625rem solid #050505;border-right:0.0625rem solid #050505;border-bottom:0.0625rem solid #050505;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wKCAQ62Opnhl4Kt3eL1BVI5NBU8TOBnQ { width:17.375rem;height:9.6875rem;top:48.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igrA5lzUGdTCgVnEJdAFRetHR6zJwxLx { width:20rem;height:1.29980625rem;top:59.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au0db8hot5X2q1UvoquSJXIC971RSpR0 { width:20rem;height:2.25rem;top:62.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp5J7WKJUUgmMK8MXy3HmJX06Ms452Er { width:20rem;height:0;top:42.23730625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKc2ntDcZ0BgJ1DlosBar8b3So9XLM8i { width:20rem;height:1.29980625rem;top:66.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXbqzqJvEtBXsdgwI8Nqqqm6pLKqcUgQ { width:20rem;height:0;top:65.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJeiF9PeWBkJ1ybayx04LWkyFrP1r7ZE { width:9.375rem;height:2.375rem;top:70.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTUNooze9wdkPvAtJDRaVNDbsVtcOTW { display:block; }
 }@media only screen and (max-width: 763px) { #fHHWJ2PQZdKAy7BDqawrXJKXaTX9GB6p { width:18.0625rem;height:29.9375rem;top:10.92480625rem;left:0.875rem;border-top:0.0625rem solid #050505;border-left:0.0625rem solid #050505;border-right:0.0625rem solid #050505;border-bottom:0.0625rem solid #050505;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KB5QMXSs4GQbCqrPZ48ZL8e7qAoK2tw6 { width:15.4375rem;height:10.25rem;top:14.64355625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSqDnxf10o4pTCndWoPcNAtwRu476Hsy { width:20rem;height:1.29980625rem;top:29.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUPEHxSWvk25t4HmtUMnwMb2r9TfAdUP { width:20rem;height:2.25rem;top:32.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG4W3WkSqOgvIwoCV35QJn9Dwebe03zF { width:20rem;height:0;top:7.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UizPGtBeOQD6h8B40TDAT9GCrPQ7c83f { width:20rem;height:1.29980625rem;top:35.4873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2va4XBd0dprmrZCTsyxHKIE0sLypbQb { width:20rem;height:0;top:43.48730625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffp6TWh3ghCiPVNhJEhpfMUIzTWCFQz0 { width:9.375rem;height:2.375rem;top:37.42480625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4mSuOF1QssMqRRlFiwnccudETvhvLl { display:block; }
 }@media only screen and (max-width: 763px) { #MGIobGzQWwAZrnFueMCMDT6lhMMnT2BA { width:20rem;height:1.125rem;top:8.54980625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb { display:block; }#UDBPH2ddB3MFQM3RDJ6PXNFd4LqNXmHb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yPviMmY6/13mls.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm.adaptive-delivery-prevent-bg, #UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm.lazyload, #UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm.lazyloading { background-image: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container { background-color: transparent; background-image: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container > .video-iframe-container { display: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row > .video-iframe-container { display: none; }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .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); }#UXX6WcnIfgy1tKnRB6TgX7fRuleb9BTm > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa { display:block; }#ul1pxu1MUKNL850i0LntGEKOT2FT9Ksa > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5R8XWwoscgxD8GXMan51XkZRdCXCwtZ { width:20rem;height:1.3808625rem;top:4.773925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTp81MGDp5axssmSRc4OX06DobIh2wD { width:20rem;height:1.13720625rem;top:7.4047875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNMu97tK9mni81GZk5NZykDaPifAeaa { width:20rem;height:auto;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWFFbDhDN7PPiNgTI3T2TxgEcU0Xss5D { width:10.625rem;height:2.8125rem;top:9.79150625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMTTnQ7DBhT0DL9qo9vXFP7dAHEeLux { display:block; }
 }@media only screen and (max-width: 763px) { #az5PmzaO1k5aWUFo751MbCspO8zxuQoE { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15001;display:block; }
 }