.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container { background-color: transparent; background-image: none; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container > .video-iframe-container { display: none; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row > .video-iframe-container { display: none; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .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); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container { border-width: 0; border-radius: 0; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#ThX67zMMZ3TtF255smPTLprz881Sq8dL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:12.1875rem;top:1.34375rem;left:31.406250953674rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a4156bef-e500-4666-82aa-31c9f99ebc14/banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#I2faFXfIgbxAAA4ApaaDzNdB0yRbAMzA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.686625rem;width:12.5rem;top:2.1875004768372rem;left:30.610897064209rem;overflow:hidden;display:block; }
#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4bfa6;background-image:none;position:relative;display:block; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container { background-color: transparent; background-image: none; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container > .video-iframe-container { display: none; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row > .video-iframe-container { display: none; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .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); }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container { border-width: 0; border-radius: 0; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#aM3ctZl48WhhDGfUTFyyfD40cK7z2qHF { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.3743505477905rem;left:16.029731750488rem;height:9.2578125rem;text-align:center;text-align-last:center;display:block; }
#uk21Bc3BV02yC38orft8iNxfMAwdazC0 { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0594615936279rem;left:15.78125rem;height:2.59874375rem;font-style:normal;display:block; }
#PHRXeh26BNAp01uivobWybIsMEAwv95g { position:relative;display:block; }#PHRXeh26BNAp01uivobWybIsMEAwv95g { background-color: transparent; background-image: none; }#PHRXeh26BNAp01uivobWybIsMEAwv95g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .row .container > .video-iframe-container { display: none; }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .row > .video-iframe-container { display: none; }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .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); }#PHRXeh26BNAp01uivobWybIsMEAwv95g { border-width: 0; border-radius: 0; }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .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:22.9375rem;width:75rem;position:relative;display:block; }#hu9XZxh9n93oey6fIwlHRm90vBo7nfOC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6248125rem;width:28.811875rem;top:2.6562519073486rem;left:8.7489166259762rem;overflow:hidden;display:block; }
#wZZLe5EL5hSncmkTpc7ZAHnHZDN9UcPM { position:absolute;display:block;z-index:99999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49935rem;width:28.75rem;top:2.6562519073486rem;left:37.500003814698rem;display:block; }
#JDuJIAWZEXhypmPimoQXFoWBl0ZVCh3p { color:#000000;display:block;width:24.2480625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.4077701568606rem;left:39.750438690186rem;height:8.12175rem;display:block; }
#Onk6Rx5EvV02MsWpzPX8VWGRGrb3JbRV { color:#ffffff;display:block;width:19.6235rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4309902191162rem;left:39.750438690186rem;height:1.9487875rem;font-style:normal;display:block; }
#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q { position:relative;display:block; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q { background-color: transparent; background-image: none; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .row .container > .video-iframe-container { display: none; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .row > .video-iframe-container { display: none; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .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); }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q { border-width: 0; border-radius: 0; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .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:22.9375rem;width:75rem;position:relative;display:block; }#xxZKcKBuvU5LWPibTS0OLe0AJwJhv9Vh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.561875rem;width:28.75rem;top:1.9997816085816rem;left:37.500003814698rem;overflow:hidden;display:block; }
#TnsFZguegTqV9PgUmEuCzNZ2VMBDG1sw { position:absolute;display:block;z-index:99999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49935rem;width:28.75rem;top:1.9986963272095rem;left:8.811851501465rem;display:block; }
#L48Vh2c8X850I1nhFalhN5aclTtxGGnB { color:#000000;display:block;width:24.2480625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6872806549075rem;left:9.6864166259762rem;height:6.497375rem;display:block; }
#ADmdn81cNNdss8VmCOryytK6spe71lk8 { color:#ffffff;display:block;width:19.6235rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.7712650299073rem;left:9.6864166259762rem;height:1.9487875rem;font-style:normal;display:block; }
#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO { position:relative;display:block; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO { background-color: transparent; background-image: none; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .row .container > .video-iframe-container { display: none; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .row > .video-iframe-container { display: none; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .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); }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO { border-width: 0; border-radius: 0; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .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:22.9375rem;width:75rem;position:relative;display:block; }#CXSRv6Bxuk2GLA1nmmRd6ZTW1uNT8cEX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.561875rem;width:28.75rem;top:2.6877136230469rem;left:8.811851501465rem;overflow:hidden;display:block; }
#DEdeTZUNtNUGi9hpFcZTG4knIU4XqxJV { position:absolute;display:block;z-index:99999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49935rem;width:28.75rem;top:2.6866302490234rem;left:37.500003814698rem;display:block; }
#uMUc8pd53tTVrzhZweRueUHaL5fOtMZG { color:#ffffff;display:block;width:24.3120625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4602851867676rem;left:39.717884063721rem;height:1.9487875rem;font-style:normal;display:block; }
#JtaNclqys4g5s59BWzZPgVDNHDIyL5TL { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:28.875rem;top:6.1848945617676rem;left:37.500003814698rem;overflow:hidden;display:block; }
#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 { position:relative;display:block; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 { background-color: transparent; background-image: none; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .row .container > .video-iframe-container { display: none; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .row > .video-iframe-container { display: none; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .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); }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 { border-width: 0; border-radius: 0; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .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:23.3125rem;width:75rem;position:relative;display:block; }#yl7QMqdMTLX6LFJHnzUJM5oqzLTCiNcl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.374125rem;width:75rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#cGcaL6CpAgiPbRwC8bteKiGyQiUxDAX3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.8661031723023rem;left:11.046009063721rem;height:1.7068125rem;display:block; }
#LzGtRz5JONsmfhlV994XekaJ7ZATOgrH { color:#ffffff;display:block;width:22.7485rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:8.7250471115113rem;left:11.046009063721rem;height:9.0993875rem;display:block; }
#r8Gr7TLTFFVM0NOE84q6CRTa8sDrDZun { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.8);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:12.5rem;width:27.374125rem;top:7.0247411727906rem;left:9.482421875rem;display:block; }
#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4bfa6;background-image:none;position:relative;display:block; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container { background-color: transparent; background-image: none; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container > .video-iframe-container { display: none; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row > .video-iframe-container { display: none; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .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); }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container { border-width: 0; border-radius: 0; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#GivnPAL3KJED35EewhuxqGWTOxJmt3hx { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.7936158180237rem;left:14.468318939209rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom { position:relative;display:block; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom { background-color: transparent; background-image: none; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .row .container > .video-iframe-container { display: none; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .row > .video-iframe-container { display: none; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .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); }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom { border-width: 0; border-radius: 0; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .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:6.8125rem;width:75rem;position:relative;display:block; }#UVN8yow2pARr78MThNkFCSVcH6DidvVK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.311875rem;width:75rem;top:0.2484769821167rem;left:0rem;overflow:hidden;display:block; }
#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container { background-color: transparent; background-image: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container > .video-iframe-container { display: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row > .video-iframe-container { display: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .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); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container { border-width: 0; border-radius: 0; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#wSKxQBRwKuHJa5AwMn4XFR39WU02TEEu { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:29.6875rem;display:block; }
#PcagIfUyqzs0utcLIiwnQCVDm6q8zR6s { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:7.5625rem;left:32.4375rem;overflow:hidden;display:block; }
#JhmGcxDWhVrmCI253pRmrBsdWneGtLzn { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100019;top:2.3125rem;left:35.5rem; }
#a1LwPQirk7bQZ1oSbkfmJEAkqXWtZl4b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.780384063721rem;left:31.25rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDH10sEgTIRI1IuB97qZgW784RKdTukE { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.256294250488rem;left:28.75rem;display:block; }
#V2IGFyW0G2rmpue9RGHFAsfWED7MK21T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SSR2bHtyon2bnzvUFBp17c7KzBculDO4 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:54.6875rem;display:block; }
#UXJOw4XwuQZyKEW74V4qQDMo4gd85K8A { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.5625rem;left:57.4375rem;overflow:hidden;display:block; }
#NX7L9SdMAtTL2V1LxgTHWiHP1NaxM7gH { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:3.99956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:2.3125rem;left:60.5rem; }
#GDRJ706Ql9C9t7rv38LLb6oGmCqxgKFS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.8125rem;left:56.25rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ua1FZO4PglBBbnDPSMoOv0AgaH7KVLkr { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.25rem;left:53.75rem;display:block; }
#oLR3VSz1x9o7ILFFKIpAQFqPVAnma4ri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mzpAzqTitkZncESMsK07pmDoOunuNgsQ { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.25rem;left:4.6875rem;display:block; }
#ieLt7cdmkQI1y5hiZhwic3P9HeXSZd2M { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100031;top:2.4375rem;left:10.5rem; }
#lTEit5GWWhx5gT3tTnqzTKTuwIla8FtU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.6236991882325rem;left:7.5rem;overflow:hidden;display:block; }
#aSfgILNNTg8K1m546095vs67m9REptKk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:18.9375rem;left:6.25rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuZJQoqtXA5HXBelUbpPCKZpfkUTeMnE { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:25.185548145324rem;left:5.6879348754883rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#alnTa9kyLZgsOCV8mZQn2Xzq7QuTbNGu { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:28.3125rem;left:3.75rem;display:block; }
#G8xFkKmzA5TCiXPlqLSfhoXdLKSlTJT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GtxRqQfMMySScxJwOFaekDAUS5VT5uBM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.374125rem;width:10.811625rem;top:20.125856399536rem;left:64.188373565675rem;overflow:hidden;display:block; }
#iEtwaeEOdTXgyhKzPsE0Zs8fqIX6nwQZ { position:absolute;display:block;z-index:100030;background-color:#a4bfa6;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.0625rem;width:8.75rem;top:5.5696601867676rem;left:4.6875rem;display:block; }
#IPTG3ABe2dM0J2mN2px8sKtB0HUWxr27 { color:#ffffff;display:block;width:6.436625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:5.9494361877441rem;left:5.6868515014649rem;height:1.2999125rem;font-style:normal;display:block; }
#XQVupGQzk28oQs3OvpGwESLoDeydxKPR { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:25.185548145324rem;left:30.687934875488rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#bFrsgmr2VH8VHJPAmsuqt17P4gMCV8Rh { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:25.185548145324rem;left:55.687938690186rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4bfa6;background-image:none;position:relative;display:block; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container { background-color: transparent; background-image: none; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container > .video-iframe-container { display: none; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row > .video-iframe-container { display: none; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .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); }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container { border-width: 0; border-radius: 0; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#C1vBQ8KeGg11vQ9mp5KQChe0FtuJfsxv { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.7936158180237rem;left:14.468318939209rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container { background-color: transparent; background-image: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container > .video-iframe-container { display: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row > .video-iframe-container { display: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .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); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container { border-width: 0; border-radius: 0; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#OrwcmNgE6KQ4Vt0T29DSVx9XkKk6NlCc { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:29.6875rem;display:block; }
#lWa7yqoWS5VqNGxwunodeFiR0EMCogyL { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:7.5625rem;left:32.4375rem;overflow:hidden;display:block; }
#HIf6HrzXNFyLPMy0a4T7v9NlFPiIKfwk { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100019;top:2.3125rem;left:35.5rem; }
#kfTRTZT6CqMNxHlu0afNfFgd3LZiNRXb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.780384063721rem;left:31.25rem;height:5.15408125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSHl5wdfCEJsaHhcGq4UAuwCL8r1HmOi { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.256294250488rem;left:28.75rem;display:block; }
#zGyQTwVnRJqm3gVxJtNFFFXzT2w7uu5c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JXRf4pAcU1BLE4boIzBcuAHX7ysGVRBa { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:54.6875rem;display:block; }
#BwWcbVnSzRZwUxNNqGKRK1bC1x02eqwv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.5625rem;left:57.4375rem;overflow:hidden;display:block; }
#M11s6nTQN9gzTnEp1ryNfNJ6KgKywy7P { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:3.99956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:2.3125rem;left:60.5rem; }
#oXppSv5ZnT7yo3MVV6LT1U1XVHAeKNWI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.8125rem;left:56.25rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiBQsKwyfikRQvla5DCDZ6NT0fxxNST3 { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.25rem;left:53.75rem;display:block; }
#edJgScsQCtdcWtouThFelqZ8grTLoHiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSM9Q8LrfhSvGE4wt7A107lSJlyhvvtc { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.25rem;left:4.6875rem;display:block; }
#z2Myb7n8BDSkxdWzlTbEqFIC2g1EkBOQ { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100024;top:2.4375rem;left:10.5rem; }
#tgivuxZbaTwiXsm5bG3ozGXQ0SstgbZ4 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.625rem;left:7.375rem;overflow:hidden;display:block; }
#r1hnRArpAX7thOE35XOqnIdTpJs0bbww { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:18.9375rem;left:6.25rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6o3zFUiRN7brADpGXPTV4k1veglBPHI { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:28.3125rem;left:3.75rem;display:block; }
#r4m6HFgawydsAH61SPsEx6SwyyOJANIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NvSJJgiFWEReVmtpUaef9BNih67J1M2e { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3730625rem;width:10.8105625rem;top:18.186855316162rem;left:64.188373565675rem;overflow:hidden;display:block; }
#ED0XIsIBIkfFQS4BNVBwpRGTkKhVzgDD { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:24.769966125488rem;left:5.6879348754883rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#q0Ai2HyxMelLE1OblWBO5uZPatyifMoT { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:24.769966125488rem;left:30.687934875488rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#e9tlGPrptOPJTgSi0KsFhUDrODCCdEgT { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:24.769966125488rem;left:55.687938690186rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4bfa6;background-image:none;position:relative;display:block; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container { background-color: transparent; background-image: none; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container > .video-iframe-container { display: none; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row > .video-iframe-container { display: none; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .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); }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container { border-width: 0; border-radius: 0; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#CniqHuVDJTLuwkhztws4ZNNEtCbe6gzO { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.7936158180237rem;left:14.468318939209rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container { background-color: transparent; background-image: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container > .video-iframe-container { display: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row > .video-iframe-container { display: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .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); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container { border-width: 0; border-radius: 0; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#RWwqJtT7VLTftqc5GiMo0sQkK7rrtCBT { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:29.6875rem;display:block; }
#Hf5dV5sx7PetTERmEurRp5eKa4nTCneJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:7.5625rem;left:32.4375rem;overflow:hidden;display:block; }
#irTK4icUauqT6aTPHk043myCynJAhNr1 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100019;top:2.3125rem;left:35.5rem; }
#uefoBQJvCoX2oKdcsuA7VAICgZfACh7S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.780384063721rem;left:31.25rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpPLutV7LdySLCaOT55CHI3ufDQaHevX { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.256294250488rem;left:28.75rem;display:block; }
#T0gN8VI28WBGn9yawKZo1uS4IaUo46bu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UAnmvZyeKpE7QadGpVraPQDUrvUECqPa { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.1875rem;left:54.6875rem;display:block; }
#WtcDxQ6Ao7gzwGdVFNOAtKZcq4ZFtugT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.5625rem;left:57.4375rem;overflow:hidden;display:block; }
#fdqXIu053aPT00tMi2VKUE97tsqIm91r { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:3.99956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:2.3125rem;left:60.5rem; }
#iwogpZJrCfb0SK2P0ml43TdSEyrFauVn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:18.8125rem;left:56.25rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATWUuCTQpFshc0JCOzJUDesLTL5lyfTE { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:28.25rem;left:53.75rem;display:block; }
#sT5psWafnVZ7bhbWWWI49P9ypX01asbm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L7uWy4GScm7Tw9M57bPiUaVOi527emdM { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:28.125rem;width:15.625rem;top:4.25rem;left:4.6875rem;display:block; }
#VbJtZOw1SscNEfdgxhgs4mhlybvVbhiw { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100024;top:2.4375rem;left:10.5rem; }
#aRzMbmhL9E2W35MqdLgnuXqFCobmBqhr { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:7.625rem;left:7.375rem;overflow:hidden;display:block; }
#wasTHguD65TcGl8WoEmIU0ycmgCa3FHp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:18.9375rem;left:6.25rem;height:4.1232625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csVz3VTkA7B8KHJ27gJs8x7p07IMuodU { background-color:#a4bfa6;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:17.5rem;height:2.56185rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:28.3125rem;left:3.75rem;display:block; }
#bGXl5KiszEJ3a4ALmtCef7UThWab7Lnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XXGLGEgL8pey5q0kTiqpzKKETzz8TwhF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3730625rem;width:10.8105625rem;top:18.186841964722rem;left:64.188373565675rem;overflow:hidden;display:block; }
#VhtpNxE12MaRcs07bmT20C4lEfWslkar { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:24.688585281372rem;left:5.6879348754883rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#SC4JRkZxsdMGedgeVoI09rvmio1tDwFJ { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:24.687507418916rem;left:31.250003814698rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#bNPr9ysF1QNJSFzVkiK2ROkn4ubnrTgz { color:#000000;display:block;width:13.6230625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:24.688586235046rem;left:55.687938690186rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa { position:relative;display:block; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa { background-color: transparent; background-image: none; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .row .container > .video-iframe-container { display: none; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .row > .video-iframe-container { display: none; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .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); }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa { border-width: 0; border-radius: 0; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .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:7.25rem;width:75rem;position:relative;display:block; }#UK27Mwlf4smwkWiu7RECSBLMtAaCpnyb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3748125rem;width:75rem;top:0.43620634078979rem;left:0rem;overflow:hidden;display:block; }
#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo { position:relative;display:block; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo { background-color: transparent; background-image: none; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .row .container > .video-iframe-container { display: none; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .row > .video-iframe-container { display: none; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .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); }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo { border-width: 0; border-radius: 0; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .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:7.625rem;width:75rem;position:relative;display:block; }#hEf03egXhLBm50WfQPnrxcUo7zVTnXSR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3748125rem;width:75rem;top:0.56098175048828rem;left:0rem;overflow:hidden;display:block; }
#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4bfa6;background-image:none;position:relative;display:block; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container { background-color: transparent; background-image: none; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container > .video-iframe-container { display: none; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row > .video-iframe-container { display: none; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .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); }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container { border-width: 0; border-radius: 0; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#dTmQtG5tprK829mzltqgL8O8bvKHitCe { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.7936158180237rem;left:14.468318939209rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk { display:block; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThX67zMMZ3TtF255smPTLprz881Sq8dL { top:1.3125rem;left:17.781250953674rem;width:12.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2faFXfIgbxAAA4ApaaDzNdB0yRbAMzA { top:2.1875rem;left:16.985897064209rem;width:12.5rem;height:12.686625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQlsuNK2MZHHus10VJ8nWInTmBF68oBN { display:block; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM3ctZl48WhhDGfUTFyyfD40cK7z2qHF { top:5.3125rem;left:2.4047317504883rem;width:39.0625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk21Bc3BV02yC38orft8iNxfMAwdazC0 { top:2rem;left:2.15625rem;width:43.4375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHRXeh26BNAp01uivobWybIsMEAwv95g { display:block; }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu9XZxh9n93oey6fIwlHRm90vBo7nfOC { top:2.625rem;left:0rem;width:28.75rem;height:17.586962298531rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZZLe5EL5hSncmkTpc7ZAHnHZDN9UcPM { top:2.625rem;left:19rem;width:28.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDuJIAWZEXhypmPimoQXFoWBl0ZVCh3p { top:7.375rem;left:23.5625rem;width:24.1875rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onk6Rx5EvV02MsWpzPX8VWGRGrb3JbRV { top:3.375rem;left:23.875rem;width:19.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q { display:block; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxZKcKBuvU5LWPibTS0OLe0AJwJhv9Vh { top:1.9375rem;left:19rem;width:28.75rem;height:17.561875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnsFZguegTqV9PgUmEuCzNZ2VMBDG1sw { top:1.9375rem;left:0rem;width:28.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48Vh2c8X850I1nhFalhN5aclTtxGGnB { top:6.625rem;left:0rem;width:24.1875rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADmdn81cNNdss8VmCOryytK6spe71lk8 { top:2.75rem;left:2.8739166259766rem;width:19.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO { display:block; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXSRv6Bxuk2GLA1nmmRd6ZTW1uNT8cEX { top:2.6875rem;left:0rem;width:28.75rem;height:17.561875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEdeTZUNtNUGi9hpFcZTG4knIU4XqxJV { top:2.625rem;left:19rem;width:28.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMUc8pd53tTVrzhZweRueUHaL5fOtMZG { top:3.4375rem;left:23.4375rem;width:24.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtaNclqys4g5s59BWzZPgVDNHDIyL5TL { top:6.125rem;left:18.875rem;width:28.875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 { display:block; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl7QMqdMTLX6LFJHnzUJM5oqzLTCiNcl { top:0.4375rem;left:0rem;width:47.75rem;height:14.244859583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGcaL6CpAgiPbRwC8bteKiGyQiUxDAX3 { top:3.8125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGtRz5JONsmfhlV994XekaJ7ZATOgrH { top:8.6875rem;left:0rem;width:22.6875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Gr7TLTFFVM0NOE84q6CRTa8sDrDZun { top:7rem;left:0rem;width:27.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN { display:block; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GivnPAL3KJED35EewhuxqGWTOxJmt3hx { top:1.75rem;left:0.843318939209rem;width:43.4375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom { display:block; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVN8yow2pARr78MThNkFCSVcH6DidvVK { top:0.1875rem;left:0rem;width:47.75rem;height:4.0185604166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er { display:block; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSKxQBRwKuHJa5AwMn4XFR39WU02TEEu { width:15.625rem;height:28.125rem;top:4.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcagIfUyqzs0utcLIiwnQCVDm6q8zR6s { width:10.0625rem;height:10.0625rem;top:7.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhmGcxDWhVrmCI253pRmrBsdWneGtLzn { width:4rem;height:4rem;top:2.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LwPQirk7bQZ1oSbkfmJEAkqXWtZl4b { width:12.5rem;height:4.9375rem;top:18.75rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDH10sEgTIRI1IuB97qZgW784RKdTukE { width:17.5rem;height:2.5rem;top:28.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2IGFyW0G2rmpue9RGHFAsfWED7MK21T { display:block; }
 }@media only screen and (max-width: 763px) { #SSR2bHtyon2bnzvUFBp17c7KzBculDO4 { width:15.625rem;height:28.125rem;top:4.125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJOw4XwuQZyKEW74V4qQDMo4gd85K8A { width:10rem;height:10rem;top:7.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX7L9SdMAtTL2V1LxgTHWiHP1NaxM7gH { width:3.9375rem;height:3.9375rem;top:2.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDRJ706Ql9C9t7rv38LLb6oGmCqxgKFS { width:12.5rem;height:4.0625rem;top:18.75rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1FZO4PglBBbnDPSMoOv0AgaH7KVLkr { width:17.5rem;height:2.5rem;top:28.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLR3VSz1x9o7ILFFKIpAQFqPVAnma4ri { display:block; }
 }@media only screen and (max-width: 763px) { #mzpAzqTitkZncESMsK07pmDoOunuNgsQ { width:15.625rem;height:28.125rem;top:4.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieLt7cdmkQI1y5hiZhwic3P9HeXSZd2M { width:3.9375rem;height:3.9375rem;top:2.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEit5GWWhx5gT3tTnqzTKTuwIla8FtU { width:10rem;height:10rem;top:7.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSfgILNNTg8K1m546095vs67m9REptKk { width:12.5rem;height:4.0625rem;top:18.875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZJQoqtXA5HXBelUbpPCKZpfkUTeMnE { width:13.5625rem;height:1.8125rem;top:25.125rem;left:1.1254348754882rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alnTa9kyLZgsOCV8mZQn2Xzq7QuTbNGu { width:17.5rem;height:2.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8xFkKmzA5TCiXPlqLSfhoXdLKSlTJT7 { display:block; }
 }@media only screen and (max-width: 763px) { #GtxRqQfMMySScxJwOFaekDAUS5VT5uBM { top:20.125rem;left:36.875rem;width:10.75rem;height:17.275094516319rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEtwaeEOdTXgyhKzPsE0Zs8fqIX6nwQZ { top:5.5625rem;left:0.125rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTG3ABe2dM0J2mN2px8sKtB0HUWxr27 { top:5.9375rem;left:1.1243515014649rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQVupGQzk28oQs3OvpGwESLoDeydxKPR { width:13.5625rem;height:1.8125rem;top:25.125rem;left:17.000434875488rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrsgmr2VH8VHJPAmsuqt17P4gMCV8Rh { width:13.5625rem;height:1.8125rem;top:25.125rem;left:32.875438690186rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC { display:block; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1vBQ8KeGg11vQ9mp5KQChe0FtuJfsxv { top:1.75rem;left:0.843318939209rem;width:43.4375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf { display:block; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrwcmNgE6KQ4Vt0T29DSVx9XkKk6NlCc { width:15.625rem;height:28.125rem;top:4.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWa7yqoWS5VqNGxwunodeFiR0EMCogyL { width:10.0625rem;height:10.0625rem;top:7.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIf6HrzXNFyLPMy0a4T7v9NlFPiIKfwk { width:4rem;height:4rem;top:2.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfTRTZT6CqMNxHlu0afNfFgd3LZiNRXb { width:12.5rem;height:5.125rem;top:18.75rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSHl5wdfCEJsaHhcGq4UAuwCL8r1HmOi { width:17.5rem;height:2.5rem;top:28.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGyQTwVnRJqm3gVxJtNFFFXzT2w7uu5c { display:block; }
 }@media only screen and (max-width: 763px) { #JXRf4pAcU1BLE4boIzBcuAHX7ysGVRBa { width:15.625rem;height:28.125rem;top:4.125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwWcbVnSzRZwUxNNqGKRK1bC1x02eqwv { width:10rem;height:10rem;top:7.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11s6nTQN9gzTnEp1ryNfNJ6KgKywy7P { width:3.9375rem;height:3.9375rem;top:2.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXppSv5ZnT7yo3MVV6LT1U1XVHAeKNWI { width:12.5rem;height:4.0625rem;top:18.75rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiBQsKwyfikRQvla5DCDZ6NT0fxxNST3 { width:17.5rem;height:2.5rem;top:28.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edJgScsQCtdcWtouThFelqZ8grTLoHiy { display:block; }
 }@media only screen and (max-width: 763px) { #TSM9Q8LrfhSvGE4wt7A107lSJlyhvvtc { width:15.625rem;height:28.125rem;top:4.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Myb7n8BDSkxdWzlTbEqFIC2g1EkBOQ { width:3.9375rem;height:3.9375rem;top:2.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgivuxZbaTwiXsm5bG3ozGXQ0SstgbZ4 { width:10rem;height:10rem;top:7.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1hnRArpAX7thOE35XOqnIdTpJs0bbww { width:12.5rem;height:4.0625rem;top:18.875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6o3zFUiRN7brADpGXPTV4k1veglBPHI { width:17.5rem;height:2.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4m6HFgawydsAH61SPsEx6SwyyOJANIP { display:block; }
 }@media only screen and (max-width: 763px) { #NvSJJgiFWEReVmtpUaef9BNih67J1M2e { top:18.125rem;left:36.875rem;width:10.75rem;height:17.275735825495rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED0XIsIBIkfFQS4BNVBwpRGTkKhVzgDD { width:13.5625rem;height:1.8125rem;top:24.75rem;left:1.1254348754882rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Ai2HyxMelLE1OblWBO5uZPatyifMoT { width:13.5625rem;height:1.8125rem;top:24.75rem;left:17.000434875488rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9tlGPrptOPJTgSi0KsFhUDrODCCdEgT { width:13.5625rem;height:1.8125rem;top:24.75rem;left:32.875438690186rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql { display:block; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CniqHuVDJTLuwkhztws4ZNNEtCbe6gzO { top:1.75rem;left:0.843318939209rem;width:43.4375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t { display:block; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWwqJtT7VLTftqc5GiMo0sQkK7rrtCBT { width:15.625rem;height:28.125rem;top:4.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf5dV5sx7PetTERmEurRp5eKa4nTCneJ { width:10.0625rem;height:10.0625rem;top:7.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTK4icUauqT6aTPHk043myCynJAhNr1 { width:4rem;height:4rem;top:2.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uefoBQJvCoX2oKdcsuA7VAICgZfACh7S { width:12.5rem;height:4.0625rem;top:18.75rem;left:17.562503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPLutV7LdySLCaOT55CHI3ufDQaHevX { width:17.5rem;height:2.5rem;top:28.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gN8VI28WBGn9yawKZo1uS4IaUo46bu { display:block; }
 }@media only screen and (max-width: 763px) { #UAnmvZyeKpE7QadGpVraPQDUrvUECqPa { width:15.625rem;height:28.125rem;top:4.125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtcDxQ6Ao7gzwGdVFNOAtKZcq4ZFtugT { width:10rem;height:10rem;top:7.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdqXIu053aPT00tMi2VKUE97tsqIm91r { width:3.9375rem;height:3.9375rem;top:2.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwogpZJrCfb0SK2P0ml43TdSEyrFauVn { width:12.5rem;height:3.0625rem;top:18.75rem;left:33.437503814698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATWUuCTQpFshc0JCOzJUDesLTL5lyfTE { width:17.5rem;height:2.5rem;top:28.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT5psWafnVZ7bhbWWWI49P9ypX01asbm { display:block; }
 }@media only screen and (max-width: 763px) { #L7uWy4GScm7Tw9M57bPiUaVOi527emdM { width:15.625rem;height:28.125rem;top:4.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbJtZOw1SscNEfdgxhgs4mhlybvVbhiw { width:3.9375rem;height:3.9375rem;top:2.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRzMbmhL9E2W35MqdLgnuXqFCobmBqhr { width:10rem;height:10rem;top:7.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wasTHguD65TcGl8WoEmIU0ycmgCa3FHp { width:12.5rem;height:4.0625rem;top:18.875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csVz3VTkA7B8KHJ27gJs8x7p07IMuodU { width:17.5rem;height:2.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGXl5KiszEJ3a4ALmtCef7UThWab7Lnr { display:block; }
 }@media only screen and (max-width: 763px) { #XXGLGEgL8pey5q0kTiqpzKKETzz8TwhF { top:18.125rem;left:36.875rem;width:10.75rem;height:17.275735825495rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhtpNxE12MaRcs07bmT20C4lEfWslkar { width:13.5625rem;height:1.8125rem;top:24.6875rem;left:1.1254348754882rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC4JRkZxsdMGedgeVoI09rvmio1tDwFJ { width:13.5625rem;height:1.8125rem;top:24.6875rem;left:17.562503814698rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNPr9ysF1QNJSFzVkiK2ROkn4ubnrTgz { width:13.5625rem;height:1.8125rem;top:24.6875rem;left:32.875438690186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Ca4O6lTu5KOrTqApLz94waat6nW5fa { display:block; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UK27Mwlf4smwkWiu7RECSBLMtAaCpnyb { top:0.375rem;left:0rem;width:47.75rem;height:4.058630625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo { display:block; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEf03egXhLBm50WfQPnrxcUo7zVTnXSR { top:0.5rem;left:0rem;width:47.75rem;height:4.058630625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs { display:block; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTmQtG5tprK829mzltqgL8O8bvKHitCe { top:1.75rem;left:0.843318939209rem;width:43.4375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk { background-color:#ffffff;background-image:none;display:block; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container { background-color: transparent; background-image: none; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container > .video-iframe-container { display: none; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row > .video-iframe-container { display: none; }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .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); }#qlVozVn6F5yWJTtV9TQMHhW3Ia4TixVk > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThX67zMMZ3TtF255smPTLprz881Sq8dL { width:16.5625rem;height:4rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2faFXfIgbxAAA4ApaaDzNdB0yRbAMzA { width:12.5rem;height:12.686625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQlsuNK2MZHHus10VJ8nWInTmBF68oBN { display:block; }#UQlsuNK2MZHHus10VJ8nWInTmBF68oBN > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aM3ctZl48WhhDGfUTFyyfD40cK7z2qHF { width:20rem;height:18.515625rem;top:6.7491321563719rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk21Bc3BV02yC38orft8iNxfMAwdazC0 { width:20rem;height:4.87413125rem;top:1.1838111877441rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHRXeh26BNAp01uivobWybIsMEAwv95g { display:block; }#PHRXeh26BNAp01uivobWybIsMEAwv95g > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu9XZxh9n93oey6fIwlHRm90vBo7nfOC { width:20rem;height:12.2344085555rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZZLe5EL5hSncmkTpc7ZAHnHZDN9UcPM { width:20rem;height:3.4375rem;top:14.7341875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDuJIAWZEXhypmPimoQXFoWBl0ZVCh3p { width:20rem;height:9.746125rem;top:19.4216875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onk6Rx5EvV02MsWpzPX8VWGRGrb3JbRV { width:19.561625rem;height:1.9487875rem;top:15.507842437744rem;left:0.438375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q { display:block; }#M0fPODsi9q6mbAXymIInZsLnwsPvWa9Q > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxZKcKBuvU5LWPibTS0OLe0AJwJhv9Vh { width:20rem;height:12.217391304348rem;top:15.30925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnsFZguegTqV9PgUmEuCzNZ2VMBDG1sw { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48Vh2c8X850I1nhFalhN5aclTtxGGnB { width:20rem;height:8.12175rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADmdn81cNNdss8VmCOryytK6spe71lk8 { width:19.561625rem;height:1.9487875rem;top:2.0234375rem;left:0.438375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO { display:block; }#ZdcJDEb8HTbpEEcTUyztU7TaRQ3BgsmO > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXSRv6Bxuk2GLA1nmmRd6ZTW1uNT8cEX { width:20rem;height:12.217391304348rem;top:13.781469345092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEdeTZUNtNUGi9hpFcZTG4knIU4XqxJV { width:20rem;height:5.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMUc8pd53tTVrzhZweRueUHaL5fOtMZG { width:18.2498125rem;height:3.89756875rem;top:1.6875rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtaNclqys4g5s59BWzZPgVDNHDIyL5TL { width:20rem;height:5.96681064726rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 { display:block; }#aQ3CITN17IO6eQoEZFGz757sZmsgJbq3 > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl7QMqdMTLX6LFJHnzUJM5oqzLTCiNcl { width:20rem;height:5.68685rem;top:0.2745246887207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGcaL6CpAgiPbRwC8bteKiGyQiUxDAX3 { width:12.5rem;height:1.7068125rem;top:2.2645416259766rem;left:4.6245661377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzGtRz5JONsmfhlV994XekaJ7ZATOgrH { width:17.1875rem;height:12.9991125rem;top:7.3025169372556rem;left:1.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8Gr7TLTFFVM0NOE84q6CRTa8sDrDZun { width:20rem;height:15.6875rem;top:5.9592056274414rem;left:0rem;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) { #De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN { display:block; }#De9dCHMC1iQaCoRQ9KCb2TfTMwgFXNcN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GivnPAL3KJED35EewhuxqGWTOxJmt3hx { width:20rem;height:4.87413125rem;top:0.74761199951175rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom { display:none; }#tDsy0lPCQHNslJQ2QCAJRXpoRwawzfom > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVN8yow2pARr78MThNkFCSVcH6DidvVK { width:20rem;height:1.72634375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er.adaptive-delivery-prevent-bg, #ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er.lazyload, #ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er.lazyloading { background-image: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container { background-color: transparent; background-image: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container > .video-iframe-container { display: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row > .video-iframe-container { display: none; }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .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); }#ZHfIr2qcD0e6gRQ1T5BnWoo87cxPL5Er > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSKxQBRwKuHJa5AwMn4XFR39WU02TEEu { width:15.625rem;height:28.125rem;top:33.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcagIfUyqzs0utcLIiwnQCVDm6q8zR6s { width:10.125rem;height:10.125rem;top:37.1875rem;left:4.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #JhmGcxDWhVrmCI253pRmrBsdWneGtLzn { width:4rem;height:4rem;top:31.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LwPQirk7bQZ1oSbkfmJEAkqXWtZl4b { width:12.5rem;height:4.6701375rem;top:49.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDH10sEgTIRI1IuB97qZgW784RKdTukE { width:17.5rem;height:2.5rem;top:58.204212188721rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2IGFyW0G2rmpue9RGHFAsfWED7MK21T { display:block; }
 }@media only screen and (max-width: 763px) { #SSR2bHtyon2bnzvUFBp17c7KzBculDO4 { width:15.625rem;height:28.125rem;top:1.8098959922791rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJOw4XwuQZyKEW74V4qQDMo4gd85K8A { width:10.0625rem;height:10.0625rem;top:5.5620670318604rem;left:4.9370661377907rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #NX7L9SdMAtTL2V1LxgTHWiHP1NaxM7gH { width:3.99956875rem;height:3.99956875rem;top:0.62391471862793rem;left:7.9991322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDRJ706Ql9C9t7rv38LLb6oGmCqxgKFS { width:12.5rem;height:5.837675rem;top:16.558159828186rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua1FZO4PglBBbnDPSMoOv0AgaH7KVLkr { width:17.5rem;height:2.5rem;top:26.767579555511rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLR3VSz1x9o7ILFFKIpAQFqPVAnma4ri { display:block; }
 }@media only screen and (max-width: 763px) { #mzpAzqTitkZncESMsK07pmDoOunuNgsQ { width:15.625rem;height:28.125rem;top:64.874132156375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieLt7cdmkQI1y5hiZhwic3P9HeXSZd2M { width:3.9375rem;height:3.9375rem;top:63.561203002931rem;left:8.0305996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEit5GWWhx5gT3tTnqzTKTuwIla8FtU { width:10rem;height:10rem;top:68.249132156375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSfgILNNTg8K1m546095vs67m9REptKk { width:12.5rem;height:5.837675rem;top:79.561632156375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuZJQoqtXA5HXBelUbpPCKZpfkUTeMnE { width:13.5623125rem;height:1.2999125rem;top:86.185986518863rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alnTa9kyLZgsOCV8mZQn2Xzq7QuTbNGu { width:17.5rem;height:2.5rem;top:89.748268127444rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8xFkKmzA5TCiXPlqLSfhoXdLKSlTJT7 { display:block; }
 }@media only screen and (max-width: 763px) { #GtxRqQfMMySScxJwOFaekDAUS5VT5uBM { width:10.7498125rem;height:17.2743125rem;top:75.792096614838rem;left:9.2491322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEtwaeEOdTXgyhKzPsE0Zs8fqIX6nwQZ { width:8.75rem;height:2.0625rem;top:66.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTG3ABe2dM0J2mN2px8sKtB0HUWxr27 { width:6.3748125rem;height:1.2999125rem;top:66.625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQVupGQzk28oQs3OvpGwESLoDeydxKPR { width:13.5623125rem;height:1.2999125rem;top:55.441638946533rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrsgmr2VH8VHJPAmsuqt17P4gMCV8Rh { width:13.5623125rem;height:1.2999125rem;top:23.86501121521rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC { display:block; }#BGpSUd3JJtsCTLWoOpzWUNT5m0ciloxC > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1vBQ8KeGg11vQ9mp5KQChe0FtuJfsxv { width:20rem;height:4.87413125rem;top:0.74761199951175rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf.adaptive-delivery-prevent-bg, #OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf.lazyload, #OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf.lazyloading { background-image: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container { background-color: transparent; background-image: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container > .video-iframe-container { display: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row > .video-iframe-container { display: none; }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .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); }#OZSsDfch6bnHfNAKr0rVccr3ZcNrWipf > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrwcmNgE6KQ4Vt0T29DSVx9XkKk6NlCc { width:15.625rem;height:28.125rem;top:33.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWa7yqoWS5VqNGxwunodeFiR0EMCogyL { width:10.125rem;height:10.125rem;top:37.1875rem;left:4.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #HIf6HrzXNFyLPMy0a4T7v9NlFPiIKfwk { width:4rem;height:4rem;top:31.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfTRTZT6CqMNxHlu0afNfFgd3LZiNRXb { width:12.5rem;height:5.837675rem;top:49.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSHl5wdfCEJsaHhcGq4UAuwCL8r1HmOi { width:17.5rem;height:2.5rem;top:58.204212188721rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGyQTwVnRJqm3gVxJtNFFFXzT2w7uu5c { display:block; }
 }@media only screen and (max-width: 763px) { #JXRf4pAcU1BLE4boIzBcuAHX7ysGVRBa { width:15.625rem;height:28.125rem;top:1.8098959922791rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwWcbVnSzRZwUxNNqGKRK1bC1x02eqwv { width:10.0625rem;height:10.0625rem;top:5.5620670318604rem;left:4.9370661377907rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #M11s6nTQN9gzTnEp1ryNfNJ6KgKywy7P { width:3.99956875rem;height:3.99956875rem;top:0.62391471862793rem;left:7.9991322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXppSv5ZnT7yo3MVV6LT1U1XVHAeKNWI { width:12.5rem;height:7.0051875rem;top:16.558159828186rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiBQsKwyfikRQvla5DCDZ6NT0fxxNST3 { width:17.5rem;height:2.5rem;top:26.767579555511rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #edJgScsQCtdcWtouThFelqZ8grTLoHiy { display:block; }
 }@media only screen and (max-width: 763px) { #TSM9Q8LrfhSvGE4wt7A107lSJlyhvvtc { width:15.625rem;height:28.125rem;top:64.874132156375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Myb7n8BDSkxdWzlTbEqFIC2g1EkBOQ { width:3.9375rem;height:3.9375rem;top:63.561203002931rem;left:8.0305996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgivuxZbaTwiXsm5bG3ozGXQ0SstgbZ4 { width:10rem;height:10rem;top:68.249132156375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1hnRArpAX7thOE35XOqnIdTpJs0bbww { width:12.5rem;height:4.6701375rem;top:79.561632156375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6o3zFUiRN7brADpGXPTV4k1veglBPHI { width:17.5rem;height:2.5rem;top:89.748268127444rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4m6HFgawydsAH61SPsEx6SwyyOJANIP { display:block; }
 }@media only screen and (max-width: 763px) { #NvSJJgiFWEReVmtpUaef9BNih67J1M2e { width:10.75rem;height:17.275735825495rem;top:75.793176174162rem;left:9.2491322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED0XIsIBIkfFQS4BNVBwpRGTkKhVzgDD { width:13.5623125rem;height:1.2999125rem;top:24.12867630925rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Ai2HyxMelLE1OblWBO5uZPatyifMoT { width:13.5623125rem;height:1.2999125rem;top:56.177304267883rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9tlGPrptOPJTgSi0KsFhUDrODCCdEgT { width:13.5623125rem;height:1.2999125rem;top:85.538196563719rem;left:3.2183161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql { display:block; }#TktMD1kAzVyb5Z5yCU7LddUZ5ATdAGql > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CniqHuVDJTLuwkhztws4ZNNEtCbe6gzO { width:20rem;height:4.87413125rem;top:0.74761199951175rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t.adaptive-delivery-prevent-bg, #uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t.lazyload, #uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t.lazyloading { background-image: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container { background-color: transparent; background-image: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container > .video-iframe-container { display: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row > .video-iframe-container { display: none; }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .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); }#uD8gqTS3DVqdLLZSG83vRv1uMRIwLc4t > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWwqJtT7VLTftqc5GiMo0sQkK7rrtCBT { width:15.625rem;height:28.125rem;top:33.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf5dV5sx7PetTERmEurRp5eKa4nTCneJ { width:10.125rem;height:10.125rem;top:37.1875rem;left:4.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #irTK4icUauqT6aTPHk043myCynJAhNr1 { width:4rem;height:4rem;top:31.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uefoBQJvCoX2oKdcsuA7VAICgZfACh7S { width:12.5rem;height:5.837675rem;top:49.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPLutV7LdySLCaOT55CHI3ufDQaHevX { width:17.5rem;height:2.5rem;top:58.204212188721rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0gN8VI28WBGn9yawKZo1uS4IaUo46bu { display:block; }
 }@media only screen and (max-width: 763px) { #UAnmvZyeKpE7QadGpVraPQDUrvUECqPa { width:15.625rem;height:28.125rem;top:1.8098959922791rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtcDxQ6Ao7gzwGdVFNOAtKZcq4ZFtugT { width:10.0625rem;height:10.0625rem;top:5.5620670318604rem;left:4.9370661377907rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #fdqXIu053aPT00tMi2VKUE97tsqIm91r { width:3.99956875rem;height:3.99956875rem;top:0.62391471862793rem;left:7.9991322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwogpZJrCfb0SK2P0ml43TdSEyrFauVn { width:12.5rem;height:4.6701375rem;top:16.558159828186rem;left:3.7500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATWUuCTQpFshc0JCOzJUDesLTL5lyfTE { width:17.5rem;height:2.5rem;top:26.767579555511rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT5psWafnVZ7bhbWWWI49P9ypX01asbm { display:block; }
 }@media only screen and (max-width: 763px) { #L7uWy4GScm7Tw9M57bPiUaVOi527emdM { width:15.625rem;height:28.125rem;top:64.874132156375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbJtZOw1SscNEfdgxhgs4mhlybvVbhiw { width:3.9375rem;height:3.9375rem;top:63.561203002931rem;left:8.0305996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRzMbmhL9E2W35MqdLgnuXqFCobmBqhr { width:10rem;height:10rem;top:68.249132156375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wasTHguD65TcGl8WoEmIU0ycmgCa3FHp { width:12.5rem;height:5.837675rem;top:79.561632156375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csVz3VTkA7B8KHJ27gJs8x7p07IMuodU { width:17.5rem;height:2.5rem;top:89.748268127444rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGXl5KiszEJ3a4ALmtCef7UThWab7Lnr { display:block; }
 }@media only screen and (max-width: 763px) { #XXGLGEgL8pey5q0kTiqpzKKETzz8TwhF { width:10.75rem;height:17.275735825495rem;top:75.792088508606rem;left:9.2491322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhtpNxE12MaRcs07bmT20C4lEfWslkar { width:13.5623125rem;height:1.62435rem;top:87.377380371094rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC4JRkZxsdMGedgeVoI09rvmio1tDwFJ { width:13.5623125rem;height:1.62435rem;top:56.185983657837rem;left:3.2183161377907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNPr9ysF1QNJSFzVkiK2ROkn4ubnrTgz { width:13.5623125rem;height:1.7068125rem;top:23.426658630371rem;left:3.2183161377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Ca4O6lTu5KOrTqApLz94waat6nW5fa { display:none; }#S0Ca4O6lTu5KOrTqApLz94waat6nW5fa > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UK27Mwlf4smwkWiu7RECSBLMtAaCpnyb { width:20rem;height:1.72634375rem;top:0.49913024902344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo { display:none; }#IsSNrr4FnaBBzD6g0k5Bl1gMqwq2oUQo > .row .container { width:20rem;height:2.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hEf03egXhLBm50WfQPnrxcUo7zVTnXSR { width:20rem;height:1.68728125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs { display:block; }#T1Q0K5givBBJTUsWmibBf1eNK8iWxSTs > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTmQtG5tprK829mzltqgL8O8bvKHitCe { width:20rem;height:4.87413125rem;top:0.74761199951175rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }