.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olLqOCWTiBccKklbc7952D1CgsaMqy4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container { background-color: transparent; background-image: none; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container > .video-iframe-container { display: none; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row > .video-iframe-container { display: none; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .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); }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container { border-width: 0; border-radius: 0; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row > .video-iframe-container {  }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#eXoD1CEJsEMUZWMnlDeLahCM8JICNrIO { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.349609375rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCt1mR80Wq9Jaile2eOOmEr35hPHzFVQ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:13.970703125rem;left:2.78125rem;height:5.11816875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEusTq8JFiaKgo85hT0kUQ5GG6e7g6oH { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:3.4755859375rem;left:7.28125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6WcDGWErZQbhcSVd7kJGJtrKSF99FKt { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.78125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeXr7kEIOiNWqlZ225cazFlAbibxP3L5 { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.41796875rem;left:6.90625rem;height:6.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qX4u7hpTKQmSxVb4CspNpHGP8I1ettTd { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:27.8125rem;top:2.65625rem;left:30.6875rem;overflow:hidden;display:block; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.8125rem;left:10.25rem;z-index:100011; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #iBt1v9GT1doC3OT9LW8Z1WOAJ9sdSyly { display:flex;position:relative;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #O3exyriRhtQunnctAzGOSlw9ex0lVHT5 { width:auto; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #tMW2bVQdd0vmn9fq2boQToMPeWS0vJ8P {  }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #Z10RcPTKi6emld1IEdOvW4bGZLE05Ezb { display:flex;position:relative;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #ogydlamkX6tGH5i4zzZ9U8yKqVavxwRa {  }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #UfyLRb0xLhszkASQztQ8X7H7GxtbbDxR {  }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #l4FApbC2FGr1M7EInpSO8CUqrkdz2pqb { display:flex;position:relative;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #c5TzyhEnOV9n8tQg0km6yCE1rtdr6e2J {  }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #mQtJ4kupUNK4aqONwA0f5N4onbRTLnPb {  }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #Qogft2FOFznnvdQNyhrTiZRxfN42MKn0 { display:flex;position:relative;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #NDHD7AuHQNeKsxA9MTK9fdtxXuOJRsRd {  }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #i36RymdrldslayCtolBUsVZNJXeBCUq2 {  }
#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b6892294-27de-4d14-a3a8-91dcbf7b8e79/tlo_landing_AiS.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4.adaptive-delivery-prevent-bg, #uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4.lazyload, #uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4.lazyloading { background-image: none; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container { border-width: 0; border-radius: 0; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row > .video-iframe-container {  }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:none; }#i8KdJDhaBNXLsUt5XuRVdRxPe7z7rgqd { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.349609375rem;left:0.8125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBnPxim9tKfTRL1EZO9LLx4V5KiKsIi7 { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:14.51220703125rem;left:3.28125rem;height:5.18066875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kunKt0K5XVklCSo4kRxWzW7idJ9IJWyd { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:3.4755859375rem;left:7.28125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8nE7NAUvblAJ8Li7THXJHd6sWTqXLML { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.78125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#be0039;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.6748046875rem;left:6.125rem;z-index:100010; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #q3ELdVrWPMCgzRQif8sXuCPrRnh2fubC { display:flex;position:relative;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #rU9OeCGu0EBTob81rxQ35uqZXFKSzzae { width:auto; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #rTPRGdMOrohVK26lAtXiEwCUKRXmO6zz {  }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #aNgk8yQJoipqfBxffHBgIHvO52CCbNJX { display:flex;position:relative;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #Ag06mytWfomCVA8KGOLnf6uNHt2hFB4R {  }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #L3wlsXcno6Iks9sna9BblpcqziTSfCpZ {  }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #o4MwBuGrTeGIU0DucD3AwrvlEkfUA9uf { display:flex;position:relative;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #oTGh9RKkbDsLCDh7tUBXZZOTIkThDg1g {  }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #hnNiLNwrCT0hCCo7vkew3c0NsL5lUsFO {  }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #c2iEFAxDX705tTimDqqkbBOV7sVfPQMe { display:flex;position:relative;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #bunV618TgsJelDxnh7hmQan2EDkzqXun {  }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #VWZcNOZkOQiAbUEE5SMXDfbifn0NJ7ly {  }
#p3HmMvBzU6Vy6kTDWDSf8LNKv7URgXXU { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:27.8125rem;top:2.65625rem;left:30.6875rem;overflow:hidden;display:block; }
#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container { background-color: transparent; background-image: none; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container > .video-iframe-container { display: none; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row > .video-iframe-container { display: none; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .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); }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container { border-width: 0; border-radius: 0; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row > .video-iframe-container {  }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#WfEebDrh8tah7PAhNBDRQv9BlWtX07m8 { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.75rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:32.75rem;left:15.125rem;height:10.249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq li:before{  }
#Ohg2xBzp6spz9aXyTpSTTLH3w5GoJ8TU { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.875rem;left:5.71875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vW1xdR8FloFxZK5SXJEWbHiTPyNNN27I { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:8.1875rem;left:9.96875rem;height:1.79980625rem;font-style:normal;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; }
#w6ur8zGLzQTmvaLcPr3snTpQLUzTp5fB { box-sizing:content-box;color:#be0039;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:7.84375rem;left:6.21875rem;display:block; }
#wlNzt7F8Z1DJw3Iz9eteaXOTtqgc2ZeE { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:10.28125rem;left:9.96875rem;height:1.79980625rem;font-style:normal;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; }
#W9O5uLcc1nDHBh8nXnLTKmUnNMT10icn { box-sizing:content-box;color:#be0039;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:9.9375rem;left:6.21875rem;display:block; }
#hKLxVlwGZJ7W5u9i80HKGSX7wN7Lv7WI { box-sizing:content-box;color:#be0039;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:12.25rem;left:6.21875rem;display:block; }
#O6laKMWkuSsM9eWbTvQrk0oW31JdgVrW { color:#000000;display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:14.6875rem;left:9.96875rem;height:3.5996125rem;font-style:normal;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; }
#Rr9qDmf8W4ZoP2TeUSKBtsN3w0qAKIsL { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:22.8125rem;left:5.71875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3pPbUixiCbdiA3Zag5LtvxliEJ4wlbg { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:12.59375rem;left:9.96875rem;height:1.79980625rem;font-style:normal;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; }
#BkzdgobCc2LZ8AoVA6vczkV6JpQfHScZ { box-sizing:content-box;color:#be0039;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:15.21875rem;left:6.21875rem;display:block; }
#wru4HFyTS73kp7QB5iyb76kLQqRgzi0J { color:#200f43;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:5.71875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#y3OkpsyMXyMHhzOJUVOk347WgcIaxCRm { color:#200f43;display:block;width:47.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:6.21875rem;height:11.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P47VrZ0DJEZKzxIvUAwKF5E13RhPRa26 { color:#000000;display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:18.71875rem;left:10rem;height:1.79980625rem;font-style:normal;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; }
#cRcDGHf15TgBMwa0JLHG8im8nB9BJW0A { box-sizing:content-box;color:#be0039;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:18.1875rem;left:6.21875rem;display:block; }
#oNE1XAwqarVPxAEHszZbGSIEvGCG5O8i { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:12.25rem;left:6.21875rem;display:none; }
#tEbVuK54QUfxmgXnoWTS9SD0VuSRTvSV { box-sizing:content-box;color:#000000;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:12.25rem;left:6.21875rem;display:none; }
#A9HX2uZpiJfxQuOGwoS4m7tE7k5PTQzD { color:#be0039;display:block;width:39.5625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:2.38720703125rem;left:16.78125rem;height:9.599625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pzpAKPbz/Jola_7.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9.adaptive-delivery-prevent-bg, #yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9.lazyload, #yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9.lazyloading { background-image: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container { background-color: transparent; background-image: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container > .video-iframe-container { display: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row > .video-iframe-container { display: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .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); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container { border-width: 0; border-radius: 0; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row > .video-iframe-container {  }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#PIUhc4LX2br37oGJIv87J9T1reG29ZtD { color:#be0039;display:block;width:39.5625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:2.38720703125rem;left:16.78125rem;height:9.599625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EzqAykFMEFQ1BxGWPEXeUO5hvRZTK5zi { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 { position:relative;display:block; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 { background-color: transparent; background-image: none; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row .container > .video-iframe-container { display: none; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row > .video-iframe-container { display: none; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .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); }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 { border-width: 0; border-radius: 0; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row .container > .video-iframe-container {  }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .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:32.25rem;width:60rem;position:relative;display:block; }#TFztwET1xdW3uuuMcRtw8WrEJMZWXakU { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:8.8125rem;left:9.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TFztwET1xdW3uuuMcRtw8WrEJMZWXakU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFztwET1xdW3uuuMcRtw8WrEJMZWXakU li:before{  }
#MoRelVPbdOwvsKtvD0CBS7WzKTnpTbRL { color:#000000;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container { background-color: transparent; background-image: none; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container > .video-iframe-container { display: none; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row > .video-iframe-container { display: none; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .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); }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container { border-width: 0; border-radius: 0; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row > .video-iframe-container {  }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#wTnUNZs1sWHZvSLKKbIK4EEHrJi0kD8Q { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:2.021484375rem;left:11.4375rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gX7h9TDWa5tBPv41DkLXRT9GdL7i6E9I { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:1.833984375rem;left:12.53125rem;height:6.64258125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#P7OZi8CVCN86gVenbCydfsgHg7hwEsn1 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15.125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p { position:relative;display:block; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p { background-color: transparent; background-image: none; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row .container > .video-iframe-container { display: none; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row > .video-iframe-container { display: none; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .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); }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p { border-width: 0; border-radius: 0; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row .container > .video-iframe-container {  }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .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:42.5rem;width:60rem;position:relative;display:block; }#VIZaF1TaLdzlhDpxsi16Og6uUuMgvcz9 { color:#000000;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hELLS1E6yA9OUUNVIJCKCHbJiqeTG9VC { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:12.375rem;left:10.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Do29feoB7vaySMWyHhUeFWFpLGtoBDR0 { background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.0625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:32.625rem;left:19.84375rem;display:block; }
#x0nv4ZcUngE8klUK2LDwsmPBCrHg3eL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GLvPfyrSbEaBkHQyvKUOdXrNtXWrXknE { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:16.5rem;left:10.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvAxJm3Ai2Dhs0CNNdV4Z4avn2qu1UCu { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:20.5rem;left:10.5rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BmCA0ewMEd47VoVBpGASZTAAHcPLLIRr { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:25.125rem;left:9.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4RBAaxA0ak9ekbIInC439dqMfvRUGQt { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:30.96875rem;left:11.9375rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sIWRe8cSkF25yBsymav1on9Nx9ePoGOX { background-color:#200f43;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:oswald;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:4.3125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:75.625rem;left:17.75rem;display:none; }
#gVZJTgFgU29k6XU0puuWUb16T3N1iRqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HB9J3Anh0nKbQer01CNMErT1GGwalwrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3t76bGgN/Jola_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT.adaptive-delivery-prevent-bg, #HB9J3Anh0nKbQer01CNMErT1GGwalwrT.lazyload, #HB9J3Anh0nKbQer01CNMErT1GGwalwrT.lazyloading { background-image: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container { background-color: transparent; background-image: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container > .video-iframe-container { display: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row > .video-iframe-container { display: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .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); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container { border-width: 0; border-radius: 0; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row > .video-iframe-container {  }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#QXxS6hS5ivcPf4XlnfnMAltVEH8Pti6H { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:3.875rem;left:5.71875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZrQG9Uzmazx2zkl4H76MVdEvELLRMcMs { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:9.5625rem;left:5.71875rem;height:14.39841875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container { background-color: transparent; background-image: none; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container > .video-iframe-container { display: none; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row > .video-iframe-container { display: none; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .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); }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container { border-width: 0; border-radius: 0; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row > .video-iframe-container {  }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#Igt5JaFIlSO8T33bmrwmZcizhWIlOtWX { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:1.75rem;left:4.21875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdVbwDfou5P1phTtVtOXEmv0p8oflO4O { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.21875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3t76bGgN/Jola_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5.adaptive-delivery-prevent-bg, #RmiVzV5qkhq2sdO969GLQsviG2QJkMt5.lazyload, #RmiVzV5qkhq2sdO969GLQsviG2QJkMt5.lazyloading { background-image: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container { background-color: transparent; background-image: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container > .video-iframe-container { display: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row > .video-iframe-container { display: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .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); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container { border-width: 0; border-radius: 0; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row > .video-iframe-container {  }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#rl252uTn1cXAWR6bcIgJvKy2p2ehtEpt { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:3.875rem;left:5.71875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPLvBPkLsb2HmOECfGn95wLuK4GXaheD { color:#000000;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:9.5625rem;left:5.71875rem;height:14.39841875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/pzpAKPbz/Jola_7.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz.adaptive-delivery-prevent-bg, #RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz.lazyload, #RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz.lazyloading { background-image: none; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container { background-color: transparent; background-image: none; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container > .video-iframe-container { display: none; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row > .video-iframe-container { display: none; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .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); }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container { border-width: 0; border-radius: 0; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row > .video-iframe-container {  }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#ytuGbiAGvog1z4PMP21O85lVVdxNEABv { color:#ffffff;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:5.7490234375rem;left:8.53125rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kcB44VLiHbNyTQUmt8WTXkuiFco2If3s { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:1.8994140625rem;left:4.3125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOMHySGuXk7p6PQGWuJwMdvo6lsXT4Pe { color:#200f43;display:block;width:51.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:3.8125rem;left:4.125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nHA3twv1ThZFSOq7wCS1FlXgWm38BSKh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:23.875rem;top:1.15625rem;left:18.0625rem;overflow:hidden;display:none; }
#MZUCyVJmuPeuOc7LquPTs0Aun3zz8I97 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:2.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:11.125rem;left:21.84375rem;display:block; }
#iyk31rIwMrWH0w57GXe8G4hxQCPQIpvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container { background-color: transparent; background-image: none; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container > .video-iframe-container { display: none; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row > .video-iframe-container { display: none; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .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); }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container { border-width: 0; border-radius: 0; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row > .video-iframe-container {  }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container { font-size:0.875rem;font-family:arial;height:99.5625rem;width:60rem;position:relative;display:block; }#R2512Jw6ySEZDeLgIvLHiia8ybcnCxHZ { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:26.375rem;left:3.4375rem;height:70.19244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z93x9CQP4Pu4o6hkz3e9f4LkTN0of3Ot { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.8125rem;width:23.875rem;top:1.15625rem;left:18.0625rem;overflow:hidden;display:block; }
#SS3rDhp96hwT8UWOn3fVu4aSq34baafK { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:4.1875rem;left:13.25rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx { position:relative;display:block; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx { background-color: transparent; background-image: none; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row .container > .video-iframe-container { display: none; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row > .video-iframe-container { display: none; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .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); }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx { border-width: 0; border-radius: 0; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row .container > .video-iframe-container {  }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .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:51.75rem;width:60rem;position:relative;display:block; }#dA0wITXAR8qchRE4MNRCZSuTwAAe1P87 { color:#000000;display:block;width:52.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:30.3125rem;left:3.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil { color:#000000;display:block;width:43.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:9.125rem;left:6.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil li:before{  }
#RLb4DvJbULOUuTlJK2qKikuZBfMLhlod { color:#000000;display:block;width:52.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:2.75rem;left:3.5625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D20Uyn7JBPQJ0mPUUT7249QhhQUedRDV { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:40.3125rem;left:8.875rem;height:8.77345rem;text-align:center;text-align-last:center;display:block; }
#ovLSJS9uaop80mN6RzZufTzEppNxPEyH { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:36rem;left:8.875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#e7ZTttoAxVKVupM65oMnUTd80oqKRvRW { position:absolute;display:block;z-index:100006;background-color:#ebe8e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:21.0625rem;width:55.375rem;top:6.875rem;left:2.3125rem;display:block; }
#FEkKxJ8JgMWSLEX8g8bH6c0loN0O5EqO { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:37.625rem;left:8.84375rem;height:8.83595rem;text-align:center;text-align-last:center;display:none; }
#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 { position:relative;display:block; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 { background-color: transparent; background-image: none; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row .container > .video-iframe-container { display: none; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row > .video-iframe-container { display: none; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .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); }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 { border-width: 0; border-radius: 0; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row .container > .video-iframe-container {  }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .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:38.6875rem;width:60rem;position:relative;display:block; }#bz3r5LbkTp86Fwfaiqr29TwMtQVpSU94 { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.4375rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lWQwTipTifV2GIyG9dJuJ8RJEc5ytvcs { background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.5rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:32.625rem;left:20.9375rem;display:block; }
#QZ5hBANCT1M3xUxTfLbLnBpI5vUTGzUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i9sp4bwsZVg0OMnUIRtT71wGk9NVI8UV { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:15.875rem;left:3.4375rem;display:block; }
#HX6OBS2Gglc0eIJiH4Pnbq6SJDRQbm4i { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:15.875rem;left:15.5625rem;display:block; }
#EmxhRBXuISfm9TrVHhzl1xaiQEoBp2Fx { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:21rem;left:1.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIVRJZnS64IO5oHma4EV61wqBRpsEDnL { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:20.875rem;left:14.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7c5tPD408Dt3JsoD808pCz7dAec4PP7 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:20.875rem;left:26.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETwQZoBLTuLzuT7m9zav19AMORO082Iy { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:15.875rem;left:28.4375rem;display:block; }
#d0g3U7aSNCOoJkTuNZc4yULiwPCAS6eD { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0.625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtlNxycyJBNyX3svOM7xQnTWzLnC2Huh { color:#000000;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:23.3125rem;left:25.9375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvlLTLowRaO2pkZXJXTiHMiowRTiFCL8 { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:15.875rem;left:40.875rem;display:block; }
#FIcKfes3mfhhuIIKi8NHicb9D7uTTukm { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:23.3125rem;left:12.75rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XG8ZlBBcwf02hX3LVqmlvHJQp8MZiExk { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100035;line-height:1.3;letter-spacing:0;top:23.3125rem;left:37.875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rewIZf1tJqoN65TbO2842VKmJDJJMnkh { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:20.875rem;left:38.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmesTS4JkEJnloCsNFT0o1rZ2O3hMKtv { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:23.3125rem;left:50.1875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KT2TTUqzvU7JhfpLL5Am7z5fFLR6QsAE { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:21rem;left:51.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zC5i00tfUDCGeToXHax9R3kN4sNi1yZ5 { box-sizing:content-box;color:#be0039;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:15.875rem;left:53.25rem;display:block; }
#OT5Bkd56g56MQkivePMeXuUFG5ucxmeM { color:#200f43;display:block;width:44.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100043;line-height:1.3;letter-spacing:0;top:34.4375rem;left:7.71875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#OT5Bkd56g56MQkivePMeXuUFG5ucxmeM li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#OT5Bkd56g56MQkivePMeXuUFG5ucxmeM li:before{  }
#RDHBrMTUvSaGhqcXlUINboUWiTkmgPSM { color:#200f43;display:block;width:44.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100043;line-height:1.3;letter-spacing:0;top:34.4375rem;left:7.71875rem;height:2.875rem;font-style:normal;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:none; }
#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 { position:relative;display:block; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 { background-color: transparent; background-image: none; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row .container > .video-iframe-container { display: none; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row > .video-iframe-container { display: none; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .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); }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 { border-width: 0; border-radius: 0; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row .container > .video-iframe-container {  }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .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:78rem;width:60rem;position:relative;display:block; }#SWtt484RH8KeRJxvfml1TXnGI0xW5fRI { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100035;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.4375rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6c7TT7GcQ5MVOVVP7kLM2yb7X9igKm2 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:30.12451171875rem;left:11.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTfL80yEbxRqsFS7pDR1tUKyHUhh4bJU { color:#000000;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100039;line-height:1.3;letter-spacing:0;top:34.06201171875rem;left:11.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKw5GsbCZ12JoT34s48uKe514mcSZFSx { box-sizing:content-box;color:#be0039;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:34.04345703125rem;left:8.8125rem;display:block; }
#leo3ekRosRlQ61O8SFUz8sXt7RhfObba { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100040;line-height:1.3;letter-spacing:0;top:38.2373046875rem;left:11.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wymxz8efBEf8lBTzy0HbT5Bxhfx1PKZn { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:51.9375rem;left:2.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xm90xc4XaeeMIV1Ogf8FKF7oTEXgnQkU { box-sizing:content-box;color:#be0039;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:38.0625rem;left:8.5625rem;display:block; }
#ScQCchXnnahhdC62l5Jw2RT3fEHaWxpw { box-sizing:content-box;color:#be0039;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:30.01220703125rem;left:8.625rem;display:block; }
#VkBDdTufnrz0E20zBhPsxQaJTNs7XOiV { position:absolute;display:block;z-index:100021;background-color:#ebe8e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:17rem;width:47.8125rem;top:27rem;left:6.4375rem;display:block; }
#hIAOpSAfihBg8SyTFR2Vc11LaD6IOs0f { box-sizing:content-box;color:#ebe8e3;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:46.6875rem;left:27.25rem;display:block; }
#Jv4tNbJPsN6iDyxluKqpMGkfVRv03Id6 { position:absolute;display:block;z-index:100002;background-color:#000000;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;height:3.75rem;width:3.75rem;top:46.75rem;left:27.3125rem;display:block; }
#QEtqyXuumXyyWQDooBp8EvVI8GW8Te7M { color:#200f43;display:block;width:54.5rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4rem;left:2.75rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iutZAu967O65EKg7x9k1qEVNFfem3RE5 { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:3.5rem;left:7.5rem;height:1.8374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMFPNeyEpZ2azVgiPDZ9AEUuaExFpIrB { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.25rem;left:5.40625rem;height:6.6621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7xnUm89k0XGRI7XKJQsKx9lz6eGVH7F { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100118;line-height:1.3;letter-spacing:0;top:64.375rem;left:34.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmGQImwbU3cg4EHb9rXVFdrZVrFgnIRH { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100125;line-height:1.3;letter-spacing:0;top:59.5rem;left:34.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXpqIA6FC3A9C85whRlxiUmFX6SScCBM { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100126;line-height:1.3;letter-spacing:0;top:61.9375rem;left:34.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzV2LFe7bI3pwdCWvGpsnLM5pdpyRQpd { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:59.75rem;left:32.5625rem;overflow:hidden;display:block; }
#dPM8n5IoItyeUsTalrb5ZfCONT2gX3nn { position:absolute;display:block;z-index:100117;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:62.25rem;left:32.5625rem;overflow:hidden;display:block; }
#v2mNJ4uwnHQTe1kMA3G8HTeTmTs0gViu { position:absolute;display:block;z-index:100118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:64.6875rem;left:32.5625rem;overflow:hidden;display:block; }
#MbisufLg4piQTT8cXRxpWq19fHNRTCT6 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:69.5625rem;left:34.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkBvBaCsB2ITe3pO6Xs3VCTn0WdFzTLo { position:absolute;display:block;z-index:100116;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:67.125rem;left:32.5625rem;overflow:hidden;display:block; }
#taA1AF5DWT7iVmDa1ke1OVVdMw7em7xs { position:absolute;display:block;z-index:100119;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:69.8125rem;left:32.5625rem;overflow:hidden;display:block; }
#NBVeyCKeQbKz3AZTsJrbhL9JJthkvRLG { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:66.875rem;left:34.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1ITaaC25UVdfysk7XoTxiGOEXMqibZ4 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:72rem;left:35.125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoHf9kPMIoyLGl784lTeN11fuSAlUpds { position:absolute;display:block;z-index:100120;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:72.3125rem;left:32.5625rem;overflow:hidden;display:block; }
#LToXt7BDsElJd7xWfgcfa1NyNfuCLGMS { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:27rem;top:58.5625rem;left:1.6875rem;overflow:hidden;display:block; }
#p3qHhfhgXl6dIV0RyFMoCIhwntVGWT66 { position:absolute;display:block;z-index:100116;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:67.125rem;left:32.5625rem;overflow:hidden;display:none; }
#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV { position:relative;display:block; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV { background-color: transparent; background-image: none; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row .container > .video-iframe-container { display: none; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row > .video-iframe-container { display: none; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .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); }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV { border-width: 0; border-radius: 0; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row .container > .video-iframe-container {  }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .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:55.375rem;width:60rem;position:relative;display:block; }#GCuCq53vmnXrVTm52n04OrMn6vRHT9CB { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:10.75rem;left:8.1875rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0bttpE0zmPNnKPUTZTheCAKXUblX9pN { position:absolute;display:block;z-index:100024;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:8.8125rem;width:47.625rem;top:17.375rem;left:6.75rem;display:block; }
#dVtmGc0hO6kabIgm0vTJffmvvhlfKLoL { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:19.25rem;left:10.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5yBKRnnKXhJ0VF7gnseTD89L7b94Z6I { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:19.5rem;left:33.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gX0r8dKF910XfzG57vHNVOuu8GpwUDQv { position:absolute;display:block;z-index:100099;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;height:2.4375rem;width:19.1875rem;top:29.3125rem;left:20.5rem;display:block; }
#TBbL9uTtzRoTo5S2TSDSeUBVCt10itxI { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:36.75rem;left:23.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qqi9vnweonvG4DszXIenk4FXbwTneFH6 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:29.6875rem;left:23.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NyyINbqFAuONvpA0vwKy9cBUQT8BG5hQ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:33.1875rem;left:23.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pywfTEBDArciireWg2sDAxMxklPEgtNH { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:40.375rem;left:23.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvWFC8fXIX3XaP9RRtzPf7ofdXgt9HFT { position:absolute;display:block;z-index:100100;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;height:2.4375rem;width:19.1875rem;top:32.8125rem;left:20.5rem;display:block; }
#bB4OXqOcHwe24MzW4yhl1Xtq8PXiRisQ { position:absolute;display:block;z-index:100101;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;height:2.4375rem;width:19.1875rem;top:36.375rem;left:20.5rem;display:block; }
#OAmZgVxlTttMrD133P2yKcQWry4LTAvw { position:absolute;display:block;z-index:100102;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;height:2.4375rem;width:19.125rem;top:40rem;left:20.5rem;display:block; }
#Gcm0uOFpIPIfWEkQTvLhWXp3yx9A4wIu { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Ww4gmBXTiTDdlrzikA3NZwQVllbxOP6s { color:#200f43;display:block;width:15.375rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:56.34375rem;left:25.46875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gLMxWfL7V9osaGKO3OrTwk2D1Zc0TI0z { position:absolute;display:block;z-index:100103;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;height:2.4375rem;width:19.125rem;top:43.625rem;left:20.5625rem;display:block; }
#FdtSRtTp5bEfNV6iBCIWBIvexPVo9S7u { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:44.0625rem;left:23.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SklzOL7PTniCTJMZ149IdXU56em1hTTS { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:20.5625rem;left:10.6875rem;height:3.7373rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nLplciHvkNs9F0es4hP41bTdTOe1TSJ9 { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:20.4375rem;left:5.6875rem;height:1.8374rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#il0lV5iT5484TSgRfRu0B5fUXc4yo0Pn { position:absolute;display:block;z-index:100112;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;height:0.125rem;width:5.1875rem;top:23.5rem;left:43.5rem;display:block; }
#E0rNumTBoVHC2Vd0ctupy7BZLiBm6lTc { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:29.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#BiVxSd0XN1rwLmxTeeiEBPZuqMqELmDo { position:absolute;display:block;z-index:100100;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:40.6875rem;left:21.5625rem;overflow:hidden;display:block; }
#Ld1cdlcz3hTa63tlTODFzZ1NOXAsxDkK { position:absolute;display:block;z-index:100101;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:33.5rem;left:21.5625rem;overflow:hidden;display:block; }
#OVx9x6c5mlzc2M8lswFcsDlrseBVlQTc { position:absolute;display:block;z-index:100102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:37.0625rem;left:21.5625rem;overflow:hidden;display:block; }
#ADdPUk42RBthiLAzEmSqnFRdQlFEmb4Z { position:absolute;display:block;z-index:100103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:40.6875rem;left:21.5625rem;overflow:hidden;display:block; }
#niyfXDIRM2ALGVMd0aIyVHRVOLM1Vu57 { position:absolute;display:block;z-index:100104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:1.3125rem;top:44.375rem;left:21.5625rem;overflow:hidden;display:block; }
#B852QKaM3Po9bO0TbRorkavUy6N6Puwl { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:22.75rem;left:41.5625rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KmGwDRzdNbaMpz8AwLclNswfuunZZupN { position:absolute;display:block;z-index:100056;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:0;width:5.3125rem;top:23.5rem;left:42.75rem;display:block; }
#EymkNpLB1Z1NXak5JvEyLiztc8P4SOxF { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:23.1875rem;left:35.4375rem;height:0.89355625rem;font-style:normal;display:block; }
#yNTZrXfnxd7T9V99uTmGDDvM8X2BL8PS { background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.5rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:48.8125rem;left:17.53125rem;display:block; }
#xAkH3THosqWXhNE9yFbCDVICyH1QWKUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F5cczENBVCghFVXWUgGX73BGHCdnksAL { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100043;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.84375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUXx2Ff6BiEzeoO0qTkfIeW6TssJLxSs { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100044;line-height:1.3;letter-spacing:0;top:6.6171875rem;left:6.125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LF8nctXdEFpKbKh5W0drXzhs1do1N1se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container { background-color: transparent; background-image: none; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container > .video-iframe-container { display: none; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row > .video-iframe-container { display: none; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .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); }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container { border-width: 0; border-radius: 0; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row > .video-iframe-container {  }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#sMQppFOrCMaFfTOe979Z4HKSJciCmpTE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;height:25.25rem;width:25.25rem;top:11.8125rem;left:3.625rem;overflow:hidden;display:block; }
#cDxM9qC8xmRvNq2mcH0DBkFwN4l4xQgE { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.90625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buHgT26UQNPwUHnEPv5loW9BM9nhmLv3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;height:25.25rem;width:25.25rem;top:11.125rem;left:34.75rem;overflow:hidden;display:block; }
#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container { background-color: transparent; background-image: none; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container > .video-iframe-container { display: none; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row > .video-iframe-container { display: none; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .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); }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container { border-width: 0; border-radius: 0; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row > .video-iframe-container {  }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#Zl92IthUul9GTo85QagiaxX1b9ZQE0NT { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;height:25.25rem;width:25.25rem;top:0rem;left:17.375rem;overflow:hidden;display:block; }
#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA { position:relative;display:block; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA { background-color: transparent; background-image: none; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row .container > .video-iframe-container { display: none; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row > .video-iframe-container { display: none; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .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); }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA { border-width: 0; border-radius: 0; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row .container > .video-iframe-container {  }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .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:32.5rem;width:60rem;position:relative;display:block; }#aFPDpDED1KLVuIWpxDJviBJ4NMJNnwxc { color:#000000;display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:2.6875rem;left:5.21875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbpPZFgTMTIxouuh1EOWysJzIq5DABqv { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100050;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.75rem;height:10.2368125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMo8uulXgBBHQHAGl542PP22ugCS0U10 { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:25.34375rem;left:11.34375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe8e3;background-image:none;position:relative;display:block; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container { background-color: transparent; background-image: none; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container > .video-iframe-container { display: none; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row > .video-iframe-container { display: none; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .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); }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container { border-width: 0; border-radius: 0; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row > .video-iframe-container {  }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#qo8V8mJwQ4MTNVFI1TpZrT79FFTrA44H { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.65625rem;left:9.0625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpEPJVoAEzB5t4dsMW0NRBF2wT92OcTg { background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:18.5rem;left:20.9375rem;display:block; }
#eRwI48XmJXTedWhgfa5kuMbmcdBqR1Jp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UuqK8t5kpcepEJqnqxHkiOZ4Czw16wV7 { background-color:#00ccca;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.4375rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19rem;left:22.75rem;display:none; }
#JVnsC2ahtObWGhNndzbUpH1omEu0EFDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h { position:relative;display:block; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h { background-color: transparent; background-image: none; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row .container > .video-iframe-container { display: none; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row > .video-iframe-container { display: none; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .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); }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h { border-width: 0; border-radius: 0; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row .container > .video-iframe-container {  }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .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:20.375rem;width:60rem;position:relative;display:block; }#GXb7CEC0IQBfQf3iPm5Clb81ittqnKTr { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100061;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.46875rem;height:14.6240125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container { background-color: transparent; background-image: none; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container > .video-iframe-container { display: none; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row > .video-iframe-container { display: none; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .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); }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container { border-width: 0; border-radius: 0; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row > .video-iframe-container {  }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#lNo8lpJREiNSKmG0DsGyfvD5NGvGtoUk { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:26.5625rem;height:8.77345rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LzVsU8Z3mfJvyuWkaqGq7mkxK7efedd5 { background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.1875rem;height:4rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:14rem;left:26.5625rem;display:block; }
#q19qfvemKP1lVO86evfcSPET0V2q3Esf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ed8P7Kuhhz9lTp1M2A9JhfKTIDaBiSqW { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:16.71875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4P0ezfQwhI608TLdUX7ZlLDmhAH4pn4 { background-color:#200f43;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:oswald;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:4.3125rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:8.4375rem;left:16.875rem;display:none; }
#XxvRTIGJDrlgJTEgRipzSqqth8md6KSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZScu5Huohx90NGrTwHIlZc85TZtdvQ4s { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:18.75rem;top:1.84375rem;left:2.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olLqOCWTiBccKklbc7952D1CgsaMqy4R { display:block; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXoD1CEJsEMUZWMnlDeLahCM8JICNrIO { top:6.3125rem;left:0rem;width:35.3125rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCt1mR80Wq9Jaile2eOOmEr35hPHzFVQ { top:13.9375rem;left:0rem;width:25.9375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEusTq8JFiaKgo85hT0kUQ5GG6e7g6oH { top:3.4375rem;left:1.15625rem;width:16.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6WcDGWErZQbhcSVd7kJGJtrKSF99FKt { top:21.5625rem;left:0rem;width:21.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeXr7kEIOiNWqlZ225cazFlAbibxP3L5 { top:3.375rem;left:0rem;width:18.9375rem;height:6.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qX4u7hpTKQmSxVb4CspNpHGP8I1ettTd { top:2.625rem;left:19.9375rem;width:27.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr { display:flex;width:18rem;height:5.0625rem;top:25.8125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #iBt1v9GT1doC3OT9LW8Z1WOAJ9sdSyly { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #O3exyriRhtQunnctAzGOSlw9ex0lVHT5 {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #tMW2bVQdd0vmn9fq2boQToMPeWS0vJ8P {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #Z10RcPTKi6emld1IEdOvW4bGZLE05Ezb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #ogydlamkX6tGH5i4zzZ9U8yKqVavxwRa {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #UfyLRb0xLhszkASQztQ8X7H7GxtbbDxR {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #l4FApbC2FGr1M7EInpSO8CUqrkdz2pqb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #c5TzyhEnOV9n8tQg0km6yCE1rtdr6e2J {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #mQtJ4kupUNK4aqONwA0f5N4onbRTLnPb {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #Qogft2FOFznnvdQNyhrTiZRxfN42MKn0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #NDHD7AuHQNeKsxA9MTK9fdtxXuOJRsRd {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #i36RymdrldslayCtolBUsVZNJXeBCUq2 {  }
 }@media only screen and (max-width: 763px) { #uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 { display:none; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i8KdJDhaBNXLsUt5XuRVdRxPe7z7rgqd { top:6.3125rem;left:0rem;width:29.875rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBnPxim9tKfTRL1EZO9LLx4V5KiKsIi7 { top:14.5rem;left:0rem;width:24.9375rem;height:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kunKt0K5XVklCSo4kRxWzW7idJ9IJWyd { top:3.4375rem;left:1.15625rem;width:16.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nE7NAUvblAJ8Li7THXJHd6sWTqXLML { top:21.5625rem;left:0rem;width:21.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF { display:flex;width:18rem;height:5.0625rem;top:26.625rem;left:17.375rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #q3ELdVrWPMCgzRQif8sXuCPrRnh2fubC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #rU9OeCGu0EBTob81rxQ35uqZXFKSzzae {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #rTPRGdMOrohVK26lAtXiEwCUKRXmO6zz {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #aNgk8yQJoipqfBxffHBgIHvO52CCbNJX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #Ag06mytWfomCVA8KGOLnf6uNHt2hFB4R {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #L3wlsXcno6Iks9sna9BblpcqziTSfCpZ {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #o4MwBuGrTeGIU0DucD3AwrvlEkfUA9uf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #oTGh9RKkbDsLCDh7tUBXZZOTIkThDg1g {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #hnNiLNwrCT0hCCo7vkew3c0NsL5lUsFO {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #c2iEFAxDX705tTimDqqkbBOV7sVfPQMe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #bunV618TgsJelDxnh7hmQan2EDkzqXun {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #VWZcNOZkOQiAbUEE5SMXDfbifn0NJ7ly {  }
 }@media only screen and (max-width: 763px) { #p3HmMvBzU6Vy6kTDWDSf8LNKv7URgXXU { top:2.625rem;left:19.9375rem;width:27.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq { display:block; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfEebDrh8tah7PAhNBDRQv9BlWtX07m8 { top:27.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq { top:32.75rem;left:9rem;width:33.5625rem;height:10rem;font-size:1rem;display:block; }#nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq li:before{  }
 }@media only screen and (max-width: 763px) { #Ohg2xBzp6spz9aXyTpSTTLH3w5GoJ8TU { top:4.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1xdR8FloFxZK5SXJEWbHiTPyNNN27I { top:8.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ur8zGLzQTmvaLcPr3snTpQLUzTp5fB { top:7.8125rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlNzt7F8Z1DJw3Iz9eteaXOTtqgc2ZeE { top:10.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9O5uLcc1nDHBh8nXnLTKmUnNMT10icn { top:9.9375rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKLxVlwGZJ7W5u9i80HKGSX7wN7Lv7WI { top:12.25rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6laKMWkuSsM9eWbTvQrk0oW31JdgVrW { top:14.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr9qDmf8W4ZoP2TeUSKBtsN3w0qAKIsL { top:22.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3pPbUixiCbdiA3Zag5LtvxliEJ4wlbg { top:12.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzdgobCc2LZ8AoVA6vczkV6JpQfHScZ { top:15.1875rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wru4HFyTS73kp7QB5iyb76kLQqRgzi0J { top:41.6875rem;left:0rem;width:17.6875rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3OkpsyMXyMHhzOJUVOk347WgcIaxCRm { top:3.0625rem;left:0.09375rem;width:47.5625rem;height:8.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P47VrZ0DJEZKzxIvUAwKF5E13RhPRa26 { top:18.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRcDGHf15TgBMwa0JLHG8im8nB9BJW0A { top:18.1875rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNE1XAwqarVPxAEHszZbGSIEvGCG5O8i { top:12.25rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEbVuK54QUfxmgXnoWTS9SD0VuSRTvSV { top:12.25rem;left:0.09375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9HX2uZpiJfxQuOGwoS4m7tE7k5PTQzD { top:2.0625rem;left:0rem;width:18.9375rem;height:9.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 { display:block; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIUhc4LX2br37oGJIv87J9T1reG29ZtD { top:2.375rem;left:8.1875rem;width:39.5625rem;height:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzqAykFMEFQ1BxGWPEXeUO5hvRZTK5zi { top:0rem;left:0rem;width:15.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 { display:block; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFztwET1xdW3uuuMcRtw8WrEJMZWXakU { top:8.8125rem;left:3.5rem;width:40.75rem;height:;font-size:1rem;display:block; }#TFztwET1xdW3uuuMcRtw8WrEJMZWXakU li:before{  }
 }@media only screen and (max-width: 763px) { #MoRelVPbdOwvsKtvD0CBS7WzKTnpTbRL { top:3.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVEBw47WAmShkFOWuTQvuxUv2nVRadT { display:block; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTnUNZs1sWHZvSLKKbIK4EEHrJi0kD8Q { top:2rem;left:5.3125rem;width:37.125rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX7h9TDWa5tBPv41DkLXRT9GdL7i6E9I { top:2.8125rem;left:5.375rem;width:8.5rem;height:8.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7OZi8CVCN86gVenbCydfsgHg7hwEsn1 { top:0rem;left:0rem;width:15.125rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p { display:block; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIZaF1TaLdzlhDpxsi16Og6uUuMgvcz9 { top:4.6875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hELLS1E6yA9OUUNVIJCKCHbJiqeTG9VC { top:12.375rem;left:4.375rem;width:39rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do29feoB7vaySMWyHhUeFWFpLGtoBDR0 { width:20.3125rem;height:4.0625rem;top:32.625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0nv4ZcUngE8klUK2LDwsmPBCrHg3eL8 { display:block; }
 }@media only screen and (max-width: 763px) { #GLvPfyrSbEaBkHQyvKUOdXrNtXWrXknE { top:16.5rem;left:4.375rem;width:39rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvAxJm3Ai2Dhs0CNNdV4Z4avn2qu1UCu { top:20.5rem;left:4.375rem;width:39rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmCA0ewMEd47VoVBpGASZTAAHcPLLIRr { top:25.125rem;left:3.4375rem;width:40.875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RBAaxA0ak9ekbIInC439dqMfvRUGQt { top:32.875rem;left:0rem;width:16.6875rem;height:18rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIWRe8cSkF25yBsymav1on9Nx9ePoGOX { width:24.5rem;height:4.3125rem;top:75.625rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVZJTgFgU29k6XU0puuWUb16T3N1iRqW { display:block; }
 }@media only screen and (max-width: 763px) { #HB9J3Anh0nKbQer01CNMErT1GGwalwrT { display:block; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXxS6hS5ivcPf4XlnfnMAltVEH8Pti6H { top:3.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrQG9Uzmazx2zkl4H76MVdEvELLRMcMs { top:9.5625rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 { display:block; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igt5JaFIlSO8T33bmrwmZcizhWIlOtWX { top:1.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdVbwDfou5P1phTtVtOXEmv0p8oflO4O { top:4.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 { display:block; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rl252uTn1cXAWR6bcIgJvKy2p2ehtEpt { top:3.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLvBPkLsb2HmOECfGn95wLuK4GXaheD { top:9.5625rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz { display:block; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytuGbiAGvog1z4PMP21O85lVVdxNEABv { top:5.6875rem;left:2.40625rem;width:41rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcB44VLiHbNyTQUmt8WTXkuiFco2If3s { top:1.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOMHySGuXk7p6PQGWuJwMdvo6lsXT4Pe { top:1.875rem;left:0rem;width:18.375rem;height:5.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHA3twv1ThZFSOq7wCS1FlXgWm38BSKh { top:1.125rem;left:11.9375rem;width:23.875rem;height:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZUCyVJmuPeuOc7LquPTs0Aun3zz8I97 { width:14.375rem;height:2.8125rem;top:11.125rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyk31rIwMrWH0w57GXe8G4hxQCPQIpvw { display:block; }
 }@media only screen and (max-width: 763px) { #vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 { display:block; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2512Jw6ySEZDeLgIvLHiia8ybcnCxHZ { top:26.375rem;left:0rem;width:47.75rem;height:70.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z93x9CQP4Pu4o6hkz3e9f4LkTN0of3Ot { top:1.125rem;left:11.9375rem;width:23.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS3rDhp96hwT8UWOn3fVu4aSq34baafK { top:4.1875rem;left:7.125rem;width:31.5625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx { display:block; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dA0wITXAR8qchRE4MNRCZSuTwAAe1P87 { top:30.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil { top:9.125rem;left:0.3125rem;width:43.875rem;height:16.625rem;font-size:1rem;display:block; }#eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil li:before{  }
 }@media only screen and (max-width: 763px) { #RLb4DvJbULOUuTlJK2qKikuZBfMLhlod { top:2.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20Uyn7JBPQJ0mPUUT7249QhhQUedRDV { top:40.3125rem;left:2.75rem;width:42.3125rem;height:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovLSJS9uaop80mN6RzZufTzEppNxPEyH { top:36rem;left:2.75rem;width:42.3125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ZTttoAxVKVupM65oMnUTd80oqKRvRW { top:6.875rem;left:0rem;width:47.75rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkKxJ8JgMWSLEX8g8bH6c0loN0O5EqO { top:60.375rem;left:0rem;width:20rem;height:6.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 { display:block; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bz3r5LbkTp86Fwfaiqr29TwMtQVpSU94 { top:4.5625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQwTipTifV2GIyG9dJuJ8RJEc5ytvcs { width:18.125rem;height:3.5rem;top:32.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ5hBANCT1M3xUxTfLbLnBpI5vUTGzUS { display:block; }
 }@media only screen and (max-width: 763px) { #i9sp4bwsZVg0OMnUIRtT71wGk9NVI8UV { top:15.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX6OBS2Gglc0eIJiH4Pnbq6SJDRQbm4i { top:15.875rem;left:9.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmxhRBXuISfm9TrVHhzl1xaiQEoBp2Fx { top:21rem;left:0rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVRJZnS64IO5oHma4EV61wqBRpsEDnL { top:20.875rem;left:7.9375rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7c5tPD408Dt3JsoD808pCz7dAec4PP7 { top:20.875rem;left:20.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwQZoBLTuLzuT7m9zav19AMORO082Iy { top:15.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0g3U7aSNCOoJkTuNZc4yULiwPCAS6eD { top:23.3125rem;left:0rem;width:9.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlNxycyJBNyX3svOM7xQnTWzLnC2Huh { top:23.3125rem;left:19.8125rem;width:7.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlLTLowRaO2pkZXJXTiHMiowRTiFCL8 { top:15.875rem;left:34.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcKfes3mfhhuIIKi8NHicb9D7uTTukm { top:23.3125rem;left:6.625rem;width:8.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8ZlBBcwf02hX3LVqmlvHJQp8MZiExk { top:23.3125rem;left:31.75rem;width:9.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rewIZf1tJqoN65TbO2842VKmJDJJMnkh { top:20.875rem;left:32.625rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmesTS4JkEJnloCsNFT0o1rZ2O3hMKtv { top:23.3125rem;left:38.5rem;width:9.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2TTUqzvU7JhfpLL5Am7z5fFLR6QsAE { top:21rem;left:41.625rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC5i00tfUDCGeToXHax9R3kN4sNi1yZ5 { top:15.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT5Bkd56g56MQkivePMeXuUFG5ucxmeM { top:108.875rem;left:0rem;width:20rem;height:5rem;font-size:1rem;display:none; }#OT5Bkd56g56MQkivePMeXuUFG5ucxmeM li:before{  }
 }@media only screen and (max-width: 763px) { #RDHBrMTUvSaGhqcXlUINboUWiTkmgPSM { top:122.9375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 { display:block; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWtt484RH8KeRJxvfml1TXnGI0xW5fRI { top:16.4375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6c7TT7GcQ5MVOVVP7kLM2yb7X9igKm2 { top:30.0625rem;left:5.75rem;width:26.875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfL80yEbxRqsFS7pDR1tUKyHUhh4bJU { top:34rem;left:5.75rem;width:35.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKw5GsbCZ12JoT34s48uKe514mcSZFSx { top:34rem;left:2.6875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leo3ekRosRlQ61O8SFUz8sXt7RhfObba { top:38.1875rem;left:3.8125rem;width:35.0625rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymxz8efBEf8lBTzy0HbT5Bxhfx1PKZn { top:51.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm90xc4XaeeMIV1Ogf8FKF7oTEXgnQkU { top:38.0625rem;left:2.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQCchXnnahhdC62l5Jw2RT3fEHaWxpw { top:30rem;left:2.5rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkBDdTufnrz0E20zBhPsxQaJTNs7XOiV { top:27rem;left:0rem;width:47.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIAOpSAfihBg8SyTFR2Vc11LaD6IOs0f { top:46.6875rem;left:21.125rem;width:4rem;height:4rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4tNbJPsN6iDyxluKqpMGkfVRv03Id6 { top:46.75rem;left:21.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEtqyXuumXyyWQDooBp8EvVI8GW8Te7M { top:1.9375rem;left:0rem;width:20rem;height:4.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iutZAu967O65EKg7x9k1qEVNFfem3RE5 { top:3.5rem;left:1.375rem;width:46.1875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMFPNeyEpZ2azVgiPDZ9AEUuaExFpIrB { top:6.25rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7xnUm89k0XGRI7XKJQsKx9lz6eGVH7F { top:64.375rem;left:28.75rem;width:15.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmGQImwbU3cg4EHb9rXVFdrZVrFgnIRH { top:59.5rem;left:28.6875rem;width:19.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpqIA6FC3A9C85whRlxiUmFX6SScCBM { top:61.9375rem;left:26rem;width:21.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzV2LFe7bI3pwdCWvGpsnLM5pdpyRQpd { top:59.75rem;left:26.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPM8n5IoItyeUsTalrb5ZfCONT2gX3nn { top:62.25rem;left:26.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mNJ4uwnHQTe1kMA3G8HTeTmTs0gViu { top:64.6875rem;left:26.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbisufLg4piQTT8cXRxpWq19fHNRTCT6 { top:69.5625rem;left:27.6875rem;width:20.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkBvBaCsB2ITe3pO6Xs3VCTn0WdFzTLo { top:67.125rem;left:26.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taA1AF5DWT7iVmDa1ke1OVVdMw7em7xs { top:69.8125rem;left:26.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVeyCKeQbKz3AZTsJrbhL9JJthkvRLG { top:66.875rem;left:28.8125rem;width:15.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ITaaC25UVdfysk7XoTxiGOEXMqibZ4 { top:72rem;left:27.6875rem;width:20.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoHf9kPMIoyLGl784lTeN11fuSAlUpds { top:72.3125rem;left:26.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LToXt7BDsElJd7xWfgcfa1NyNfuCLGMS { top:58.5625rem;left:0rem;width:27rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qHhfhgXl6dIV0RyFMoCIhwntVGWT66 { top:67.125rem;left:26.4375rem;width:1.3125rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV { display:block; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCuCq53vmnXrVTm52n04OrMn6vRHT9CB { top:10.75rem;left:1.875rem;width:45.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0bttpE0zmPNnKPUTZTheCAKXUblX9pN { top:17.375rem;left:0.125rem;width:47.625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVtmGc0hO6kabIgm0vTJffmvvhlfKLoL { top:19.25rem;left:4.5625rem;width:8.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yBKRnnKXhJ0VF7gnseTD89L7b94Z6I { top:19.5rem;left:27.8125rem;width:14.6875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0r8dKF910XfzG57vHNVOuu8GpwUDQv { top:29.3125rem;left:14.375rem;width:19.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbL9uTtzRoTo5S2TSDSeUBVCt10itxI { top:36.75rem;left:17.75rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqi9vnweonvG4DszXIenk4FXbwTneFH6 { top:29.6875rem;left:17.75rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyyINbqFAuONvpA0vwKy9cBUQT8BG5hQ { top:33.1875rem;left:17.75rem;width:21.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pywfTEBDArciireWg2sDAxMxklPEgtNH { top:40.375rem;left:17.75rem;width:20.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvWFC8fXIX3XaP9RRtzPf7ofdXgt9HFT { top:32.8125rem;left:14.375rem;width:19.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB4OXqOcHwe24MzW4yhl1Xtq8PXiRisQ { top:36.375rem;left:14.375rem;width:19.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAmZgVxlTttMrD133P2yKcQWry4LTAvw { top:40rem;left:14.375rem;width:19.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcm0uOFpIPIfWEkQTvLhWXp3yx9A4wIu { display:none; }
 }@media only screen and (max-width: 763px) { #Ww4gmBXTiTDdlrzikA3NZwQVllbxOP6s { top:56.3125rem;left:19.34375rem;width:15.375rem;height:0;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLMxWfL7V9osaGKO3OrTwk2D1Zc0TI0z { top:43.625rem;left:14.4375rem;width:19.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdtSRtTp5bEfNV6iBCIWBIvexPVo9S7u { top:44.0625rem;left:17.8125rem;width:15.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SklzOL7PTniCTJMZ149IdXU56em1hTTS { top:20.5625rem;left:4.5625rem;width:22.4375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLplciHvkNs9F0es4hP41bTdTOe1TSJ9 { top:20.4375rem;left:0rem;width:46.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #il0lV5iT5484TSgRfRu0B5fUXc4yo0Pn { top:23.5rem;left:37.375rem;width:5.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0rNumTBoVHC2Vd0ctupy7BZLiBm6lTc { top:29.9375rem;left:15.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVxSd0XN1rwLmxTeeiEBPZuqMqELmDo { top:40.6875rem;left:15.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1cdlcz3hTa63tlTODFzZ1NOXAsxDkK { top:33.5rem;left:15.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVx9x6c5mlzc2M8lswFcsDlrseBVlQTc { top:37.0625rem;left:15.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADdPUk42RBthiLAzEmSqnFRdQlFEmb4Z { top:40.6875rem;left:15.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyfXDIRM2ALGVMd0aIyVHRVOLM1Vu57 { top:44.375rem;left:15.4375rem;width:1.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B852QKaM3Po9bO0TbRorkavUy6N6Puwl { top:22.75rem;left:35.4375rem;width:7.125rem;height:1.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmGwDRzdNbaMpz8AwLclNswfuunZZupN { top:23.5rem;left:36.625rem;width:5.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EymkNpLB1Z1NXak5JvEyLiztc8P4SOxF { top:23.1875rem;left:29.3125rem;width:7.5rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTZrXfnxd7T9V99uTmGDDvM8X2BL8PS { width:22.5rem;height:3.5rem;top:48.8125rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAkH3THosqWXhNE9yFbCDVICyH1QWKUP { display:block; }
 }@media only screen and (max-width: 763px) { #F5cczENBVCghFVXWUgGX73BGHCdnksAL { top:3.75rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUXx2Ff6BiEzeoO0qTkfIeW6TssJLxSs { top:6.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF8nctXdEFpKbKh5W0drXzhs1do1N1se { display:block; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMQppFOrCMaFfTOe979Z4HKSJciCmpTE { top:11.8125rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDxM9qC8xmRvNq2mcH0DBkFwN4l4xQgE { top:2.5rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buHgT26UQNPwUHnEPv5loW9BM9nhmLv3 { top:11.125rem;left:22.5rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD { display:block; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zl92IthUul9GTo85QagiaxX1b9ZQE0NT { top:0rem;left:11.25rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA { display:block; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFPDpDED1KLVuIWpxDJviBJ4NMJNnwxc { top:2.6875rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpPZFgTMTIxouuh1EOWysJzIq5DABqv { top:11.625rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMo8uulXgBBHQHAGl542PP22ugCS0U10 { top:25.3125rem;left:5.21875rem;width:37.3125rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0HFbxlBmwACIARVcSiuedGQ6lodcyVD { display:block; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qo8V8mJwQ4MTNVFI1TpZrT79FFTrA44H { top:2.625rem;left:2.9375rem;width:40.375rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEPJVoAEzB5t4dsMW0NRBF2wT92OcTg { width:18.125rem;height:3.4375rem;top:18.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRwI48XmJXTedWhgfa5kuMbmcdBqR1Jp { display:block; }
 }@media only screen and (max-width: 763px) { #UuqK8t5kpcepEJqnqxHkiOZ4Czw16wV7 { width:13rem;height:3.4375rem;top:19rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVnsC2ahtObWGhNndzbUpH1omEu0EFDl { display:block; }
 }@media only screen and (max-width: 763px) { #rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h { display:block; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXb7CEC0IQBfQf3iPm5Clb81ittqnKTr { top:2.0625rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 { display:block; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNo8lpJREiNSKmG0DsGyfvD5NGvGtoUk { top:2.9375rem;left:20.3125rem;width:27.4375rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzVsU8Z3mfJvyuWkaqGq7mkxK7efedd5 { width:29.1875rem;height:4rem;top:14rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q19qfvemKP1lVO86evfcSPET0V2q3Esf { display:block; }
 }@media only screen and (max-width: 763px) { #Ed8P7Kuhhz9lTp1M2A9JhfKTIDaBiSqW { top:20.0625rem;left:10.59375rem;width:26.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4P0ezfQwhI608TLdUX7ZlLDmhAH4pn4 { width:26.25rem;height:4.3125rem;top:8.4375rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxvRTIGJDrlgJTEgRipzSqqth8md6KSN { display:block; }
 }@media only screen and (max-width: 763px) { #ZScu5Huohx90NGrTwHIlZc85TZtdvQ4s { top:1.8125rem;left:0rem;width:18.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olLqOCWTiBccKklbc7952D1CgsaMqy4R { background-color:#ebe8e3;background-image:none;display:none; }#olLqOCWTiBccKklbc7952D1CgsaMqy4R > .row .container { width:20rem;height:30.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eXoD1CEJsEMUZWMnlDeLahCM8JICNrIO { width:18.9375rem;height:0;top:4.08642578125rem;left:0rem;font-size:1.625rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #GCt1mR80Wq9Jaile2eOOmEr35hPHzFVQ { width:18.0625rem;height:5.19921875rem;top:10.8125rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEusTq8JFiaKgo85hT0kUQ5GG6e7g6oH { width:20rem;height:1.3994125rem;top:1.3125rem;left:0rem;font-size:1rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #R6WcDGWErZQbhcSVd7kJGJtrKSF99FKt { width:16.25rem;height:0;top:36.3125rem;left:1.875rem;font-size:1rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BeXr7kEIOiNWqlZ225cazFlAbibxP3L5 { width:18.9375rem;height:6.3369375rem;top:3.39892578125rem;left:0.53125rem;font-size:1.625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #qX4u7hpTKQmSxVb4CspNpHGP8I1ettTd { width:17.125rem;height:17.0625rem;top:17.6875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr { display:flex;width:18rem;height:5.0625rem;top:25.8125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #iBt1v9GT1doC3OT9LW8Z1WOAJ9sdSyly { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #O3exyriRhtQunnctAzGOSlw9ex0lVHT5 {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #tMW2bVQdd0vmn9fq2boQToMPeWS0vJ8P {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #Z10RcPTKi6emld1IEdOvW4bGZLE05Ezb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #ogydlamkX6tGH5i4zzZ9U8yKqVavxwRa {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #UfyLRb0xLhszkASQztQ8X7H7GxtbbDxR {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #l4FApbC2FGr1M7EInpSO8CUqrkdz2pqb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #c5TzyhEnOV9n8tQg0km6yCE1rtdr6e2J {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #mQtJ4kupUNK4aqONwA0f5N4onbRTLnPb {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #Qogft2FOFznnvdQNyhrTiZRxfN42MKn0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #NDHD7AuHQNeKsxA9MTK9fdtxXuOJRsRd {  }
 }@media only screen and (max-width: 763px) { #yGxLURiFS0gctsUkOQ6wNWuzrsSH27qr #i36RymdrldslayCtolBUsVZNJXeBCUq2 {  }
 }@media only screen and (max-width: 763px) { #uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 { background-color:#ebe8e3;background-image:none;display:block; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container { background-color: transparent; background-image: none; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container > .video-iframe-container { display: none; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row > .video-iframe-container { display: none; }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .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); }#uJ1pfCTczZxMdnJRi2mpuAEx6goh6SP4 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8KdJDhaBNXLsUt5XuRVdRxPe7z7rgqd { width:18.9375rem;height:0;top:4.08642578125rem;left:0rem;font-size:1.625rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #EBnPxim9tKfTRL1EZO9LLx4V5KiKsIi7 { width:18.0625rem;height:0;top:11.0625rem;left:0.96875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kunKt0K5XVklCSo4kRxWzW7idJ9IJWyd { width:20rem;height:0;top:1.3125rem;left:0rem;font-size:1rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #T8nE7NAUvblAJ8Li7THXJHd6sWTqXLML { width:16.25rem;height:2.5996125rem;top:19.4375rem;left:1.875rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF { display:flex;width:18rem;height:5.0625rem;top:23.1875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #q3ELdVrWPMCgzRQif8sXuCPrRnh2fubC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #rU9OeCGu0EBTob81rxQ35uqZXFKSzzae {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #rTPRGdMOrohVK26lAtXiEwCUKRXmO6zz {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #aNgk8yQJoipqfBxffHBgIHvO52CCbNJX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #Ag06mytWfomCVA8KGOLnf6uNHt2hFB4R {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #L3wlsXcno6Iks9sna9BblpcqziTSfCpZ {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #o4MwBuGrTeGIU0DucD3AwrvlEkfUA9uf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #oTGh9RKkbDsLCDh7tUBXZZOTIkThDg1g {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #hnNiLNwrCT0hCCo7vkew3c0NsL5lUsFO {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #c2iEFAxDX705tTimDqqkbBOV7sVfPQMe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #bunV618TgsJelDxnh7hmQan2EDkzqXun {  }
 }@media only screen and (max-width: 763px) { #Ct0lm8dgTk5JqQMgD8UCzKlHQpDhWbpF #VWZcNOZkOQiAbUEE5SMXDfbifn0NJ7ly {  }
 }@media only screen and (max-width: 763px) { #p3HmMvBzU6Vy6kTDWDSf8LNKv7URgXXU { width:17.125rem;height:17.0625rem;top:0.8125rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq { display:block; }#fZ4cHQendXbzmcd5WhTAwbAiZhD2h7Dq > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfEebDrh8tah7PAhNBDRQv9BlWtX07m8 { width:20rem;height:0;top:41.06884765625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq { width:19.0625rem;height:15.6465rem;top:49.60302734375rem;left:0.46875rem;font-size:1rem;display:block; }#nAiQxqUC1G0WwgqtUTwGLyQ9cz92WZlq li:before{  }
 }@media only screen and (max-width: 763px) { #Ohg2xBzp6spz9aXyTpSTTLH3w5GoJ8TU { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW1xdR8FloFxZK5SXJEWbHiTPyNNN27I { width:16.875rem;height:4.798825rem;top:4rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ur8zGLzQTmvaLcPr3snTpQLUzTp5fB { width:1.9375rem;height:1.9375rem;top:5.43017578125rem;left:0.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlNzt7F8Z1DJw3Iz9eteaXOTtqgc2ZeE { width:16.875rem;height:4.798825rem;top:31.21875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9O5uLcc1nDHBh8nXnLTKmUnNMT10icn { width:1.9375rem;height:1.9375rem;top:10.86767578125rem;left:0.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKLxVlwGZJ7W5u9i80HKGSX7wN7Lv7WI { width:1.9375rem;height:1.9375rem;top:17.08642578125rem;left:0.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6laKMWkuSsM9eWbTvQrk0oW31JdgVrW { width:16.875rem;height:6.3984375rem;top:22.09375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr9qDmf8W4ZoP2TeUSKBtsN3w0qAKIsL { width:20rem;height:1.29980625rem;top:38.03125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3pPbUixiCbdiA3Zag5LtvxliEJ4wlbg { width:17rem;height:4.798825rem;top:15.65625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzdgobCc2LZ8AoVA6vczkV6JpQfHScZ { width:9.8125rem;height:9.8125rem;top:51.125rem;left:4.28125rem;font-size:6.8125rem;color:rgba(0,204,202,0.32);display:none; }
 }@media only screen and (max-width: 763px) { #wru4HFyTS73kp7QB5iyb76kLQqRgzi0J { width:17.6875rem;height:6.499025rem;top:40.90625rem;left:1.15625rem;font-size:1rem;z-index:100010;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y3OkpsyMXyMHhzOJUVOk347WgcIaxCRm { width:20rem;height:0;top:44.75rem;left:2.46875rem;font-size:1.3125rem;z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #P47VrZ0DJEZKzxIvUAwKF5E13RhPRa26 { width:17rem;height:4.798825rem;top:9.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRcDGHf15TgBMwa0JLHG8im8nB9BJW0A { width:2.4375rem;height:2.4375rem;top:18.1875rem;left:8.75rem;font-size:1.6875rem;color:rgba(0,204,202,0.32);display:none; }
 }@media only screen and (max-width: 763px) { #oNE1XAwqarVPxAEHszZbGSIEvGCG5O8i { width:1.875rem;height:1.875rem;top:24.41796875rem;left:0.46875rem;font-size:1.3125rem;z-index:100015;color:#be0039;display:block; }
 }@media only screen and (max-width: 763px) { #tEbVuK54QUfxmgXnoWTS9SD0VuSRTvSV { width:2rem;height:2rem;top:32.61767578125rem;left:0.46875rem;font-size:1.375rem;z-index:100016;color:#be0039;display:block; }
 }@media only screen and (max-width: 763px) { #A9HX2uZpiJfxQuOGwoS4m7tE7k5PTQzD { width:18.9375rem;height:12.59861875rem;top:66.92626953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Jm36kqsN/Jola_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9.adaptive-delivery-prevent-bg, #yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9.lazyload, #yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9.lazyloading { background-image: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container { background-color: transparent; background-image: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container > .video-iframe-container { display: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row > .video-iframe-container { display: none; }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .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); }#yx8MbWd9iSIQVKba7Fkm7tcrIUh6Lcz9 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIUhc4LX2br37oGJIv87J9T1reG29ZtD { width:18.9375rem;height:0;top:2.03125rem;left:0.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EzqAykFMEFQ1BxGWPEXeUO5hvRZTK5zi { width:15.125rem;height:15rem;top:12.6045rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 { display:block; }#b4bfiztTTUZUiMFAgqV31tWxHcRp20C5 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFztwET1xdW3uuuMcRtw8WrEJMZWXakU { width:19.0625rem;height:26.84375rem;top:7.90625rem;left:0.46875rem;font-size:1rem;display:block; }#TFztwET1xdW3uuuMcRtw8WrEJMZWXakU li:before{  }
 }@media only screen and (max-width: 763px) { #MoRelVPbdOwvsKtvD0CBS7WzKTnpTbRL { width:20rem;height:2.92480625rem;top:2.90625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlVEBw47WAmShkFOWuTQvuxUv2nVRadT { display:block; }#IlVEBw47WAmShkFOWuTQvuxUv2nVRadT > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTnUNZs1sWHZvSLKKbIK4EEHrJi0kD8Q { width:17.875rem;height:0;top:1.38720703125rem;left:1.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gX7h9TDWa5tBPv41DkLXRT9GdL7i6E9I { width:8.5rem;height:8.2851625rem;top:1.82568359375rem;left:10.6875rem;font-size:1.0625rem;z-index:100012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7OZi8CVCN86gVenbCydfsgHg7hwEsn1 { width:10.0625rem;height:9.9375rem;top:0.78125rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p { display:block; }#h2mWiyJzsmmBTRzXlXvTyU94BuUAkX2p > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIZaF1TaLdzlhDpxsi16Og6uUuMgvcz9 { width:16.625rem;height:11.69825rem;top:2rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hELLS1E6yA9OUUNVIJCKCHbJiqeTG9VC { width:20rem;height:1.29980625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do29feoB7vaySMWyHhUeFWFpLGtoBDR0 { width:14.0625rem;height:3.125rem;top:73.875rem;left:3rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0nv4ZcUngE8klUK2LDwsmPBCrHg3eL8 { display:block; }
 }@media only screen and (max-width: 763px) { #GLvPfyrSbEaBkHQyvKUOdXrNtXWrXknE { width:20rem;height:1.29980625rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvAxJm3Ai2Dhs0CNNdV4Z4avn2qu1UCu { width:20rem;height:1.29980625rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmCA0ewMEd47VoVBpGASZTAAHcPLLIRr { width:18.125rem;height:3.8994125rem;top:25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4RBAaxA0ak9ekbIInC439dqMfvRUGQt { width:17.9375rem;height:0;top:33.5625rem;left:0.40625rem;font-size:1rem;z-index:100002;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #sIWRe8cSkF25yBsymav1on9Nx9ePoGOX { width:16.5625rem;height:3.5rem;top:30.8125rem;left:1.71875rem;font-size:1.0625rem;z-index:100017;background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gVZJTgFgU29k6XU0puuWUb16T3N1iRqW { display:block; }
 }@media only screen and (max-width: 763px) { #HB9J3Anh0nKbQer01CNMErT1GGwalwrT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3t76bGgN/Jola_1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT.adaptive-delivery-prevent-bg, #HB9J3Anh0nKbQer01CNMErT1GGwalwrT.lazyload, #HB9J3Anh0nKbQer01CNMErT1GGwalwrT.lazyloading { background-image: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container { background-color: transparent; background-image: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container > .video-iframe-container { display: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row > .video-iframe-container { display: none; }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .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); }#HB9J3Anh0nKbQer01CNMErT1GGwalwrT > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXxS6hS5ivcPf4XlnfnMAltVEH8Pti6H { width:18.625rem;height:6.3984375rem;top:1.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrQG9Uzmazx2zkl4H76MVdEvELLRMcMs { width:20rem;height:25.5937375rem;top:9.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 { display:block; }#uV8oTfiwRRdCTcJPdtXVTGQDXsBbvTh6 > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igt5JaFIlSO8T33bmrwmZcizhWIlOtWX { width:17.875rem;height:2.92480625rem;top:1.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdVbwDfou5P1phTtVtOXEmv0p8oflO4O { width:20rem;height:1.4624rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3t76bGgN/Jola_1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5.adaptive-delivery-prevent-bg, #RmiVzV5qkhq2sdO969GLQsviG2QJkMt5.lazyload, #RmiVzV5qkhq2sdO969GLQsviG2QJkMt5.lazyloading { background-image: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container { background-color: transparent; background-image: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container > .video-iframe-container { display: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row > .video-iframe-container { display: none; }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .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); }#RmiVzV5qkhq2sdO969GLQsviG2QJkMt5 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rl252uTn1cXAWR6bcIgJvKy2p2ehtEpt { width:18.625rem;height:6.3984375rem;top:1.25rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPLvBPkLsb2HmOECfGn95wLuK4GXaheD { width:20rem;height:25.5937375rem;top:9.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz { display:block; }#RFNdVbaIDI8VTIBb1t9tflSE6enqWWFz > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytuGbiAGvog1z4PMP21O85lVVdxNEABv { width:20rem;height:3.5996125rem;top:30.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcB44VLiHbNyTQUmt8WTXkuiFco2If3s { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOMHySGuXk7p6PQGWuJwMdvo6lsXT4Pe { width:16.4375rem;height:4.38720625rem;top:2.5rem;left:1.78125rem;font-size:1.125rem;z-index:100008;color:#ffffff;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nHA3twv1ThZFSOq7wCS1FlXgWm38BSKh { width:20rem;height:19.94725rem;top:8.92822265625rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #MZUCyVJmuPeuOc7LquPTs0Aun3zz8I97 { width:14.375rem;height:2.8125rem;top:34.9365234375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyk31rIwMrWH0w57GXe8G4hxQCPQIpvw { display:block; }
 }@media only screen and (max-width: 763px) { #vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 { display:block; }#vMlQOtuh1PuWDVFVrFQIImR6oVVQyzA4 > .row .container { width:20rem;height:144.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2512Jw6ySEZDeLgIvLHiia8ybcnCxHZ { width:18.125rem;height:137.56646875rem;top:4.74609375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z93x9CQP4Pu4o6hkz3e9f4LkTN0of3Ot { width:20rem;height:19.947643979057rem;top:140.87484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS3rDhp96hwT8UWOn3fVu4aSq34baafK { width:20rem;height:1.79980625rem;top:1.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100012;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx { display:block; }#REtd6vFBEyFP0U5TDPgu1zevsmMnSdtx > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dA0wITXAR8qchRE4MNRCZSuTwAAe1P87 { width:19.125rem;height:7.9980625rem;top:48.62646484375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil { width:19.1875rem;height:34.1796875rem;top:9.50537109375rem;left:0.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eI3LRSlWeCW4a5ZrQKr2PZy7TaJX2zil li:before{  }
 }@media only screen and (max-width: 763px) { #RLb4DvJbULOUuTlJK2qKikuZBfMLhlod { width:20rem;height:3.5996125rem;top:1.96240234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D20Uyn7JBPQJ0mPUUT7249QhhQUedRDV { width:20rem;height:0;top:61.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovLSJS9uaop80mN6RzZufTzEppNxPEyH { width:13.4375rem;height:2.92480625rem;top:58.125rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ZTttoAxVKVupM65oMnUTd80oqKRvRW { width:20rem;height:38.9375rem;top:7.12646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEkKxJ8JgMWSLEX8g8bH6c0loN0O5EqO { width:19.0625rem;height:8.77440625rem;top:63.0380859375rem;left:0rem;font-size:1.125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 { display:block; }#oLihTsFJXBxZTiWRlTvA85b7WZE1BH39 > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bz3r5LbkTp86Fwfaiqr29TwMtQVpSU94 { width:18rem;height:18.19875rem;top:2.25rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lWQwTipTifV2GIyG9dJuJ8RJEc5ytvcs { width:16.5625rem;height:3.5rem;top:97rem;left:1.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ5hBANCT1M3xUxTfLbLnBpI5vUTGzUS { display:block; }
 }@media only screen and (max-width: 763px) { #i9sp4bwsZVg0OMnUIRtT71wGk9NVI8UV { width:3.125rem;height:3.125rem;top:23.2998046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX6OBS2Gglc0eIJiH4Pnbq6SJDRQbm4i { width:3.125rem;height:3.125rem;top:38.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmxhRBXuISfm9TrVHhzl1xaiQEoBp2Fx { width:6.125rem;height:1.29980625rem;top:27.375rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIVRJZnS64IO5oHma4EV61wqBRpsEDnL { width:6.9375rem;height:1.29980625rem;top:42.5rem;left:6.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7c5tPD408Dt3JsoD808pCz7dAec4PP7 { width:6.125rem;height:1.29980625rem;top:57.8125rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwQZoBLTuLzuT7m9zav19AMORO082Iy { width:3.125rem;height:3.125rem;top:53rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0g3U7aSNCOoJkTuNZc4yULiwPCAS6eD { width:12.4375rem;height:3.8994125rem;top:30.3125rem;left:3.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlNxycyJBNyX3svOM7xQnTWzLnC2Huh { width:14.0625rem;height:2.5996125rem;top:61rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlLTLowRaO2pkZXJXTiHMiowRTiFCL8 { width:3.125rem;height:3.125rem;top:67.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIcKfes3mfhhuIIKi8NHicb9D7uTTukm { width:11.8125rem;height:3.8994125rem;top:45.5rem;left:4.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG8ZlBBcwf02hX3LVqmlvHJQp8MZiExk { width:16.1875rem;height:2.5996125rem;top:75.125rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rewIZf1tJqoN65TbO2842VKmJDJJMnkh { width:7.1875rem;height:1.29980625rem;top:72.1875rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmesTS4JkEJnloCsNFT0o1rZ2O3hMKtv { width:13.3125rem;height:3.8994125rem;top:88.9375rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2TTUqzvU7JhfpLL5Am7z5fFLR6QsAE { width:6.125rem;height:1.29980625rem;top:85.9375rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC5i00tfUDCGeToXHax9R3kN4sNi1yZ5 { width:3.125rem;height:3.125rem;top:80.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT5Bkd56g56MQkivePMeXuUFG5ucxmeM { width:18.5625rem;height:0;top:111.1875rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100044;display:none; }#OT5Bkd56g56MQkivePMeXuUFG5ucxmeM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OT5Bkd56g56MQkivePMeXuUFG5ucxmeM li:before{  }
 }@media only screen and (max-width: 763px) { #RDHBrMTUvSaGhqcXlUINboUWiTkmgPSM { width:20rem;height:0;top:109rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100045;display:none; }
 }@media only screen and (max-width: 763px) { #tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 { display:block; }#tbKkzTRRvFhmzaqQ94emZEra1yUnufq4 > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWtt484RH8KeRJxvfml1TXnGI0xW5fRI { width:15.3125rem;height:14.29785rem;top:7.1875rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6c7TT7GcQ5MVOVVP7kLM2yb7X9igKm2 { width:15.25rem;height:2.4375rem;top:27rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfL80yEbxRqsFS7pDR1tUKyHUhh4bJU { width:15.25rem;height:3.65625rem;top:31.5625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKw5GsbCZ12JoT34s48uKe514mcSZFSx { width:1.9375rem;height:1.9375rem;top:32.421875rem;left:0.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leo3ekRosRlQ61O8SFUz8sXt7RhfObba { width:16.125rem;height:3.65625rem;top:37.4375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymxz8efBEf8lBTzy0HbT5Bxhfx1PKZn { width:17rem;height:5.199225rem;top:46.15625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm90xc4XaeeMIV1Ogf8FKF7oTEXgnQkU { width:2.125rem;height:2.125rem;top:38.203125rem;left:0.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQCchXnnahhdC62l5Jw2RT3fEHaWxpw { width:2rem;height:2rem;top:27.21875rem;left:0.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkBDdTufnrz0E20zBhPsxQaJTNs7XOiV { width:20rem;height:18.875rem;top:24.5rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #hIAOpSAfihBg8SyTFR2Vc11LaD6IOs0f { width:4rem;height:4rem;top:27.625rem;left:0rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jv4tNbJPsN6iDyxluKqpMGkfVRv03Id6 { width:3.5rem;height:3.5rem;top:27.8125rem;left:0rem;background-color:rgba(0,204,202,0.39);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QEtqyXuumXyyWQDooBp8EvVI8GW8Te7M { width:20rem;height:4.38720625rem;top:1.9375rem;left:0rem;font-size:1.125rem;z-index:100017;color:#000000;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iutZAu967O65EKg7x9k1qEVNFfem3RE5 { width:20rem;height:0;top:2.125rem;left:0rem;font-size:1rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #UMFPNeyEpZ2azVgiPDZ9AEUuaExFpIrB { width:20rem;height:0;top:3.64892578125rem;left:0rem;font-size:1.125rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #l7xnUm89k0XGRI7XKJQsKx9lz6eGVH7F { width:15.375rem;height:1.29980625rem;top:74.96630859375rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #cmGQImwbU3cg4EHb9rXVFdrZVrFgnIRH { width:16.625rem;height:1.29980625rem;top:69.8916015625rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #CXpqIA6FC3A9C85whRlxiUmFX6SScCBM { width:16.1875rem;height:1.29980625rem;top:72.44140625rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100092;display:block; }
 }@media only screen and (max-width: 763px) { #gzV2LFe7bI3pwdCWvGpsnLM5pdpyRQpd { width:1.3125rem;height:1rem;top:70.0419921875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPM8n5IoItyeUsTalrb5ZfCONT2gX3nn { width:1.3125rem;height:1rem;top:75.1162109375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mNJ4uwnHQTe1kMA3G8HTeTmTs0gViu { width:1.3125rem;height:1rem;top:72.59130859375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbisufLg4piQTT8cXRxpWq19fHNRTCT6 { width:14.5rem;height:1.29980625rem;top:79.97900390625rem;left:3.21875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100094;display:block; }
 }@media only screen and (max-width: 763px) { #WkBvBaCsB2ITe3pO6Xs3VCTn0WdFzTLo { width:1.3125rem;height:1rem;top:77.59130859375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taA1AF5DWT7iVmDa1ke1OVVdMw7em7xs { width:1.3125rem;height:1rem;top:82.671875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBVeyCKeQbKz3AZTsJrbhL9JJthkvRLG { width:12.8125rem;height:1.29980625rem;top:77.44140625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100094;display:block; }
 }@media only screen and (max-width: 763px) { #X1ITaaC25UVdfysk7XoTxiGOEXMqibZ4 { width:8.6875rem;height:1.29980625rem;top:82.52197265625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100094;display:block; }
 }@media only screen and (max-width: 763px) { #EoHf9kPMIoyLGl784lTeN11fuSAlUpds { width:1.3125rem;height:1rem;top:123.77201875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LToXt7BDsElJd7xWfgcfa1NyNfuCLGMS { width:20rem;height:11.8051875rem;top:54.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qHhfhgXl6dIV0RyFMoCIhwntVGWT66 { width:1.3125rem;height:1rem;top:80.12890625rem;left:1.09375rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV { display:block; }#zPdTbNnGHOs9ozS8g3mGS43MozlJa3bV > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCuCq53vmnXrVTm52n04OrMn6vRHT9CB { width:19.3125rem;height:5.8496125rem;top:2.7060546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0bttpE0zmPNnKPUTZTheCAKXUblX9pN { width:20rem;height:0;top:16.8125rem;left:0rem;background-color:#200f43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:99985;display:block; }
 }@media only screen and (max-width: 763px) { #dVtmGc0hO6kabIgm0vTJffmvvhlfKLoL { width:20rem;height:0;top:28.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Z5yBKRnnKXhJ0VF7gnseTD89L7b94Z6I { width:14.6875rem;height:1.70605625rem;top:23.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#ffffff;z-index:100095;display:block; }
 }@media only screen and (max-width: 763px) { #gX0r8dKF910XfzG57vHNVOuu8GpwUDQv { width:19.1875rem;height:2.4375rem;top:42.4375rem;left:0.4375rem;z-index:100090;display:none; }
 }@media only screen and (max-width: 763px) { #TBbL9uTtzRoTo5S2TSDSeUBVCt10itxI { width:7.0625rem;height:1.29980625rem;top:34.9375rem;left:5.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #Qqi9vnweonvG4DszXIenk4FXbwTneFH6 { width:11.3125rem;height:1.29980625rem;top:30.5rem;left:5.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #NyyINbqFAuONvpA0vwKy9cBUQT8BG5hQ { width:11.1875rem;height:1.29980625rem;top:32.875rem;left:5.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100092;display:block; }
 }@media only screen and (max-width: 763px) { #pywfTEBDArciireWg2sDAxMxklPEgtNH { width:11.5625rem;height:2.5996125rem;top:37.375rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100094;display:block; }
 }@media only screen and (max-width: 763px) { #bvWFC8fXIX3XaP9RRtzPf7ofdXgt9HFT { width:19.1875rem;height:2.4375rem;top:45.65625rem;left:0.40625rem;z-index:100090;display:none; }
 }@media only screen and (max-width: 763px) { #bB4OXqOcHwe24MzW4yhl1Xtq8PXiRisQ { width:19.1875rem;height:2.4375rem;top:48.96875rem;left:0.40625rem;z-index:100090;display:none; }
 }@media only screen and (max-width: 763px) { #OAmZgVxlTttMrD133P2yKcQWry4LTAvw { width:19.125rem;height:2.4375rem;top:52.34375rem;left:0.4375rem;z-index:100090;display:none; }
 }@media only screen and (max-width: 763px) { #Gcm0uOFpIPIfWEkQTvLhWXp3yx9A4wIu { top:11.5rem;left:0rem;width:20rem;height:16.6875rem;z-index:99984;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) { #Ww4gmBXTiTDdlrzikA3NZwQVllbxOP6s { width:15.375rem;height:0;top:55.875rem;left:3.5rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:100091;display:none; }
 }@media only screen and (max-width: 763px) { #gLMxWfL7V9osaGKO3OrTwk2D1Zc0TI0z { width:19.125rem;height:2.4375rem;top:37.5rem;left:0rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #FdtSRtTp5bEfNV6iBCIWBIvexPVo9S7u { width:8.25rem;height:1.29980625rem;top:40.6875rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100094;display:block; }
 }@media only screen and (max-width: 763px) { #SklzOL7PTniCTJMZ149IdXU56em1hTTS { width:18.3125rem;height:2.9248rem;top:15rem;left:0.875rem;font-size:1.125rem;z-index:100009;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLplciHvkNs9F0es4hP41bTdTOe1TSJ9 { width:20rem;height:1.3999rem;top:13.1875rem;left:0rem;font-size:1rem;z-index:100009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #il0lV5iT5484TSgRfRu0B5fUXc4yo0Pn { width:5.1875rem;height:0.125rem;top:81.63623125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0rNumTBoVHC2Vd0ctupy7BZLiBm6lTc { width:1.3125rem;height:1rem;top:30.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiVxSd0XN1rwLmxTeeiEBPZuqMqELmDo { width:1.3125rem;height:1rem;top:37.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1cdlcz3hTa63tlTODFzZ1NOXAsxDkK { width:1.3125rem;height:1rem;top:33.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVx9x6c5mlzc2M8lswFcsDlrseBVlQTc { width:1.3125rem;height:1rem;top:35.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADdPUk42RBthiLAzEmSqnFRdQlFEmb4Z { width:1.3125rem;height:1rem;top:40.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niyfXDIRM2ALGVMd0aIyVHRVOLM1Vu57 { width:1.3125rem;height:1rem;top:60.3125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B852QKaM3Po9bO0TbRorkavUy6N6Puwl { width:11.375rem;height:2.68115rem;top:20.3125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:2.0625rem;color:#ffffff;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #KmGwDRzdNbaMpz8AwLclNswfuunZZupN { width:9rem;height:0;top:21.5625rem;left:5.4375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EymkNpLB1Z1NXak5JvEyLiztc8P4SOxF { width:11.1875rem;height:0.9746125rem;top:19.375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yNTZrXfnxd7T9V99uTmGDDvM8X2BL8PS { width:17.6875rem;height:3.5rem;top:44.5rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAkH3THosqWXhNE9yFbCDVICyH1QWKUP { display:block; }
 }@media only screen and (max-width: 763px) { #F5cczENBVCghFVXWUgGX73BGHCdnksAL { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUXx2Ff6BiEzeoO0qTkfIeW6TssJLxSs { width:20rem;height:auto;top:6.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LF8nctXdEFpKbKh5W0drXzhs1do1N1se { display:block; }#LF8nctXdEFpKbKh5W0drXzhs1do1N1se > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMQppFOrCMaFfTOe979Z4HKSJciCmpTE { width:20rem;height:20rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDxM9qC8xmRvNq2mcH0DBkFwN4l4xQgE { width:20rem;height:3.4121125rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buHgT26UQNPwUHnEPv5loW9BM9nhmLv3 { width:20rem;height:20rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD { display:block; }#ffiZ0L0qfWFQDvFfZDfdmUwIagf12WwD > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zl92IthUul9GTo85QagiaxX1b9ZQE0NT { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA { display:block; }#KA4InW8XlXLcsxgAbmgnwb8bTSEgE5BA > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFPDpDED1KLVuIWpxDJviBJ4NMJNnwxc { width:17.5rem;height:5.1181625rem;top:2.25rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpPZFgTMTIxouuh1EOWysJzIq5DABqv { width:18.5rem;height:20.796875rem;top:9.6015625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMo8uulXgBBHQHAGl542PP22ugCS0U10 { width:15.25rem;height:4.38720625rem;top:33rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0HFbxlBmwACIARVcSiuedGQ6lodcyVD { display:block; }#z0HFbxlBmwACIARVcSiuedGQ6lodcyVD > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qo8V8mJwQ4MTNVFI1TpZrT79FFTrA44H { width:16.4375rem;height:5.1181625rem;top:1.875rem;left:1.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEPJVoAEzB5t4dsMW0NRBF2wT92OcTg { width:13rem;height:3.4375rem;top:18.1875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRwI48XmJXTedWhgfa5kuMbmcdBqR1Jp { display:block; }
 }@media only screen and (max-width: 763px) { #UuqK8t5kpcepEJqnqxHkiOZ4Czw16wV7 { width:16.5625rem;height:3.5rem;top:16.75rem;left:1.71875rem;z-index:100051;background-color:#be0039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVnsC2ahtObWGhNndzbUpH1omEu0EFDl { display:block; }
 }@media only screen and (max-width: 763px) { #rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h { display:none; }#rJoHxwTq5aLqIWEuJUeBHCameX7yxM3h > .row .container { width:20rem;height:45.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GXb7CEC0IQBfQf3iPm5Clb81ittqnKTr { width:20rem;height:20rem;top:23.672875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 { display:block; }#vxTW20UonVgGrHeFUpAGMyIdTeU8EUF8 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNo8lpJREiNSKmG0DsGyfvD5NGvGtoUk { width:20rem;height:6.824225rem;top:2.88134765625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzVsU8Z3mfJvyuWkaqGq7mkxK7efedd5 { width:19rem;height:3.3125rem;top:11.125rem;left:0.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q19qfvemKP1lVO86evfcSPET0V2q3Esf { display:block; }
 }@media only screen and (max-width: 763px) { #Ed8P7Kuhhz9lTp1M2A9JhfKTIDaBiSqW { width:20rem;height:0.89355625rem;top:36.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4P0ezfQwhI608TLdUX7ZlLDmhAH4pn4 { width:20rem;height:3.3125rem;top:31.5rem;left:0rem;font-size:1.0625rem;z-index:100019;font-family:"open sans";background-color:#be0039;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) { #XxvRTIGJDrlgJTEgRipzSqqth8md6KSN { display:block; }
 }@media only screen and (max-width: 763px) { #ZScu5Huohx90NGrTwHIlZc85TZtdvQ4s { width:18.75rem;height:18.6875rem;top:11.375rem;left:0.625rem;display:block; }
 }