.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e3c6d;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; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:59.125rem;position:absolute;font-family:play;font-size:3.0625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:4rem;left:0rem;height:10.1045rem;text-align:center;text-align-last:center;display:block; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:24.375rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.15625rem;left:5.71875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5gL9tdQNXUlcwu0pT3NhXkT5h26nO2t { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.1875rem;left:6.625rem;display:block; }
#WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgRGacP5IJ0n72TEZzuc43kCFPrykhiT { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:9rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0rem;height:11.6996875rem;text-align:center;text-align-last:center;display:block; }
#FzQBRdvGGrbVuqyPyklPs34fy2zVUqQ4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:17.5rem;top:16.875rem;left:37.251953125rem;overflow:hidden;display:block; }
#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { position:relative;display:block; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { background-color: transparent; background-image: none; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row .container > .video-iframe-container { display: none; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row > .video-iframe-container { display: none; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .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); }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { border-width: 0; border-radius: 0; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .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; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .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:48.625rem;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; }#RMm8bImVxQrZxK5sLn29ytNo3BTqW3Or { color:#2e3c6d;display:block;width:60rem;position:absolute;font-family:play;font-size:2.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:6.3359375rem;text-align:center;text-align-last:center;display:block; }
#lzb8tf5bl4sUNtw1kdbbGKz1WCuaN4Ih { 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:27.8125rem;width:27.8125rem;top:10.94921875rem;left:0.875rem;overflow:hidden;display:block; }
#x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { color:#2e3c6d;display:block;width:29.6875rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.822265625rem;left:29.625rem;height:18.515625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d3omvQH1zMIW9rBXccb0TscOWbshh3gU { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.875rem;left:0rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(61,100,168,0.88);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; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { background-color: transparent; background-image: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { display: none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .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); }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { border-width: 0; border-radius: 0; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { font-size:0.875rem;font-family:arial;height:76.8125rem;width:60rem;position:relative;display:block; }#NRplNvx33ercGtRoS10T1t1bbQ8SNcaV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:2.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:0.96826171875rem;left:0rem;height:10.4795rem;text-align:left;text-align-last:left;display:block; }
#Gs417McpRebJ8WUSKAsTEmUqM0zgoFWE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.44921875rem;left:0rem;height:29.31640625rem;display:block; }
#uk2wt3yXETLAP0qdDPro2dpzHBUC581V { position:absolute;display:block;z-index:15013;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:27.0625rem;width:27.0625rem;top:49.75rem;left:32.9375rem;overflow:hidden;display:block; }
#dCIMXoDG3Xcg1QtvwzWbfd6p3Bw9DqNy { position:absolute;display:block;z-index:15012;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:27.0625rem;width:27.0625rem;top:49.75rem;left:0rem;overflow:hidden;display:block; }
#Ebek6I3TciVlESvRTmTkpKOTscx14Dya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(61,100,168,0.88);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; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container { background-color: transparent; background-image: none; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container > .video-iframe-container { display: none; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row > .video-iframe-container { display: none; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .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); }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container { border-width: 0; border-radius: 0; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:60rem;position:relative;display:block; }#GGGDpUv7fTB9KX6OvV3kp3S0sWHM26f6 { position:absolute;display:block;z-index:15004;background-color:#2e3c6d;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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:45.75rem;width:17.625rem;top:11.40625rem;left:1.1875rem;display:block; }
#cRtoEnTQ9drE5SUo74mmf9XtVxctlu6k { position:absolute;display:block;z-index:15004;background-color:#2e3c6d;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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(1,44,221,0.14) ;height:45.8125rem;width:17.625rem;top:11.375rem;left:41.1875rem;display:block; }
#LUJZuvM8B9WxtILw7XB2DXgXpAd2wceZ { color:#2a2a2a;display:block;width:10.4355625rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.2177734375rem;left:4.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RQT8dpotEvnEPsMQCN5eFv5R9RPXGGgw { color:#2a2a2a;display:block;width:12.25rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.095703125rem;left:43.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#G7uDkbZ3PuBkNb7QimdlxLsVag0TW5zB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:play;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.59375rem;height:11.69825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRd7giuJx5WdRKQmE8yTX1Iu0f927God { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:play;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.375rem;left:42.71875rem;height:22.09668125rem;text-align:left;text-align-last:left;display:block; }
#gFx8KZXm9l7nWlIPXvnSTJBVgICWA00y { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.5625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:51.75rem;left:2.78125rem;display:block; }
#GeRscRrICNT7GFrPPkKrUq2C6oO6x55u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEMuKtos9xq3THuLcrsNMDs54f4VBvWB { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:51.75rem;left:42.78125rem;display:block; }
#dSLvKqQbui144DfHHW72Pt4mLV6rzWlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJqRFEK5NAmwiA5qa7dE89KiKEpsZDez { position:absolute;display:block;z-index:15004;background-color:#2e3c6d;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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(1,44,221,0.14) ;height:42.6875rem;width:17.625rem;top:11.375rem;left:41.1875rem;display:none; }
#vlbFaloh09cmUx4F3K82GqQPm57SsPZJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:play;font-size:1.3125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:44.720703125rem;left:3.75rem;height:5.11816875rem;text-align:center;text-align-last:center;display:block; }
#I1Io5gC1XTW3rdHWufDJikXVqLOUlfll { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:44.720703125rem;left:43.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:27.624rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.75rem;left:17.375rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#er8xS5C6b5yJrIuAVveRIlhVKOIL0gEw { position:absolute;display:block;z-index:15042;background-color:#2e3c6d;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:2.9375rem;width:50.8125rem;top:61.1875rem;left:5.375rem;display:block; }
#kOPFmLVgWzB9JEnhZFPUZmXtBI0lcNGO { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:61.84375rem;left:7.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#s3H5haIrnySWSBuh89XML0xp2vbeMvgA { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:66.0625rem;left:22.78125rem;display:block; }
#tVeh1G8LEGyMoKaGvrSkpVRP7GwZkcwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7y31PWUGhEJ9dMp2USyDrszMx0TfNny { position:absolute;display:block;z-index:15005;background-color:#2e3c6d;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;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.14) ;height:45.75rem;width:17.625rem;top:11.375rem;left:21.1875rem;display:block; }
#LC7PW1TZVm5odPFcaCpNUVJzJSkLNafr { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:51.75rem;left:22.78125rem;display:block; }
#g2Jf2Xi845SKm7FqHL245nspwIVHcQ7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udHwUOiePFxGsRNw3zt6c6IQmbEL3NO8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:play;font-size:1.3125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:44.72021484375rem;left:23.75rem;height:5.11816875rem;text-align:center;text-align-last:center;display:block; }
#gmfTT4JhHU2biZMA4CRmSMUws6iuuXSx { color:#2a2a2a;display:block;width:10.4355625rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.2177734375rem;left:24.78173828125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#hKmMCl2SO6Scuahzl48VlkoGHIHTAxG0 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:play;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.59375rem;height:23.39646875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gGwxknGqu7hItHRO2K2KKBv2iboDgmpw { color:#2a2a2a;display:block;width:59.375rem;position:absolute;font-family:play;font-size:2.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.86181640625rem;left:0.625rem;height:10.479475rem;text-align:center;text-align-last:center;display:block; }
#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { 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; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { background-color: transparent; background-image: none; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container > .video-iframe-container { display: none; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row > .video-iframe-container { display: none; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .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); }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { border-width: 0; border-radius: 0; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#Ul0irhSP7fgnKcovM67Kvka9HoVZDLKT { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BtxTedA86LcAEF0RlELQqq2an5TvcpAF { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.8115234375rem;left:1.3125rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sGPm2P3f89cz5AWfTWmU2HPFDXLuC2Pb { position:absolute;display:block;z-index:15007;background-color:#2e3c6d;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:0.125rem;width:12.5rem;top:10.4375rem;left:1.3125rem;display:block; }
#D7LkxPCxRyFTRJ9gQWzl88vBGTv4hhmu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:20.4375rem;top:7.9619140625rem;left:35.73095703125rem;overflow:hidden;display:block; }
#haHt9ccKtJlHQxobtxACmQU4wspL29qI { 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; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { background-color: transparent; background-image: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { display: none; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .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); }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { border-width: 0; border-radius: 0; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#dp3sxetJAD0UabqmTc452EnGimMUvS6K { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.515625rem;left:0rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#pW8B1F4gzCbm2tcLrQTb0VTy69U7wXbA { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:12rem;top:6.3125rem;left:1.875rem;overflow:hidden;display:block; }
#uQMeN4tJyQOxeiTrbP7BgVmfTAJC7tpy { position:absolute;display:block;z-index:15034;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:5.1875rem;width:5.1875rem;top:6.3125rem;left:15.75rem;overflow:hidden;display:block; }
#Ssvw6QQ3xts935sD0TzL3RGL7rRHEaF1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.8125rem;top:6.3125rem;left:23.185546875rem;overflow:hidden;display:block; }
#HHS7RleNVIB2KHhC0i2cIvukC9Htv1tT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:18.4375rem;top:6.625rem;left:36.125rem;overflow:hidden;display:block; }
#GG8DrgkDlFCKBmEeBDJnCtONu98BGAcf { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.6875rem;top:13.4375rem;left:0.875rem;overflow:hidden;display:block; }
#Tt2yemqTepyiPDoKFxyEGZOEQ0TG9oQb { position:absolute;display:block;z-index:15038;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:5.5rem;width:9rem;top:12.125rem;left:22.5rem;overflow:hidden;display:block; }
#gg5RyiXoVGMPLLhVF2UvQLTEvD5tiQFu { position:absolute;display:block;z-index:15039;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:5.375rem;width:20.5rem;top:12.875rem;left:36.125rem;overflow:hidden;display:block; }
#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm { position:relative;display:block; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm { background-color: transparent; background-image: none; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row .container > .video-iframe-container { display: none; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row > .video-iframe-container { display: none; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .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); }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm { border-width: 0; border-radius: 0; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .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; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .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.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCXRyyg6pNBFJnZqsO4u7epKqNOFnWI3 { color:#2a2a2a;display:block;width:59.9375rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.44189453125rem;left:0rem;height:46.2890625rem;text-align:left;text-align-last:left;display:block; }
#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#ahWkxkfiKTAiiQlbInbf7HsG5PasphnW { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:53.7451171875rem;left:18.71875rem;display:block; }
#wtzunqoM0ihN41rn3y5TM5feCrGdTBhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 { position:relative;display:block; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 { background-color: transparent; background-image: none; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row .container > .video-iframe-container { display: none; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row > .video-iframe-container { display: none; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .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); }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 { border-width: 0; border-radius: 0; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .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; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .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:148.625rem;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; }#h0McNsrypKTf8M1MGxbFdIJb7nHfnWNF { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:9rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:57.5rem;left:0rem;height:11.6996875rem;text-align:center;text-align-last:center;display:block; }
#vFUtwdJ81B59hepyTT5xtLNXTIJJFt4m { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:62.5771484375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#ePISbtxS1JKUQs2Bk1mpVMCAmwZwbaM3 { position:absolute;display:block;z-index:15013;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:27.0625rem;width:27.0625rem;top:72.5rem;left:0rem;overflow:hidden;display:block; }
#GFEmnQUnkyHBZvaKC7S5CVtzuCTW1Gc4 { position:absolute;display:block;z-index:15014;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:27.0625rem;width:27.0625rem;top:72.5rem;left:32.9375rem;overflow:hidden;display:block; }
#XgDX9albOnRMqP4T3WNOza0dgUSnzTcs { position:absolute;display:block;z-index:15014;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:27.0625rem;width:27.0625rem;top:105.25rem;left:0rem;overflow:hidden;display:block; }
#nCtrkECzN8LG5iiMmGPDTCMEP1cpvAtn { position:absolute;display:block;z-index:15015;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:27.0625rem;width:27.0625rem;top:105.3125rem;left:32.9375rem;overflow:hidden;display:block; }
#eQsd09SR2WWSBuakadlbKAfIi2xEPhFv { color:#2e3c6d;display:block;width:60rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.3603515625rem;left:0rem;height:44.74609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcJutpAD6NnrkHJ1xOVoDhAWo7TyVkBb { color:#2e3c6d;display:block;width:60rem;position:absolute;font-family:play;font-size:2.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9267578125rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#qVBBDWnlpCInbk4DlLvX5wLufxOcUWUm { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:play;font-size:9rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.6611328125rem;left:0rem;height:11.6996875rem;text-align:center;text-align-last:center;display:block; }
#TAM6dRrgFPBEHUsauuhkbrzCHb6tWI97 { background-color:#c30152;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:play;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:135.875rem;left:18.71875rem;display:block; }
#icKoFefK4NMSW8PwlppTHgG6PBgwoWsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0q5BiBMzmdnqlyb0drJv4aCIfpxZhP9 { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:141.875rem;left:9.5625rem;height:2.5996125rem;display:block; }
#aDyKqCcqp4aIX9fP52qvJeXdFbRfCrFS { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:146rem;left:16.4375rem;height:1.7871125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:4rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:19.125rem;left:0rem;width:24.375rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gL9tdQNXUlcwu0pT3NhXkT5h26nO2t { width:22.5625rem;height:4rem;top:32.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block; }
 }@media only screen and (max-width: 763px) { #EgRGacP5IJ0n72TEZzuc43kCFPrykhiT { top:38.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQBRdvGGrbVuqyPyklPs34fy2zVUqQ4 { width:17.5rem;height:20.3125rem;top:16.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { display:block; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMm8bImVxQrZxK5sLn29ytNo3BTqW3Or { top:3.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzb8tf5bl4sUNtw1kdbbGKz1WCuaN4Ih { width:27.8125rem;height:27.8125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { top:14.8125rem;left:18.0625rem;width:29.6875rem;height:20rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3omvQH1zMIW9rBXccb0TscOWbshh3gU { top:40.875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:none; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NRplNvx33ercGtRoS10T1t1bbQ8SNcaV { top:0.9375rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs417McpRebJ8WUSKAsTEmUqM0zgoFWE { width:47.75rem;height:29.3125rem;top:16.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk2wt3yXETLAP0qdDPro2dpzHBUC581V { width:27.0625rem;height:27.0625rem;top:49.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCIMXoDG3Xcg1QtvwzWbfd6p3Bw9DqNy { width:27.0625rem;height:27.0625rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebek6I3TciVlESvRTmTkpKOTscx14Dya { display:none; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GGGDpUv7fTB9KX6OvV3kp3S0sWHM26f6 { top:11.375rem;left:0rem;width:17.625rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtoEnTQ9drE5SUo74mmf9XtVxctlu6k { top:11.375rem;left:30rem;width:17.625rem;height:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUJZuvM8B9WxtILw7XB2DXgXpAd2wceZ { top:14.1875rem;left:2.71875rem;width:10.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQT8dpotEvnEPsMQCN5eFv5R9RPXGGgw { top:14.0625rem;left:33.5625rem;width:12.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uDkbZ3PuBkNb7QimdlxLsVag0TW5zB { width:14.8125rem;height:11.6875rem;top:19.375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRd7giuJx5WdRKQmE8yTX1Iu0f927God { width:14.5625rem;height:23.375rem;top:19.375rem;left:32.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFx8KZXm9l7nWlIPXvnSTJBVgICWA00y { width:14.4375rem;height:2.5625rem;top:51.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeRscRrICNT7GFrPPkKrUq2C6oO6x55u { display:block; }
 }@media only screen and (max-width: 763px) { #hEMuKtos9xq3THuLcrsNMDs54f4VBvWB { width:14.4375rem;height:2.5625rem;top:51.75rem;left:32.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLvKqQbui144DfHHW72Pt4mLV6rzWlV { display:block; }
 }@media only screen and (max-width: 763px) { #uJqRFEK5NAmwiA5qa7dE89KiKEpsZDez { top:11.375rem;left:30rem;width:17.625rem;height:42.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlbFaloh09cmUx4F3K82GqQPm57SsPZJ { width:12.5rem;height:5.0625rem;top:44.6875rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Io5gC1XTW3rdHWufDJikXVqLOUlfll { width:12.5rem;height:4.875rem;top:44.6875rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:26.75rem;left:0rem;width:27.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er8xS5C6b5yJrIuAVveRIlhVKOIL0gEw { width:47.75rem;height:2.9375rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOPFmLVgWzB9JEnhZFPUZmXtBI0lcNGO { width:47.75rem;height:1.625rem;top:61.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3H5haIrnySWSBuh89XML0xp2vbeMvgA { width:14.4375rem;height:2.5625rem;top:66.0625rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVeh1G8LEGyMoKaGvrSkpVRP7GwZkcwZ { display:block; }
 }@media only screen and (max-width: 763px) { #u7y31PWUGhEJ9dMp2USyDrszMx0TfNny { top:11.375rem;left:14.125rem;width:17.625rem;height:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC7PW1TZVm5odPFcaCpNUVJzJSkLNafr { width:14.4375rem;height:2.5625rem;top:51.75rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Jf2Xi845SKm7FqHL245nspwIVHcQ7C { display:block; }
 }@media only screen and (max-width: 763px) { #udHwUOiePFxGsRNw3zt6c6IQmbEL3NO8 { width:12.5rem;height:5.0625rem;top:44.6875rem;left:17.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmfTT4JhHU2biZMA4CRmSMUws6iuuXSx { top:14.1875rem;left:18.59423828125rem;width:10.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKmMCl2SO6Scuahzl48VlkoGHIHTAxG0 { width:14.8125rem;height:23.375rem;top:19.375rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGwxknGqu7hItHRO2K2KKBv2iboDgmpw { top:1.8125rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { display:block; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul0irhSP7fgnKcovM67Kvka9HoVZDLKT { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtxTedA86LcAEF0RlELQqq2an5TvcpAF { width:28.3125rem;height:21rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGPm2P3f89cz5AWfTWmU2HPFDXLuC2Pb { top:10.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7LkxPCxRyFTRJ9gQWzl88vBGTv4hhmu { width:20.4375rem;height:27.375rem;top:7.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp3sxetJAD0UabqmTc452EnGimMUvS6K { top:1.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW8B1F4gzCbm2tcLrQTb0VTy69U7wXbA { width:12rem;height:2.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMeN4tJyQOxeiTrbP7BgVmfTAJC7tpy { width:5.1875rem;height:5.1875rem;top:6.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssvw6QQ3xts935sD0TzL3RGL7rRHEaF1 { width:10.8125rem;height:2.9375rem;top:6.3125rem;left:17.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHS7RleNVIB2KHhC0i2cIvukC9Htv1tT { width:18.4375rem;height:2.3125rem;top:6.625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8DrgkDlFCKBmEeBDJnCtONu98BGAcf { width:15.6875rem;height:4.75rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2yemqTepyiPDoKFxyEGZOEQ0TG9oQb { width:9rem;height:5.5rem;top:12.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg5RyiXoVGMPLLhVF2UvQLTEvD5tiQFu { width:20.5rem;height:5.375rem;top:12.875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtwZT96QLrrCMJxhnl2scbptBoSRmlm { display:block; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCXRyyg6pNBFJnZqsO4u7epKqNOFnWI3 { top:7.4375rem;left:0rem;width:47.75rem;height:46.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:2.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahWkxkfiKTAiiQlbInbf7HsG5PasphnW { width:22.5625rem;height:4rem;top:53.6875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtzunqoM0ihN41rn3y5TM5feCrGdTBhQ { display:block; }
 }@media only screen and (max-width: 763px) { #nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 { display:block; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0McNsrypKTf8M1MGxbFdIJb7nHfnWNF { top:57.5rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUtwdJ81B59hepyTT5xtLNXTIJJFt4m { top:62.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePISbtxS1JKUQs2Bk1mpVMCAmwZwbaM3 { width:27.0625rem;height:27.0625rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFEmnQUnkyHBZvaKC7S5CVtzuCTW1Gc4 { width:27.0625rem;height:27.0625rem;top:72.5rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgDX9albOnRMqP4T3WNOza0dgUSnzTcs { width:27.0625rem;height:27.0625rem;top:105.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtrkECzN8LG5iiMmGPDTCMEP1cpvAtn { width:27.0625rem;height:27.0625rem;top:105.3125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsd09SR2WWSBuakadlbKAfIi2xEPhFv { top:12.3125rem;left:0rem;width:47.75rem;height:46.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJutpAD6NnrkHJ1xOVoDhAWo7TyVkBb { top:4.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVBBDWnlpCInbk4DlLvX5wLufxOcUWUm { top:0.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAM6dRrgFPBEHUsauuhkbrzCHb6tWI97 { width:22.5625rem;height:4rem;top:135.875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icKoFefK4NMSW8PwlppTHgG6PBgwoWsp { display:block; }
 }@media only screen and (max-width: 763px) { #W0q5BiBMzmdnqlyb0drJv4aCIfpxZhP9 { width:42.6875rem;height:2.5625rem;top:141.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDyKqCcqp4aIX9fP52qvJeXdFbRfCrFS { width:25.5625rem;height:1.75rem;top:146rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:#2e3c6d;background-image:none;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:13.1953125rem;top:1.25rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:14.625rem;height:13.160125rem;top:19.4091875rem;left:2.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5gL9tdQNXUlcwu0pT3NhXkT5h26nO2t { width:18.5rem;height:3.4375rem;top:33.818375rem;left:0.75rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block; }
 }@media only screen and (max-width: 763px) { #EgRGacP5IJ0n72TEZzuc43kCFPrykhiT { width:20rem;height:2.5996125rem;top:59.005875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzQBRdvGGrbVuqyPyklPs34fy2zVUqQ4 { width:16.5625rem;height:19.25rem;top:38.505875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { display:block; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMm8bImVxQrZxK5sLn29ytNo3BTqW3Or { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;color:#2e3c6d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzb8tf5bl4sUNtw1kdbbGKz1WCuaN4Ih { width:20rem;height:20rem;top:15.4980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { width:20rem;height:20.7129125rem;top:36.7480625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3omvQH1zMIW9rBXccb0TscOWbshh3gU { width:20rem;height:11.046875rem;top:58.7109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRplNvx33ercGtRoS10T1t1bbQ8SNcaV { width:20rem;height:15.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs417McpRebJ8WUSKAsTEmUqM0zgoFWE { width:20rem;height:50.6923625rem;top:18.0966875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uk2wt3yXETLAP0qdDPro2dpzHBUC581V { width:20rem;height:20rem;top:91.2880625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCIMXoDG3Xcg1QtvwzWbfd6p3Bw9DqNy { width:20rem;height:20rem;top:70.0380625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebek6I3TciVlESvRTmTkpKOTscx14Dya { display:block; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container { width:20rem;height:172.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGDpUv7fTB9KX6OvV3kp3S0sWHM26f6 { width:17.625rem;height:37.3125rem;top:20.6963125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtoEnTQ9drE5SUo74mmf9XtVxctlu6k { width:17.625rem;height:33.75rem;top:125.77053125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUJZuvM8B9WxtILw7XB2DXgXpAd2wceZ { width:10.375rem;height:2.51855625rem;top:23.5078359375rem;left:4.78125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQT8dpotEvnEPsMQCN5eFv5R9RPXGGgw { width:10.375rem;height:5.0371125rem;top:128.491234375rem;left:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7uDkbZ3PuBkNb7QimdlxLsVag0TW5zB { width:13.1875rem;height:12.99803125rem;top:28.6650625rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRd7giuJx5WdRKQmE8yTX1Iu0f927God { width:12.5rem;height:27.29589375rem;top:133.77053125rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFx8KZXm9l7nWlIPXvnSTJBVgICWA00y { width:14.4375rem;height:2.5625rem;top:61.0400625rem;left:2.78125rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GeRscRrICNT7GFrPPkKrUq2C6oO6x55u { display:block; }
 }@media only screen and (max-width: 763px) { #hEMuKtos9xq3THuLcrsNMDs54f4VBvWB { width:14.4375rem;height:2.5625rem;top:166.14553125rem;left:2.78125rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dSLvKqQbui144DfHHW72Pt4mLV6rzWlV { display:block; }
 }@media only screen and (max-width: 763px) { #uJqRFEK5NAmwiA5qa7dE89KiKEpsZDez { width:17.625rem;height:45.625rem;top:125.77053125rem;left:1.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vlbFaloh09cmUx4F3K82GqQPm57SsPZJ { width:12.5rem;height:4.875rem;top:54.010765625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Io5gC1XTW3rdHWufDJikXVqLOUlfll { width:12.5rem;height:3.25rem;top:159.766625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:15.9375rem;height:1.54296875rem;top:64.8525625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er8xS5C6b5yJrIuAVveRIlhVKOIL0gEw { width:20rem;height:6.0625rem;top:67.64553125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOPFmLVgWzB9JEnhZFPUZmXtBI0lcNGO { width:20rem;height:4.875rem;top:68.30178125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3H5haIrnySWSBuh89XML0xp2vbeMvgA { width:14.4375rem;height:2.5625rem;top:121.95803125rem;left:2.75rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tVeh1G8LEGyMoKaGvrSkpVRP7GwZkcwZ { display:block; }
 }@media only screen and (max-width: 763px) { #u7y31PWUGhEJ9dMp2USyDrszMx0TfNny { width:17.625rem;height:45.75rem;top:74.95803125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC7PW1TZVm5odPFcaCpNUVJzJSkLNafr { width:14.4375rem;height:2.5625rem;top:115.33303125rem;left:2.78125rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #g2Jf2Xi845SKm7FqHL245nspwIVHcQ7C { display:block; }
 }@media only screen and (max-width: 763px) { #udHwUOiePFxGsRNw3zt6c6IQmbEL3NO8 { width:12.5rem;height:4.875rem;top:108.3027578125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmfTT4JhHU2biZMA4CRmSMUws6iuuXSx { width:10.375rem;height:2.51855625rem;top:77.8008046875rem;left:4.78125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKmMCl2SO6Scuahzl48VlkoGHIHTAxG0 { width:14.8125rem;height:23.39646875rem;top:82.95803125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGwxknGqu7hItHRO2K2KKBv2iboDgmpw { width:20rem;height:18.1972375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { display:block; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ul0irhSP7fgnKcovM67Kvka9HoVZDLKT { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtxTedA86LcAEF0RlELQqq2an5TvcpAF { width:20rem;height:19.6875rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGPm2P3f89cz5AWfTWmU2HPFDXLuC2Pb { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7LkxPCxRyFTRJ9gQWzl88vBGTv4hhmu { width:17.375rem;height:23.3125rem;top:26.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp3sxetJAD0UabqmTc452EnGimMUvS6K { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pW8B1F4gzCbm2tcLrQTb0VTy69U7wXbA { width:12rem;height:2.9375rem;top:4.3671875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMeN4tJyQOxeiTrbP7BgVmfTAJC7tpy { width:5.1875rem;height:5.1875rem;top:8.5546875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssvw6QQ3xts935sD0TzL3RGL7rRHEaF1 { width:10.8125rem;height:2.9375rem;top:14.9921875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHS7RleNVIB2KHhC0i2cIvukC9Htv1tT { width:18.4375rem;height:2.3125rem;top:19.1796875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8DrgkDlFCKBmEeBDJnCtONu98BGAcf { width:15.6875rem;height:4.75rem;top:22.7421875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2yemqTepyiPDoKFxyEGZOEQ0TG9oQb { width:9rem;height:5.5rem;top:28.7421875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg5RyiXoVGMPLLhVF2UvQLTEvD5tiQFu { width:20rem;height:5.2431625rem;top:35.4921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtwZT96QLrrCMJxhnl2scbptBoSRmlm { display:block; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCXRyyg6pNBFJnZqsO4u7epKqNOFnWI3 { width:20rem;height:84.8633125rem;top:5.0996125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahWkxkfiKTAiiQlbInbf7HsG5PasphnW { width:19rem;height:4rem;top:91.2127375rem;left:0.5rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtzunqoM0ihN41rn3y5TM5feCrGdTBhQ { display:block; }
 }@media only screen and (max-width: 763px) { #nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 { display:block; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row .container { width:20rem;height:193.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0McNsrypKTf8M1MGxbFdIJb7nHfnWNF { width:20rem;height:auto;top:57.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vFUtwdJ81B59hepyTT5xtLNXTIJJFt4m { width:20rem;height:5.19921875rem;top:88.90735rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePISbtxS1JKUQs2Bk1mpVMCAmwZwbaM3 { width:20rem;height:20rem;top:95.35656875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFEmnQUnkyHBZvaKC7S5CVtzuCTW1Gc4 { width:20rem;height:20rem;top:116.60656875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgDX9albOnRMqP4T3WNOza0dgUSnzTcs { width:20rem;height:20rem;top:137.85656875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtrkECzN8LG5iiMmGPDTCMEP1cpvAtn { width:20rem;height:20rem;top:159.10656875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsd09SR2WWSBuakadlbKAfIi2xEPhFv { width:20rem;height:78.70896875rem;top:8.949225rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcJutpAD6NnrkHJ1xOVoDhAWo7TyVkBb { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVBBDWnlpCInbk4DlLvX5wLufxOcUWUm { width:20rem;height:2.5996125rem;top:5.0996125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAM6dRrgFPBEHUsauuhkbrzCHb6tWI97 { width:19rem;height:4rem;top:180.35656875rem;left:0.5rem;background-color:#b50729;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icKoFefK4NMSW8PwlppTHgG6PBgwoWsp { display:block; }
 }@media only screen and (max-width: 763px) { #W0q5BiBMzmdnqlyb0drJv4aCIfpxZhP9 { width:20rem;height:3.89941875rem;top:185.60656875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDyKqCcqp4aIX9fP52qvJeXdFbRfCrFS { width:20rem;height:1.7871125rem;top:190.75598125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }