.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { background-color:#87123b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:54.9375rem;display:block; }
#W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:9.6875rem;top:0.59375rem;left:6.125rem;overflow:hidden;display:block; }
#unIB4gtCoLx0rNxKwar847oaWDk7lHUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container { background-color: transparent; background-image: none; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container > .video-iframe-container { display: none; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row > .video-iframe-container { display: none; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .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); }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container { border-width: 0; border-radius: 0; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/db2034e8-7f82-439e-95ab-f6ed92059253/055de858750a11eaabef0697e5ca793e_9ba1816b12cdf75f37f9e8a3cf394550d3edc058_MUABannerFlipped.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.8500003814697rem;left:5.5rem;height:10.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9CmsPmZZGuKfz2n9PKhk5KDqzqbm4P5 { box-sizing:content-box;height:69.8125rem;width:30rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:23.875rem;left:5.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem #87123b ;display:block; }
#ySWcTUTa9DnU8oxVaCWkMJBgzNQfQpHp { color:#861f41;display:block;width:30.0625rem;position:absolute;font-family:atlantique-miami;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.3125rem;left:5.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gP78NsouchyTaFJ1TkmpI85CDxubSr4u { position:absolute;display:block;z-index:15003;height:57.4375rem;width:28.1875rem;top:28.875rem;left:6.6875rem;display:block; }
#R2x1FieNDrbTN43B4QBZwcWlxhc9PDsW { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.25rem;left:5.5rem;height:1.75rem;display:block; }
#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { position:relative;display:block; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { background-color: transparent; background-image: none; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container > .video-iframe-container { display: none; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row > .video-iframe-container { display: none; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .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); }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { border-width: 0; border-radius: 0; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .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:56.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ITEWAHUZ3IG7odvHbHfONfdX7dGKI2tX { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:38.5625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Owyes3XGwbanxoi6cakwFy38ay6M1qNR { color:#000000;display:block;width:34.25rem;position:absolute;font-family:atlantique-miami;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:38.5625rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ehIDKeA4GhtGiUGllaBFPQJaMJ85Lwo8 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15002;background-color:#861f41;background-image:none;top:12.1875rem;left:54.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HqSHWesnBKxgOrAFq4WlazIq8z7vn9P9 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15003;background-color:#861f41;background-image:none;top:12.1875rem;left:37.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sIvsqcgsF3GybzDp4LiGFCMQIV1pW69p { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15004;background-color:#861f41;background-image:none;top:25.6875rem;left:37.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aTOXNF4T5pfly5etwNT8y2SIipW9XTS8 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15005;background-color:#861f41;background-image:none;top:25.6875rem;left:54.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bw5mQD1aZiAO0fAoNDh1gBfU7yh5D1VJ { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.893749237061rem;left:37.96875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#biAqORwSDnprNKtGTONVtCrcE0ngWbOC { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.893749237061rem;left:54.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ApZuOoz2wiC4iweTP0vkcvWMpXtmn8J7 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.72500038147rem;left:38.84375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WBlTLGmJmPuZqZgicsfiEZfsHxcgh9Qy { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:atlantique-miami;font-size:3.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.8125rem;left:54.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGN3rFkgQVGdvutUyDX4kzuRsCrkwOyJ { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.63125038147rem;left:66.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cl23AtiEy4aVQ1IFu3Zkt3zbuLT1b7Co { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:38.5rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7IROrV1HoddWz1OwGAwRypal8U4Kss9 { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.43124961853rem;left:48.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#xFUQSTQGxoEMuV4bZr8G2XggPRpMI6WJ { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.956249237061rem;left:56.0625rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fCMZNXtUEsTd0Jhd5CB2Rii16uDTk1wJ { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:40rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wZbIl614T32ASn2gy5AWtI3LnfGBzC6G { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.13125038147rem;left:54.75rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1J8ZbvrrQgBfTBo7CUaE0uHBRTVmn6Z { color:#9c9c9c;display:block;width:64.25rem;position:absolute;font-family:"source sans pro";font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:46.9375rem;left:5.375rem;height:7rem;display:block; }
#rXy9SLTZ3bZWGEXTCLQVNwg64oQXqMLE { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.43124961853rem;left:67.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { background-color: transparent; background-image: none; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container > .video-iframe-container { display: none; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row > .video-iframe-container { display: none; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .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); }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { border-width: 0; border-radius: 0; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#fV09FVX0raMgC23D75GiqcKPsFtQNkKK { color:#861f41;display:block;width:64.25rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:5.375rem;height:7.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EE4P7LZtIiKi2G5FmEXCcz7GrP5J2By1 { color:#000000;display:block;width:64.25rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.25rem;left:5.375rem;height:8.4375rem;display:block; }
#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { background-color: transparent; background-image: none; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container > .video-iframe-container { display: none; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row > .video-iframe-container { display: none; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .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); }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { border-width: 0; border-radius: 0; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#RSzk0nrINOkdnAEb3HocyXO9xBlluFxC { position:absolute;display:block;z-index:15000;height:6.0625rem;width:35.8125rem;top:0rem;left:19.8125rem;display:block; }
#fAhrw105vi4A9qTZZ6R4QqSMarVMz4zA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.9375rem;left:56.03125rem;overflow:hidden;display:block; }
#ciWubIKFT17trGgCkGxFbz2qW1yfZ8c2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:1.9375rem;left:16.78125rem;overflow:hidden;display:block; }
#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { background-color: transparent; background-image: none; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container > .video-iframe-container { display: none; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row > .video-iframe-container { display: none; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .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); }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { border-width: 0; border-radius: 0; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#RUbUHR1TAuwW1UraahTcvuTmcOCm16Xk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#c4c4c4;background-image:none;top:1.5625rem;left:35.5rem;display:none; }
#g5Riy74oOPesHNLmwNztv0gl2pQWvO20 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#c4c4c4;background-image:none;top:1.5625rem;left:36.625rem;display:none; }
#btAJpkhNxsX6IDfa5MbIENVrBMDoc4Fw { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#c4c4c4;background-image:none;top:1.5625rem;left:37.75rem;display:none; }
#gdS3fO47DM8seXLOt3ZET9M9C3iAMGGK { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#c4c4c4;background-image:none;top:1.5625rem;left:38.875rem;display:none; }
#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { background-color: transparent; background-image: none; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container > .video-iframe-container { display: none; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row > .video-iframe-container { display: none; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .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); }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { border-width: 0; border-radius: 0; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#t5CV0hsbrTpP0fvoAfFIW4d7ZhAS2yES { color:#861f41;display:block;width:60rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:5.375rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTCPwiILQRlr4VsBAKxBdxsqn6ztqMU7 { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.0625rem;left:5.375rem;height:1.6875rem;display:block; }
#OnETwKWyKvhKgOONoadTK2J62VzrtmRf { color:#000000;display:block;width:64.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.4375rem;left:5.375rem;height:3.375rem;display:block; }
#PLQfHCrQCtP1J6daNEJq7LMATKxtsP2r { background-color:transparent;background-image:none;border-top:0.125rem solid #861f41;border-left:0.125rem solid #861f41;border-right:0.125rem solid #861f41;border-bottom:0.125rem solid #861f41;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#861f41;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.6875rem;left:5.375rem;display:block; }
#BeMqEvkqHWGTVwIDsWserQJPG286NFiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#861f41;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { background-color: transparent; background-image: none; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container > .video-iframe-container { display: none; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row > .video-iframe-container { display: none; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .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); }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { border-width: 0; border-radius: 0; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#dC89VkAbc5CcDPtVgO8OXDdUxH38a9lN { box-sizing:content-box;height:18.75rem;width:15.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:16.4375rem;left:5.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qRqWCRINRTNAakkHL4ygTqg7bprJKMrU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:17.125rem;left:5.375rem;overflow:hidden;display:block; }
#ITKivzcpgiMzcprTe53yOR2xdBXsz6zt { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8125rem;left:6.15625rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eu1NtsSOLXZcdKcLhQZhizAu8usQI8mn { box-sizing:content-box;height:18.75rem;width:15.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:16.4375rem;left:21.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hb5ZdffBXeocLIBxoTJS9xcvEad8ruTX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:17.15625rem;left:21.75rem;overflow:hidden;display:block; }
#VZB57kASuxSrJTTQIvFs17e3O1Da9r2O { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:22.59375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VMD1noob3UUqWXbWilXMTA8sUvIWALG5 { box-sizing:content-box;height:18.75rem;width:15.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:16.4375rem;left:38rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VZcyRIbbxQfdyq1x0T8ezkiExI0iuuQh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:17.21875rem;left:38.0625rem;overflow:hidden;display:block; }
#V2PfQefoWJGJ3SQotzKNvlDnSIw4rqAA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8125rem;left:39rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbX9cHKA3ZfElwxTkxOOB4hHveKIpg6H { box-sizing:content-box;height:18.75rem;width:15.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:16.4375rem;left:54.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PdXONrdm5FUtcNenZQUqptwb1vLphKPK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:17.40625rem;left:54.5625rem;overflow:hidden;display:block; }
#vtnCkQDPSRsKbfcFVB0H7zVzFbkVchx4 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.8125rem;left:55.5rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ursKD1dRObh2UGo5wyM96B1ATVOrg6RO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.375rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gyu8IaNSBwkwPPCJZAr27iqdO7eTEAgM { color:#ffffff;display:block;width:63.4375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.875rem;left:5.375rem;height:5.0625rem;display:block; }
#T8xwyLufqngZDtK9tVWTrBw8LQ56hqkz { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5rem;left:6.15625rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O0Upt9cuMeNRHwgZWAftrwsuIKQqsLm4 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:24.112499237061rem;left:22.5rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J9FlOJawGOmSpcZ5TPXbfRVdD8C31H1C { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:25.5rem;left:38.9375rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o4gxqItfOfW5qz6sRiyGUVNgMmDEzVUk { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:24.14999961853rem;left:55.5rem;height:9.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eIViBS5FKNTOsNTVVz8mcZB1cVsu9WzZ { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38.1875rem;left:24.375rem;display:block; }
#WfmXTiT2fKWlOdWTXQT66NX5pLfLqMkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUp5QD0TzgP9NygDAfpMssE31kcTW03x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { background-color: transparent; background-image: none; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container > .video-iframe-container { display: none; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row > .video-iframe-container { display: none; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .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); }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { border-width: 0; border-radius: 0; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#qaNr25xki5dJNo59lLiCCPwdH4rt2mwf { color:#861f41;display:block;width:27.8125rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:5.375rem;height:7.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crNq6JL0KrQxJG4JBQ0fCPqV33I5MtyG { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.875rem;left:5.34375rem;height:8.4375rem;display:block; }
#IFrhJA8tTIpuracl6tgpHFPZsymDAoFv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:36.8125rem;top:2.8125rem;left:35.125rem;overflow:hidden;display:block; }
#k3PIqgTth8Etlr2pPunJ7pTIlbEQbkK3 { color:#6e6e6e;display:block;width:49.9375rem;position:absolute;font-family:"source sans pro";font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.125rem;left:22.0625rem;height:4.375rem;text-align:right;text-align-last:right;display:block; }
#GUegpTdoAuKTbNGnrS2Hk9pWno72Uhxg { background-color:transparent;background-image:none;border-top:0.125rem solid #861f41;border-left:0.125rem solid #861f41;border-right:0.125rem solid #861f41;border-bottom:0.125rem solid #861f41;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#861f41;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.28125rem;left:5.375rem;display:block; }
#cy9Wb7SHxLQfz6NQJG4FTc4hXtaeTCRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHyKDTh1rEDKa2LXOBULIDVTLbJpTnsI { background-color:#861f41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:1.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.125rem;left:66.5625rem;display:block; }
#BSEc3rt17RFGN2lLQofRsSDaLX1KLByf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9e87e1c-99b6-496b-b243-03540fc38d8e/055de858750a11eaabef0697e5ca793e_40ed2a6ffc96a4adbdf00a21005d08fc87edc097_ctabanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP.adaptive-delivery-prevent-bg, #bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP.lazyload, #bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP.lazyloading { background-image: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container { background-color: transparent; background-image: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container > .video-iframe-container { display: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row > .video-iframe-container { display: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .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); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container { border-width: 0; border-radius: 0; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#b91SSh5cupfgzJ5O0TwWw4XEafvT9glV { color:#ffffff;display:block;width:66.3125rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:5.375rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1sRbxHlNKZpaTxyEZBFCUW9zsMeP1Qu { color:#ffffff;display:block;width:64.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.125rem;left:5.375rem;height:8.4375rem;display:block; }
#chSmWslCVgd8Lv1mUfwTtvMmTxIwe8z9 { color:#ffffff;display:block;width:64.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.4375rem;left:5.34375rem;height:3.375rem;display:block; }
#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { background-color: transparent; background-image: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container > .video-iframe-container { display: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row > .video-iframe-container { display: none; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .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); }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { border-width: 0; border-radius: 0; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#mIvilqJluDWCvMTVWHkbqudrds8I02lV { color:#861f41;display:block;width:59.625rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.375rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGiJS9vlte2Rd6I9W0INUJHfJtCnUV6T { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.125rem;left:5.375rem;height:1.6875rem;display:block; }
#PvPXGaoQ8P7aywpUGD8gTvLRmBshcUT5 { box-sizing:content-box;height:14.5625rem;width:18.125rem;position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;top:13.1875rem;left:5.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lIvtdi2MyKFLGQVmyuLdurux9if36ThT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:13.8125rem;left:6.3125rem;overflow:hidden;display:block; }
#RlehPsJmLUdZWinueal7gOvihKpMTfIc { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:6.3125rem;height:6.875rem;display:block; }
#DqFHiTgT55goKzXN2WHevdEu8C5WGzhu { box-sizing:content-box;height:14.5625rem;width:18.125rem;position:absolute;display:block;z-index:15006;background-color:#efefef;background-image:none;top:13.1875rem;left:28.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#o7Tl7453rvIzTDgMyOU59ghF92Tu8ucr { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.625rem;left:29.9375rem;height:6.875rem;display:block; }
#PZBp064vzHLk4hgSAbR4x8nN2hVXJPd8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:14.625rem;left:29.625rem;overflow:hidden;display:block; }
#DBDbVkNeqJ0AqCnWh9LNSBzfy8zCL7u8 { box-sizing:content-box;height:14.5625rem;width:18.125rem;position:absolute;display:block;z-index:15009;background-color:#efefef;background-image:none;top:13.1875rem;left:51.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#g9adRNl93JBrPRADUAOhunrIanOiXXf9 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.625rem;left:53rem;height:6.875rem;display:block; }
#IOJVxRE4Rev19iNfeqQ3WK57sPQ1lUzB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:14.625rem;left:52.6875rem;overflow:hidden;display:block; }
#EycRaL7wIiKmwmNTKH1b3l8auP8sTFTK { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:10.5rem;height:1.375rem;display:block; }
#QlUeNSz4Mv3mk7iQV50KC404qTAuCCOb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:31.25rem;left:10.5rem;height:1.0625rem;display:block; }
#JAM66dICUq7JXn8faLbnnPhxLOcAH4ET { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:31.25rem;left:33.4375rem;height:1.0625rem;display:block; }
#x4OaEi8qhC8PnDLETxhz252valfyU9bt { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.5625rem;left:33.4375rem;height:1.375rem;display:block; }
#T01cmVdW0IBA5ANTcCUsMM9QrmK8EqIJ { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:31.25rem;left:56.5rem;height:1.0625rem;display:block; }
#SngQr3ee4Hp2AOAHQFMrd9nzryeby58p { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:29.5625rem;left:56.5rem;height:1.375rem;display:block; }
#wlkfIvD1KltJtWbUrUXHJm8BSrBQRCvT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.125rem;left:5.9375rem;overflow:hidden;display:block; }
#cGqu7Q8KpVwuoE4bUJT6ErJNtHCn4Tkp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.128124237061rem;left:28.90625rem;overflow:hidden;display:block; }
#aemSMTG6vvWUTS81n5Vnn595Hssbw6cG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.125rem;left:52rem;overflow:hidden;display:block; }
#mVTQKvTr1kP2fRUKEP5RMBsDQcrMytol { background-color:transparent;background-image:none;border-top:0.125rem solid #861f41;border-left:0.125rem solid #861f41;border-right:0.125rem solid #861f41;border-bottom:0.125rem solid #861f41;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#861f41;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.0625rem;left:24.375rem;display:block; }
#AHniVBcXWXmeGQaq5BBqqMuKZUppRa8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { background-color: transparent; background-image: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container > .video-iframe-container { display: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row > .video-iframe-container { display: none; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .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); }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { border-width: 0; border-radius: 0; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#euTtXUw5B7r3VRBPBZ3Pu2ROTbuSqotE { color:#861f41;display:block;width:59.625rem;position:absolute;font-family:atlantique-miami;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:5.375rem;height:3.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AU3JsQQ2DKagcOddOACUo93IRV0lqUv0 { box-sizing:content-box;height:20.75rem;width:20rem;position:absolute;display:block;z-index:15003;background-color:#861f41;background-image:none;top:8.875rem;left:5.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sEZ4x2V3s1cowAnCTTXTLTOhkpekUmhc { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:14.5rem;left:6.96875rem;height:11.8125rem;display:block; }
#tRvpxJ3TFm7fmOu9yfZnHHxy6QdRcmIB { box-sizing:content-box;height:20.75rem;width:20rem;position:absolute;display:block;z-index:15006;background-color:#861f41;background-image:none;top:8.875rem;left:27.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BEHi395x3M1q3EtV2aGzWanSK0UyD8p9 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:14.5rem;left:29.25rem;height:10.125rem;display:block; }
#wa33KZtVJfyz4kASn0L1Z4ChE1sVRf6U { box-sizing:content-box;height:20.75rem;width:20rem;position:absolute;display:block;z-index:15009;background-color:#861f41;background-image:none;top:8.875rem;left:49.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#EOWifLKXLfsUvnOQUH9EnxhISIJ7W2Hs { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.5rem;left:51.375rem;height:11.8125rem;display:block; }
#XJNlrWNoBkc6eakuCi9StXuaKdC4cIy9 { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5625rem;left:7rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#udT7bpTChSdMuIwt26IgB7bVOswSUdSO { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.5625rem;left:29.21875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8ZRiDnkyb4B1ymyaFtyFWT7Na8V7fLN { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.5625rem;left:51.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrgg1te9Wrn8ixgFhdEtK3mexI7AQ8Xm { box-sizing:content-box;height:0.125rem;width:16.5625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:13.25rem;left:7.09375rem;display:block; }
#TMxVhG4xRCSbRbbNv0qUGPToMfdcQfOe { box-sizing:content-box;height:0.125rem;width:16.5625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:13.25rem;left:29.21875rem;display:block; }
#cN6QIm2ZiR31OMmsMToBRV6PVe0UPC1e { box-sizing:content-box;height:0.125rem;width:16.5625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:13.25rem;left:51.34375rem;display:block; }
#RrZR00IrrXI6EZ05UywVOqVeAH0FHPfh { background-color:transparent;background-image:none;border-top:0.125rem solid #861f41;border-left:0.125rem solid #861f41;border-right:0.125rem solid #861f41;border-bottom:0.125rem solid #861f41;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#861f41;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.9375rem;left:24.375rem;display:block; }
#xivBa5EODzHnnL3nCNC3Q8tXlZGw6T2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#861f41;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { background-color: transparent; background-image: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { display: none; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .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); }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { border-width: 0; border-radius: 0; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#qKNOTFUFieg1NCxRa3s7PDFtXiH5E8KZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:12.0625rem;top:1.40625rem;left:5.375rem;overflow:hidden;display:block; }
#sg7sF3cUiTDJrca26HKN2x7NlMNgSXHa { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.125rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#Hn9iC2euCF2X9pM9KTv2A5shs1323BkP { background-color:#861f41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:55.7783203125rem;display:block; }
#wtRSzNgVRrXDcLJJ7fkSPPwRJUte9FF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { width:9.5rem;height:3.125rem;top:0.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block; }
 }@media only screen and (max-width: 1199px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:9.6875rem;height:3.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unIB4gtCoLx0rNxKwar847oaWDk7lHUf { display:block; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:28.5rem;height:7.5rem;top:4.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9CmsPmZZGuKfz2n9PKhk5KDqzqbm4P5 { width:26.75rem;height:72.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ySWcTUTa9DnU8oxVaCWkMJBgzNQfQpHp { width:23.375rem;height:2.4375rem;top:18.8125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gP78NsouchyTaFJ1TkmpI85CDxubSr4u { width:24.9375rem;height:57.4375rem;top:22.5625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2x1FieNDrbTN43B4QBZwcWlxhc9PDsW { width:23rem;height:1.625rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { display:block; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container { width:47.75rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ITEWAHUZ3IG7odvHbHfONfdX7dGKI2tX { width:20rem;height:1.25rem;top:2.9375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Owyes3XGwbanxoi6cakwFy38ay6M1qNR { width:20.125rem;height:2rem;top:4.7374992370606rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehIDKeA4GhtGiUGllaBFPQJaMJ85Lwo8 { width:9.8125rem;height:9.1875rem;top:7.75rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HqSHWesnBKxgOrAFq4WlazIq8z7vn9P9 { width:9.8125rem;height:9.1875rem;top:7.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIvsqcgsF3GybzDp4LiGFCMQIV1pW69p { width:9.8125rem;height:9.1875rem;top:17.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTOXNF4T5pfly5etwNT8y2SIipW9XTS8 { width:9.8125rem;height:9.1875rem;top:17.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bw5mQD1aZiAO0fAoNDh1gBfU7yh5D1VJ { width:9.8125rem;height:2.8125rem;top:9rem;left:27.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #biAqORwSDnprNKtGTONVtCrcE0ngWbOC { width:9.8125rem;height:2.8125rem;top:9rem;left:37.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ApZuOoz2wiC4iweTP0vkcvWMpXtmn8J7 { width:7.875rem;height:2.3125rem;top:22.5rem;left:28.78125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WBlTLGmJmPuZqZgicsfiEZfsHxcgh9Qy { width:9.8125rem;height:2.8125rem;top:19.71875rem;left:37.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DGN3rFkgQVGdvutUyDX4kzuRsCrkwOyJ { width:1.25rem;height:0.8125rem;top:23.793750762939rem;left:46.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cl23AtiEy4aVQ1IFu3Zkt3zbuLT1b7Co { width:7.9375rem;height:3rem;top:12.018749237061rem;left:28.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7IROrV1HoddWz1OwGAwRypal8U4Kss9 { width:8.125rem;height:0.8125rem;top:14.0625rem;left:29.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFUQSTQGxoEMuV4bZr8G2XggPRpMI6WJ { width:7.25rem;height:3rem;top:12.018749237061rem;left:39.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCMZNXtUEsTd0Jhd5CB2Rii16uDTk1wJ { width:8.375rem;height:2.25rem;top:20.0625rem;left:28.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZbIl614T32ASn2gy5AWtI3LnfGBzC6G { width:8.0625rem;height:2rem;top:22.80624961853rem;left:38.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1J8ZbvrrQgBfTBo7CUaE0uHBRTVmn6Z { width:20rem;height:16.625rem;top:28.331249237061rem;left:27.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXy9SLTZ3bZWGEXTCLQVNwg64oQXqMLE { width:1.4375rem;height:0.8125rem;top:14rem;left:43.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU { display:block; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fV09FVX0raMgC23D75GiqcKPsFtQNkKK { width:44.0625rem;height:5.75rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EE4P7LZtIiKi2G5FmEXCcz7GrP5J2By1 { width:44.0625rem;height:11.8125rem;top:11.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU { display:block; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RSzk0nrINOkdnAEb3HocyXO9xBlluFxC { width:31.6875rem;height:4.5rem;top:0rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAhrw105vi4A9qTZZ6R4QqSMarVMz4zA { width:2.25rem;height:2.25rem;top:1.875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ciWubIKFT17trGgCkGxFbz2qW1yfZ8c2 { width:2.25rem;height:2.25rem;top:1.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI { display:block; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RUbUHR1TAuwW1UraahTcvuTmcOCm16Xk { width:0.625rem;height:0.625rem;top:1.5625rem;left:21.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g5Riy74oOPesHNLmwNztv0gl2pQWvO20 { width:0.625rem;height:0.625rem;top:1.5625rem;left:23rem;display:none; }
 }@media only screen and (max-width: 1199px) { #btAJpkhNxsX6IDfa5MbIENVrBMDoc4Fw { width:0.625rem;height:0.625rem;top:1.5625rem;left:24.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gdS3fO47DM8seXLOt3ZET9M9C3iAMGGK { width:0.625rem;height:0.625rem;top:1.5625rem;left:25.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo { display:block; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t5CV0hsbrTpP0fvoAfFIW4d7ZhAS2yES { width:44.0625rem;height:2.875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTCPwiILQRlr4VsBAKxBdxsqn6ztqMU7 { width:44.0625rem;height:3.375rem;top:8.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnETwKWyKvhKgOONoadTK2J62VzrtmRf { width:44.0625rem;height:5.0625rem;top:12.0625rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLQfHCrQCtP1J6daNEJq7LMATKxtsP2r { width:26.25rem;height:3.4375rem;top:19.3125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeMqEvkqHWGTVwIDsWserQJPG286NFiy { display:block; }
 }@media only screen and (max-width: 1199px) { #G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { display:block; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { width:47.75rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dC89VkAbc5CcDPtVgO8OXDdUxH38a9lN { width:10.5625rem;height:22.1875rem;top:17.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qRqWCRINRTNAakkHL4ygTqg7bprJKMrU { width:3.9375rem;height:3.9375rem;top:17.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITKivzcpgiMzcprTe53yOR2xdBXsz6zt { width:8.9375rem;height:2.5rem;top:21.9375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eu1NtsSOLXZcdKcLhQZhizAu8usQI8mn { width:10.5625rem;height:22.1875rem;top:17.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hb5ZdffBXeocLIBxoTJS9xcvEad8ruTX { width:3.6875rem;height:3.6875rem;top:17.875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZB57kASuxSrJTTQIvFs17e3O1Da9r2O { width:7.4375rem;height:2.5rem;top:21.9375rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMD1noob3UUqWXbWilXMTA8sUvIWALG5 { width:10.5625rem;height:22.1875rem;top:17.1875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VZcyRIbbxQfdyq1x0T8ezkiExI0iuuQh { width:3.5625rem;height:3.5625rem;top:17.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V2PfQefoWJGJ3SQotzKNvlDnSIw4rqAA { width:9.4375rem;height:3.75rem;top:21.9375rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbX9cHKA3ZfElwxTkxOOB4hHveKIpg6H { width:10.5625rem;height:22.1875rem;top:17.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdXONrdm5FUtcNenZQUqptwb1vLphKPK { width:3.5rem;height:3.5rem;top:17.96875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtnCkQDPSRsKbfcFVB0H7zVzFbkVchx4 { width:7.1875rem;height:2.5rem;top:21.9375rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ursKD1dRObh2UGo5wyM96B1ATVOrg6RO { width:44.0625rem;height:2.875rem;top:3.2875003814698rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gyu8IaNSBwkwPPCJZAr27iqdO7eTEAgM { width:44.0625rem;height:6.75rem;top:7.8125rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8xwyLufqngZDtK9tVWTrBw8LQ56hqkz { width:9.0625rem;height:10.5rem;top:25.03750038147rem;left:2.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #O0Upt9cuMeNRHwgZWAftrwsuIKQqsLm4 { width:9.1875rem;height:9.1875rem;top:24.875rem;left:13.8125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #J9FlOJawGOmSpcZ5TPXbfRVdD8C31H1C { width:9.1875rem;height:7.875rem;top:26.34375rem;left:24.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #o4gxqItfOfW5qz6sRiyGUVNgMmDEzVUk { width:9.0625rem;height:13.125rem;top:24.96249961853rem;left:36.03125rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #eIViBS5FKNTOsNTVVz8mcZB1cVsu9WzZ { width:26.25rem;height:3.4375rem;top:41.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfmXTiT2fKWlOdWTXQT66NX5pLfLqMkx { display:block; }
 }@media only screen and (max-width: 1199px) { #GUp5QD0TzgP9NygDAfpMssE31kcTW03x { display:block; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { width:47.75rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qaNr25xki5dJNo59lLiCCPwdH4rt2mwf { width:44.0625rem;height:2.6875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crNq6JL0KrQxJG4JBQ0fCPqV33I5MtyG { width:19.625rem;height:8.25rem;top:8.6875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFrhJA8tTIpuracl6tgpHFPZsymDAoFv { width:23.1875rem;height:14.25rem;top:8.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3PIqgTth8Etlr2pPunJ7pTIlbEQbkK3 { width:44.0625rem;height:5.25rem;top:24.284374237061rem;left:1.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GUegpTdoAuKTbNGnrS2Hk9pWno72Uhxg { width:19.0625rem;height:3.4375rem;top:18.78125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cy9Wb7SHxLQfz6NQJG4FTc4hXtaeTCRk { display:block; }
 }@media only screen and (max-width: 1199px) { #CHyKDTh1rEDKa2LXOBULIDVTLbJpTnsI { width:5.4375rem;height:1.4375rem;top:28.1591796875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BSEc3rt17RFGN2lLQofRsSDaLX1KLByf { display:block; }
 }@media only screen and (max-width: 1199px) { #bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP { display:block; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container { width:47.75rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b91SSh5cupfgzJ5O0TwWw4XEafvT9glV { width:44.0625rem;height:5.75rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1sRbxHlNKZpaTxyEZBFCUW9zsMeP1Qu { width:44.0625rem;height:11.8125rem;top:11.6875rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chSmWslCVgd8Lv1mUfwTtvMmTxIwe8z9 { width:44.0625rem;height:5.0625rem;top:24.6875rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM { display:block; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { width:47.75rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mIvilqJluDWCvMTVWHkbqudrds8I02lV { width:44.0625rem;height:2.875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGiJS9vlte2Rd6I9W0INUJHfJtCnUV6T { width:44.0625rem;height:3.375rem;top:8.375rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvPXGaoQ8P7aywpUGD8gTvLRmBshcUT5 { width:14.25rem;height:13.4375rem;top:14.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:3.1875rem;height:3.1875rem;top:15.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:12.0625rem;height:7.125rem;top:18.5625rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqFHiTgT55goKzXN2WHevdEu8C5WGzhu { width:14.25rem;height:13.4375rem;top:14.1875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7Tl7453rvIzTDgMyOU59ghF92Tu8ucr { width:12.1875rem;height:7.125rem;top:18.5625rem;left:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZBp064vzHLk4hgSAbR4x8nN2hVXJPd8 { width:3.1875rem;height:3.1875rem;top:15.5625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBDbVkNeqJ0AqCnWh9LNSBzfy8zCL7u8 { width:14.25rem;height:13.4375rem;top:14.1875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9adRNl93JBrPRADUAOhunrIanOiXXf9 { width:12.3125rem;height:7.125rem;top:18.625rem;left:32.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOJVxRE4Rev19iNfeqQ3WK57sPQ1lUzB { width:3.1875rem;height:3.1875rem;top:15.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EycRaL7wIiKmwmNTKH1b3l8auP8sTFTK { width:7.875rem;height:1.25rem;top:29.1875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QlUeNSz4Mv3mk7iQV50KC404qTAuCCOb { width:9rem;height:1.75rem;top:30.625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JAM66dICUq7JXn8faLbnnPhxLOcAH4ET { width:9.4375rem;height:1.75rem;top:30.625rem;left:20.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4OaEi8qhC8PnDLETxhz252valfyU9bt { width:8.9375rem;height:1.25rem;top:29.1875rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T01cmVdW0IBA5ANTcCUsMM9QrmK8EqIJ { width:8.6875rem;height:1.75rem;top:30.625rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SngQr3ee4Hp2AOAHQFMrd9nzryeby58p { width:9.6875rem;height:1.25rem;top:29.1875rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlkfIvD1KltJtWbUrUXHJm8BSrBQRCvT { width:3.625rem;height:3.625rem;top:28.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGqu7Q8KpVwuoE4bUJT6ErJNtHCn4Tkp { width:3.625rem;height:3.625rem;top:28.875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aemSMTG6vvWUTS81n5Vnn595Hssbw6cG { width:3.625rem;height:3.625rem;top:28.875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVTQKvTr1kP2fRUKEP5RMBsDQcrMytol { width:26.25rem;height:3.4375rem;top:34.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHniVBcXWXmeGQaq5BBqqMuKZUppRa8n { display:block; }
 }@media only screen and (max-width: 1199px) { #EsfuWJz74s0thMt1QFONi0leGJ4AgwlR { display:block; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #euTtXUw5B7r3VRBPBZ3Pu2ROTbuSqotE { width:44.0625rem;height:2.875rem;top:3.625rem;left:1.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AU3JsQQ2DKagcOddOACUo93IRV0lqUv0 { width:14.25rem;height:22.6875rem;top:9.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEZ4x2V3s1cowAnCTTXTLTOhkpekUmhc { width:11.375rem;height:13.75rem;top:16.375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRvpxJ3TFm7fmOu9yfZnHHxy6QdRcmIB { width:14.25rem;height:22.6875rem;top:9.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEHi395x3M1q3EtV2aGzWanSK0UyD8p9 { width:11.375rem;height:11rem;top:16.375rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wa33KZtVJfyz4kASn0L1Z4ChE1sVRf6U { width:14.25rem;height:22.6875rem;top:9.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOWifLKXLfsUvnOQUH9EnxhISIJ7W2Hs { width:11.875rem;height:11rem;top:16.34375rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJNlrWNoBkc6eakuCi9StXuaKdC4cIy9 { width:11.375rem;height:3.5rem;top:11.125rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udT7bpTChSdMuIwt26IgB7bVOswSUdSO { width:11.375rem;height:3.5rem;top:11.125rem;left:18.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8ZRiDnkyb4B1ymyaFtyFWT7Na8V7fLN { width:11.375rem;height:3.5rem;top:11.125rem;left:32.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrgg1te9Wrn8ixgFhdEtK3mexI7AQ8Xm { width:11.375rem;height:0.125rem;top:15.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMxVhG4xRCSbRbbNv0qUGPToMfdcQfOe { width:11.375rem;height:0.125rem;top:15.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN6QIm2ZiR31OMmsMToBRV6PVe0UPC1e { width:11.375rem;height:0.125rem;top:15.4375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrZR00IrrXI6EZ05UywVOqVeAH0FHPfh { width:26.25rem;height:3.4375rem;top:34.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xivBa5EODzHnnL3nCNC3Q8tXlZGw6T2W { display:block; }
 }@media only screen and (max-width: 1199px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qKNOTFUFieg1NCxRa3s7PDFtXiH5E8KZ { width:12.0625rem;height:4.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sg7sF3cUiTDJrca26HKN2x7NlMNgSXHa { width:32.5rem;height:0.875rem;top:4.1875rem;left:14.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hn9iC2euCF2X9pM9KTv2A5shs1323BkP { width:11.8125rem;height:2.8125rem;top:1.375rem;left:35.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wtRSzNgVRrXDcLJJ7fkSPPwRJUte9FF8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgcToBFQHwHdizlpJPvhSORUqgg0C2tS { width:5.0625rem;height:2.625rem;top:1.03125rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ABHhMJZKGtBA9euauahZLE4JLaRi2x { display:block; }
 }@media only screen and (max-width: 763px) { #yCqsTEDdkmSNFK9MTOwAccxW68QTJlSR { width:8.75rem;height:3.5rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unIB4gtCoLx0rNxKwar847oaWDk7lHUf { display:block; }#unIB4gtCoLx0rNxKwar847oaWDk7lHUf > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:#861f41;background-image:none;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:18.9375rem;height:13.75rem;top:4.6489582061767rem;left:0.53125rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9CmsPmZZGuKfz2n9PKhk5KDqzqbm4P5 { width:19.875rem;height:74.375rem;top:22.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWcTUTa9DnU8oxVaCWkMJBgzNQfQpHp { width:20rem;height:2.0625rem;top:23.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP78NsouchyTaFJ1TkmpI85CDxubSr4u { width:18.0625rem;height:51.8125rem;top:27.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2x1FieNDrbTN43B4QBZwcWlxhc9PDsW { width:20rem;height:1.5rem;top:19.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CObHa7qyU34CefbGSdTt1WkS7DrIFH3l { display:block; }#CObHa7qyU34CefbGSdTt1WkS7DrIFH3l > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITEWAHUZ3IG7odvHbHfONfdX7dGKI2tX { width:20rem;height:1.25rem;top:1.7625007629394rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Owyes3XGwbanxoi6cakwFy38ay6M1qNR { width:20rem;height:2rem;top:3.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehIDKeA4GhtGiUGllaBFPQJaMJ85Lwo8 { width:9.375rem;height:7.5rem;top:7.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSHWesnBKxgOrAFq4WlazIq8z7vn9P9 { width:9.375rem;height:7.5rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIvsqcgsF3GybzDp4LiGFCMQIV1pW69p { width:9.375rem;height:7.5rem;top:15.923957824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOXNF4T5pfly5etwNT8y2SIipW9XTS8 { width:9.375rem;height:7.5rem;top:15.923957824707rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw5mQD1aZiAO0fAoNDh1gBfU7yh5D1VJ { width:9.375rem;height:2.4375rem;top:8.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biAqORwSDnprNKtGTONVtCrcE0ngWbOC { width:9.375rem;height:2.5625rem;top:8.4812507629394rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApZuOoz2wiC4iweTP0vkcvWMpXtmn8J7 { width:9.375rem;height:2.4375rem;top:19.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBlTLGmJmPuZqZgicsfiEZfsHxcgh9Qy { width:9.375rem;height:2.4375rem;top:20.25rem;left:10.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGN3rFkgQVGdvutUyDX4kzuRsCrkwOyJ { width:2.5rem;height:0.8125rem;top:18.61562538147rem;left:15.65625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl23AtiEy4aVQ1IFu3Zkt3zbuLT1b7Co { width:6.8125rem;height:3rem;top:10.5625rem;left:1.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7IROrV1HoddWz1OwGAwRypal8U4Kss9 { width:1.5rem;height:0.8125rem;top:12.59375rem;left:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFUQSTQGxoEMuV4bZr8G2XggPRpMI6WJ { width:9.375rem;height:2rem;top:11.090625762939rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCMZNXtUEsTd0Jhd5CB2Rii16uDTk1wJ { width:6.75rem;height:2rem;top:17.375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZbIl614T32ASn2gy5AWtI3LnfGBzC6G { width:6.5625rem;height:3rem;top:16.643749237061rem;left:12.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1J8ZbvrrQgBfTBo7CUaE0uHBRTVmn6Z { width:20rem;height:16.625rem;top:24.8125rem;left:0rem;font-size:0.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rXy9SLTZ3bZWGEXTCLQVNwg64oQXqMLE { width:1.6875rem;height:0.8125rem;top:11.990623474121rem;left:17.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU { display:block; }#qMhmrHKI92BgKL8v7b2bFTksLPbgK0aU > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV09FVX0raMgC23D75GiqcKPsFtQNkKK { width:19.1875rem;height:11.25rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE4P7LZtIiKi2G5FmEXCcz7GrP5J2By1 { width:20rem;height:23.625rem;top:14.622917175293rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU { display:block; }#AHq9tVek7KZv9MuyTE41BAar6Sp7mTnU > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSzk0nrINOkdnAEb3HocyXO9xBlluFxC { width:16.0625rem;height:4.875rem;top:0.8125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAhrw105vi4A9qTZZ6R4QqSMarVMz4zA { width:1.875rem;height:1.875rem;top:1.0625rem;left:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciWubIKFT17trGgCkGxFbz2qW1yfZ8c2 { width:1.875rem;height:1.875rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI { display:block; }#LEbO7cv2Z1T8REhmkw7VxDSKpSOxuebI > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUbUHR1TAuwW1UraahTcvuTmcOCm16Xk { width:0.625rem;height:0.625rem;top:0.625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5Riy74oOPesHNLmwNztv0gl2pQWvO20 { width:0.625rem;height:0.625rem;top:0.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #btAJpkhNxsX6IDfa5MbIENVrBMDoc4Fw { width:0.625rem;height:0.625rem;top:0.625rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdS3fO47DM8seXLOt3ZET9M9C3iAMGGK { width:0.625rem;height:0.625rem;top:0.625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo { display:block; }#DxuJoT5cfc6sKGsRMWn2T51oP7srIxAo > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5CV0hsbrTpP0fvoAfFIW4d7ZhAS2yES { width:19.3125rem;height:5.625rem;top:3.064453125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTCPwiILQRlr4VsBAKxBdxsqn6ztqMU7 { width:20rem;height:5.0625rem;top:10.0625rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OnETwKWyKvhKgOONoadTK2J62VzrtmRf { width:20rem;height:11.8125rem;top:16.125rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PLQfHCrQCtP1J6daNEJq7LMATKxtsP2r { width:16.875rem;height:3.4375rem;top:30.25rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMqEvkqHWGTVwIDsWserQJPG286NFiy { display:block; }
 }@media only screen and (max-width: 763px) { #G2QmVLPmUJFMy49kHtxULD2EoOJS4xks { display:block; }#G2QmVLPmUJFMy49kHtxULD2EoOJS4xks > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC89VkAbc5CcDPtVgO8OXDdUxH38a9lN { width:20rem;height:14.125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRqWCRINRTNAakkHL4ygTqg7bprJKMrU { width:4.5625rem;height:4.5625rem;top:27.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKivzcpgiMzcprTe53yOR2xdBXsz6zt { width:18.5625rem;height:1.25rem;top:32.625rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1NtsSOLXZcdKcLhQZhizAu8usQI8mn { width:20rem;height:13.6875rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb5ZdffBXeocLIBxoTJS9xcvEad8ruTX { width:4.625rem;height:4.625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZB57kASuxSrJTTQIvFs17e3O1Da9r2O { width:18.4375rem;height:1.25rem;top:47.9375rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMD1noob3UUqWXbWilXMTA8sUvIWALG5 { width:20rem;height:12.4375rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZcyRIbbxQfdyq1x0T8ezkiExI0iuuQh { width:4.6875rem;height:4.6875rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2PfQefoWJGJ3SQotzKNvlDnSIw4rqAA { width:18.9375rem;height:1.25rem;top:62.8125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbX9cHKA3ZfElwxTkxOOB4hHveKIpg6H { width:20rem;height:15.25rem;top:71.6875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PdXONrdm5FUtcNenZQUqptwb1vLphKPK { width:4.1875rem;height:4.1875rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnCkQDPSRsKbfcFVB0H7zVzFbkVchx4 { width:18.875rem;height:1.25rem;top:76.75rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ursKD1dRObh2UGo5wyM96B1ATVOrg6RO { width:20rem;height:5.625rem;top:3.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyu8IaNSBwkwPPCJZAr27iqdO7eTEAgM { width:20rem;height:15.1875rem;top:10.0625rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T8xwyLufqngZDtK9tVWTrBw8LQ56hqkz { width:18.375rem;height:5.5rem;top:34.39999961853rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O0Upt9cuMeNRHwgZWAftrwsuIKQqsLm4 { width:18.625rem;height:5.5rem;top:49.52499961853rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J9FlOJawGOmSpcZ5TPXbfRVdD8C31H1C { width:18.5rem;height:4.125rem;top:64.668750762938rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o4gxqItfOfW5qz6sRiyGUVNgMmDEzVUk { width:18.875rem;height:6.875rem;top:78.424999237062rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eIViBS5FKNTOsNTVVz8mcZB1cVsu9WzZ { width:20rem;height:2.9375rem;top:89.462499618531rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WfmXTiT2fKWlOdWTXQT66NX5pLfLqMkx { display:block; }
 }@media only screen and (max-width: 763px) { #GUp5QD0TzgP9NygDAfpMssE31kcTW03x { display:block; }#GUp5QD0TzgP9NygDAfpMssE31kcTW03x > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaNr25xki5dJNo59lLiCCPwdH4rt2mwf { width:20rem;height:5.25rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crNq6JL0KrQxJG4JBQ0fCPqV33I5MtyG { width:20rem;height:11.8125rem;top:9.2979164123538rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IFrhJA8tTIpuracl6tgpHFPZsymDAoFv { width:20rem;height:12.25rem;top:22.297916412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PIqgTth8Etlr2pPunJ7pTIlbEQbkK3 { width:19.4375rem;height:7.875rem;top:35.791666984558rem;left:0.28125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUegpTdoAuKTbNGnrS2Hk9pWno72Uhxg { width:18.875rem;height:3.375rem;top:45.710416793823rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy9Wb7SHxLQfz6NQJG4FTc4hXtaeTCRk { display:block; }
 }@media only screen and (max-width: 763px) { #CHyKDTh1rEDKa2LXOBULIDVTLbJpTnsI { width:3.4375rem;height:1.1875rem;top:41.7099609375rem;left:15.1044921875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSEc3rt17RFGN2lLQofRsSDaLX1KLByf { display:block; }
 }@media only screen and (max-width: 763px) { #bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9e87e1c-99b6-496b-b243-03540fc38d8e/055de858750a11eaabef0697e5ca793e_40ed2a6ffc96a4adbdf00a21005d08fc87edc097_ctabanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP.adaptive-delivery-prevent-bg, #bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP.lazyload, #bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP.lazyloading { background-image: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container { background-color: transparent; background-image: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container > .video-iframe-container { display: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row > .video-iframe-container { display: none; }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .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); }#bvMVyvqcs5R8Kr9wTBhoziBU4l3TRTNP > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b91SSh5cupfgzJ5O0TwWw4XEafvT9glV { width:20rem;height:8.4375rem;top:3rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1sRbxHlNKZpaTxyEZBFCUW9zsMeP1Qu { width:20rem;height:23.625rem;top:12.523958206177rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #chSmWslCVgd8Lv1mUfwTtvMmTxIwe8z9 { width:20rem;height:10.125rem;top:37.21249961853rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM { display:block; }#wRe4c3bEwftCxKlqeD3H2V0O0oDSZiWM > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIvilqJluDWCvMTVWHkbqudrds8I02lV { width:20rem;height:5.625rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiJS9vlte2Rd6I9W0INUJHfJtCnUV6T { width:20rem;height:5.0625rem;top:9.4614582061769rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PvPXGaoQ8P7aywpUGD8gTvLRmBshcUT5 { width:20rem;height:10.375rem;top:16.586458206177rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:2.875rem;height:2.875rem;top:17.25rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:18.1875rem;height:0;top:20.3125rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqFHiTgT55goKzXN2WHevdEu8C5WGzhu { width:20rem;height:10.375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Tl7453rvIzTDgMyOU59ghF92Tu8ucr { width:18.5625rem;height:5rem;top:20rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZBp064vzHLk4hgSAbR4x8nN2hVXJPd8 { width:2.875rem;height:2.875rem;top:16.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDbVkNeqJ0AqCnWh9LNSBzfy8zCL7u8 { width:20rem;height:10.25rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9adRNl93JBrPRADUAOhunrIanOiXXf9 { width:18.625rem;height:5rem;top:36.825000762939rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOJVxRE4Rev19iNfeqQ3WK57sPQ1lUzB { width:2.875rem;height:2.875rem;top:33.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EycRaL7wIiKmwmNTKH1b3l8auP8sTFTK { width:11rem;height:0;top:39.25rem;left:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlUeNSz4Mv3mk7iQV50KC404qTAuCCOb { width:11.875rem;height:0;top:40.6875rem;left:5.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAM66dICUq7JXn8faLbnnPhxLOcAH4ET { width:13.125rem;height:0.875rem;top:29.6875rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4OaEi8qhC8PnDLETxhz252valfyU9bt { width:10.6875rem;height:1.25rem;top:27.9375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01cmVdW0IBA5ANTcCUsMM9QrmK8EqIJ { width:13.1875rem;height:0.875rem;top:46.6875rem;left:5.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SngQr3ee4Hp2AOAHQFMrd9nzryeby58p { width:11.5625rem;height:1.25rem;top:44.875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlkfIvD1KltJtWbUrUXHJm8BSrBQRCvT { width:3.625rem;height:3.625rem;top:79.672927856444rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGqu7Q8KpVwuoE4bUJT6ErJNtHCn4Tkp { width:3.625rem;height:3.625rem;top:27.485416412354rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aemSMTG6vvWUTS81n5Vnn595Hssbw6cG { width:3.625rem;height:3.625rem;top:44.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVTQKvTr1kP2fRUKEP5RMBsDQcrMytol { width:20rem;height:3.3125rem;top:50.172916412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHniVBcXWXmeGQaq5BBqqMuKZUppRa8n { display:block; }
 }@media only screen and (max-width: 763px) { #EsfuWJz74s0thMt1QFONi0leGJ4AgwlR { display:block; }#EsfuWJz74s0thMt1QFONi0leGJ4AgwlR > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euTtXUw5B7r3VRBPBZ3Pu2ROTbuSqotE { width:18.625rem;height:8.4375rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3JsQQ2DKagcOddOACUo93IRV0lqUv0 { width:18.75rem;height:22.3125rem;top:9.875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEZ4x2V3s1cowAnCTTXTLTOhkpekUmhc { width:16.25rem;height:0;top:14.3125rem;left:1.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRvpxJ3TFm7fmOu9yfZnHHxy6QdRcmIB { width:20rem;height:18rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEHi395x3M1q3EtV2aGzWanSK0UyD8p9 { width:16.125rem;height:10.9375rem;top:18.5625rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa33KZtVJfyz4kASn0L1Z4ChE1sVRf6U { width:18.75rem;height:22.3125rem;top:52.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOWifLKXLfsUvnOQUH9EnxhISIJ7W2Hs { width:16.5rem;height:0;top:56.9375rem;left:1.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJNlrWNoBkc6eakuCi9StXuaKdC4cIy9 { width:15.6875rem;height:0;top:11.5625rem;left:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #udT7bpTChSdMuIwt26IgB7bVOswSUdSO { width:18.75rem;height:1.625rem;top:15.125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8ZRiDnkyb4B1ymyaFtyFWT7Na8V7fLN { width:15.6875rem;height:0;top:54.1875rem;left:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrgg1te9Wrn8ixgFhdEtK3mexI7AQ8Xm { width:15.625rem;height:0.0625rem;top:13.4375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMxVhG4xRCSbRbbNv0qUGPToMfdcQfOe { width:15.625rem;height:0.125rem;top:17.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6QIm2ZiR31OMmsMToBRV6PVe0UPC1e { width:15.625rem;height:0.0625rem;top:56rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrZR00IrrXI6EZ05UywVOqVeAH0FHPfh { width:18.4375rem;height:3.4375rem;top:33.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivBa5EODzHnnL3nCNC3Q8tXlZGw6T2W { display:block; }
 }@media only screen and (max-width: 763px) { #wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 { display:block; }#wDTB2CB19ssZmSSPrFoXwVZZV551p2w5 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKNOTFUFieg1NCxRa3s7PDFtXiH5E8KZ { width:7.125rem;height:2.8125rem;top:1.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7sF3cUiTDJrca26HKN2x7NlMNgSXHa { width:20rem;height:0.875rem;top:7.1875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hn9iC2euCF2X9pM9KTv2A5shs1323BkP { width:14.75rem;height:2.8125rem;top:4.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtRSzNgVRrXDcLJJ7fkSPPwRJUte9FF8 { display:block; }
 }