.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:218,220,241;--color-primary-1:200,216,232;--color-primary-2:69,82,186;--color-primary-3:23,39,169;--color-primary-4:14,16,37;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ddc5b29-1cc8-403a-8a33-f203a6ca89e6/BGTVBRI02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,58,0.48); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,58,0.48); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:16.0625rem;top:4.8125rem;left:29.5rem;overflow:hidden;display:block; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.375rem;width:23.8125rem;top:23.3125rem;left:38.9375rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#00438b;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:25.4375rem;left:41.5rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MATD1sALana0PkMohrASMl9R0kZWK3ZC { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;top:10.125rem;left:10.78125rem;height:7.5rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ff9400;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.4375rem;top:30.125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.4375rem;top:30.125rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#ttXySu3OtCsPwyCExEB4lDrysMA3S0MT { color:#ff9400;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:11.875rem;font-weight:700;z-index:14992;line-height:.5;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem #ffffff;top:32.9375rem;left:17.1875rem;height:5.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sawg8AKE6MAlw0NC2T0TRyQhvXxh9mMH { color:rgba(var(--color-tertiary-0),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:14996;line-height:1.3;letter-spacing:0;top:19.0625rem;left:9.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:41.5rem;left:19.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhRc0ZpxaA0aFEFiNmD09q9VE2zbb6np { position:absolute;display:block;z-index:14990;background-color:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:2.5rem;width:19.5rem;top:45.5625rem;left:14.75rem;display:block; }
#LDRn41TnfeoQ4hO32pf90g8i48gFhOfM { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:46.0625rem;left:9.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbDhSAWum0ftVfmJRR0MnHNUCedMa2xM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:14996;line-height:1.3;letter-spacing:0;top:29.0625rem;left:17.5625rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZlIh6u84oOidGxBGeEC3pgb3UIdLXrea { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbfdff;border-left:0.0625rem solid #fbfdff;border-right:0.0625rem solid #fbfdff;border-bottom:0.0625rem solid #fbfdff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(39,161,255,0.77) ;height:27.375rem;width:23.8125rem;top:23.25rem;left:12.5615234375rem;display:block; }
#VHqDTCZ3c2uEK1Ob8kTQVbnM8iu6kP8w { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:25.4375rem;left:14rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPPuRODNqxFkANkVSETKPpuUvuTlOHaq { box-sizing:content-box;height:0.25rem;width:32.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:21.25rem;display:block; }
#cRlwxLHVf0LIUxaTznhRmydXzrk8wZTp { color:#ff9400;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:11.875rem;font-weight:700;z-index:14993;line-height:.5;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem #ffffff;top:32.9375rem;left:24.5rem;height:5.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POVuo09J7WdA7NivBpUhlBTkZ3OBxtpV { color:#ff9400;display:block;width:3.5625rem;position:absolute;font-family:roboto;font-size:6.25rem;font-weight:700;z-index:14993;line-height:.5;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.1875rem #ffffff;top:36.375rem;left:23.3125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container { background-color: transparent; background-image: none; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container > .video-iframe-container { display: none; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row > .video-iframe-container { display: none; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .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); }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container { border-width: 0; border-radius: 0; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#V0gwzlEUeF6NkK2l04fD5Nkxo22ETGBh { color:rgba(var(--color-primary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.75rem;left:38.6875rem;height:5rem;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;text-align:left;text-align-last:left;display:block; }
#RJftlucImWF1yMQBO1wHs6Kad2uXka1d { color:rgba(var(--color-secondary-2),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.1875rem;left:38.6875rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#nzLE6bFWet780N1sSWqqWoTcInh2UPhU { color:rgba(var(--color-secondary-2),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.0625rem;left:38.6875rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#l8vrQMLVT4OL61VW58rX8nta2TSdyFk4 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.875rem;width:35.875rem;top:4.75rem;left:0.9638671875rem;overflow:hidden;display:block; }
#dyQ1ShAXn7kTuQUhWUXZsZH3PnsIHrfm { color:rgba(var(--color-primary-3),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:28.6875rem;left:19.34375rem;height:2.0625rem;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;text-align:center;text-align-last:center;display:block; }
#Xl6FTQzbKZeBtP28ZRIdcZczGggm26GQ { box-sizing:content-box;height:4rem;width:33.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.9) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.8125rem;left:20.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#ff9400;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.375rem;left:37.3125rem;height:3.375rem;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; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:rgba(var(--color-secondary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.4375rem;left:37.5rem;height:7.5rem;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.4375rem;left:37.3125rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKVTfKUzT12izaf6l1B8hKlOrrNHQ9Oc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.75rem;width:34.75rem;top:1.21875rem;left:1.15625rem;overflow:hidden;display:block; }
#unkfXDwufCayUbOe4PZh2OyLSp9uuqqx { color:#284d42;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:23.8515625rem;left:37.5rem;height:1.3994125rem;display:block; }
#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8d8e8;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; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container { background-color: transparent; background-image: none; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container > .video-iframe-container { display: none; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row > .video-iframe-container { display: none; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .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); }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container { border-width: 0; border-radius: 0; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#tO9RZatI2iMqniRSEhtmgwePp9SqP7IT { color:#1727a9;display:block;width:72rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.25rem;left:1.5rem;height:3.375rem;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;text-align:center;text-align-last:center;display:block; }
#fu8CSdZIdcaFtRr5hv93txovIiAtZar9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.9375rem;width:34.8125rem;top:10.6875rem;left:4.875rem;display:block; }
#z5H1aGJ7bImdxx8872EFwW9ZlEsUbgca { color:rgba(var(--color-secondary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:8rem;left:48.5rem;height:24.375rem;text-align:left;text-align-last:left;display:block; }
#CiIgBgTHZ8qhORkrtRdpoVIdQk097we2 { color:#1727a9;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.96875rem;left:41.4375rem;height:24.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mQdXZDXoCdEUuVXsfaqqSluKanoZrmDe { box-sizing:content-box;height:1.9375rem;width:35.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5rem;left:4.625rem;display:block; }
#bdKPxAqeNpLPe55lQnnX8sErW01voQJC { box-sizing:content-box;height:1.9375rem;width:35.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:4.625rem;display:block; }
#a9e9UMcKDNooMUIt0EputDKMql43GEIA { background-color:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.4375rem;left:29.5rem;display:block; }
#ALFZJOKuxHSFAkW1C53Wmt21LUTSekkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { background-color: transparent; background-image: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { display: none; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .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); }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { border-width: 0; border-radius: 0; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#NShxrPFtcD3Dcd5KPprQTaD5pZhyBFhT { background-color:rgba(var(--color-primary-3),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-tertiary-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:13.75rem;height:2.625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:25.437499046326rem;left:5.40625rem;display:block; }
#VLxtqi5dNBCRVFkJKfhLPd6HFU9s1qzA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOkzFlCa2yq78JKHdIMBzCaowki6UTA1 { background-color:rgba(var(--color-primary-3),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-tertiary-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:13.75rem;height:2.625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:25.437502861023rem;left:30.625rem;display:block; }
#QWNcZTgUQfSlgx8Qqf5640Lofwahqbdr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDH4wZ00V8aK9COwQnUU1SyavALhlQe5 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.25rem;width:24.5625rem;top:6.8125rem;left:0rem;overflow:hidden;display:block; }
#p4lnnUHVGmO4HeXJdVnROUbVuEN8ra2G { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.1875rem;width:24.5rem;top:6.84375rem;left:25.250003814698rem;overflow:hidden;display:block; }
#t7ipwhqZbVLXzKduqsaEg5Smm1bLl74D { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3125rem;width:24.5rem;top:6.78125rem;left:50.498699188233rem;overflow:hidden;display:block; }
#DeJDTJgwTCeQGJaOaTm6TlUikQGWrrkV { background-color:rgba(var(--color-primary-3),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-tertiary-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:13.75rem;height:2.62395625rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:25.438539505005rem;left:55.873958587646rem;display:block; }
#Edx6wvTyQZQ6CCftirTORqqqlti8VgRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NVeRtSTGEnrTNZCJGPVfqET71fmofVmw { color:rgba(var(--color-primary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.5625rem;left:19.875rem;height:3.375rem;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;text-align:center;text-align-last:center;display:block; }
#KaM1sVz4EkR6xXb24mfLRaG42tAFnwR3 { background-color:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.375rem;left:29.5rem;display:block; }
#fIsaNrBcqR6k11kO7EZoq7FKfsPpS4Tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { 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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.32421875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;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; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.125rem;left:6.5625rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2.90625rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.125rem;left:25.3125rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.4375rem;left:19.71875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.125rem;left:44.0625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4375rem;left:39.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:59.375rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.59375rem;left:63.28125rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.0625rem;left:59.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.4375rem;left:57.875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-3),1);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; }
#hNokmWLk55kr39gsi7ZftwLfsOIcACgl { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:7.34375rem;left:20.125rem;overflow:hidden;display:block; }
#yZllT5XEE1Xu0vSmOHhMShW0t9JaMzPH { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:7.34375rem;left:2.3125rem;overflow:hidden;display:block; }
#bl73cRST41ubxRwbqf5tBA6bosy4XsDM { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:7.34375rem;left:37.84375rem;overflow:hidden;display:block; }
#xOITCrwOCIvibUkEARyQm9yZunPvK6TX { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:7.34375rem;left:55.59375rem;overflow:hidden;display:block; }
#fFMoMivl7JOVGG8PatRT9MVxDnxvcDCK { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5rem;left:1.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4yl42eQFsQEt53pWTONt9xrBgkiB3Wl { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.5rem;left:21.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bq0oZWdoDRMm2m9RcLFDvLyAsXpJE26v { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.5rem;left:39.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cW0mfI1q5gzGiPUTspqb0nnbHIOgUnTf { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5rem;left:56.96875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNxgNUDcPthfmkspXrpMw1CXQbefkdhy { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:2.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#qZoR8EQ98b2ni0NOxabdBSFR2a803n3P { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.34375rem;left:20.0625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#l7rNsES8QA43ryZhsGRT2yT3Gf8iy4MS { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.34375rem;left:37.78125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#t60NCrvfMTAI8FrTldPnniHxdyAessbU { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.34375rem;left:55.53125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#EX62a9Zz8V0M02KS82OqwAUenipS1iEz { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:2.3125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#DGMdePpLwKP8lTa14kQf0ec4aSdb4ZKI { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:20.0625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#KUT3BaxLequ6wf4f7tiL5LKuoO0kZ8se { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:37.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#WOThrv5nS0LG13TFs6FIKgQvPDHBZ8Cx { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:55.5625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#cgKTFe25fQxqGmDKtGqwUrT9ahyDea06 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:23.75rem;left:20.125rem;overflow:hidden;display:block; }
#LkRXG22w289DvHMgdqdeizQ6m0GA7rN9 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:23.75rem;left:2.3125rem;overflow:hidden;display:block; }
#SRoDHDMCd31WnWIuEFNLGR6CdGTxghP8 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:23.75rem;left:37.875rem;overflow:hidden;display:block; }
#JdrX4FSXsHGl608ZTxm0nHTCqBpbADOX { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:23.75rem;left:55.625rem;overflow:hidden;display:block; }
#TBZJyLUQ8ArsHHbpqvIqpmJCG0KS42kt { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:36.875rem;left:1.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTEV3CMwwTOs2ZKSNJNyzfQun2OaWEm5 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:36.875rem;left:21.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXiP9S7M8Zekh924m2xGQQbXP4NwmOVv { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:36.875rem;left:39.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0aGTT98Vz3F0SlFT6a64y2cvDxWy6nZ { color:#000000;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:36.875rem;left:57rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0FEWuHsi7yLav6AIofsIEbmpvg0yezp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:39.6875rem;left:11.4375rem;overflow:hidden;display:block; }
#Hldo1tiAJAFsP26Q11SPzZex0e6yR1T5 { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:11.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#md73AWnyrETOiBU9m6iaHz9OAxBlsBo5 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.875rem;left:10.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUmTFAO361BhJryTUhMo2P5720r1GZQ4 { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:29.25rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#VOga3X65pASZrUkZFSQyNoG0t8mQExMK { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:52.875rem;left:28.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uC5G4Dywp8wC6p7FvCfF69JH2OgG91NR { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:39.6875rem;left:29.25rem;overflow:hidden;display:block; }
#z6vPQX4JAdI8WBA2lc50Sq38Ggb5PRmg { box-sizing:content-box;height:15rem;width:16.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(181,234,255,0.32);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:46.9375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#z26iPrwoVc4DOqFXTHfJZ0cn71pDriu5 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:52.875rem;left:46.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJngMGdaOQxu8tvS0MMd61pxx12dArJ5 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(38,38,38,0.3) ;height:12.4375rem;width:16.625rem;top:39.6875rem;left:46.9375rem;overflow:hidden;display:block; }
#kZwaCAhcUEKyBJw60gpZ0s23ZnvkXwEU { background-color:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:56.4375rem;left:30.75rem;display:block; }
#txwvuHddeTd40XDyvp4EurDCv14hhv3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1727a9;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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.875rem;width:30rem;top:2.5rem;left:1.1875rem;overflow:hidden;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:33.5625rem;height:2.76171875rem;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; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:#ff9400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.5625rem;left:33.5625rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.9482421875rem;left:33.5625rem;height:3rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.9130859375rem;left:34.1875rem;height:2.44921875rem;font-style:normal;display:block; }
#UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.9375rem;left:34.1875rem;height:1.75rem;font-style:normal;display:block; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:12rem;top:3rem;left:34.1875rem;overflow:hidden;display:block; }
#JbRUIxz3bdT4kRbrG2tPsPU8ATGiGGhk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem #ffffff ;height:15.1875rem;width:30.25rem;top:2.3125rem;left:1.09375rem;overflow:hidden;display:block; }
#TA8eObhklV8nOxIvCAWa4KoivUJwoziR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:10.5146484375rem;left:34.1875rem;height:1.57421875rem;font-style:normal;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a13;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:21.71875rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:4.8125rem;left:15.875rem;width:16.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:23.3125rem;left:23.9375rem;width:23.8125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:25.4375rem;left:27.875rem;width:18.6875rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { top:10.125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.375rem;height:auto;top:30.125rem;left:26.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.375rem;height:auto;top:30.125rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #ttXySu3OtCsPwyCExEB4lDrysMA3S0MT { top:32.9375rem;left:3.5625rem;width:7.3125rem;height:5.9375rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sawg8AKE6MAlw0NC2T0TRyQhvXxh9mMH { top:19.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { top:41.5rem;left:6.25rem;width:9.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRc0ZpxaA0aFEFiNmD09q9VE2zbb6np { top:45.5625rem;left:1.125rem;width:19.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDRn41TnfeoQ4hO32pf90g8i48gFhOfM { top:46.0625rem;left:0rem;width:30.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbDhSAWum0ftVfmJRR0MnHNUCedMa2xM { top:29.0625rem;left:3.9375rem;width:14.6875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIh6u84oOidGxBGeEC3pgb3UIdLXrea { top:23.25rem;left:0rem;width:23.8125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHqDTCZ3c2uEK1Ob8kTQVbnM8iu6kP8w { top:25.4375rem;left:0.375rem;width:21.75rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPPuRODNqxFkANkVSETKPpuUvuTlOHaq { top:18.375rem;left:7.625rem;width:32.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRlwxLHVf0LIUxaTznhRmydXzrk8wZTp { top:32.9375rem;left:10.875rem;width:7.3125rem;height:5.9375rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVuo09J7WdA7NivBpUhlBTkZ3OBxtpV { top:36.375rem;left:9.6875rem;width:3.5625rem;height:3.125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXCUQ9XcezOENtmHQW6KcDULEapi9bLK { display:block; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0gwzlEUeF6NkK2l04fD5Nkxo22ETGBh { top:4.75rem;left:11.4375rem;width:36.3125rem;height:5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJftlucImWF1yMQBO1wHs6Kad2uXka1d { top:10.1875rem;left:13.625rem;width:34.125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzLE6bFWet780N1sSWqqWoTcInh2UPhU { top:17.0625rem;left:12.0625rem;width:35.6875rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8vrQMLVT4OL61VW58rX8nta2TSdyFk4 { top:4.75rem;left:0rem;width:35.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyQ1ShAXn7kTuQUhWUXZsZH3PnsIHrfm { top:28.6875rem;left:5.71875rem;width:36.3125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6FTQzbKZeBtP28ZRIdcZczGggm26GQ { top:27.8125rem;left:6.875rem;width:33.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:4.375rem;left:0rem;width:35.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:9.4375rem;left:10.5625rem;width:37.1875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:16rem;height:3.75rem;top:19.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #NKVTfKUzT12izaf6l1B8hKlOrrNHQ9Oc { top:1.1875rem;left:0rem;width:34.75rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unkfXDwufCayUbOe4PZh2OyLSp9uuqqx { top:23.8125rem;left:11.8125rem;width:35.9375rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH { display:block; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO9RZatI2iMqniRSEhtmgwePp9SqP7IT { top:2.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu8CSdZIdcaFtRr5hv93txovIiAtZar9 { top:10.6875rem;left:0rem;width:34.8125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5H1aGJ7bImdxx8872EFwW9ZlEsUbgca { top:8rem;left:26.9375rem;width:20.8125rem;height:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiIgBgTHZ8qhORkrtRdpoVIdQk097we2 { top:7.9375rem;left:27.8125rem;width:6.5rem;height:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQdXZDXoCdEUuVXsfaqqSluKanoZrmDe { top:30.5rem;left:0rem;width:35.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdKPxAqeNpLPe55lQnnX8sErW01voQJC { top:8rem;left:0rem;width:35.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e9UMcKDNooMUIt0EputDKMql43GEIA { width:16rem;height:3.75rem;top:34.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALFZJOKuxHSFAkW1C53Wmt21LUTSekkr { display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NShxrPFtcD3Dcd5KPprQTaD5pZhyBFhT { width:13.75rem;height:2.625rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxtqi5dNBCRVFkJKfhLPd6HFU9s1qzA { display:block; }
 }@media only screen and (max-width: 763px) { #nOkzFlCa2yq78JKHdIMBzCaowki6UTA1 { width:13.75rem;height:2.625rem;top:25.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWNcZTgUQfSlgx8Qqf5640Lofwahqbdr { display:block; }
 }@media only screen and (max-width: 763px) { #TDH4wZ00V8aK9COwQnUU1SyavALhlQe5 { top:6.8125rem;left:0rem;width:24.5625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4lnnUHVGmO4HeXJdVnROUbVuEN8ra2G { top:6.8125rem;left:0rem;width:24.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ipwhqZbVLXzKduqsaEg5Smm1bLl74D { top:6.75rem;left:11.3125rem;width:24.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeJDTJgwTCeQGJaOaTm6TlUikQGWrrkV { width:13.75rem;height:2.5625rem;top:25.4375rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edx6wvTyQZQ6CCftirTORqqqlti8VgRd { display:block; }
 }@media only screen and (max-width: 763px) { #NVeRtSTGEnrTNZCJGPVfqET71fmofVmw { top:1.5625rem;left:0rem;width:35.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaM1sVz4EkR6xXb24mfLRaG42tAFnwR3 { width:16rem;height:3.75rem;top:30.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIsaNrBcqR6k11kO7EZoq7FKfsPpS4Tf { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:3.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:6.1875rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.125rem;left:3.15625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:15.25rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.4375rem;left:0rem;width:12.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:6.1875rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.125rem;left:15.09375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:15.25rem;left:11.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.4375rem;left:7.0625rem;width:16.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:6.1875rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.125rem;left:27.03125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:15.25rem;left:23.3125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:17.4375rem;left:21.9375rem;width:13.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:6.1875rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.5625rem;left:39.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:15.0625rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.4375rem;left:32.25rem;width:15.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:2rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNokmWLk55kr39gsi7ZftwLfsOIcACgl { top:7.3125rem;left:6.5rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZllT5XEE1Xu0vSmOHhMShW0t9JaMzPH { top:7.3125rem;left:0rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl73cRST41ubxRwbqf5tBA6bosy4XsDM { top:7.3125rem;left:24.21875rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOITCrwOCIvibUkEARyQm9yZunPvK6TX { top:7.3125rem;left:31.125rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMoMivl7JOVGG8PatRT9MVxDnxvcDCK { top:20.5rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4yl42eQFsQEt53pWTONt9xrBgkiB3Wl { top:20.5rem;left:7.875rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq0oZWdoDRMm2m9RcLFDvLyAsXpJE26v { top:20.5rem;left:25.59375rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW0mfI1q5gzGiPUTspqb0nnbHIOgUnTf { top:20.5rem;left:33.875rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxgNUDcPthfmkspXrpMw1CXQbefkdhy { top:7.3125rem;left:0rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZoR8EQ98b2ni0NOxabdBSFR2a803n3P { top:7.3125rem;left:6.4375rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7rNsES8QA43ryZhsGRT2yT3Gf8iy4MS { top:7.3125rem;left:24.15625rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #t60NCrvfMTAI8FrTldPnniHxdyAessbU { top:7.3125rem;left:31rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX62a9Zz8V0M02KS82OqwAUenipS1iEz { top:23.6875rem;left:0rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGMdePpLwKP8lTa14kQf0ec4aSdb4ZKI { top:23.75rem;left:6.4375rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUT3BaxLequ6wf4f7tiL5LKuoO0kZ8se { top:23.75rem;left:24.1875rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOThrv5nS0LG13TFs6FIKgQvPDHBZ8Cx { top:23.75rem;left:31rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKTFe25fQxqGmDKtGqwUrT9ahyDea06 { top:23.75rem;left:6.5rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRXG22w289DvHMgdqdeizQ6m0GA7rN9 { top:23.75rem;left:0rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoDHDMCd31WnWIuEFNLGR6CdGTxghP8 { top:23.75rem;left:24.25rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrX4FSXsHGl608ZTxm0nHTCqBpbADOX { top:23.75rem;left:31.125rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZJyLUQ8ArsHHbpqvIqpmJCG0KS42kt { top:36.875rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEV3CMwwTOs2ZKSNJNyzfQun2OaWEm5 { top:36.875rem;left:7.875rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXiP9S7M8Zekh924m2xGQQbXP4NwmOVv { top:36.875rem;left:25.625rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0aGTT98Vz3F0SlFT6a64y2cvDxWy6nZ { top:36.875rem;left:33.875rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0FEWuHsi7yLav6AIofsIEbmpvg0yezp { top:39.6875rem;left:0rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hldo1tiAJAFsP26Q11SPzZex0e6yR1T5 { top:39.6875rem;left:0rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #md73AWnyrETOiBU9m6iaHz9OAxBlsBo5 { top:52.875rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUmTFAO361BhJryTUhMo2P5720r1GZQ4 { top:39.6875rem;left:15.625rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOga3X65pASZrUkZFSQyNoG0t8mQExMK { top:52.875rem;left:14.875rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC5G4Dywp8wC6p7FvCfF69JH2OgG91NR { top:39.6875rem;left:15.625rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vPQX4JAdI8WBA2lc50Sq38Ggb5PRmg { top:39.6875rem;left:31rem;width:16.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #z26iPrwoVc4DOqFXTHfJZ0cn71pDriu5 { top:52.875rem;left:29.5625rem;width:18.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJngMGdaOQxu8tvS0MMd61pxx12dArJ5 { top:39.6875rem;left:31.125rem;width:16.625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwaCAhcUEKyBJw60gpZ0s23ZnvkXwEU { width:13.5rem;height:3.125rem;top:56.4375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txwvuHddeTd40XDyvp4EurDCv14hhv3F { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:2.5rem;left:0rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:5.1875rem;left:7.0625rem;width:40.6875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.5rem;height:3.125rem;top:13.5625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:8.9375rem;left:11.0625rem;width:36.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:11.875rem;left:20.5625rem;width:23.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { top:7.9375rem;left:20.5625rem;width:27.0625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:3rem;left:20.5625rem;width:12rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbRUIxz3bdT4kRbrG2tPsPU8ATGiGGhk { top:2.3125rem;left:0rem;width:30.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8eObhklV8nOxIvCAWa4KoivUJwoziR { top:10.5rem;left:20.5625rem;width:23.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.0625rem;left:8.09375rem;width:31.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ddc5b29-1cc8-403a-8a33-f203a6ca89e6/BGTVBRI02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:12.7494375rem;height:3.8742875rem;top:2.060546875rem;left:3.6239343285561rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:19.0625rem;height:26.9375rem;top:31.9375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:17.5rem;height:4.27441875rem;top:33.6005859375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { width:19.9980625rem;height:6.972625rem;top:6.498046875rem;left:0rem;font-size:1.9375rem;z-index:14989;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff9400;background-image:none;color:#ffffff;font-size:1.25rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:37.8125rem;left:1.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:37.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #ttXySu3OtCsPwyCExEB4lDrysMA3S0MT { width:5.75rem;height:3.75rem;top:21.9375rem;left:4.6875rem;font-size:7.5rem;color:#ff9400;display:block; }
 }@media only screen and (max-width: 763px) { #Sawg8AKE6MAlw0NC2T0TRyQhvXxh9mMH { width:19.8125rem;height:1.21875rem;top:14.966796875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { width:4.9375rem;height:1.21875rem;top:25.6875rem;left:13.1884765625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhRc0ZpxaA0aFEFiNmD09q9VE2zbb6np { width:13.3744375rem;height:1.9992875rem;top:27.625rem;left:3.3125rem;background-color:#ff9400;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) { #LDRn41TnfeoQ4hO32pf90g8i48gFhOfM { width:18.0619375rem;height:1.19921875rem;top:28rem;left:0.9375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CbDhSAWum0ftVfmJRR0MnHNUCedMa2xM { width:14.6875rem;height:1.3808625rem;top:19.375rem;left:2.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIh6u84oOidGxBGeEC3pgb3UIdLXrea { width:19.875rem;height:13.5rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHqDTCZ3c2uEK1Ob8kTQVbnM8iu6kP8w { width:20rem;height:1.70605625rem;top:17.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPPuRODNqxFkANkVSETKPpuUvuTlOHaq { width:20rem;height:0.25rem;top:14.091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRlwxLHVf0LIUxaTznhRmydXzrk8wZTp { width:2.25rem;height:3.75rem;top:22rem;left:10.4375rem;font-size:7.5rem;color:#ff9400;display:block; }
 }@media only screen and (max-width: 763px) { #POVuo09J7WdA7NivBpUhlBTkZ3OBxtpV { width:1.75rem;height:2.46875rem;top:23.3125rem;left:9.5625rem;font-size:4.9375rem;color:#ff9400;display:block; }
 }@media only screen and (max-width: 763px) { #bXCUQ9XcezOENtmHQW6KcDULEapi9bLK { display:block; }#bXCUQ9XcezOENtmHQW6KcDULEapi9bLK > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0gwzlEUeF6NkK2l04fD5Nkxo22ETGBh { width:20rem;height:3.7109375rem;top:1.662109375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RJftlucImWF1yMQBO1wHs6Kad2uXka1d { width:18.3125rem;height:3.9375rem;top:6.5869140625rem;left:0.84375rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzLE6bFWet780N1sSWqqWoTcInh2UPhU { width:19.125rem;height:6.5625rem;top:23.978515625rem;left:0.4375rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8vrQMLVT4OL61VW58rX8nta2TSdyFk4 { width:20rem;height:11.079125rem;top:11.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyQ1ShAXn7kTuQUhWUXZsZH3PnsIHrfm { width:20rem;height:1.40625rem;top:32.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6FTQzbKZeBtP28ZRIdcZczGggm26GQ { width:20rem;height:2.875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:18.9355625rem;height:1.9121125rem;top:1.7490234375rem;left:0.53125rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:20rem;height:8.4375rem;top:25.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:13.4375rem;height:2.5rem;top:34.4375rem;left:3.3125rem;font-size:1.0625rem;background-color:#ff9400;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #NKVTfKUzT12izaf6l1B8hKlOrrNHQ9Oc { width:20rem;height:20rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unkfXDwufCayUbOe4PZh2OyLSp9uuqqx { width:20rem;height:1.0996125rem;top:36.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH { display:block; }#ywTeulW0MEoNcxs8DQ4qyMUakCbyKmqH > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO9RZatI2iMqniRSEhtmgwePp9SqP7IT { width:20rem;height:4.6484375rem;top:0.5390625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fu8CSdZIdcaFtRr5hv93txovIiAtZar9 { height:11.2255625rem;width:20rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5H1aGJ7bImdxx8872EFwW9ZlEsUbgca { width:10.8125rem;height:17.0625rem;top:19.375rem;left:7.25rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CiIgBgTHZ8qhORkrtRdpoVIdQk097we2 { width:4.125rem;height:17.0625rem;top:19.3125rem;left:2.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mQdXZDXoCdEUuVXsfaqqSluKanoZrmDe { width:20rem;height:0.6875rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdKPxAqeNpLPe55lQnnX8sErW01voQJC { width:20rem;height:0.625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e9UMcKDNooMUIt0EputDKMql43GEIA { width:16rem;height:3.75rem;top:38.15625rem;left:2rem;font-size:1.0625rem;background-color:#ff9400;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ALFZJOKuxHSFAkW1C53Wmt21LUTSekkr { display:block; }
 }@media only screen and (max-width: 763px) { #bg5ufb0ZelznPtxdkPk1hO84SHls6cfn { display:block; }#bg5ufb0ZelznPtxdkPk1hO84SHls6cfn > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NShxrPFtcD3Dcd5KPprQTaD5pZhyBFhT { width:12.25rem;height:2.25rem;top:20.103515625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxtqi5dNBCRVFkJKfhLPd6HFU9s1qzA { display:block; }
 }@media only screen and (max-width: 763px) { #nOkzFlCa2yq78JKHdIMBzCaowki6UTA1 { width:12.25rem;height:2.624025rem;top:38.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWNcZTgUQfSlgx8Qqf5640Lofwahqbdr { display:block; }
 }@media only screen and (max-width: 763px) { #TDH4wZ00V8aK9COwQnUU1SyavALhlQe5 { width:19rem;height:14.0625rem;top:5.478515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4lnnUHVGmO4HeXJdVnROUbVuEN8ra2G { width:19rem;height:14.0625rem;top:23.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ipwhqZbVLXzKduqsaEg5Smm1bLl74D { width:19rem;height:14.1875rem;top:42.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeJDTJgwTCeQGJaOaTm6TlUikQGWrrkV { width:12.25rem;height:2.561525rem;top:56.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edx6wvTyQZQ6CCftirTORqqqlti8VgRd { display:block; }
 }@media only screen and (max-width: 763px) { #NVeRtSTGEnrTNZCJGPVfqET71fmofVmw { width:20rem;height:1.79980625rem;top:1.9814453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #KaM1sVz4EkR6xXb24mfLRaG42tAFnwR3 { width:16rem;height:3.0625rem;top:61.1328125rem;left:2rem;font-size:1.0625rem;background-color:#ff9400;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fIsaNrBcqR6k11kO7EZoq7FKfsPpS4Tf { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:6rem;height:6rem;top:9.880859375rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.625rem;top:16.443359375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:3.8994125rem;top:18.6240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:14.3125rem;top:22.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:6rem;height:6rem;top:23.5625rem;left:7rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:1.625rem;top:30.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:16.75rem;height:3.8994125rem;top:33rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:36.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:6rem;height:6rem;top:37.375rem;left:7rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:1.625rem;top:44.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:13.25rem;height:3.8994125rem;top:46.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:14.3125rem;top:51.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:6rem;height:6rem;top:51.125rem;left:7rem;font-size:4.1875rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:1.625rem;top:58.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:15.3125rem;height:3.8994125rem;top:60.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:188.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:5.19921875rem;top:1.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNokmWLk55kr39gsi7ZftwLfsOIcACgl { width:16.625rem;height:12.4375rem;top:23.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZllT5XEE1Xu0vSmOHhMShW0t9JaMzPH { width:16.625rem;height:12.4375rem;top:7.0625rem;left:1.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bl73cRST41ubxRwbqf5tBA6bosy4XsDM { width:16.625rem;height:12.4375rem;top:55.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOITCrwOCIvibUkEARyQm9yZunPvK6TX { width:16.625rem;height:12.4375rem;top:39.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMoMivl7JOVGG8PatRT9MVxDnxvcDCK { width:13.875rem;height:1.29980625rem;top:20.0625rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R4yl42eQFsQEt53pWTONt9xrBgkiB3Wl { width:13.875rem;height:1.29980625rem;top:36.5rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bq0oZWdoDRMm2m9RcLFDvLyAsXpJE26v { width:13.875rem;height:1.29980625rem;top:68.4375rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cW0mfI1q5gzGiPUTspqb0nnbHIOgUnTf { width:13.875rem;height:1.29980625rem;top:52.5rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pNxgNUDcPthfmkspXrpMw1CXQbefkdhy { width:16.75rem;height:15rem;top:39.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZoR8EQ98b2ni0NOxabdBSFR2a803n3P { width:16.75rem;height:15rem;top:23.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7rNsES8QA43ryZhsGRT2yT3Gf8iy4MS { width:16.75rem;height:15rem;top:55.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t60NCrvfMTAI8FrTldPnniHxdyAessbU { width:16.75rem;height:15rem;top:7.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX62a9Zz8V0M02KS82OqwAUenipS1iEz { width:16.75rem;height:15rem;top:71.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGMdePpLwKP8lTa14kQf0ec4aSdb4ZKI { width:16.75rem;height:15rem;top:87.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUT3BaxLequ6wf4f7tiL5LKuoO0kZ8se { width:16.75rem;height:15rem;top:103.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOThrv5nS0LG13TFs6FIKgQvPDHBZ8Cx { width:16.75rem;height:15rem;top:119.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKTFe25fQxqGmDKtGqwUrT9ahyDea06 { width:16.625rem;height:12.4375rem;top:87.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkRXG22w289DvHMgdqdeizQ6m0GA7rN9 { width:16.625rem;height:12.4375rem;top:71.3125rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SRoDHDMCd31WnWIuEFNLGR6CdGTxghP8 { width:16.625rem;height:12.4375rem;top:103.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdrX4FSXsHGl608ZTxm0nHTCqBpbADOX { width:16.625rem;height:12.4375rem;top:119.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZJyLUQ8ArsHHbpqvIqpmJCG0KS42kt { width:18.1875rem;height:1.29980625rem;top:84.3125rem;left:0.9375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MTEV3CMwwTOs2ZKSNJNyzfQun2OaWEm5 { width:13.875rem;height:1.29980625rem;top:100.3125rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nXiP9S7M8Zekh924m2xGQQbXP4NwmOVv { width:13.875rem;height:1.29980625rem;top:116.5625rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G0aGTT98Vz3F0SlFT6a64y2cvDxWy6nZ { width:13.875rem;height:1.29980625rem;top:132.5rem;left:3.0625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z0FEWuHsi7yLav6AIofsIEbmpvg0yezp { width:16.625rem;height:12.4375rem;top:135.6875rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hldo1tiAJAFsP26Q11SPzZex0e6yR1T5 { width:16.75rem;height:15rem;top:135.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md73AWnyrETOiBU9m6iaHz9OAxBlsBo5 { width:18.1875rem;height:1.29980625rem;top:148.625rem;left:0.9375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kUmTFAO361BhJryTUhMo2P5720r1GZQ4 { width:16.75rem;height:15rem;top:151.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOga3X65pASZrUkZFSQyNoG0t8mQExMK { width:18.1875rem;height:1.29980625rem;top:164.4375rem;left:0.9375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uC5G4Dywp8wC6p7FvCfF69JH2OgG91NR { width:16.625rem;height:12.4375rem;top:151.4375rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z6vPQX4JAdI8WBA2lc50Sq38Ggb5PRmg { width:16.75rem;height:15rem;top:167.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z26iPrwoVc4DOqFXTHfJZ0cn71pDriu5 { width:18.1875rem;height:1.29980625rem;top:180.5rem;left:0.9375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HJngMGdaOQxu8tvS0MMd61pxx12dArJ5 { width:16.625rem;height:12.4375rem;top:167.5rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kZwaCAhcUEKyBJw60gpZ0s23ZnvkXwEU { width:13.625rem;height:3.0625rem;top:184.125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txwvuHddeTd40XDyvp4EurDCv14hhv3F { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1875rem;height:3.8496125rem;top:13.9794921875rem;left:0.40625rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:"open sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.75rem;height:3.125rem;top:27.064453125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:20rem;height:6rem;top:19.5419921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:16.1230625rem;height:3.673825rem;top:20.875rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { width:20rem;height:1.3994125rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:10rem;height:3.1875rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbRUIxz3bdT4kRbrG2tPsPU8ATGiGGhk { width:20rem;height:10.04132231405rem;top:7.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8eObhklV8nOxIvCAWa4KoivUJwoziR { width:20rem;height:1.57421875rem;top:18.712890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { background-color:#0b0e3c;background-image:none;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }