.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZGowTr6kK2v1PHFOcmze281kTBJwkES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container { background-color: transparent; background-image: none; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container > .video-iframe-container { display: none; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row > .video-iframe-container { display: none; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .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); }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container { border-width: 0; border-radius: 0; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#yopTsF7df3ho3p3zTGktBWVgNVPOe5ce { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:16.4375rem;display:block; }
#IOXMB11uJ4kdbEmodUwdZcOkeU05bcT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVhnHR2mDaGb83FQsnizEJVkv3RwEgf8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:24.25rem;display:block; }
#up6UA6lHHoM2zWMev7KxVcCoMMa7d98W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egTcEgufZmsWLplD9vdXOKn0mqL2mzTG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:39.499996185302rem;display:block; }
#afZ3hqdZu0qXzuOmEWVrnSMWIAzpukrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvJf0Affsil4JH4rmy6MdLR93yr6en2g { background-color:#333333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:46.624217987061rem;display:block; }
#TH5oKXmzx8TuRyGun8K0M0PQGqaNSDvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsOqpFJXgFnTkQ55ZDr5wn3GbllQ0c3k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:31.749996185302rem;display:block; }
#Lp4NM2gUnnNyZgSAcLrHZK8P3acWXv0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neBeAKE38eV7uqDXDWKzNeQJK4CpcpQ9 { 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:3.4375rem;width:4.375rem;top:0.59375rem;left:0.95377635955813rem;overflow:hidden;display:block; }
#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(0,0,0,0);background-image:none;width:60rem;height:36.4375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { position:absolute;display:block;z-index:15000;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:36rem;top:5.75rem;left:0rem;display:block; }
#zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.5000002384187rem;left:3.75rem;height:12.14943125rem;font-style:normal;display:block; }
#RfaMehDItzlwnssxVGkVXPkcbOJaPh9t { background-color:#333333;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.250000953674rem;left:3.75rem;display:block; }
#lH2aIcqMNTUsTm0S3xJxPZAGPkp48ai9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmI32vQTesFsVPqfXJ5P2vTBbSFEqgBn { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.812500953674rem;left:3.75rem;height:4.875rem;display:block; }
#qqeWEJqhbO5pJdWVbC1fW56aedoSzG0R { position:absolute;display:block;z-index:14999;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:31.625rem;width:26.75rem;top:4.75rem;left:33.249348640442rem;overflow:hidden;display:block; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { 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; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#1a1a1a;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:15007;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#1a1a1a;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.5rem;left:1.5625rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { box-sizing:content-box;color:#ff3352;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:17.4375rem;left:38rem;display:block; }
#acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { color:#333333;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:17.75rem;left:40.9375rem;height:1.5rem;font-style:normal;display:block; }
#xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { box-sizing:content-box;color:#ff3352;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:14.4375rem;left:38rem;display:block; }
#V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { color:#333333;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.75rem;left:40.9375rem;height:1.5rem;font-style:normal;display:block; }
#D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { box-sizing:content-box;color:#ff3352;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:11.6875rem;left:38rem;display:block; }
#MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { color:#333333;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:11.6875rem;left:40.9375rem;height:1.5rem;font-style:normal;display:block; }
#KCJEE3TgVz7HwnpE7iyQn7tQyEmASx0r { background-color:#333333;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.1875rem;left:21.25rem;display:block; }
#plsWPOapHSGbGALIFv0MySrmJ589B3o0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container { background-color: transparent; background-image: none; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container > .video-iframe-container { display: none; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row > .video-iframe-container { display: none; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .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); }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container { border-width: 0; border-radius: 0; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#1a1a1a;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvvJaphHKpk1IXuePcrL3Wq9ZwWv7SFB { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5625rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1kVFDisQVptULIv1MW6Hw7eIbTa6ql8 { box-sizing:content-box;color:#ff3352;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9.625rem;left:8.5625rem;display:block; }
#vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:15.625rem;left:21.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUSpMVqKw49DGv97uqQRuGU5w9xgn6mT { box-sizing:content-box;color:#ff3352;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:9.625rem;left:28.5rem;display:block; }
#WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.625rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkEQMI9lmdc0gK3rTk3oanBJIN7T3XBD { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:15.375rem;left:41.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuUuJIUMSHsiK9iACh0AmF8940WqbnQA { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:15.375rem;left:41.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngmt4WxsI61bAS6u0rItI8cCztCZXfHU { box-sizing:content-box;color:#ff3352;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:9.625rem;left:48.5625rem;display:block; }
#TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.25rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0cqnL72aLwiP5H0U4s6lOOue4FJ3ltT { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:29.9375rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSkBMQVyDe0b3liyM1FmAPibb50btsqt { box-sizing:content-box;color:#ff3352;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:24rem;left:8.375rem;display:block; }
#mXmcTuOkldQtwHaIEuSyHqhzg328wODR { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.5rem;left:31.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Trzu1v6Af49h60E8TJA1GoBWTXVkyaXz { color:#6c757b;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:30.0625rem;left:26.375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBSCnTGpHfr2ROH03bT73v8zSWMQ2erq { box-sizing:content-box;color:#ff3352;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:24rem;left:38.125rem;display:block; }
#yseqmEGGOrduwB9TbHkfRDdGNO52Vvhy { background-color:#333333;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.5625rem;left:21.25rem;display:block; }
#qE8r3ddk9huZKXZuTNn24BJboQDhALrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV { position:relative;display:block; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV { background-color: transparent; background-image: none; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .row .container > .video-iframe-container { display: none; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .row > .video-iframe-container { display: none; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .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); }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV { border-width: 0; border-radius: 0; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .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; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .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:61.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZRhUFUV7RPwFCktxsoUu7sNBsOhHuyXV { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:14.139068603516rem;left:4.875rem;height:28.047875rem;font-style:normal;display:block; }
#VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { position:absolute;display:block;z-index:15002;background-color:#798897;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.75rem;width:60rem;top:10.5rem;left:0rem;display:block; }
#dAL7yqGwAkPZkHLaLVXSZRGbLuMwUqTc { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#E2omt8CTGcaQ0XNXrnTcoiQFTXLeQbVx { color:#1a1a1a;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#VUdzbXzlcPyCExgmrrE9O2iiCJexe1TO { position:absolute;display:block;z-index:15010;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#kTH6w0TTtEt9JmonuGogOZnNTwm6FOyq { background-color:#333333;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:55.75rem;left:21.25rem;display:block; }
#yEVuWepmfH69ObuCOXOrlLzmof1c8w9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff3352;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; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container { background-color: transparent; background-image: none; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container > .video-iframe-container { display: none; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row > .video-iframe-container { display: none; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .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); }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container { border-width: 0; border-radius: 0; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:60rem;position:relative;display:block; }#TLenPehsiiokPLrkkMxGWbg78AxFoyJN { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c2qJFvd2xvAdLGLNxMuLaOpwHmeGWkOH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:28.125rem;top:10.5rem;left:0rem;display:block; }
#J1wlSoHznmKP6MEatNCTpQvA7qmSopZe { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.9375rem;left:1.5625rem;height:1.5rem;font-style:normal;display:block; }
#HTOlfGKOMcQUvSOtcn8rqFS8uLzZiIUB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:28.125rem;top:10.5rem;left:31.8125rem;display:block; }
#MnJ6D6V5LcLeCSoddElhceMPteuWbda7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:28.125rem;top:27.0625rem;left:0rem;display:block; }
#KNp3SU7kSNiLHw88fdGxclkpMftqBiAf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.0625rem;width:28.125rem;top:27.0625rem;left:31.8125rem;display:block; }
#vo4F6wwyU9hqSv50BsLUMfUhTflBT4td { background-color:#333333;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.6875rem;left:21.3125rem;display:block; }
#EpsfV42yMy338pqdEcp9cBAInhfVBCLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVA9d0NrizKccsTDVELyNEyVCe00W8mv { 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; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { background-color: transparent; background-image: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { display: none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .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); }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { border-width: 0; border-radius: 0; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:60rem;position:relative;display:block; }#De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { color:#1a1a1a;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { position:absolute;display:block;z-index:15007;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#z99xAcfTm3TxnO08lUHR4RGVagxKTPGw { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:45.9375rem;left:41.625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#deHM8FSUVM56olJvwkfUG9lWs8xbEs2L { position:absolute;display:block;z-index:15006;background-color:#eaeaea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5625rem;width:19rem;top:10.750000476837rem;left:20.625rem;display:block; }
#khvt0TnoUAMXbhEsNZ3phEQ1wfm3cmrr { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:45.875000953674rem;left:21.75rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WweIQkryWkeboXp6fLyAWUEK6OF0y0ie { position:absolute;display:block;z-index:15018;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:44.875rem;left:48.9375rem;display:block; }
#kiTTpTa2CQ4akS4NUsusMxo4TNa2PnDc { color:#686868;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:25.25rem;left:22.4375rem;height:15rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GUPUMIpaDMad5gRGcFhePbR73KtvDQMr { color:#686868;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:25.25rem;left:42.8125rem;height:9rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#c1JFcuUE6g7bLVy5E8VOqDsxfGQw5mF1 { position:absolute;display:block;z-index:15011;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:44.8125rem;left:28.5625rem;display:block; }
#xmzyT17TZzZAaF0P7zCs8JQp8N44lSdT { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:46rem;left:1.5625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CbhC0s1LDdRgvBJrKeT4kUtSfrXv1ihJ { color:#686868;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:25.25rem;left:1.8125rem;height:10.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ckrg4imyI04nXD3K9OUB1H9zZ3gkI2gE { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #ff3352;border-left:0.125rem solid #ff3352;border-right:0.125rem solid #ff3352;border-bottom:0.125rem solid #ff3352;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:13.0625rem;left:4.3125rem;overflow:hidden;display:block; }
#Azeyu9bGS4O5F9CwWs889bxeElvc1NIP { position:absolute;display:block;z-index:15004;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:44.9375rem;left:8.4375rem;display:block; }
#BPowg8ulkQJCNTTbF3RGn7P3d2AMsKEQ { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #ff3352;border-left:0.125rem solid #ff3352;border-right:0.125rem solid #ff3352;border-bottom:0.125rem solid #ff3352;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:13.0625rem;left:24.9375rem;overflow:hidden;display:block; }
#FBnT9K1oo4tDpFgbCTQ2sEtTUZFK9c0I { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #ff3352;border-left:0.125rem solid #ff3352;border-right:0.125rem solid #ff3352;border-bottom:0.125rem solid #ff3352;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:13.0625rem;left:45.3125rem;overflow:hidden;display:block; }
#drrJNudiTcRSeBQ8cMLUd7waKsnmhfBs { background-color:#333333;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:51.811703681946rem;left:21.25rem;display:block; }
#SnyzOnkHAoF7bt1F1yKlmilIB0SQWVOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn { position:relative;display:block; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn { background-color: transparent; background-image: none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container > .video-iframe-container { display: none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row > .video-iframe-container { display: none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .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); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn { border-width: 0; border-radius: 0; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .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; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ypsb64uRVh9IvvU5LlgbOuXwgNbwgAXh { position:absolute;display:block;z-index:15004;background-color:#525964;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:19.125rem;top:12.375rem;left:20rem;display:block; }
#nf32U5Jkc96eblzeBlAa643Gdl9nmc9J { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.3125rem;left:40.749996185302rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsap7KFtQsX2nzrtvC43UuysS6w0TRSF { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:24.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8rQgaRytHDP4uPNTSzlJz6ddnDCN3kn { color:#ffffff;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8125rem;left:29.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mT5TJilu3DRuyiDkW1q5qFqSBBRnOc1Q { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:27.5rem;left:21.4375rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvGusQ7BMGg6Roknghonu6u8BCHptspQ { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:34.25rem;left:21.4375rem;height:;text-align:left;text-align-last:left;display:block; }#xvGusQ7BMGg6Roknghonu6u8BCHptspQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xvGusQ7BMGg6Roknghonu6u8BCHptspQ li:before{  }
#kV2CMpwU0VI2tSp4L1P3FZs6yKMnMTrG { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.3125rem;left:3rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQLxPw3a6e3hunLC4mfbXwcxVam130Vt { color:#ffffff;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.125rem;left:7.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u8MEMZweioi5ZgslvBKS6WMlUGqT8mNT { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:31.875rem;left:1.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:35.0625rem;left:1.25rem;height:;text-align:left;text-align-last:left;display:block; }#g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG li:before{  }
#UOpKla4UbcHpQ5T0sVGbLgAlgyObes5V { position:absolute;display:block;z-index:15012;background-color:#adbdcc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:19.125rem;top:16.6875rem;left:0rem;display:block; }
#IchwDsRz3cGmQzohRNi5m4zmL75GorIV { position:absolute;display:block;z-index:15002;background-color:#798897;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:19.125rem;top:16.6875rem;left:39.999996185302rem;display:block; }
#WVyaA2LQTrGsy4lNlDveASQf9bHhtOyu { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14rem;left:21.6875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ib8TfPkAHNueuV0fSTi3dyQu569vxMAg { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.625rem;left:43.999996185302rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qf6yZ5Mwh8gUHqP0Wkgp5neBKnyEbVTX { color:#ffffff;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.125rem;left:48.937496185302rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZiBhPEf72TNesJkDnHEU035AkHTt56v { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:31.0625rem;left:41.437496185302rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:35.8125rem;left:41.437496185302rem;height:;text-align:left;text-align-last:left;display:block; }#cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U li:before{  }
#kGQWQb9Vs38wD1dyPvs5MBTP8RkTJxhn { position:absolute;display:block;z-index:15005;background-color:#ff3352;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:19.125rem;top:12.375rem;left:20rem;display:block; }
#ruqChDZm0Qyc809cIuurvETT8NvE5R0K { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.625rem;left:5.6875rem;height:3.65625rem;font-style:normal;display:block; }
#kXWamuogzVAJWB9figPtqOPxyczv8FFr { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:6.9375rem;left:1.5625rem;display:block; }
#btoxutZBsWHU0BhURXx0xF4GXUNxKh7o { position:absolute;display:block;z-index:15010;background-color:#ff3352;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#rGrTydMnFsw6mWkLw4fJH3sKufDpyDI4 { color:#1a1a1a;display:block;width:56.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 { position:relative;display:block; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 { background-color: transparent; background-image: none; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row .container > .video-iframe-container { display: none; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row > .video-iframe-container { display: none; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .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); }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 { border-width: 0; border-radius: 0; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .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; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#apofqJwlOLJZsTTqvP4r9nSEmoyTdUe0 { background-color:#ff3352;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:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:4.625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:5.93359375rem;left:4rem;display:block; }
#cIom4TNnSaxOimfv0IEI3koV2yd9MX0z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cs6uFW53ssqOVXpE2V6nJVTr9UvceDsg { 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:40.125rem;width:45.125rem;top:2.6867198944092rem;left:14.874217987061rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #rZGowTr6kK2v1PHFOcmze281kTBJwkES { display:none; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #yopTsF7df3ho3p3zTGktBWVgNVPOe5ce { width:6.5rem;height:2.1875rem;top:1.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IOXMB11uJ4kdbEmodUwdZcOkeU05bcT7 { display:block; }
 }@media only screen and (max-width: 959px) { #SVhnHR2mDaGb83FQsnizEJVkv3RwEgf8 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #up6UA6lHHoM2zWMev7KxVcCoMMa7d98W { display:block; }
 }@media only screen and (max-width: 959px) { #egTcEgufZmsWLplD9vdXOKn0mqL2mzTG { width:6.5rem;height:2.1875rem;top:1.1875rem;left:33.374996185302rem;display:block; }
 }@media only screen and (max-width: 959px) { #afZ3hqdZu0qXzuOmEWVrnSMWIAzpukrT { display:block; }
 }@media only screen and (max-width: 959px) { #BvJf0Affsil4JH4rmy6MdLR93yr6en2g { width:13.375rem;height:2.125rem;top:1.25rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TH5oKXmzx8TuRyGun8K0M0PQGqaNSDvQ { display:block; }
 }@media only screen and (max-width: 959px) { #wsOqpFJXgFnTkQ55ZDr5wn3GbllQ0c3k { width:7.125rem;height:2.1875rem;top:1.1875rem;left:25.624996185302rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lp4NM2gUnnNyZgSAcLrHZK8P3acWXv0D { display:block; }
 }@media only screen and (max-width: 959px) { #neBeAKE38eV7uqDXDWKzNeQJK4CpcpQ9 { width:4.375rem;height:3.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:36rem;height:30.625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:27.8125rem;height:8.0989625rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #RfaMehDItzlwnssxVGkVXPkcbOJaPh9t { width:17.5rem;height:3.4375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #lH2aIcqMNTUsTm0S3xJxPZAGPkp48ai9 { display:block; }
 }@media only screen and (max-width: 959px) { #EmI32vQTesFsVPqfXJ5P2vTBbSFEqgBn { width:24.25rem;height:4.875rem;top:22.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qqeWEJqhbO5pJdWVbC1fW56aedoSzG0R { width:26.75rem;height:31.625rem;top:4.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 959px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:16.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:14.375rem;height:1.5rem;top:6.4375rem;left:33.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 959px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:2.1875rem;height:2.1875rem;top:3.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 959px) { #KCJEE3TgVz7HwnpE7iyQn7tQyEmASx0r { width:17.5rem;height:3.4375rem;top:27.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #plsWPOapHSGbGALIFv0MySrmJ589B3o0 { display:block; }
 }@media only screen and (max-width: 959px) { #E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 { display:none; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.4622375rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CvvJaphHKpk1IXuePcrL3Wq9ZwWv7SFB { width:16.875rem;height:4.5rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #K1kVFDisQVptULIv1MW6Hw7eIbTa6ql8 { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { width:16.875rem;height:6rem;top:15.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:16.875rem;height:1.4622375rem;top:12.875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LUSpMVqKw49DGv97uqQRuGU5w9xgn6mT { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { width:16.875rem;height:1.4622375rem;top:12.625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qkEQMI9lmdc0gK3rTk3oanBJIN7T3XBD { width:16.875rem;height:6rem;top:15.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MuUuJIUMSHsiK9iACh0AmF8940WqbnQA { width:16.875rem;height:1.5rem;top:15.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ngmt4WxsI61bAS6u0rItI8cCztCZXfHU { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { width:16.875rem;height:1.4622375rem;top:27.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #s0cqnL72aLwiP5H0U4s6lOOue4FJ3ltT { width:16.875rem;height:4.5rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dSkBMQVyDe0b3liyM1FmAPibb50btsqt { width:4.0625rem;height:4.0625rem;top:1rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXmcTuOkldQtwHaIEuSyHqhzg328wODR { width:16.875rem;height:1.4622375rem;top:27.5rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Trzu1v6Af49h60E8TJA1GoBWTXVkyaXz { width:28.375rem;height:6rem;top:30.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RBSCnTGpHfr2ROH03bT73v8zSWMQ2erq { width:4.0625rem;height:4.0625rem;top:1rem;left:37.770833333333rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yseqmEGGOrduwB9TbHkfRDdGNO52Vvhy { width:17.5rem;height:3.4375rem;top:38.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qE8r3ddk9huZKXZuTNn24BJboQDhALrc { display:block; }
 }@media only screen and (max-width: 959px) { #TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV { display:none; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZRhUFUV7RPwFCktxsoUu7sNBsOhHuyXV { width:14.375rem;height:61.1875rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:47.75rem;height:42.75rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dAL7yqGwAkPZkHLaLVXSZRGbLuMwUqTc { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #E2omt8CTGcaQ0XNXrnTcoiQFTXLeQbVx { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VUdzbXzlcPyCExgmrrE9O2iiCJexe1TO { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kTH6w0TTtEt9JmonuGogOZnNTwm6FOyq { width:17.5rem;height:3.4375rem;top:55.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yEVuWepmfH69ObuCOXOrlLzmof1c8w9U { display:block; }
 }@media only screen and (max-width: 959px) { #hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb { display:none; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #TLenPehsiiokPLrkkMxGWbg78AxFoyJN { width:47.75rem;height:2.9375rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #c2qJFvd2xvAdLGLNxMuLaOpwHmeGWkOH { width:28.125rem;height:14.0625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #J1wlSoHznmKP6MEatNCTpQvA7qmSopZe { width:14.375rem;height:4.5rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 959px) { #HTOlfGKOMcQUvSOtcn8rqFS8uLzZiIUB { width:28.125rem;height:14.0625rem;top:10.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MnJ6D6V5LcLeCSoddElhceMPteuWbda7 { width:28.125rem;height:14.0625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KNp3SU7kSNiLHw88fdGxclkpMftqBiAf { width:28.125rem;height:14.0625rem;top:27.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vo4F6wwyU9hqSv50BsLUMfUhTflBT4td { width:17.5rem;height:3.4375rem;top:43.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EpsfV42yMy338pqdEcp9cBAInhfVBCLl { display:block; }
 }@media only screen and (max-width: 959px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:none; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #z99xAcfTm3TxnO08lUHR4RGVagxKTPGw { width:16.875rem;height:1.5996125rem;top:45.9375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #deHM8FSUVM56olJvwkfUG9lWs8xbEs2L { width:19rem;height:38.5625rem;top:10.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #khvt0TnoUAMXbhEsNZ3phEQ1wfm3cmrr { width:16.875rem;height:1.5996125rem;top:45.875rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WweIQkryWkeboXp6fLyAWUEK6OF0y0ie { width:3.25rem;height:0.0625rem;top:44.875rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kiTTpTa2CQ4akS4NUsusMxo4TNa2PnDc { width:15.75rem;height:19.5rem;top:25.25rem;left:16.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GUPUMIpaDMad5gRGcFhePbR73KtvDQMr { width:15.75rem;height:12rem;top:25.25rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #c1JFcuUE6g7bLVy5E8VOqDsxfGQw5mF1 { width:3.25rem;height:0.0625rem;top:44.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xmzyT17TZzZAaF0P7zCs8JQp8N44lSdT { width:16.875rem;height:1.5996125rem;top:46rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CbhC0s1LDdRgvBJrKeT4kUtSfrXv1ihJ { width:15.75rem;height:13.5rem;top:25.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ckrg4imyI04nXD3K9OUB1H9zZ3gkI2gE { width:10.0625rem;height:10.0625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Azeyu9bGS4O5F9CwWs889bxeElvc1NIP { width:3.25rem;height:0.0625rem;top:44.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BPowg8ulkQJCNTTbF3RGn7P3d2AMsKEQ { width:10.0625rem;height:10.0625rem;top:13.0625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FBnT9K1oo4tDpFgbCTQ2sEtTUZFK9c0I { width:10.0625rem;height:10.0625rem;top:13.0625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #drrJNudiTcRSeBQ8cMLUd7waKsnmhfBs { width:17.5rem;height:3.4375rem;top:51.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SnyzOnkHAoF7bt1F1yKlmilIB0SQWVOT { display:block; }
 }@media only screen and (max-width: 959px) { #c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn { display:none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ypsb64uRVh9IvvU5LlgbOuXwgNbwgAXh { top:12.375rem;left:12.625rem;width:19.125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nf32U5Jkc96eblzeBlAa643Gdl9nmc9J { top:18.3125rem;left:30rem;width:17.625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tsap7KFtQsX2nzrtvC43UuysS6w0TRSF { top:21.3125rem;left:18.25rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8rQgaRytHDP4uPNTSzlJz6ddnDCN3kn { top:21.8125rem;left:23.1875rem;width:5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mT5TJilu3DRuyiDkW1q5qFqSBBRnOc1Q { top:27.5rem;left:15.5rem;width:16.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #xvGusQ7BMGg6Roknghonu6u8BCHptspQ { top:34.25rem;left:15.8125rem;width:15.9375rem;height:;font-size:1rem;display:block; }#xvGusQ7BMGg6Roknghonu6u8BCHptspQ li:before{  }
 }@media only screen and (max-width: 959px) { #kV2CMpwU0VI2tSp4L1P3FZs6yKMnMTrG { top:18.3125rem;left:0.9375rem;width:13.9375rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qQLxPw3a6e3hunLC4mfbXwcxVam130Vt { top:26.125rem;left:5.75rem;width:5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #u8MEMZweioi5ZgslvBKS6WMlUGqT8mNT { top:31.875rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG { top:35.0625rem;left:0rem;width:14.625rem;height:;font-size:1rem;display:block; }#g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG li:before{  }
 }@media only screen and (max-width: 959px) { #UOpKla4UbcHpQ5T0sVGbLgAlgyObes5V { top:16.6875rem;left:0rem;width:19.125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IchwDsRz3cGmQzohRNi5m4zmL75GorIV { top:16.6875rem;left:12.625rem;width:19.125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WVyaA2LQTrGsy4lNlDveASQf9bHhtOyu { top:14rem;left:15.875rem;width:15.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ib8TfPkAHNueuV0fSTi3dyQu569vxMAg { top:25.625rem;left:33.687496185302rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qf6yZ5Mwh8gUHqP0Wkgp5neBKnyEbVTX { top:26.125rem;left:38.624996185302rem;width:5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MZiBhPEf72TNesJkDnHEU035AkHTt56v { top:31.0625rem;left:31.375rem;width:16.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U { top:35.8125rem;left:31.75rem;width:15.1875rem;height:;font-size:1rem;display:block; }#cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U li:before{  }
 }@media only screen and (max-width: 959px) { #kGQWQb9Vs38wD1dyPvs5MBTP8RkTJxhn { top:12.375rem;left:12.625rem;width:19.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ruqChDZm0Qyc809cIuurvETT8NvE5R0K { width:2.1875rem;height:3.625rem;top:25.625rem;left:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kXWamuogzVAJWB9figPtqOPxyczv8FFr { width:47.75rem;height:0.0625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #btoxutZBsWHU0BhURXx0xF4GXUNxKh7o { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rGrTydMnFsw6mWkLw4fJH3sKufDpyDI4 { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 { display:block; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #apofqJwlOLJZsTTqvP4r9nSEmoyTdUe0 { width:24.9375rem;height:4.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cIom4TNnSaxOimfv0IEI3koV2yd9MX0z { display:block; }
 }@media only screen and (max-width: 959px) { #cs6uFW53ssqOVXpE2V6nJVTr9UvceDsg { width:45.125rem;height:40.125rem;top:2.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rZGowTr6kK2v1PHFOcmze281kTBJwkES { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rZGowTr6kK2v1PHFOcmze281kTBJwkES > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yopTsF7df3ho3p3zTGktBWVgNVPOe5ce { width:3.9375rem;height:2.1875rem;top:4.1875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOXMB11uJ4kdbEmodUwdZcOkeU05bcT7 { display:block; }
 }@media only screen and (max-width: 763px) { #SVhnHR2mDaGb83FQsnizEJVkv3RwEgf8 { width:4.5rem;height:2.1875rem;top:7.625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #up6UA6lHHoM2zWMev7KxVcCoMMa7d98W { display:block; }
 }@media only screen and (max-width: 763px) { #egTcEgufZmsWLplD9vdXOKn0mqL2mzTG { width:4.1875rem;height:2.1875rem;top:14.5rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #afZ3hqdZu0qXzuOmEWVrnSMWIAzpukrT { display:block; }
 }@media only screen and (max-width: 763px) { #BvJf0Affsil4JH4rmy6MdLR93yr6en2g { width:12.625rem;height:2.125rem;top:1.09375rem;left:7.3750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5oKXmzx8TuRyGun8K0M0PQGqaNSDvQ { display:block; }
 }@media only screen and (max-width: 763px) { #wsOqpFJXgFnTkQ55ZDr5wn3GbllQ0c3k { width:4.75rem;height:2.1875rem;top:11.0625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lp4NM2gUnnNyZgSAcLrHZK8P3acWXv0D { display:block; }
 }@media only screen and (max-width: 763px) { #neBeAKE38eV7uqDXDWKzNeQJK4CpcpQ9 { width:3.8125rem;height:3.0625rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:41rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:20rem;height:22.375rem;top:18.5rem;left:0.12421876192093rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:17.5rem;height:7.19970625rem;top:19.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfaMehDItzlwnssxVGkVXPkcbOJaPh9t { width:17.5rem;height:3.4375rem;top:35.950000762939rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH2aIcqMNTUsTm0S3xJxPZAGPkp48ai9 { display:block; }
 }@media only screen and (max-width: 763px) { #EmI32vQTesFsVPqfXJ5P2vTBbSFEqgBn { width:17.5rem;height:6.5rem;top:28.200000762939rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqeWEJqhbO5pJdWVbC1fW56aedoSzG0R { width:15.125rem;height:17.9375rem;top:4.375rem;left:3.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { background-color:#ffffff;background-image:none;display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:19.5rem;top:6.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:2.1875rem;height:2.1875rem;top:33.375rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:11.375rem;height:1.21875rem;top:36.8125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:2.1875rem;height:2.1875rem;top:27.375rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:9.125rem;height:1.21875rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:2.1875rem;height:2.1875rem;top:27.375rem;left:13.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:10.0625rem;height:1.21875rem;top:30.8125rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJEE3TgVz7HwnpE7iyQn7tQyEmASx0r { width:17.5rem;height:3.4375rem;top:39.893749237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plsWPOapHSGbGALIFv0MySrmJ589B3o0 { display:block; }
 }@media only screen and (max-width: 763px) { #E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 { display:block; }#E0saROKRn7adtMTSWJJyVzAzdHcwF7V6 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.4625rem;top:10.311719894409rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvvJaphHKpk1IXuePcrL3Wq9ZwWv7SFB { width:16.875rem;height:4.5rem;top:12.399215698243rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kVFDisQVptULIv1MW6Hw7eIbTa6ql8 { width:4.0625rem;height:4.0625rem;top:6.2492189407349rem;left:7.9687503576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { width:16.875rem;height:6rem;top:24.337501525879rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:16.875rem;height:1.4625rem;top:22.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUSpMVqKw49DGv97uqQRuGU5w9xgn6mT { width:4.0625rem;height:4.0625rem;top:18.187500381843rem;left:7.9687503576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { width:16.875rem;height:1.4625rem;top:47.8125rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkEQMI9lmdc0gK3rTk3oanBJIN7T3XBD { width:16.875rem;height:6rem;top:49.900001525879rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuUuJIUMSHsiK9iACh0AmF8940WqbnQA { width:16.875rem;height:1.5rem;top:79.475002288819rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmt4WxsI61bAS6u0rItI8cCztCZXfHU { width:3.6875rem;height:3.6875rem;top:44.125rem;left:8.1250003576281rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { width:16.875rem;height:1.4625rem;top:36.275001525879rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0cqnL72aLwiP5H0U4s6lOOue4FJ3ltT { width:16.875rem;height:4.5rem;top:38.362499237061rem;left:1.9375001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSkBMQVyDe0b3liyM1FmAPibb50btsqt { width:4.0625rem;height:4.0625rem;top:32.212501525879rem;left:7.9375003576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmcTuOkldQtwHaIEuSyHqhzg328wODR { width:16.875rem;height:1.4625rem;top:61.2734375rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trzu1v6Af49h60E8TJA1GoBWTXVkyaXz { width:16.875rem;height:10.5rem;top:63.360160827638rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSCnTGpHfr2ROH03bT73v8zSWMQ2erq { width:4.0625rem;height:4.0625rem;top:57.149223327637rem;left:7.9375003576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yseqmEGGOrduwB9TbHkfRDdGNO52Vvhy { width:17.5rem;height:3.4375rem;top:76.360158920288rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE8r3ddk9huZKXZuTNn24BJboQDhALrc { display:block; }
 }@media only screen and (max-width: 763px) { #TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV { display:block; }#TUgtT3WTnZqUTztKJbbNqzuOASS8tJvV > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRhUFUV7RPwFCktxsoUu7sNBsOhHuyXV { width:18.5625rem;height:50.57225rem;top:7.125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:51.375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAL7yqGwAkPZkHLaLVXSZRGbLuMwUqTc { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2omt8CTGcaQ0XNXrnTcoiQFTXLeQbVx { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdzbXzlcPyCExgmrrE9O2iiCJexe1TO { width:3.75rem;height:0.1875rem;top:5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTH6w0TTtEt9JmonuGogOZnNTwm6FOyq { width:17.5rem;height:3.4375rem;top:59.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEVuWepmfH69ObuCOXOrlLzmof1c8w9U { display:block; }
 }@media only screen and (max-width: 763px) { #hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb { display:block; }#hJwFoL4hx6xGTBQDMHK9JXyZ26ki8Btb > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLenPehsiiokPLrkkMxGWbg78AxFoyJN { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2qJFvd2xvAdLGLNxMuLaOpwHmeGWkOH { height:10rem;width:20rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wlSoHznmKP6MEatNCTpQvA7qmSopZe { width:20rem;height:3rem;top:6.1249847412109rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTOlfGKOMcQUvSOtcn8rqFS8uLzZiIUB { height:10rem;width:20rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnJ6D6V5LcLeCSoddElhceMPteuWbda7 { height:10rem;width:20rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNp3SU7kSNiLHw88fdGxclkpMftqBiAf { height:10rem;width:20rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo4F6wwyU9hqSv50BsLUMfUhTflBT4td { width:17.5rem;height:3.4375rem;top:57.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpsfV42yMy338pqdEcp9cBAInhfVBCLl { display:block; }
 }@media only screen and (max-width: 763px) { #TVA9d0NrizKccsTDVELyNEyVCe00W8mv { display:block; }#TVA9d0NrizKccsTDVELyNEyVCe00W8mv > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De5kD8NIrAl2t0h1KOdKzK2cpyGaTzIW { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAlvXkQix1iIK3uJXBak0WEDvmVOlX9 { width:20rem;height:0.0625rem;top:7.4250072240831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZL6KLogxWu1lB895uvtBLm3PEQr3Tx { width:3.75rem;height:0.1875rem;top:7.3625011444094rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #z99xAcfTm3TxnO08lUHR4RGVagxKTPGw { width:16.875rem;height:1.6rem;top:108.14687824249rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deHM8FSUVM56olJvwkfUG9lWs8xbEs2L { width:20rem;height:39.5rem;top:40.086718559265rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khvt0TnoUAMXbhEsNZ3phEQ1wfm3cmrr { width:16.875rem;height:1.6rem;top:76.0625rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WweIQkryWkeboXp6fLyAWUEK6OF0y0ie { width:3.25rem;height:0.0625rem;top:74.8125rem;left:8.3750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTTpTa2CQ4akS4NUsusMxo4TNa2PnDc { width:15.75rem;height:19.5rem;top:54.1484375rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUPUMIpaDMad5gRGcFhePbR73KtvDQMr { width:15.75rem;height:12rem;top:93.6484375rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1JFcuUE6g7bLVy5E8VOqDsxfGQw5mF1 { width:3.25rem;height:0.0625rem;top:34.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmzyT17TZzZAaF0P7zCs8JQp8N44lSdT { width:16.875rem;height:1.6rem;top:36rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbhC0s1LDdRgvBJrKeT4kUtSfrXv1ihJ { width:17.25rem;height:12rem;top:21.673438072204rem;left:1.3750001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckrg4imyI04nXD3K9OUB1H9zZ3gkI2gE { width:10.0625rem;height:10.0625rem;top:10.049999237061rem;left:4.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azeyu9bGS4O5F9CwWs889bxeElvc1NIP { width:3.25rem;height:0.0625rem;top:106.89765930176rem;left:8.3750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPowg8ulkQJCNTTbF3RGn7P3d2AMsKEQ { width:10.0625rem;height:10.0625rem;top:42.5859375rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnT9K1oo4tDpFgbCTQ2sEtTUZFK9c0I { width:10.0625rem;height:10.0625rem;top:82.086719512938rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #drrJNudiTcRSeBQ8cMLUd7waKsnmhfBs { width:17.5rem;height:3.4375rem;top:112.2460975647rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnyzOnkHAoF7bt1F1yKlmilIB0SQWVOT { display:block; }
 }@media only screen and (max-width: 763px) { #c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container { background-color: transparent; background-image: none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container > .video-iframe-container { display: none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row > .video-iframe-container { display: none; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .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); }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container { border-width: 0; border-radius: 0; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0p9siQ2xioVZa2Tf4OqIcvAehPhMbVn > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypsb64uRVh9IvvU5LlgbOuXwgNbwgAXh { width:20rem;height:25.5rem;top:31.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nf32U5Jkc96eblzeBlAa643Gdl9nmc9J { width:12.5rem;height:5.199225rem;top:59.5625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsap7KFtQsX2nzrtvC43UuysS6w0TRSF { width:2.9375rem;height:2.6rem;top:41.4375rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8rQgaRytHDP4uPNTSzlJz6ddnDCN3kn { width:5rem;height:3.574225rem;top:66rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT5TJilu3DRuyiDkW1q5qFqSBBRnOc1Q { width:16.25rem;height:3.199225rem;top:45.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGusQ7BMGg6Roknghonu6u8BCHptspQ { width:17.5625rem;height:5.423825rem;top:50.25rem;left:1.1875rem;font-size:1rem;display:block; }#xvGusQ7BMGg6Roknghonu6u8BCHptspQ li:before{  }
 }@media only screen and (max-width: 763px) { #kV2CMpwU0VI2tSp4L1P3FZs6yKMnMTrG { width:20rem;height:5.199225rem;top:10.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQLxPw3a6e3hunLC4mfbXwcxVam130Vt { width:5rem;height:3.574225rem;top:16.875rem;left:8.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8MEMZweioi5ZgslvBKS6WMlUGqT8mNT { width:16.25rem;height:1.6rem;top:21.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG { width:17.5625rem;height:1.5996125rem;top:24.625rem;left:1.25rem;font-size:1rem;display:block; }#g4zQ1tomTBeAV26FD8DapcT5Dnv5BVdG li:before{  }
 }@media only screen and (max-width: 763px) { #UOpKla4UbcHpQ5T0sVGbLgAlgyObes5V { width:20rem;height:22.625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IchwDsRz3cGmQzohRNi5m4zmL75GorIV { width:20rem;height:24.3125rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVyaA2LQTrGsy4lNlDveASQf9bHhtOyu { width:12.5rem;height:5.199225rem;top:34.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib8TfPkAHNueuV0fSTi3dyQu569vxMAg { width:2.4375rem;height:2.6rem;top:66.5rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf6yZ5Mwh8gUHqP0Wkgp5neBKnyEbVTX { width:5rem;height:3.574225rem;top:40.875rem;left:9.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiBhPEf72TNesJkDnHEU035AkHTt56v { width:16.25rem;height:3.199225rem;top:70.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U { width:17.5625rem;height:5.423825rem;top:75.325000762938rem;left:1.21875rem;font-size:1rem;display:block; }#cy7Kin1LghkuxG796b2L86eO8Pr7Bb5U li:before{  }
 }@media only screen and (max-width: 763px) { #kGQWQb9Vs38wD1dyPvs5MBTP8RkTJxhn { width:20rem;height:1.625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqChDZm0Qyc809cIuurvETT8NvE5R0K { width:1.4375rem;height:2.6rem;top:17.375rem;left:6.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXWamuogzVAJWB9figPtqOPxyczv8FFr { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoxutZBsWHU0BhURXx0xF4GXUNxKh7o { width:3.75rem;height:0.1875rem;top:5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGrTydMnFsw6mWkLw4fJH3sKufDpyDI4 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 { display:block; }#PGS5JB99pMJ4VHScTA7IkrHrtOkJmrW7 > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #apofqJwlOLJZsTTqvP4r9nSEmoyTdUe0 { width:19rem;height:4.625rem;top:2.5rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIom4TNnSaxOimfv0IEI3koV2yd9MX0z { display:block; }
 }@media only screen and (max-width: 763px) { #cs6uFW53ssqOVXpE2V6nJVTr9UvceDsg { width:20rem;height:17.783625rem;top:8.3125rem;left:0rem;display:block; }
 }