.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:216,231,245;--color-primary-1:137,182,226;--color-primary-2:59,133,206;--color-primary-3:10,102,194;--color-primary-4:46,60,109;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Play";--paragraphs-font-family:"Play"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);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:39.5rem;width:60rem;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:12.40625rem;left:0rem;height:7.287125rem;text-align:center;text-align-last:center;display:block; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:rgba(var(--color-secondary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.46875rem;left:4.53125rem;height:12.1875rem;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:rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:4rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.375rem;left:16.5rem;display:block; }
#WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDSs1LTVogFF29bkFw00VSHq8voUwn0X { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:60rem;top:0rem;left:0rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { color:rgba(var(--color-primary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.546875rem;left:3.625rem;height:13.88671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOUUXRCH3GZ9MNDKnA5vPTHRkA1PxpAP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:15.3466796875rem;left:10rem;display:block; }
#AIfKgQ5sMd533eLXqpDQqDmakupLssdO { color:rgba(var(--color-primary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:41.6494140625rem;left:4.84375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:58.625rem;width:60rem;position:relative;display:block; }#NRplNvx33ercGtRoS10T1t1bbQ8SNcaV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.7177734375rem;left:0rem;height:6.986325rem;text-align:left;text-align-last:left;display:block; }
#Gs417McpRebJ8WUSKAsTEmUqM0zgoFWE { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:12.2763671875rem;left:0rem;height:24.6875rem;font-style:normal;display:block; }
#I1Io5gC1XTW3rdHWufDJikXVqLOUlfll { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.5rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hEMuKtos9xq3THuLcrsNMDs54f4VBvWB { background-color:rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:47.0625rem;left:0rem;display:block; }
#dSLvKqQbui144DfHHW72Pt4mLV6rzWlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiW4Uf36WAS1HSf1KEWSb3vIQfNop1DH { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:52.9208984375rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WEBZVH0NvclfzquCTe458cDStL93P8US { position:relative;display:block; }#WEBZVH0NvclfzquCTe458cDStL93P8US { background-color: transparent; background-image: none; }#WEBZVH0NvclfzquCTe458cDStL93P8US::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row .container > .video-iframe-container { display: none; }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row > .video-iframe-container { display: none; }#WEBZVH0NvclfzquCTe458cDStL93P8US > .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); }#WEBZVH0NvclfzquCTe458cDStL93P8US { border-width: 0; border-radius: 0; }#WEBZVH0NvclfzquCTe458cDStL93P8US > .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; }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.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; }#MUiTCUaB199295vSo6lPDBU1xoAPwsUh { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#TXggwrpHyqJgU6D0Zy2HOR3UrzHg5SzG { background-color:rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:2.5625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.5rem;left:14.125rem;display:none; }
#SuSn40Hiduv0TrAlO472Me756X3EvPDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2IvKWxCoPrainACTFw2tdGCVJS11Vm3 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:34.4375rem;top:8.3125rem;left:12.78125rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:171.125rem;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; }#rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#aMPgdC3fdp2kgn2eTDXV8SRNR5QM1tKr { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#aDyKqCcqp4aIX9fP52qvJeXdFbRfCrFS { color:rgba(var(--color-tertiary-4),1);display:block;width:55.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:168.337890625rem;left:0rem;height:1.7871125rem;display:block; }
#bcJutpAD6NnrkHJ1xOVoDhAWo7TyVkBb { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:84.375rem;left:0rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#eQsd09SR2WWSBuakadlbKAfIi2xEPhFv { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:90.125rem;left:0rem;height:24.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzXsoTI9F63iSrex5oCzHIxGW0eJst0k { position:absolute;display:block;z-index:15032;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:7.6875rem;width:9.25rem;top:57.1875rem;left:0rem;overflow:hidden;display:block; }
#Fte0SJfEb5Z0eUHOxwCxfAXRaLcVTpbq { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:13.75rem;top:59.3125rem;left:15rem;overflow:hidden;display:block; }
#uJb3r2HZ7dDc1mOHN93ShrdrzAFsUnkF { position:absolute;display:block;z-index:15048;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.5625rem;width:18.5625rem;top:29.40625rem;left:19.125rem;overflow:hidden;display:block; }
#iwcvZBFz8qtH3sXyAMqAzCTPw89fK7Qv { background-color:rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:45.75rem;left:16.65625rem;display:block; }
#FVNkb82HZNQ0scuV7kBb3ehKCTpgudoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOaWWOM4FIwtoWSJ7iueXk9Hwe9oIVeo { position:absolute;display:block;z-index:15049;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.25rem;width:11.1875rem;top:28.5625rem;left:3.3125rem;overflow:hidden;display:block; }
#SVttQUVfLIQeQX6fXCOQOIasWwHAISD9 { position:absolute;display:block;z-index:15050;height:4.875rem;width:8.6875rem;top:162.962890625rem;left:19.125rem;display:block; }
#tDCgUE4TBzHxQZXN0nkXEuwtgAS8PN3c { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:52.3125rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#TzDK5SVhBchaUUI5IRGltnI0P7tn17ir { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.0625rem;top:59.125rem;left:46.625rem;overflow:hidden;display:block; }
#SesFXrkdcMz6TZegG4RCOPh96A8yTlDF { position:absolute;display:block;z-index:15064;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:8.5rem;width:18.75rem;top:8.8125rem;left:20.625rem;overflow:hidden;display:block; }
#p9kFJyDFbdCkCv6TtIl8ZSfs9WTQWME1 { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top: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:7.8125rem;width:7.9375rem;top:57.125rem;left:33.4375rem;overflow:hidden;display:block; }
#fiNxhv54ccpggWEgbkH4TqQTmxaASDcr { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top: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:39.9375rem;width:60rem;top:119rem;left:0rem;overflow:hidden;display:block; }
#DIIsqw1PKKNw9EqzvzTmgkzR9BD5rEB7 { color:#2a2a2a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:68.25rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#eCDup53UiniKVMOz7ZlwslU4wF7QgvVR { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top: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:10.8125rem;width:26.6875rem;top:72.125rem;left:14.4375rem;overflow:hidden;display:block; }
#dVytPgZdGncCdDnaWmfbJEN9FXJGEM6f { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:9.9375rem;top:35.71875rem;left:25.03125rem;overflow:hidden;display:block; }
#dxVZhK2d8Cogbio1KCekpcf2ZSeS7R8I { position:absolute;display:block;z-index:15070;border-bottom:0;border-left:0;border-right:0;border-top: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:8.9375rem;width:8.9375rem;top:26.10546875rem;left:46.1875rem;overflow:hidden;display:block; }
#yNfIF1JZWEiBf4o6NC4QZWw2vQOQLhGG { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:12.75rem;top:35.6875rem;left:3.96875rem;overflow:hidden;display:block; }
#Ofl5tdTR2J6e3o0VVGuLqhJ28cVPLNa1 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top: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:8.3125rem;width:8.3125rem;top:33.65625rem;left:47.3125rem;overflow:hidden;display:block; }
#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#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:78.125rem;width:60rem;position:relative;display:none; }#Ul0irhSP7fgnKcovM67Kvka9HoVZDLKT { color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.9931640625rem;left:1.3125rem;height:22.5rem;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:rgba(var(--color-primary-4),1);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:26.25rem;width:21.0625rem;top:14.9931640625rem;left:35.79296875rem;overflow:hidden;display:block; }
#FbD5MAIRKgwNBP2Jb3Afmr1luPpmmOq6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:21.1875rem;top:48.1181640625rem;left:35.73046875rem;overflow:hidden;display:block; }
#WQgI21z86LlHfT1IsAoL3fmOnSJduQ8N { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:48.1181640625rem;left:1.59375rem;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; }
#itqnKSSTgPRrmqbgvR5L08f08hGm4mCh { background-color:rgba(var(--color-secondary-4),1);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.1396484375rem;left:5.375rem;display:block; }
#Tde999hc5mbEmcMdyC1ODlUGl8S8HxB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:12.375rem;left:0rem;width:47.75rem;height:7.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:21.4375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5gL9tdQNXUlcwu0pT3NhXkT5h26nO2t { width:27rem;height:4rem;top:32.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRTtSnuT5Dy5293kZhy19gPOQPRT1GnF { display:block; }
 }@media only screen and (max-width: 763px) { #PDSs1LTVogFF29bkFw00VSHq8voUwn0X { width:47.75rem;height:10.694010416667rem;top:0rem;left:0rem;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) { #x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { top:2.5rem;left:0rem;width:47.75rem;height:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUUXRCH3GZ9MNDKnA5vPTHRkA1PxpAP { width:40rem;height:22.5rem;top:15.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfKgQ5sMd533eLXqpDQqDmakupLssdO { top:41.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS { display:block; }#UeU2D9UfumQzuexmbxTWSwxwpfnmuNfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRplNvx33ercGtRoS10T1t1bbQ8SNcaV { top:2.6875rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs417McpRebJ8WUSKAsTEmUqM0zgoFWE { width:47.75rem;height:24.6875rem;top:12.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Io5gC1XTW3rdHWufDJikXVqLOUlfll { width:27.8125rem;height:0;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEMuKtos9xq3THuLcrsNMDs54f4VBvWB { width:23.5rem;height:2.5625rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSLvKqQbui144DfHHW72Pt4mLV6rzWlV { display:block; }
 }@media only screen and (max-width: 763px) { #xiW4Uf36WAS1HSf1KEWSb3vIQfNop1DH { width:44.5625rem;height:4.875rem;top:52.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBZVH0NvclfzquCTe458cDStL93P8US { display:block; }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUiTCUaB199295vSo6lPDBU1xoAPwsUh { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXggwrpHyqJgU6D0Zy2HOR3UrzHg5SzG { width:31.75rem;height:2.5625rem;top:23.5rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuSn40Hiduv0TrAlO472Me756X3EvPDk { display:block; }
 }@media only screen and (max-width: 763px) { #U2IvKWxCoPrainACTFw2tdGCVJS11Vm3 { width:34.4375rem;height:12.625rem;top:8.3125rem;left:6.65625rem;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) { #rVbTqlsyuWJIGkT1k9eGChp62ZnHyLvV { top:2.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMPgdC3fdp2kgn2eTDXV8SRNR5QM1tKr { top:22.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDyKqCcqp4aIX9fP52qvJeXdFbRfCrFS { width:47.75rem;height:1.75rem;top:168.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcJutpAD6NnrkHJ1xOVoDhAWo7TyVkBb { top:84.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQsd09SR2WWSBuakadlbKAfIi2xEPhFv { top:90.125rem;left:0rem;width:47.75rem;height:24.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzXsoTI9F63iSrex5oCzHIxGW0eJst0k { width:9.25rem;height:7.6875rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fte0SJfEb5Z0eUHOxwCxfAXRaLcVTpbq { width:13.75rem;height:3.375rem;top:59.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJb3r2HZ7dDc1mOHN93ShrdrzAFsUnkF { width:18.5625rem;height:2.5625rem;top:29.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwcvZBFz8qtH3sXyAMqAzCTPw89fK7Qv { width:23.5rem;height:2.5625rem;top:45.75rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNkb82HZNQ0scuV7kBb3ehKCTpgudoC { display:block; }
 }@media only screen and (max-width: 763px) { #IOaWWOM4FIwtoWSJ7iueXk9Hwe9oIVeo { width:11.1875rem;height:4.25rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVttQUVfLIQeQX6fXCOQOIasWwHAISD9 { width:8.6875rem;height:4.875rem;top:162.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDCgUE4TBzHxQZXN0nkXEuwtgAS8PN3c { top:52.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzDK5SVhBchaUUI5IRGltnI0P7tn17ir { width:8.0625rem;height:3.8125rem;top:59.125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SesFXrkdcMz6TZegG4RCOPh96A8yTlDF { width:18.75rem;height:8.5rem;top:8.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9kFJyDFbdCkCv6TtIl8ZSfs9WTQWME1 { width:7.9375rem;height:7.8125rem;top:57.125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNxhv54ccpggWEgbkH4TqQTmxaASDcr { width:47.75rem;height:31.78359375rem;top:119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIIsqw1PKKNw9EqzvzTmgkzR9BD5rEB7 { top:68.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCDup53UiniKVMOz7ZlwslU4wF7QgvVR { width:26.6875rem;height:10.8125rem;top:72.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVytPgZdGncCdDnaWmfbJEN9FXJGEM6f { width:9.9375rem;height:4.1875rem;top:35.6875rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVZhK2d8Cogbio1KCekpcf2ZSeS7R8I { width:8.9375rem;height:8.9375rem;top:26.0625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNfIF1JZWEiBf4o6NC4QZWw2vQOQLhGG { width:12.75rem;height:4.25rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofl5tdTR2J6e3o0VVGuLqhJ28cVPLNa1 { width:8.3125rem;height:8.3125rem;top:33.625rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { display:none; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { width:47.75rem;position:relative;display:none; } }@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:25.5rem;height:22.5rem;top:14.9375rem;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:21.0625rem;height:26.25rem;top:14.9375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbD5MAIRKgwNBP2Jb3Afmr1luPpmmOq6 { width:21.1875rem;height:26.375rem;top:48.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQgI21z86LlHfT1IsAoL3fmOnSJduQ8N { width:27.1875rem;height:21rem;top:48.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqnKSSTgPRrmqbgvR5L08f08hGm4mCh { width:23.5rem;height:2.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tde999hc5mbEmcMdyC1ODlUGl8S8HxB7 { 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:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:19rem;height:8.796875rem;top:6.9765625rem;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:26.3203125rem;top:17.0234375rem;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:44.59375rem;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) { #PDSs1LTVogFF29bkFw00VSHq8voUwn0X { width:20rem;height:4.4765625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVvER6W9OQLHOOdghTTI74TpLH5LgF56 { display:block; }#gVvER6W9OQLHOOdghTTI74TpLH5LgF56 > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6n4UKAJiibdgSCOdwPx7mPa0tqlqQwH { width:20rem;height:23.47465rem;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) { #OOUUXRCH3GZ9MNDKnA5vPTHRkA1PxpAP { height:11.25rem;width:20rem;top:25.974625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfKgQ5sMd533eLXqpDQqDmakupLssdO { width:20rem;height:2.76171875rem;top:38.474625rem;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:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRplNvx33ercGtRoS10T1t1bbQ8SNcaV { width:20rem;height:7.79883125rem;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:24.69631875rem;top:10.2988125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1Io5gC1XTW3rdHWufDJikXVqLOUlfll { width:12.5rem;height:0;top:36.245125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEMuKtos9xq3THuLcrsNMDs54f4VBvWB { width:20rem;height:2.5625rem;top:37.495125rem;left:0rem;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) { #xiW4Uf36WAS1HSf1KEWSb3vIQfNop1DH { width:20rem;height:13rem;top:41.307625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEBZVH0NvclfzquCTe458cDStL93P8US { display:block; }#WEBZVH0NvclfzquCTe458cDStL93P8US > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUiTCUaB199295vSo6lPDBU1xoAPwsUh { 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) { #TXggwrpHyqJgU6D0Zy2HOR3UrzHg5SzG { width:19rem;height:2.5625rem;top:11.4277375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #SuSn40Hiduv0TrAlO472Me756X3EvPDk { display:block; }
 }@media only screen and (max-width: 763px) { #U2IvKWxCoPrainACTFw2tdGCVJS11Vm3 { width:20rem;height:7.3310625rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtwZT96QLrrCMJxhnl2scbptBoSRmlm { display:block; }#NNtwZT96QLrrCMJxhnl2scbptBoSRmlm > .row .container { width:20rem;height:198.0625rem;position:relative;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) { #aMPgdC3fdp2kgn2eTDXV8SRNR5QM1tKr { width:20rem;height:5.19921875rem;top:13.0371125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDyKqCcqp4aIX9fP52qvJeXdFbRfCrFS { width:20rem;height:3.57421875rem;top:193.24513125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcJutpAD6NnrkHJ1xOVoDhAWo7TyVkBb { width:20rem;height:2.5996125rem;top:113.29983125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQsd09SR2WWSBuakadlbKAfIi2xEPhFv { width:20rem;height:37.28321875rem;top:117.14944375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzXsoTI9F63iSrex5oCzHIxGW0eJst0k { width:9.0625rem;height:7.625rem;top:69.87305rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fte0SJfEb5Z0eUHOxwCxfAXRaLcVTpbq { width:13.75rem;height:3.375rem;top:78.74805rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJb3r2HZ7dDc1mOHN93ShrdrzAFsUnkF { width:14.625rem;height:1.9375rem;top:24.98633125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwcvZBFz8qtH3sXyAMqAzCTPw89fK7Qv { width:20rem;height:3.3125rem;top:58.86133125rem;left:0rem;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) { #FVNkb82HZNQ0scuV7kBb3ehKCTpgudoC { display:block; }
 }@media only screen and (max-width: 763px) { #IOaWWOM4FIwtoWSJ7iueXk9Hwe9oIVeo { width:11.1875rem;height:4.25rem;top:19.48633125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVttQUVfLIQeQX6fXCOQOIasWwHAISD9 { width:20rem;height:21.75rem;top:170.24513125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDCgUE4TBzHxQZXN0nkXEuwtgAS8PN3c { width:20rem;height:5.19921875rem;top:63.42383125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzDK5SVhBchaUUI5IRGltnI0P7tn17ir { width:8.0625rem;height:3.8125rem;top:92.43555rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SesFXrkdcMz6TZegG4RCOPh96A8yTlDF { width:14.875rem;height:6.6875rem;top:5.0996125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9kFJyDFbdCkCv6TtIl8ZSfs9WTQWME1 { width:7.9375rem;height:7.8125rem;top:83.37305rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNxhv54ccpggWEgbkH4TqQTmxaASDcr { width:20rem;height:13.3125rem;top:155.68263125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIIsqw1PKKNw9EqzvzTmgkzR9BD5rEB7 { width:20rem;height:5.19921875rem;top:97.49805rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCDup53UiniKVMOz7ZlwslU4wF7QgvVR { width:20rem;height:8.1025625rem;top:103.94726875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVytPgZdGncCdDnaWmfbJEN9FXJGEM6f { width:9.9375rem;height:4.1875rem;top:43.86133125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVZhK2d8Cogbio1KCekpcf2ZSeS7R8I { width:8.9375rem;height:8.9375rem;top:28.17383125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNfIF1JZWEiBf4o6NC4QZWw2vQOQLhGG { width:12.75rem;height:4.25rem;top:38.36133125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofl5tdTR2J6e3o0VVGuLqhJ28cVPLNa1 { width:8.3125rem;height:8.3125rem;top:49.29883125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo { display:none; }#TZhhIwrd1pkD8O56CVyxlRMDTUfB49Oo > .row .container { width:20rem;height:99.5625rem;position:relative;display:none; } }@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:21rem;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:15rem;height:18.6875rem;top:31.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbD5MAIRKgwNBP2Jb3Afmr1luPpmmOq6 { width:19.9375rem;height:24.8125rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQgI21z86LlHfT1IsAoL3fmOnSJduQ8N { width:20rem;height:21rem;top:51.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqnKSSTgPRrmqbgvR5L08f08hGm4mCh { width:19rem;height:2.5625rem;top:27.5rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #Tde999hc5mbEmcMdyC1ODlUGl8S8HxB7 { display:block; }
 }