.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:#000000;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:#4997a4;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:6.9375rem;left:0rem;height:10.1059375rem;text-align:left;text-align-last:left;display:block; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:25.875rem;position:absolute;font-family:play;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.75rem;left:0rem;height:;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:32rem;left:1.65625rem;display:block; }
#WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUZhQK4wxXPlLxEEQg5OL9xC3Tz0G9hT { position:absolute;display:block;z-index:15023;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:20rem;width:26.75rem;top:17.1875rem;left:29.87939453125rem;overflow:hidden;display:block; }
#a5ancZTysaMFy55u7cwyFTLSMq1bvtTd { position:absolute;display:block;z-index:15024;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:6.0625rem;width:6.1875rem;top:0.875rem;left:28.625rem;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:67.5rem;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:2.8125rem;left:0rem;height:3.16845625rem;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:24.94921875rem;left:0.875rem;overflow:hidden;display:block; }
#x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { color:#2e3c6d;display:block;width:30.75rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.51171875rem;left:29.25rem;height:26.23875625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d3omvQH1zMIW9rBXccb0TscOWbshh3gU { color:#2a2a2a;display:block;width:45.5rem;position:absolute;font-family:play;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:55.82421875rem;left:7.25rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0lg3S5JM7TOnudrJVAq9HRpQu0ZvMWz { color:#2e3c6d;display:block;width:50.625rem;position:absolute;font-family:play;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.322265625rem;left:5.9375rem;height:16.97801875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#coz4TXnIeAKmHwzSTMxtz1cevnz5Nob3 { 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:62.25rem;left:17.25rem;display:block; }
#sl1Ob5C4cM8v4hgHS9iqSszJ76wLewfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:67.8125rem;width:60rem;position:relative;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; }
#T7blelTKSiPhHE9m0UU29IhWvskMNRks { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:play;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.2392578125rem;left:7.25rem;height:20.47266875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tr6uHw4hZWlBp1I7TMBtDHdcgWa5bJ9F { 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:61.3125rem;left:18.71875rem;display:block; }
#Ecn4DZO4y7oK3oQVG0WUk24kmhnp1D3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ccfldWfkF7maTqqSB3hBAXF1JqRsvk39 { position:absolute;display:block;z-index:15028;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:18.25rem;width:49.6875rem;top:38.1875rem;left:5.84375rem;overflow:hidden;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:2.3374rem;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:10.6240234375rem;left:1.3125rem;height:24rem;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:9.3125rem;left:1.3125rem;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:32.9375rem;width:24.5rem;top:2.1875rem;left:34.2587890625rem;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:28.8125rem;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; }
#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:22.6875rem;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:27.4375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;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:115.6875rem;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; }#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:10.25rem;left:0rem;overflow:hidden;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:10.25rem;left:32.9375rem;overflow:hidden;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:40.8125rem;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:40.8125rem;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:73.375rem;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:73.375rem;left:32.9375rem;overflow:hidden;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:105.4375rem;left:18.75rem;display:block; }
#icKoFefK4NMSW8PwlppTHgG6PBgwoWsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4vDgr3hcSDK9cQv5HDkhHmrbLdMGPkP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:113.087890625rem;left:0.9375rem;height:2.5996125rem;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:6.9375rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:20.75rem;left:0rem;width:25.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gL9tdQNXUlcwu0pT3NhXkT5h26nO2t { width:22.5625rem;height:4rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block; }
 }@media only screen and (max-width: 763px) { #lUZhQK4wxXPlLxEEQg5OL9xC3Tz0G9hT { width:26.75rem;height:20rem;top:17.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ancZTysaMFy55u7cwyFTLSMq1bvtTd { width:6.1875rem;height:6.0625rem;top:0.875rem;left:22.5rem;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:2.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzb8tf5bl4sUNtw1kdbbGKz1WCuaN4Ih { width:27.8125rem;height:27.8125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { top:26.5rem;left:17rem;width:30.75rem;height:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3omvQH1zMIW9rBXccb0TscOWbshh3gU { top:55.8125rem;left:1.125rem;width:45.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0lg3S5JM7TOnudrJVAq9HRpQu0ZvMWz { top:7.3125rem;left:0rem;width:47.75rem;height:18.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz4TXnIeAKmHwzSTMxtz1cevnz5Nob3 { width:22.5625rem;height:4rem;top:62.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl1Ob5C4cM8v4hgHS9iqSszJ76wLewfQ { 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) { #uJqRFEK5NAmwiA5qa7dE89KiKEpsZDez { top:11.375rem;left:30rem;width:17.625rem;height:42.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7blelTKSiPhHE9m0UU29IhWvskMNRks { top:8.1875rem;left:0rem;width:45.5rem;height:20.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6uHw4hZWlBp1I7TMBtDHdcgWa5bJ9F { width:22.5625rem;height:4rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecn4DZO4y7oK3oQVG0WUk24kmhnp1D3M { display:block; }
 }@media only screen and (max-width: 763px) { #ccfldWfkF7maTqqSB3hBAXF1JqRsvk39 { width:47.75rem;height:17.538364779874rem;top:38.1875rem;left:0rem;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:24rem;top:10.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGPm2P3f89cz5AWfTWmU2HPFDXLuC2Pb { top:9.3125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQBRdvGGrbVuqyPyklPs34fy2zVUqQ4 { width:24.5rem;height:32.9375rem;top:2.1875rem;left:23.25rem;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) { #h0McNsrypKTf8M1MGxbFdIJb7nHfnWNF { top:22.6875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUtwdJ81B59hepyTT5xtLNXTIJJFt4m { top:27.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;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) { #dCIMXoDG3Xcg1QtvwzWbfd6p3Bw9DqNy { width:27.0625rem;height:27.0625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk2wt3yXETLAP0qdDPro2dpzHBUC581V { width:27.0625rem;height:27.0625rem;top:10.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePISbtxS1JKUQs2Bk1mpVMCAmwZwbaM3 { width:27.0625rem;height:27.0625rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFEmnQUnkyHBZvaKC7S5CVtzuCTW1Gc4 { width:27.0625rem;height:27.0625rem;top:40.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgDX9albOnRMqP4T3WNOza0dgUSnzTcs { width:27.0625rem;height:27.0625rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtrkECzN8LG5iiMmGPDTCMEP1cpvAtn { width:27.0625rem;height:27.0625rem;top:73.375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAM6dRrgFPBEHUsauuhkbrzCHb6tWI97 { width:22.5625rem;height:4rem;top:105.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icKoFefK4NMSW8PwlppTHgG6PBgwoWsp { display:block; }
 }@media only screen and (max-width: 763px) { #A4vDgr3hcSDK9cQv5HDkhHmrbLdMGPkP { width:12.5rem;height:2.5625rem;top:113.0625rem;left:0rem;font-size:1rem;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:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:10.9985625rem;top:8.5625rem;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:10.9668125rem;top:20.8110625rem;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.027875rem;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) { #lUZhQK4wxXPlLxEEQg5OL9xC3Tz0G9hT { width:20rem;height:15rem;top:37.715375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ancZTysaMFy55u7cwyFTLSMq1bvtTd { width:6.1875rem;height:6.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { display:block; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMm8bImVxQrZxK5sLn29ytNo3BTqW3Or { width:20rem;height:7.7988125rem;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:37.784625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { width:20rem;height:27.6172rem;top:59.034625rem;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:8.285125rem;top:87.9018125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0lg3S5JM7TOnudrJVAq9HRpQu0ZvMWz { width:20rem;height:26.23635rem;top:10.2983125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coz4TXnIeAKmHwzSTMxtz1cevnz5Nob3 { width:19rem;height:4rem;top:97.4365rem;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) { #sl1Ob5C4cM8v4hgHS9iqSszJ76wLewfQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ebek6I3TciVlESvRTmTkpKOTscx14Dya { display:block; }#Ebek6I3TciVlESvRTmTkpKOTscx14Dya > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJqRFEK5NAmwiA5qa7dE89KiKEpsZDez { width:17.625rem;height:45.625rem;top:37.66409375rem;left:1.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #T7blelTKSiPhHE9m0UU29IhWvskMNRks { width:20rem;height:27.6172125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tr6uHw4hZWlBp1I7TMBtDHdcgWa5bJ9F { width:19rem;height:4rem;top:38.7119375rem;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) { #Ecn4DZO4y7oK3oQVG0WUk24kmhnp1D3M { display:block; }
 }@media only screen and (max-width: 763px) { #ccfldWfkF7maTqqSB3hBAXF1JqRsvk39 { width:20rem;height:7.34475rem;top:30.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { display:block; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { width:20rem;height:54.875rem;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:24.9375rem;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) { #FzQBRdvGGrbVuqyPyklPs34fy2zVUqQ4 { width:16.5625rem;height:22.1875rem;top:31.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haHt9ccKtJlHQxobtxACmQU4wspL29qI { display:block; }#haHt9ccKtJlHQxobtxACmQU4wspL29qI > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp3sxetJAD0UabqmTc452EnGimMUvS6K { width:20rem;height:1.86865rem;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.3681625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQMeN4tJyQOxeiTrbP7BgVmfTAJC7tpy { width:5.1875rem;height:5.1875rem;top:8.5556625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssvw6QQ3xts935sD0TzL3RGL7rRHEaF1 { width:10.8125rem;height:2.9375rem;top:14.9931625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHS7RleNVIB2KHhC0i2cIvukC9Htv1tT { width:18.4375rem;height:2.3125rem;top:19.1806625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8DrgkDlFCKBmEeBDJnCtONu98BGAcf { width:15.6875rem;height:4.75rem;top:22.7431625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt2yemqTepyiPDoKFxyEGZOEQ0TG9oQb { width:9rem;height:5.5rem;top:28.7431625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg5RyiXoVGMPLLhVF2UvQLTEvD5tiQFu { width:20rem;height:5.2421875rem;top:35.4931625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0McNsrypKTf8M1MGxbFdIJb7nHfnWNF { width:20rem;height:auto;top:22.6875rem;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:41.98535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 { display:block; }#nA35xTMDnPTOOK9mJpagGC7t1DNI36F8 > .row .container { width:20rem;height:137.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCIMXoDG3Xcg1QtvwzWbfd6p3Bw9DqNy { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk2wt3yXETLAP0qdDPro2dpzHBUC581V { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePISbtxS1JKUQs2Bk1mpVMCAmwZwbaM3 { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFEmnQUnkyHBZvaKC7S5CVtzuCTW1Gc4 { width:20rem;height:20rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgDX9albOnRMqP4T3WNOza0dgUSnzTcs { width:20rem;height:20rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtrkECzN8LG5iiMmGPDTCMEP1cpvAtn { width:20rem;height:20rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAM6dRrgFPBEHUsauuhkbrzCHb6tWI97 { width:19rem;height:4rem;top:128.75rem;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) { #A4vDgr3hcSDK9cQv5HDkhHmrbLdMGPkP { width:12.5rem;height:2.5996125rem;top:134rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }