.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:217,225,233;--color-primary-1:128,155,181;--color-primary-2:0,54,107;--color-primary-3:0,27,54;--color-primary-4:0,8,16;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:210,209,209;--color-tertiary-2:104,103,103;--color-tertiary-3:52,52,52;--color-tertiary-4:10,10,10;--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;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4efe3194-0ea5-41a8-b3de-497c797f96a3/banerucznikilag3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI.adaptive-delivery-prevent-bg, #Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI.lazyload, #Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI.lazyloading { background-image: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { background-color: transparent; background-image: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container > .video-iframe-container { display: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row > .video-iframe-container { display: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .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); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { border-width: 0; border-radius: 0; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { width:75rem;height:47.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZWsUD9TGTZCwHr2TRfxmJwZXG1JTlV5d { display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:17.625rem;left:0rem;height:4.46875rem;color:#00b8de;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLnMcIHOMR640Io7r68I3TFwFHkn02W2 { display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.125rem;left:0rem;height:4.875rem;color:#ffffff;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; }
#IDlwhZff36FvcEh78LI79HKXlkpBTSOw { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.75rem;left:0rem;display:block; }
#FV4iPksGovZyB8bQBq8XRy82HTEkMgy4 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#JTvR4rIx5bL70NPdCkzf3eAzNCq1J36z { display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:1.4624rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#Ikh8vWrK73l6Ne3DMuBidwZULe4c6WRI { display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:22rem;left:0rem;height:3.4375rem;color:#ffffff;font-style:normal;display:block; }
#tNcRkWC4asLs7y1wyTr5CzPCCi4hagxE { display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:12.8125rem;left:20.4375rem;height:4.8125rem;color:#0090f6;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oLkFk8Osww41rAdfONQ9dzCGCRH08AhW { display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.7216796875rem;left:59.625rem;height:1.05615rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#y2wzql7K8lpT6LHRh45VTB3zDVzP5KHl { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.4375rem;top:2.875rem;left:0.6875rem;overflow:hidden;display:block; }
#gLKqhgvAqkcQkCPiesriWxcE1bCh94fy { display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:12.5rem;left:0rem;height:5.5rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container { background-color: transparent; background-image: none; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container > .video-iframe-container { display: none; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row > .video-iframe-container { display: none; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .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); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container { border-width: 0; border-radius: 0; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#FOvtU2F7fSRnqeCTcVUCcGwOVeAq66Nr { display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0rem;height:1.13720625rem;color:rgba(var(--color-secondary-0),1);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:none; }
#uDnaVLs5AFBW45xhUNFRhUnrzWeRzQMH { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#WhgsaFs45auKAzOsafVm8H3UP6bZlfcu { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.15625rem;left:14.75rem;overflow:hidden;display:block; }
#WRoaQBr61nCTbDb0UPErcZwpbGEUJ1m8 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.15625rem;left:29.4375rem;overflow:hidden;display:block; }
#dfiSm3TpGzZ1ZtulWo21AV8GGzk0u0fc { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.15625rem;left:58.875rem;overflow:hidden;display:block; }
#qbeGHvgQg5XIhq0BsfeW4oDUOHLxea3f { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.125rem;top:2.15625rem;left:44.125rem;overflow:hidden;display:block; }
#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA { border-top:0.125rem solid #00b8de;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container { background-color: transparent; background-image: none; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container > .video-iframe-container { display: none; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row > .video-iframe-container { display: none; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .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); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container { border-width: 0; border-radius: 0; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#SA0bzr0mg87SpdgoRNDbVWd6iiP8TLZy { display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:8.9365234375rem;left:7.5rem;height:4.5rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#bPp2TAURMErB4LBfZP4HclWXSKdkz53Q { display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.9365234375rem;left:7.5rem;height:16.875rem;color:rgba(var(--color-tertiary-3),1);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; }
#mG89f1EezDmAp0IrwiLrEfm3MIqezwKa { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:3.58740234375rem;left:7.5rem;height:2.8496125rem;color:#00b8de;font-style:normal;display:block; }
#m39Fkq2QyvMK8uzo6WLekS4mL1n87vbz { box-sizing:content-box;height:0.1875rem;width:4.4375rem;position:absolute;display:block;z-index:15006;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:7.5rem;display:block; }
#G2iufSe5cev50Jw2tWKeBpwxvmUETwWl { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:26.5rem;top:7.125rem;left:41.9375rem;overflow:hidden;display:block; }
#fiXftEuBglpOtzJmB73qaQuaChNtEgNH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container { background-color: transparent; background-image: none; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container > .video-iframe-container { display: none; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row > .video-iframe-container { display: none; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .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); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container { border-width: 0; border-radius: 0; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#GPfTTBVQHEzOzE7gQSvo0rAChwkXVVW7 { display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.8125rem;height:5.19921875rem;font-style:normal;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
#xCKC0GTL1HDXFaf1S1uBEXPBWBvU5rx0 { box-sizing:content-box;height:29.6875rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.23) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5625rem;left:3.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#K3RnZulSmmhhAaGd794IImakQFw8JS9X { display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:40.8125rem;height:1.04980625rem;color:#00b8de;font-style:normal;display:block; }
#p7B2lS2ffsf69tRm8Dy2aBmWmTIhVZRh { box-sizing:content-box;height:1.75rem;width:9.125rem;position:absolute;display:block;z-index:15013;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:5.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#rAqVNOov5RPUw8tWr2ysHn1BDFODVZEP { display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.125rem;height:2.11230625rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#wgy9EX0fDQlswprSuqH1Ue6o8Dkhzg3v { display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.6875rem;left:40.8125rem;height:6.75rem;color:rgba(var(--color-tertiary-3),1);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; }
#P2s3vXO8zCLVQd53waIwTs2uyB1tPezT { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.75rem;left:40.8125rem;display:block; }
#F6K0Bn5g0mcvRkDNGAJTnJvQIfitM0XK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#IEA6JlleFIxvtMP2ypiMlTkggIA11m7c { box-sizing:content-box;height:1.75rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#P2cplkgPN4M0xWiz0esbWUIkrWpoK6tX { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:41.8125rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#A8RDDfRFTlTXT4mOCuXRp0GFI7WFhQo5 { box-sizing:content-box;height:1.75rem;width:13.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:54.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Tff0Ky4DAaflHNo4TW4R6CiGcn6iXnxg { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9091796875rem;left:55.375rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#B9Pc4483WZLmcrJc2fnP4nBfxMlnlEVv { box-sizing:content-box;height:1.75rem;width:3.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:49.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#hMEnvWDWNfIq5n2wScWnRZpg8Z10oIVo { display:block;width:2.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.9091796875rem;left:50.375rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#uqqBKVeXXJugR3Pm5qx01c1CcDP9aqoe { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:30.3125rem;top:6.375rem;left:5.125rem;overflow:hidden;display:block; }
#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252160;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; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { background-color: transparent; background-image: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { border-width: 0; border-radius: 0; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#o7wJflysKhcdqdlGx80d1wXIXLuFb4a2 { display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:3rem;left:21.625rem;height:7.125rem;color:#d3dbe3;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; }
#TfPm3nTcCw5VUehKSrXWTssFtDCUCJkk { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:9.9375rem;left:20.0625rem;height:2.25rem;color:rgba(var(--color-secondary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2C2pte1TJAZvyvbVNqUZA4yc81kog0a { display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13rem;left:25rem;height:3.375rem;color:#d3dbe3;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; }
#zT6vcI1CwsZ2lpDu8MxTF2aTltyqMpTT { box-sizing:content-box;height:20.375rem;width:14.9375rem;position:absolute;display:block;z-index:15012;background-color:#29246f;background-image:none;box-shadow: none;border-top:0.25rem solid #00b8de;border-left:0.0625rem solid rgba(0,144,246,0.52);border-right:0.0625rem solid rgba(0,144,246,0.52);border-bottom:0.0625rem solid rgba(0,144,246,0.52);top:19rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EEdazUCTUfKyOcaL3WeNmsNm6B1kdKul { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:28.4375rem;left:1.375rem;height:7.875rem;color:#d3dbe3;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; }
#TbASTTcQCrMHgC3uzHswMgTAF0xxyRnf { display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:25.125rem;left:1.375rem;height:1.3125rem;color:#ffffff;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; }
#TLcwfNq0ZE60JXmv77ZrUDEGPQtbKNm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.4375rem;left:1.375rem; }
#Uf0F4cJFFhUmJ0zPBcTDFEDQgVZd6sHs { box-sizing:content-box;height:0.1875rem;width:16.375rem;position:absolute;display:block;z-index:15010;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:29.3125rem;display:block; }
#wrHe1LZVcRUDvlr9UcZk6mhFFVrViF6x { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:28.4375rem;left:61.375rem;height:3.9375rem;color:#d3dbe3;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; }
#eudTTsmLIpAMlP2Hv0JF7WHdkInTw52a { display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:25.125rem;left:61.40625rem;height:2.625rem;color:#ffffff;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; }
#GogTLT8hJTzvwWN2K0M4HT9wnh6ZF5Uw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.4375rem;left:61.375rem; }
#u6NCBpAWWUIX5q1NqGLoXiEkhcnznvN6 { box-sizing:content-box;height:20.375rem;width:14.9375rem;position:absolute;display:block;z-index:15016;background-color:#29246f;background-image:none;box-shadow: none;border-top:0.25rem solid #00b8de;border-left:0.0625rem solid rgba(0,144,246,0.52);border-right:0.0625rem solid rgba(0,144,246,0.52);border-bottom:0.0625rem solid rgba(0,144,246,0.52);top:19rem;left:59.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v6kdf4pApk8qwfx7yaufu6gVkEGDqsGa { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:28.4375rem;left:41.5rem;height:5.25rem;color:#d3dbe3;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; }
#MC88yQrxFvBZVsH9BfgI6dP4HCNNg6NO { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:25.125rem;left:41.5rem;height:2.625rem;color:#ffffff;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; }
#GwziLryJStAMuH7Mzq5hENeENi2Z75tz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.4375rem;left:41.5rem; }
#i89Ru1Un2bDdUCX2K8a4NdOkD62PF0Dc { box-sizing:content-box;height:20.375rem;width:14.9375rem;position:absolute;display:block;z-index:15016;background-color:#29246f;background-image:none;box-shadow: none;border-top:0.25rem solid #00b8de;border-left:0.0625rem solid rgba(0,144,246,0.52);border-right:0.0625rem solid rgba(0,144,246,0.52);border-bottom:0.0625rem solid rgba(0,144,246,0.52);top:19rem;left:40.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bNMwPX767BD96qVX65FiA10zsVzuWIsh { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:28.4375rem;left:21.4375rem;height:6.5625rem;color:#d3dbe3;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; }
#rrdJZKaGkxrM01LPoXsOrr8pJqCdhTJk { box-sizing:content-box;height:20.375rem;width:14.9375rem;position:absolute;display:block;z-index:15016;background-color:#29246f;background-image:none;box-shadow: none;border-top:0.25rem solid #00b8de;border-left:0.0625rem solid rgba(0,144,246,0.52);border-right:0.0625rem solid rgba(0,144,246,0.52);border-bottom:0.0625rem solid rgba(0,144,246,0.52);top:19rem;left:20.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XWSNH9G5uNeabE572eyGpQCrEc9KcbF9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.25rem;left:21.4375rem; }
#dhe4dxwzgiDhIwHIQoNfmwovKXiazMNZ { display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:25.125rem;left:21.4375rem;height:2.625rem;color:#ffffff;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; }
#pcmsz05xrgcb9OmchyMawclDRho9kOFy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container { background-color: transparent; background-image: none; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container > .video-iframe-container { display: none; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row > .video-iframe-container { display: none; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .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); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container { border-width: 0; border-radius: 0; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#TrAGpaeWXA7TTTVZQg92lk8Q7CkQh300 { display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.1875rem;height:5.199225rem;font-style:normal;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
#XD17ZHlB6iTSkRSTnnLBu5QuWdBrNr8Q { display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.625rem;left:7.1875rem;height:1.04980625rem;color:#00b8de;font-style:normal;display:block; }
#ATkPc1MCmElNtvpXPg9X68P04XRTnBdd { box-sizing:content-box;height:1.75rem;width:9.125rem;position:absolute;display:block;z-index:15013;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#h7UipmBDdEAlpDTc26RM9l8i4mITyBks { display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.9375rem;left:38.5rem;height:2.11230625rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#JI6IkxtZQbmTBrTvGACyth8Axlb5oDQa { display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.0625rem;left:7.1875rem;height:5.0625rem;color:rgba(var(--color-tertiary-3),1);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; }
#pCpPgXMPI05FA44TWT7NVreSoJnENel3 { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.125rem;left:7.1875rem;display:block; }
#DH4ZA9vev76RC0NL081IJH9V4qlscqab { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#sQlvQe2o0W3Q34hEGtdweTcLzGJcykxa { box-sizing:content-box;height:1.75rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:7.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#ZuQTIkfTlSkukdOaJDT9hbKI8wtR6ae2 { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.1875rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#AuDp9Hxp4qTALiHQs11zRCaizPQiUeSq { box-sizing:content-box;height:1.75rem;width:3.6875rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:15.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#LV2Nx04so5hyxR7qFMCyVxnSdHUH7trF { display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.2841796875rem;left:15.9375rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#DDVGaQ6okTJQdldpRIXTegmR6wLmO0tT { box-sizing:content-box;height:1.75rem;width:13.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:20.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#QAlFRfQbIHNfJuQQqDeMbDqtiTtziD52 { display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.2841796875rem;left:21.21875rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#WNOwczTKqHGeXDVTBdcuuyEsv3tqdxy3 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:30.3125rem;top:6.5rem;left:37.5rem;overflow:hidden;display:block; }
#QeeLZ0hmToO9hwJkDFVnx0z8kci2nQwQ { box-sizing:content-box;height:29.6875rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.23) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5625rem;left:3.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container { background-color: transparent; background-image: none; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container > .video-iframe-container { display: none; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row > .video-iframe-container { display: none; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .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); }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container { border-width: 0; border-radius: 0; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#PWPlK5ZkyqA9OqkOE0hsGqziiTSwQaO1 { display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:2.25rem;left:19.46875rem;height:7.125rem;color:#00b8de;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; }
#Rs8bX6nohNMTiXGsRbkwlgXFb65Maxwb { display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:8.5rem;left:19.46875rem;height:2.25rem;color:rgba(var(--color-primary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#wt4WJBwBJ7ameKACh5HbJX8fvglU0CmM { display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.375rem;left:15.125rem;height:3.375rem;color:#1e3c58;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; }
#WM8UDaTt5maMRTLuZTM9vPhhaBdm9Tuu { box-sizing:content-box;height:6.3125rem;width:35.0625rem;position:absolute;display:block;z-index:15008;background-color:#fdffff;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #00b8de;border-right:0;border-bottom:0;top:16.8125rem;left:1.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LFKrCveTbLpfWt5XSiPWLaRt8bfDIATy { display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:19.4375rem;left:6.6875rem;height:2.625rem;color:rgba(var(--color-primary-3),1);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; }
#GdmdtsOlp7QSolfLQGT8ZqGnGIGKZC9F { display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:18rem;left:6.6875rem;height:1.5rem;color:rgba(var(--color-primary-3),1);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; }
#KqweIE7lnHnNGtL1LcoEtf0D7nUogl4V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.5625rem;left:2.75rem; }
#wCnNZldyyU9Kq6k5yDc3FbcF2uoT0fUs { box-sizing:content-box;height:0.1875rem;width:16.375rem;position:absolute;display:block;z-index:15008;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:29.3125rem;display:block; }
#UuTu4aQ0Vuc4bUPCJvRQ1sT5wUtTJ5N3 { display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.375rem;left:44.4375rem;height:2.625rem;color:rgba(var(--color-primary-3),1);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; }
#gQuvPawzgk7cWEL1TRJEoOW53UsWz9oa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.5625rem;left:40.0625rem; }
#x39xvrxENOKChPTUVwfmdBm99in0niUl { display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:17.9375rem;left:44.4375rem;height:1.5rem;color:rgba(var(--color-primary-3),1);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; }
#BgXLtvJkoSPqXdQHknaLA0TQxK45P7de { box-sizing:content-box;height:6.3125rem;width:35.125rem;position:absolute;display:block;z-index:15012;background-color:#fdffff;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #00b8de;border-right:0;border-bottom:0;top:24.5625rem;left:1.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M2MyU6J9yD0n6Z7bMux0RTGVTvGRF90X { display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:27.1875rem;left:6.6875rem;height:2.625rem;color:rgba(var(--color-primary-3),1);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; }
#Jcz1SiUpyv4UE2I8Bq3GI2kHJ0xwDfW4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.3125rem;left:2.75rem; }
#itxv1lJaiKyMpJM6OhXkgeN2eaJQktCE { display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:25.6875rem;left:6.6875rem;height:1.5rem;color:rgba(var(--color-primary-3),1);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; }
#Kl3DMaGZerReNlvBhZIkRDnbWzTnHJTl { display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:27.125rem;left:44.4375rem;height:2.625rem;color:rgba(var(--color-primary-3),1);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; }
#hFHpirbWbnUMN1eaxbXZQ8l0hHuF25fp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.3125rem;left:40.0625rem; }
#ZuWmfctoVlH4d33LncWwt9g3RusUM4Ax { display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:25.6875rem;left:44.4375rem;height:1.5rem;color:rgba(var(--color-primary-3),1);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; }
#c7AgX5d02fX3Eo2RBHnepiZfaHdek4Co { box-sizing:content-box;height:6.3125rem;width:35.0625rem;position:absolute;display:block;z-index:15009;background-color:#fdffff;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #00b8de;border-right:0;border-bottom:0;top:16.875rem;left:38.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kHT0wI3bPL93cbTwqi8yDUQuRJdMTMg9 { box-sizing:content-box;height:6.3125rem;width:35.0625rem;position:absolute;display:block;z-index:15010;background-color:#fdffff;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #00b8de;border-right:0;border-bottom:0;top:24.5625rem;left:38.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TTmAswrHgdowu74NvTI7RGmRSewn0J9u { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container { background-color: transparent; background-image: none; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container > .video-iframe-container { display: none; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row > .video-iframe-container { display: none; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .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); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container { border-width: 0; border-radius: 0; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#pkFgEyu285btDTzm0MyCCqNcgtUhGWGv { display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.8125rem;height:5.199225rem;font-style:normal;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
#QV0LM4dreUHDSa9n0heyLGJ2MV3fcVim { box-sizing:content-box;height:29.6875rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.23) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5625rem;left:3.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NbeocZMHGJlILoa64A8MyEX9uPk8nIGl { display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:40.8125rem;height:1.04980625rem;color:#00b8de;font-style:normal;display:block; }
#KcBM3LgvboOclW7encoQTpRW4bSURPTc { box-sizing:content-box;height:1.75rem;width:9.125rem;position:absolute;display:block;z-index:15013;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:5.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#r6mM67VIOuUKQXin6Z0q42VHVofQwvRw { display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.125rem;height:2.11230625rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#lITpM9Z355qNOVIVPLSo9i33OSOcpRh7 { display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.6875rem;left:40.8125rem;height:6.75rem;color:rgba(var(--color-tertiary-3),1);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; }
#pC7luM4NxbDD4Z4AMt6vn4odiZtOzxSU { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.75rem;left:40.8125rem;display:block; }
#zpKISIrXqtS2HxG3eXT9wiOiV4O88Hh2 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#W2Sf3ZaZgRD2T8JTTUwdlLKNUZLFw5Ex { box-sizing:content-box;height:1.75rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#DC5x7RQwo8pDS6XEWr8b0GXChC6DMiQ0 { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:41.8125rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#W65U9OtU9fHfpfsAXOhecXNbkuiKupiT { box-sizing:content-box;height:1.75rem;width:3.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:49.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#xEi9W2vuercm92GZxPEZMW0a1sDKc7zS { display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.9091796875rem;left:50.15625rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#dGTKvmRA1E8tC1vu2sFwzMLLoQWzylle { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:30.3125rem;top:6.375rem;left:5.125rem;overflow:hidden;display:block; }
#URzu4d5VRTMRh7sTZaUaS8dkbT56N3Cm { box-sizing:content-box;height:1.75rem;width:8.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:53.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#udiTHFTFEnVk4FBP7gRAam6IPmNszDCB { display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.9091796875rem;left:54.65625rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252160;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; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container { background-color: transparent; background-image: none; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container > .video-iframe-container { display: none; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row > .video-iframe-container { display: none; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .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); }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container { border-width: 0; border-radius: 0; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#mPt27yvpDmobu6ZZcTKuhk5lBg42RX5r { display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:5.9375rem;left:15.28125rem;height:7.125rem;color:#d3dbe3;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; }
#TTbF6FTG6TK8fU5QI8Fd1ICk1dbDdGzE { display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:13.0625rem;left:18.125rem;height:2.25rem;color:rgba(var(--color-secondary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#lC5GVZDUl5SMi23eelmzBLF5epfdx0Hb { display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.1875rem;left:16.125rem;height:5.0625rem;color:#d3dbe3;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; }
#wJsdLBa9RFUp2DLyXOpwTITXbzzZQeTx { box-sizing:content-box;height:0.1875rem;width:16.375rem;position:absolute;display:block;z-index:15009;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:29.3125rem;display:block; }
#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container { background-color: transparent; background-image: none; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container > .video-iframe-container { display: none; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row > .video-iframe-container { display: none; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .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); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container { border-width: 0; border-radius: 0; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#ai84h8seZZeSxBAgrJIdKikiCUzgPTGv { display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.1875rem;height:5.199225rem;font-style:normal;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
#WHKnRWxWZMh6Nh53Syt2DLq3RrKGQqkR { display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5.625rem;left:7.1875rem;height:1.04980625rem;color:#00b8de;font-style:normal;display:block; }
#Qk7VfCLsR7P75hvcr0iXCH2zK1q7pA2R { box-sizing:content-box;height:1.75rem;width:9.125rem;position:absolute;display:block;z-index:15013;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#RANbL0UrWn2fTKmSlxd8ObvIKnp7Zu5E { display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.9375rem;left:38.5rem;height:2.11230625rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#a8iSU4FmkTKPBTWseC6hQsdrt6qRs61a { display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.94921875rem;left:7.40625rem;height:6.75rem;color:rgba(var(--color-tertiary-3),1);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; }
#kpO4CZLgWQT6OuyJWFfl6CHwKdceAhgz { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.125rem;left:7.1875rem;display:block; }
#CzaeSmGaNDp2GmaVTRxdCTxNOtsaGT2N { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#MVPJ6VZ27mQWHEzDCL5Kp5XozAA2IeRN { box-sizing:content-box;height:1.75rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:7.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#a3AuAOfLPXQiUAnohCSCXPttKFKlA1HO { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.1875rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#dIUGniyPaLUuOKocixmH1IzRNBGxgxyp { box-sizing:content-box;height:1.75rem;width:4.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:15.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#dg8KeNELnaeQ40dzfdz6TN2Rwzw0o4VD { display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.2841796875rem;left:16.21875rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#Pa1UguwVo3rSZgaAZfJD8MlNSFa7Lqs7 { box-sizing:content-box;height:1.75rem;width:13rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:20.6875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#wKNFWyDbhSZSPgSaB8BXsEdM7UlnSMzD { display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.2841796875rem;left:21.03125rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#x3mO319cF66bsunq1F29bcpHdLmG0yp0 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:30.3125rem;top:6.5rem;left:37.5rem;overflow:hidden;display:block; }
#Ek9oMABmk6LkcU9LlZhJ9fDahuyWccwS { box-sizing:content-box;height:29.6875rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.23) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5625rem;left:3.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252160;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; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container { background-color: transparent; background-image: none; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container > .video-iframe-container { display: none; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row > .video-iframe-container { display: none; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .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); }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container { border-width: 0; border-radius: 0; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#X6EuHEgWAalCTh71u4cnr64QurcdRcNS { display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:5.0625rem;left:19.1875rem;height:7.125rem;color:#d3dbe3;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; }
#nM4TQsf116AlKCPSHydP99GA5AMKkXrx { display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:11rem;left:18.125rem;height:4.5rem;color:rgba(var(--color-secondary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOEVITsJFhOq1kXqVqS7K6A96SQmC8NL { display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.90625rem;left:12.6875rem;height:3.375rem;color:#d3dbe3;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; }
#wQ4waZCXbOBmN2VvoBG5uZOkEgy20sPt { box-sizing:content-box;height:0.1875rem;width:16.375rem;position:absolute;display:block;z-index:15009;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:29.3125rem;display:block; }
#wtcc28CgWGOEPT0N3w50G6G2vXLcT9wg { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#29246f;background-image:none;box-shadow: none;border-top:0.0625rem solid #00b8de;border-left:0.0625rem solid #00b8de;border-right:0.0625rem solid #00b8de;border-bottom:0.0625rem solid #00b8de;top:23.0625rem;left:32.9375rem;display:block; }
#I2CmoZHdgqeXqo7yIzzZeN2yoVfReXEn { display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:27.4375rem;left:33.9375rem;height:3.375rem;color:#00b8de;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; }
#RxM3rePGpc8FDT5fauVA4FeC0iGstw2u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.75rem;left:36.4375rem; }
#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container { background-color: transparent; background-image: none; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container > .video-iframe-container { display: none; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row > .video-iframe-container { display: none; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .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); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container { border-width: 0; border-radius: 0; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#WkIAoQBHFSdsySKD2frbcQ7IUC1tHJGy { display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:40.8125rem;height:5.19921875rem;font-style:normal;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
#HT33T6ORfWeFmR2QTTA41FRxdKDteHSz { box-sizing:content-box;height:29.6875rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.23) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5625rem;left:3.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#quSGxsBfaBxP1rzsu9TMRxwLVtfB3IhF { display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:40.8125rem;height:1.04980625rem;color:#00b8de;font-style:normal;display:block; }
#Um85nEdIvhnxUMpnTvCR8BPFiK08Eec3 { box-sizing:content-box;height:1.75rem;width:9.125rem;position:absolute;display:block;z-index:15013;background-color:#00b8de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:5.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#uLywkrr9idGzbG2FCXR8IntnGEn18mWg { display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.125rem;height:2.11230625rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#pR3fd4aMJbRcTvbMJPEd3fWTX7ZAxbni { display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15rem;left:40.8125rem;height:6.75rem;color:rgba(var(--color-tertiary-3),1);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; }
#sGtefXzx9zb0ctdA164aHgL3ztsCbocT { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.75rem;left:40.8125rem;display:block; }
#N3PXuzlcNX4ngVeGQyQRun4gUZZ8teUU { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Q53KOLpiCXvrJqQB6udTHLnUhrU8k6GW { box-sizing:content-box;height:1.75rem;width:7.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:40.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#SznlsJd8Dc4LL7E77xx7RvPws1W9KsdG { display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:41.8125rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#eTqB66qEGDBS86kturVOcFB4HPLRy0yy { box-sizing:content-box;height:1.75rem;width:7.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:49.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#wa5VOphlyPBsZvDno44oIPZSdNs7QT4t { display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:50.3125rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#y434tJCscJR4mAWz5q27IIp4TfVNT7fK { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:30.3125rem;top:6.375rem;left:5.125rem;overflow:hidden;display:block; }
#acMTO3WsTD51CnRFEcQAtAlqTNahdATv { box-sizing:content-box;height:1.75rem;width:10.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,184,222,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:58rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#nTpo3tSOI9yvka34P7Efxkn1IBl11ihP { display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:58.6875rem;height:1.05615rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#K0SDz8062R5V2gDytOvoM179S18McSQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252160;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; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container { background-color: transparent; background-image: none; }#K0SDz8062R5V2gDytOvoM179S18McSQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container > .video-iframe-container { display: none; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row > .video-iframe-container { display: none; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .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); }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container { border-width: 0; border-radius: 0; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#b2GcMTx8q7TQ1okJiLXAmXGL5tbvDim7 { display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6.3125rem;left:18.125rem;height:4.5rem;color:rgba(var(--color-secondary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnkTnENphwbePHUssGfTqryeITLxnXo2 { display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.625rem;left:21.9375rem;height:3.375rem;color:#d3dbe3;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; }
#zMR2bEEiQnyOGILQwJdqlxtHBnuqUJFd { display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:10.75rem;left:18.125rem;height:4.5rem;color:#00b8de;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CB4TlpmlkTJ0sGrIm5O9cSlmg90TxUQB { background-color:#00b8de;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.3125rem;left:24.25rem;display:block; }
#KBNuSNSTFu5nw20NbNDESvWmNDw4VEgk { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#XXoSivQDEofxotGx9GIDXMs1UG8TvktF { position:relative;display:block; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF { background-color: transparent; background-image: none; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row .container > .video-iframe-container { display: none; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row > .video-iframe-container { display: none; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .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); }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF { border-width: 0; border-radius: 0; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mhs5BvJUEBrpdxpT23lbMzJr7sW2oBAr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.375rem;top:1.6875rem;left:32.3125rem;overflow:hidden;display:block; }
#W62i5iTlwLInISL5DSfJD70mBzc6XD5M { display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.8125rem;left:25.9375rem;height:1.03125rem;color:rgba(var(--color-primary-2),1);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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI { display:block; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWsUD9TGTZCwHr2TRfxmJwZXG1JTlV5d { width:38.875rem;height:4.4375rem;top:17.625rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLnMcIHOMR640Io7r68I3TFwFHkn02W2 { width:35.0625rem;height:4.875rem;top:28.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDlwhZff36FvcEh78LI79HKXlkpBTSOw { width:19.9375rem;height:3.75rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV4iPksGovZyB8bQBq8XRy82HTEkMgy4 { display:block; }
 }@media only screen and (max-width: 763px) { #JTvR4rIx5bL70NPdCkzf3eAzNCq1J36z { width:26.875rem;height:1.4375rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikh8vWrK73l6Ne3DMuBidwZULe4c6WRI { width:28.8125rem;height:3.4375rem;top:22rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNcRkWC4asLs7y1wyTr5CzPCCi4hagxE { width:34.1875rem;height:4.8125rem;top:12.8125rem;left:6.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLkFk8Osww41rAdfONQ9dzCGCRH08AhW { width:15.375rem;height:1rem;top:3.6875rem;left:32.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wzql7K8lpT6LHRh45VTB3zDVzP5KHl { top:2.875rem;left:0rem;width:7.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLKqhgvAqkcQkCPiesriWxcE1bCh94fy { width:11.4375rem;height:5.5rem;top:12.5rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO { display:block; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOvtU2F7fSRnqeCTcVUCcGwOVeAq66Nr { width:9.75rem;height:1.125rem;top:16.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDnaVLs5AFBW45xhUNFRhUnrzWeRzQMH { top:2.125rem;left:0rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhgsaFs45auKAzOsafVm8H3UP6bZlfcu { top:2.125rem;left:1.125rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoaQBr61nCTbDb0UPErcZwpbGEUJ1m8 { top:2.125rem;left:15.8125rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfiSm3TpGzZ1ZtulWo21AV8GGzk0u0fc { top:2.125rem;left:31.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbeGHvgQg5XIhq0BsfeW4oDUOHLxea3f { top:2.125rem;left:30.5rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA { display:block; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA0bzr0mg87SpdgoRNDbVWd6iiP8TLZy { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPp2TAURMErB4LBfZP4HclWXSKdkz53Q { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG89f1EezDmAp0IrwiLrEfm3MIqezwKa { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39Fkq2QyvMK8uzo6WLekS4mL1n87vbz { top:7.125rem;left:0rem;width:4.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2iufSe5cev50Jw2tWKeBpwxvmUETwWl { top:7.125rem;left:21.25rem;width:26.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXftEuBglpOtzJmB73qaQuaChNtEgNH { display:block; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPfTTBVQHEzOzE7gQSvo0rAChwkXVVW7 { width:27.9375rem;height:5.1875rem;top:8.75rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCKC0GTL1HDXFaf1S1uBEXPBWBvU5rx0 { top:3.5625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RnZulSmmhhAaGd794IImakQFw8JS9X { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7B2lS2ffsf69tRm8Dy2aBmWmTIhVZRh { top:5.5rem;left:0rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAqVNOov5RPUw8tWr2ysHn1BDFODVZEP { width:7.125rem;height:1rem;top:5.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgy9EX0fDQlswprSuqH1Ue6o8Dkhzg3v { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2s3vXO8zCLVQd53waIwTs2uyB1tPezT { width:17.1875rem;height:3.4375rem;top:26.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6K0Bn5g0mcvRkDNGAJTnJvQIfitM0XK { display:block; }
 }@media only screen and (max-width: 763px) { #IEA6JlleFIxvtMP2ypiMlTkggIA11m7c { top:22.5625rem;left:27.1875rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2cplkgPN4M0xWiz0esbWUIkrWpoK6tX { width:5.625rem;height:1rem;top:22.875rem;left:28.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8RDDfRFTlTXT4mOCuXRp0GFI7WFhQo5 { top:22.5625rem;left:34.25rem;width:13.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tff0Ky4DAaflHNo4TW4R6CiGcn6iXnxg { width:12.375rem;height:1rem;top:22.875rem;left:35.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Pc4483WZLmcrJc2fnP4nBfxMlnlEVv { top:22.5625rem;left:36.3125rem;width:3.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEnvWDWNfIq5n2wScWnRZpg8Z10oIVo { width:2.625rem;height:1rem;top:22.875rem;left:36.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqqBKVeXXJugR3Pm5qx01c1CcDP9aqoe { top:6.375rem;left:0rem;width:30.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7wJflysKhcdqdlGx80d1wXIXLuFb4a2 { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPm3nTcCw5VUehKSrXWTssFtDCUCJkk { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2C2pte1TJAZvyvbVNqUZA4yc81kog0a { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6vcI1CwsZ2lpDu8MxTF2aTltyqMpTT { top:19rem;left:0rem;width:14.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEdazUCTUfKyOcaL3WeNmsNm6B1kdKul { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbASTTcQCrMHgC3uzHswMgTAF0xxyRnf { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcwfNq0ZE60JXmv77ZrUDEGPQtbKNm7 { top:21.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf0F4cJFFhUmJ0zPBcTDFEDQgVZd6sHs { top:6.4375rem;left:15.6875rem;width:16.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrHe1LZVcRUDvlr9UcZk6mhFFVrViF6x { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudTTsmLIpAMlP2Hv0JF7WHdkInTw52a { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GogTLT8hJTzvwWN2K0M4HT9wnh6ZF5Uw { top:21.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6NCBpAWWUIX5q1NqGLoXiEkhcnznvN6 { top:19rem;left:32.6875rem;width:14.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6kdf4pApk8qwfx7yaufu6gVkEGDqsGa { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC88yQrxFvBZVsH9BfgI6dP4HCNNg6NO { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwziLryJStAMuH7Mzq5hENeENi2Z75tz { top:21.4375rem;left:27.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i89Ru1Un2bDdUCX2K8a4NdOkD62PF0Dc { top:19rem;left:26.4375rem;width:14.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNMwPX767BD96qVX65FiA10zsVzuWIsh { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrdJZKaGkxrM01LPoXsOrr8pJqCdhTJk { top:19rem;left:6.4375rem;width:14.9375rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWSNH9G5uNeabE572eyGpQCrEc9KcbF9 { top:21.25rem;left:7.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhe4dxwzgiDhIwHIQoNfmwovKXiazMNZ { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmsz05xrgcb9OmchyMawclDRho9kOFy { display:block; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrAGpaeWXA7TTTVZQg92lk8Q7CkQh300 { width:27.9375rem;height:5.1875rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD17ZHlB6iTSkRSTnnLBu5QuWdBrNr8Q { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkPc1MCmElNtvpXPg9X68P04XRTnBdd { top:5.625rem;left:23.875rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7UipmBDdEAlpDTc26RM9l8i4mITyBks { width:7.125rem;height:1rem;top:5.9375rem;left:24.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI6IkxtZQbmTBrTvGACyth8Axlb5oDQa { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCpPgXMPI05FA44TWT7NVreSoJnENel3 { width:17.1875rem;height:3.4375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4ZA9vev76RC0NL081IJH9V4qlscqab { display:block; }
 }@media only screen and (max-width: 763px) { #sQlvQe2o0W3Q34hEGtdweTcLzGJcykxa { top:21.9375rem;left:0rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQTIkfTlSkukdOaJDT9hbKI8wtR6ae2 { width:5.625rem;height:1rem;top:22.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuDp9Hxp4qTALiHQs11zRCaizPQiUeSq { top:21.9375rem;left:2rem;width:3.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV2Nx04so5hyxR7qFMCyVxnSdHUH7trF { width:3.0625rem;height:1rem;top:22.25rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDVGaQ6okTJQdldpRIXTegmR6wLmO0tT { top:21.9375rem;left:6.875rem;width:13.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlFRfQbIHNfJuQQqDeMbDqtiTtziD52 { width:11.6875rem;height:1rem;top:22.25rem;left:7.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNOwczTKqHGeXDVTBdcuuyEsv3tqdxy3 { top:6.5rem;left:17.4375rem;width:30.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeeLZ0hmToO9hwJkDFVnx0z8kci2nQwQ { top:3.5625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 { display:block; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWPlK5ZkyqA9OqkOE0hsGqziiTSwQaO1 { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8bX6nohNMTiXGsRbkwlgXFb65Maxwb { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt4WJBwBJ7ameKACh5HbJX8fvglU0CmM { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM8UDaTt5maMRTLuZTM9vPhhaBdm9Tuu { top:16.8125rem;left:0rem;width:35.0625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKrCveTbLpfWt5XSiPWLaRt8bfDIATy { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdmdtsOlp7QSolfLQGT8ZqGnGIGKZC9F { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqweIE7lnHnNGtL1LcoEtf0D7nUogl4V { top:18.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnNZldyyU9Kq6k5yDc3FbcF2uoT0fUs { top:5.75rem;left:15.6875rem;width:16.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuTu4aQ0Vuc4bUPCJvRQ1sT5wUtTJ5N3 { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQuvPawzgk7cWEL1TRJEoOW53UsWz9oa { top:18.5625rem;left:26.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x39xvrxENOKChPTUVwfmdBm99in0niUl { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgXLtvJkoSPqXdQHknaLA0TQxK45P7de { top:24.5625rem;left:0rem;width:35.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2MyU6J9yD0n6Z7bMux0RTGVTvGRF90X { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcz1SiUpyv4UE2I8Bq3GI2kHJ0xwDfW4 { top:26.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itxv1lJaiKyMpJM6OhXkgeN2eaJQktCE { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl3DMaGZerReNlvBhZIkRDnbWzTnHJTl { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHpirbWbnUMN1eaxbXZQ8l0hHuF25fp { top:26.3125rem;left:26.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuWmfctoVlH4d33LncWwt9g3RusUM4Ax { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7AgX5d02fX3Eo2RBHnepiZfaHdek4Co { top:16.875rem;left:12.4375rem;width:35.0625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHT0wI3bPL93cbTwqi8yDUQuRJdMTMg9 { top:24.5625rem;left:12.4375rem;width:35.0625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmAswrHgdowu74NvTI7RGmRSewn0J9u { display:block; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkFgEyu285btDTzm0MyCCqNcgtUhGWGv { width:27.9375rem;height:5.1875rem;top:8.75rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV0LM4dreUHDSa9n0heyLGJ2MV3fcVim { top:3.5625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbeocZMHGJlILoa64A8MyEX9uPk8nIGl { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcBM3LgvboOclW7encoQTpRW4bSURPTc { top:5.5rem;left:0rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mM67VIOuUKQXin6Z0q42VHVofQwvRw { width:7.125rem;height:1rem;top:5.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lITpM9Z355qNOVIVPLSo9i33OSOcpRh7 { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7luM4NxbDD4Z4AMt6vn4odiZtOzxSU { width:17.1875rem;height:3.4375rem;top:26.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpKISIrXqtS2HxG3eXT9wiOiV4O88Hh2 { display:block; }
 }@media only screen and (max-width: 763px) { #W2Sf3ZaZgRD2T8JTTUwdlLKNUZLFw5Ex { top:22.5625rem;left:27.1875rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5x7RQwo8pDS6XEWr8b0GXChC6DMiQ0 { width:5.625rem;height:1rem;top:22.875rem;left:28.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65U9OtU9fHfpfsAXOhecXNbkuiKupiT { top:22.5625rem;left:35.625rem;width:3.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEi9W2vuercm92GZxPEZMW0a1sDKc7zS { width:1.6875rem;height:1rem;top:22.875rem;left:36.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTKvmRA1E8tC1vu2sFwzMLLoQWzylle { top:6.375rem;left:0rem;width:30.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URzu4d5VRTMRh7sTZaUaS8dkbT56N3Cm { top:22.5625rem;left:39rem;width:8.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udiTHFTFEnVk4FBP7gRAam6IPmNszDCB { width:7.0625rem;height:1rem;top:22.875rem;left:40.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 { display:block; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPt27yvpDmobu6ZZcTKuhk5lBg42RX5r { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbF6FTG6TK8fU5QI8Fd1ICk1dbDdGzE { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC5GVZDUl5SMi23eelmzBLF5epfdx0Hb { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJsdLBa9RFUp2DLyXOpwTITXbzzZQeTx { top:9.4375rem;left:15.6875rem;width:16.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX { display:block; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai84h8seZZeSxBAgrJIdKikiCUzgPTGv { width:27.9375rem;height:5.1875rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHKnRWxWZMh6Nh53Syt2DLq3RrKGQqkR { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7VfCLsR7P75hvcr0iXCH2zK1q7pA2R { top:5.625rem;left:23.875rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANbL0UrWn2fTKmSlxd8ObvIKnp7Zu5E { width:7.125rem;height:1rem;top:5.9375rem;left:24.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8iSU4FmkTKPBTWseC6hQsdrt6qRs61a { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpO4CZLgWQT6OuyJWFfl6CHwKdceAhgz { width:17.1875rem;height:3.4375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzaeSmGaNDp2GmaVTRxdCTxNOtsaGT2N { display:block; }
 }@media only screen and (max-width: 763px) { #MVPJ6VZ27mQWHEzDCL5Kp5XozAA2IeRN { top:21.9375rem;left:0rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3AuAOfLPXQiUAnohCSCXPttKFKlA1HO { width:5.625rem;height:1rem;top:22.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIUGniyPaLUuOKocixmH1IzRNBGxgxyp { top:21.9375rem;left:2rem;width:4.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8KeNELnaeQ40dzfdz6TN2Rwzw0o4VD { width:3rem;height:1rem;top:22.25rem;left:2.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa1UguwVo3rSZgaAZfJD8MlNSFa7Lqs7 { top:21.9375rem;left:7.0625rem;width:13rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKNFWyDbhSZSPgSaB8BXsEdM7UlnSMzD { width:12.3125rem;height:1rem;top:22.25rem;left:7.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3mO319cF66bsunq1F29bcpHdLmG0yp0 { top:6.5rem;left:17.4375rem;width:30.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek9oMABmk6LkcU9LlZhJ9fDahuyWccwS { top:3.5625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy { display:block; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6EuHEgWAalCTh71u4cnr64QurcdRcNS { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM4TQsf116AlKCPSHydP99GA5AMKkXrx { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOEVITsJFhOq1kXqVqS7K6A96SQmC8NL { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ4waZCXbOBmN2VvoBG5uZOkEgy20sPt { top:8.5625rem;left:15.6875rem;width:16.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcc28CgWGOEPT0N3w50G6G2vXLcT9wg { top:23.0625rem;left:19.3125rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2CmoZHdgqeXqo7yIzzZeN2yoVfReXEn { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxM3rePGpc8FDT5fauVA4FeC0iGstw2u { top:24.75rem;left:22.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za { display:block; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkIAoQBHFSdsySKD2frbcQ7IUC1tHJGy { width:27.9375rem;height:7.75rem;top:7.25rem;left:19.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT33T6ORfWeFmR2QTTA41FRxdKDteHSz { top:3.5625rem;left:0rem;width:47.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quSGxsBfaBxP1rzsu9TMRxwLVtfB3IhF { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um85nEdIvhnxUMpnTvCR8BPFiK08Eec3 { top:5.5rem;left:0rem;width:9.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLywkrr9idGzbG2FCXR8IntnGEn18mWg { width:7.125rem;height:1rem;top:5.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3fd4aMJbRcTvbMJPEd3fWTX7ZAxbni { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtefXzx9zb0ctdA164aHgL3ztsCbocT { width:17.1875rem;height:3.4375rem;top:26.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3PXuzlcNX4ngVeGQyQRun4gUZZ8teUU { display:block; }
 }@media only screen and (max-width: 763px) { #Q53KOLpiCXvrJqQB6udTHLnUhrU8k6GW { top:22.5625rem;left:27.1875rem;width:7.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznlsJd8Dc4LL7E77xx7RvPws1W9KsdG { width:5.625rem;height:1rem;top:22.875rem;left:28.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTqB66qEGDBS86kturVOcFB4HPLRy0yy { top:22.5625rem;left:35.625rem;width:7.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa5VOphlyPBsZvDno44oIPZSdNs7QT4t { width:6.125rem;height:1rem;top:22.875rem;left:36.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y434tJCscJR4mAWz5q27IIp4TfVNT7fK { top:6.375rem;left:0rem;width:30.3125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acMTO3WsTD51CnRFEcQAtAlqTNahdATv { top:22.5625rem;left:37.5rem;width:10.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTpo3tSOI9yvka34P7Efxkn1IBl11ihP { width:8.9375rem;height:1rem;top:22.875rem;left:38.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SDz8062R5V2gDytOvoM179S18McSQT { display:block; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2GcMTx8q7TQ1okJiLXAmXGL5tbvDim7 { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnkTnENphwbePHUssGfTqryeITLxnXo2 { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMR2bEEiQnyOGILQwJdqlxtHBnuqUJFd { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB4TlpmlkTJ0sGrIm5O9cSlmg90TxUQB { width:26.5rem;height:3.4375rem;top:23.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBNuSNSTFu5nw20NbNDESvWmNDw4VEgk { display:block; }
 }@media only screen and (max-width: 763px) { #XXoSivQDEofxotGx9GIDXMs1UG8TvktF { display:block; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mhs5BvJUEBrpdxpT23lbMzJr7sW2oBAr { top:1.6875rem;left:18.6875rem;width:10.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62i5iTlwLInISL5DSfJD70mBzc6XD5M { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/19b0f62e-b13f-432e-9f30-3e6852c8d9b3/ilagbanermobile21.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI.adaptive-delivery-prevent-bg, #Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI.lazyload, #Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI.lazyloading { background-image: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { background-color: transparent; background-image: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container > .video-iframe-container { display: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row > .video-iframe-container { display: none; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .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); }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { border-width: 0; border-radius: 0; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wg5ZuwVLxgoG6JiQ8yQ3oxsTx0RoHnkI > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWsUD9TGTZCwHr2TRfxmJwZXG1JTlV5d { width:20rem;height:2.26855625rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLnMcIHOMR640Io7r68I3TFwFHkn02W2 { width:18.625rem;height:4.548825rem;top:21.375rem;left:0.6875rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDlwhZff36FvcEh78LI79HKXlkpBTSOw { width:12.9375rem;height:2.9375rem;top:28.3125rem;left:3.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV4iPksGovZyB8bQBq8XRy82HTEkMgy4 { display:block; }
 }@media only screen and (max-width: 763px) { #JTvR4rIx5bL70NPdCkzf3eAzNCq1J36z { width:20rem;height:1.13720625rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ikh8vWrK73l6Ne3DMuBidwZULe4c6WRI { width:20rem;height:2.0625rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNcRkWC4asLs7y1wyTr5CzPCCi4hagxE { width:20rem;height:0;top:10.3125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #oLkFk8Osww41rAdfONQ9dzCGCRH08AhW { width:15.375rem;height:0;top:4.875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #y2wzql7K8lpT6LHRh45VTB3zDVzP5KHl { width:10.125rem;height:3.625rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLKqhgvAqkcQkCPiesriWxcE1bCh94fy { width:11.4375rem;height:5.5rem;top:9.875rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container { background-color: transparent; background-image: none; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container > .video-iframe-container { display: none; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row > .video-iframe-container { display: none; }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .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); }#TySpHLQ2y5hg0bwI4qV0As1TmKirZDfO > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOvtU2F7fSRnqeCTcVUCcGwOVeAq66Nr { width:17.125rem;height:0;top:16.3125rem;left:0.5rem;font-size:0.875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #uDnaVLs5AFBW45xhUNFRhUnrzWeRzQMH { width:16.125rem;height:16.125rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhgsaFs45auKAzOsafVm8H3UP6bZlfcu { width:16.125rem;height:16.125rem;top:17.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoaQBr61nCTbDb0UPErcZwpbGEUJ1m8 { width:16.125rem;height:16.125rem;top:34.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfiSm3TpGzZ1ZtulWo21AV8GGzk0u0fc { width:16.125rem;height:16.125rem;top:70.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbeGHvgQg5XIhq0BsfeW4oDUOHLxea3f { width:16.125rem;height:16.125rem;top:52.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA { background-color:#ffffff;background-image:none;display:block; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container { background-color: transparent; background-image: none; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container > .video-iframe-container { display: none; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row > .video-iframe-container { display: none; }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .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); }#rv2kHbdm9OcStQl3vFTJ9t0qvts2mWPA > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SA0bzr0mg87SpdgoRNDbVWd6iiP8TLZy { width:20rem;height:3rem;top:4.98730625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPp2TAURMErB4LBfZP4HclWXSKdkz53Q { width:20rem;height:21rem;top:7.9873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG89f1EezDmAp0IrwiLrEfm3MIqezwKa { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39Fkq2QyvMK8uzo6WLekS4mL1n87vbz { width:4.4375rem;height:0.1875rem;top:3.54980625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2iufSe5cev50Jw2tWKeBpwxvmUETwWl { width:20rem;height:19.9375rem;top:29.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXftEuBglpOtzJmB73qaQuaChNtEgNH { background-color:#ffffff;background-image:none;display:block; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container { background-color: transparent; background-image: none; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container > .video-iframe-container { display: none; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row > .video-iframe-container { display: none; }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .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); }#fiXftEuBglpOtzJmB73qaQuaChNtEgNH > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPfTTBVQHEzOzE7gQSvo0rAChwkXVVW7 { width:20rem;height:3.25rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCKC0GTL1HDXFaf1S1uBEXPBWBvU5rx0 { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3RnZulSmmhhAaGd794IImakQFw8JS9X { width:6.0625rem;height:1.04980625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7B2lS2ffsf69tRm8Dy2aBmWmTIhVZRh { width:9.125rem;height:1.75rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAqVNOov5RPUw8tWr2ysHn1BDFODVZEP { width:7.125rem;height:0.9746125rem;top:14.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #wgy9EX0fDQlswprSuqH1Ue6o8Dkhzg3v { width:20rem;height:5.25rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2s3vXO8zCLVQd53waIwTs2uyB1tPezT { width:11.25rem;height:2.1875rem;top:37.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6K0Bn5g0mcvRkDNGAJTnJvQIfitM0XK { display:block; }
 }@media only screen and (max-width: 763px) { #IEA6JlleFIxvtMP2ypiMlTkggIA11m7c { width:7.5625rem;height:1.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2cplkgPN4M0xWiz0esbWUIkrWpoK6tX { width:5.625rem;height:0.9746125rem;top:31.375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #A8RDDfRFTlTXT4mOCuXRp0GFI7WFhQo5 { width:13.5625rem;height:1.75rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tff0Ky4DAaflHNo4TW4R6CiGcn6iXnxg { width:11.5rem;height:0.9746125rem;top:33.8251953125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #B9Pc4483WZLmcrJc2fnP4nBfxMlnlEVv { width:4.125rem;height:1.75rem;top:31.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMEnvWDWNfIq5n2wScWnRZpg8Z10oIVo { width:2.625rem;height:0.9746125rem;top:31.4375rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #uqqBKVeXXJugR3Pm5qx01c1CcDP9aqoe { width:20rem;height:15.6699375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7wJflysKhcdqdlGx80d1wXIXLuFb4a2 { width:20rem;height:4.6875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPm3nTcCw5VUehKSrXWTssFtDCUCJkk { width:20rem;height:1.5rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2C2pte1TJAZvyvbVNqUZA4yc81kog0a { width:20rem;height:2.625rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6vcI1CwsZ2lpDu8MxTF2aTltyqMpTT { width:15.625rem;height:16.8125rem;top:15.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEdazUCTUfKyOcaL3WeNmsNm6B1kdKul { width:14.625rem;height:7.875rem;top:22.8125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbASTTcQCrMHgC3uzHswMgTAF0xxyRnf { width:13.625rem;height:1.3125rem;top:20.875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcwfNq0ZE60JXmv77ZrUDEGPQtbKNm7 { display:flex;width:3.125rem;height:3.125rem;top:16.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Uf0F4cJFFhUmJ0zPBcTDFEDQgVZd6sHs { width:16.375rem;height:0.1875rem;top:5.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrHe1LZVcRUDvlr9UcZk6mhFFVrViF6x { width:13.5625rem;height:3.9375rem;top:81.3125rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudTTsmLIpAMlP2Hv0JF7WHdkInTw52a { width:12.3125rem;height:2.625rem;top:78.1875rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GogTLT8hJTzvwWN2K0M4HT9wnh6ZF5Uw { display:flex;width:3.125rem;height:3.125rem;top:74.0625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #u6NCBpAWWUIX5q1NqGLoXiEkhcnznvN6 { width:16.25rem;height:15.0625rem;top:71.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6kdf4pApk8qwfx7yaufu6gVkEGDqsGa { width:14rem;height:5.25rem;top:63.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC88yQrxFvBZVsH9BfgI6dP4HCNNg6NO { width:12.375rem;height:2.625rem;top:59.625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwziLryJStAMuH7Mzq5hENeENi2Z75tz { display:flex;width:3.125rem;height:3.125rem;top:55.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #i89Ru1Un2bDdUCX2K8a4NdOkD62PF0Dc { width:16.1875rem;height:16.125rem;top:53.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNMwPX767BD96qVX65FiA10zsVzuWIsh { width:13.6875rem;height:6.5625rem;top:43.4375rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrdJZKaGkxrM01LPoXsOrr8pJqCdhTJk { width:16rem;height:16.0625rem;top:34.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWSNH9G5uNeabE572eyGpQCrEc9KcbF9 { display:flex;width:3.125rem;height:3.125rem;top:36.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dhe4dxwzgiDhIwHIQoNfmwovKXiazMNZ { width:12.875rem;height:2.625rem;top:40.3125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcmsz05xrgcb9OmchyMawclDRho9kOFy { background-color:#ffffff;background-image:none;display:block; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container { background-color: transparent; background-image: none; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container > .video-iframe-container { display: none; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row > .video-iframe-container { display: none; }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .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); }#pcmsz05xrgcb9OmchyMawclDRho9kOFy > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrAGpaeWXA7TTTVZQg92lk8Q7CkQh300 { width:20rem;height:3.25rem;top:2.2998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD17ZHlB6iTSkRSTnnLBu5QuWdBrNr8Q { width:5.5rem;height:1.04980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkPc1MCmElNtvpXPg9X68P04XRTnBdd { width:9.125rem;height:1.75rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7UipmBDdEAlpDTc26RM9l8i4mITyBks { width:7.125rem;height:0.9746125rem;top:10.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JI6IkxtZQbmTBrTvGACyth8Axlb5oDQa { width:20rem;height:3.9375rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCpPgXMPI05FA44TWT7NVreSoJnENel3 { width:10.9375rem;height:2.4375rem;top:33.6875rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4ZA9vev76RC0NL081IJH9V4qlscqab { display:block; }
 }@media only screen and (max-width: 763px) { #sQlvQe2o0W3Q34hEGtdweTcLzGJcykxa { width:7.5625rem;height:1.75rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQTIkfTlSkukdOaJDT9hbKI8wtR6ae2 { width:5.625rem;height:0.9746125rem;top:27.25rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #AuDp9Hxp4qTALiHQs11zRCaizPQiUeSq { width:5.9375rem;height:1.75rem;top:26.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV2Nx04so5hyxR7qFMCyVxnSdHUH7trF { width:5.0625rem;height:0.9746125rem;top:27.3125rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #DDVGaQ6okTJQdldpRIXTegmR6wLmO0tT { width:13.25rem;height:1.75rem;top:29.2373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAlFRfQbIHNfJuQQqDeMbDqtiTtziD52 { width:10.9375rem;height:0.9746125rem;top:29.625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #WNOwczTKqHGeXDVTBdcuuyEsv3tqdxy3 { width:20rem;height:15.6699375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeeLZ0hmToO9hwJkDFVnx0z8kci2nQwQ { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 { display:block; }#nCHJXhPRuwFWObBb0DGae9TZwnorpMs0 > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWPlK5ZkyqA9OqkOE0hsGqziiTSwQaO1 { width:20rem;height:4.6875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8bX6nohNMTiXGsRbkwlgXFb65Maxwb { width:20rem;height:3rem;top:7.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt4WJBwBJ7ameKACh5HbJX8fvglU0CmM { width:20rem;height:5.25rem;top:10.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM8UDaTt5maMRTLuZTM9vPhhaBdm9Tuu { width:19.75rem;height:7.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKrCveTbLpfWt5XSiPWLaRt8bfDIATy { width:15.625rem;height:5.25rem;top:19.8125rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdmdtsOlp7QSolfLQGT8ZqGnGIGKZC9F { width:9.4375rem;height:1.3125rem;top:18.5625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqweIE7lnHnNGtL1LcoEtf0D7nUogl4V { display:flex;width:2.8125rem;height:2.8125rem;top:19.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #wCnNZldyyU9Kq6k5yDc3FbcF2uoT0fUs { width:16.375rem;height:0.1875rem;top:5.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuTu4aQ0Vuc4bUPCJvRQ1sT5wUtTJ5N3 { width:15.3125rem;height:3.9375rem;top:29.25rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQuvPawzgk7cWEL1TRJEoOW53UsWz9oa { display:flex;width:2.8125rem;height:2.8125rem;top:28.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #x39xvrxENOKChPTUVwfmdBm99in0niUl { width:12rem;height:1.3125rem;top:28rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgXLtvJkoSPqXdQHknaLA0TQxK45P7de { width:19.75rem;height:7.5rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2MyU6J9yD0n6Z7bMux0RTGVTvGRF90X { width:13.625rem;height:3.9375rem;top:38rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcz1SiUpyv4UE2I8Bq3GI2kHJ0xwDfW4 { display:flex;width:2.8125rem;height:2.8125rem;top:37.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #itxv1lJaiKyMpJM6OhXkgeN2eaJQktCE { width:14.1875rem;height:1.3125rem;top:36.75rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl3DMaGZerReNlvBhZIkRDnbWzTnHJTl { width:13rem;height:3.9375rem;top:46.75rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHpirbWbnUMN1eaxbXZQ8l0hHuF25fp { display:flex;width:2.8125rem;height:2.8125rem;top:46.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ZuWmfctoVlH4d33LncWwt9g3RusUM4Ax { width:8.6875rem;height:1.3125rem;top:45.5rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7AgX5d02fX3Eo2RBHnepiZfaHdek4Co { width:19.75rem;height:7.3125rem;top:26.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHT0wI3bPL93cbTwqi8yDUQuRJdMTMg9 { width:19.75rem;height:7.3125rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmAswrHgdowu74NvTI7RGmRSewn0J9u { background-color:#ffffff;background-image:none;display:block; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container { background-color: transparent; background-image: none; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container > .video-iframe-container { display: none; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row > .video-iframe-container { display: none; }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .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); }#TTmAswrHgdowu74NvTI7RGmRSewn0J9u > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkFgEyu285btDTzm0MyCCqNcgtUhGWGv { width:20rem;height:3.25rem;top:2.4248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV0LM4dreUHDSa9n0heyLGJ2MV3fcVim { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbeocZMHGJlILoa64A8MyEX9uPk8nIGl { width:5.625rem;height:1.04980625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcBM3LgvboOclW7encoQTpRW4bSURPTc { width:9.125rem;height:1.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mM67VIOuUKQXin6Z0q42VHVofQwvRw { width:7.125rem;height:0.9746125rem;top:12.25rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #lITpM9Z355qNOVIVPLSo9i33OSOcpRh7 { width:20rem;height:5.25rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7luM4NxbDD4Z4AMt6vn4odiZtOzxSU { width:10.75rem;height:2.375rem;top:32.6875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpKISIrXqtS2HxG3eXT9wiOiV4O88Hh2 { display:block; }
 }@media only screen and (max-width: 763px) { #W2Sf3ZaZgRD2T8JTTUwdlLKNUZLFw5Ex { width:6.4375rem;height:1.75rem;top:29rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5x7RQwo8pDS6XEWr8b0GXChC6DMiQ0 { width:6.4375rem;height:0.9746125rem;top:29.38720703125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #W65U9OtU9fHfpfsAXOhecXNbkuiKupiT { width:3.5rem;height:1.75rem;top:29rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEi9W2vuercm92GZxPEZMW0a1sDKc7zS { width:2.25rem;height:0.9746125rem;top:29.3125rem;left:17.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #dGTKvmRA1E8tC1vu2sFwzMLLoQWzylle { width:20rem;height:15.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URzu4d5VRTMRh7sTZaUaS8dkbT56N3Cm { width:8.25rem;height:1.75rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udiTHFTFEnVk4FBP7gRAam6IPmNszDCB { width:6.375rem;height:0.9746125rem;top:29.38720703125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 { display:block; }#Nr3CcHVNROTqhymWefNUNM8nlAtQPiz5 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPt27yvpDmobu6ZZcTKuhk5lBg42RX5r { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbF6FTG6TK8fU5QI8Fd1ICk1dbDdGzE { width:20rem;height:3rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC5GVZDUl5SMi23eelmzBLF5epfdx0Hb { width:20rem;height:6.5625rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJsdLBa9RFUp2DLyXOpwTITXbzzZQeTx { width:16.375rem;height:0.1875rem;top:5.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX { background-color:#ffffff;background-image:none;display:block; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container { background-color: transparent; background-image: none; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container > .video-iframe-container { display: none; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row > .video-iframe-container { display: none; }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .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); }#RtoVeXSNTekMWZtXBhXd9nygm8ZX8LrX > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai84h8seZZeSxBAgrJIdKikiCUzgPTGv { width:20rem;height:3.25rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHKnRWxWZMh6Nh53Syt2DLq3RrKGQqkR { width:5.5rem;height:1.04980625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7VfCLsR7P75hvcr0iXCH2zK1q7pA2R { width:9.125rem;height:1.75rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANbL0UrWn2fTKmSlxd8ObvIKnp7Zu5E { width:7.125rem;height:0.9746125rem;top:14.9375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #a8iSU4FmkTKPBTWseC6hQsdrt6qRs61a { width:20rem;height:6.5625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpO4CZLgWQT6OuyJWFfl6CHwKdceAhgz { width:10.9375rem;height:2.5rem;top:37.5625rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzaeSmGaNDp2GmaVTRxdCTxNOtsaGT2N { display:block; }
 }@media only screen and (max-width: 763px) { #MVPJ6VZ27mQWHEzDCL5Kp5XozAA2IeRN { width:7.5625rem;height:1.75rem;top:32.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3AuAOfLPXQiUAnohCSCXPttKFKlA1HO { width:5.625rem;height:0.9746125rem;top:32.4375rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #dIUGniyPaLUuOKocixmH1IzRNBGxgxyp { width:5.9375rem;height:1.75rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8KeNELnaeQ40dzfdz6TN2Rwzw0o4VD { width:4.5rem;height:0.9746125rem;top:32.4375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #Pa1UguwVo3rSZgaAZfJD8MlNSFa7Lqs7 { width:13rem;height:1.75rem;top:34.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKNFWyDbhSZSPgSaB8BXsEdM7UlnSMzD { width:12.8125rem;height:0.9746125rem;top:34.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #x3mO319cF66bsunq1F29bcpHdLmG0yp0 { width:20rem;height:15.6699375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek9oMABmk6LkcU9LlZhJ9fDahuyWccwS { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy { display:block; }#ncNkQxcmb6mLJI6yKSNMIlp7ReGltXSy > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6EuHEgWAalCTh71u4cnr64QurcdRcNS { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM4TQsf116AlKCPSHydP99GA5AMKkXrx { width:20rem;height:3rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOEVITsJFhOq1kXqVqS7K6A96SQmC8NL { width:20rem;height:6.5625rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ4waZCXbOBmN2VvoBG5uZOkEgy20sPt { width:16.375rem;height:0.1875rem;top:6.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcc28CgWGOEPT0N3w50G6G2vXLcT9wg { width:9rem;height:9rem;top:20.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2CmoZHdgqeXqo7yIzzZeN2yoVfReXEn { width:7.1875rem;height:3.9375rem;top:25.1875rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxM3rePGpc8FDT5fauVA4FeC0iGstw2u { display:flex;width:2.1875rem;height:2.1875rem;top:22.5rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za { background-color:#ffffff;background-image:none;display:block; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container { background-color: transparent; background-image: none; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container > .video-iframe-container { display: none; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row > .video-iframe-container { display: none; }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .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); }#g9QtxuOvhCtGAZPsMrk2xci8swGJ18Za > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkIAoQBHFSdsySKD2frbcQ7IUC1tHJGy { width:20rem;height:3.25rem;top:2.9873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT33T6ORfWeFmR2QTTA41FRxdKDteHSz { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #quSGxsBfaBxP1rzsu9TMRxwLVtfB3IhF { width:5.75rem;height:1.04980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um85nEdIvhnxUMpnTvCR8BPFiK08Eec3 { width:9.125rem;height:1.75rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLywkrr9idGzbG2FCXR8IntnGEn18mWg { width:7.125rem;height:0.9746125rem;top:13.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pR3fd4aMJbRcTvbMJPEd3fWTX7ZAxbni { width:20rem;height:5.25rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtefXzx9zb0ctdA164aHgL3ztsCbocT { width:10.6875rem;height:2.5625rem;top:34.125rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3PXuzlcNX4ngVeGQyQRun4gUZZ8teUU { display:block; }
 }@media only screen and (max-width: 763px) { #Q53KOLpiCXvrJqQB6udTHLnUhrU8k6GW { width:7.5625rem;height:1.75rem;top:17.375rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #SznlsJd8Dc4LL7E77xx7RvPws1W9KsdG { width:5.625rem;height:0;top:17.6875rem;left:12rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #eTqB66qEGDBS86kturVOcFB4HPLRy0yy { width:7.625rem;height:1.75rem;top:30.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa5VOphlyPBsZvDno44oIPZSdNs7QT4t { width:6.125rem;height:0.9746125rem;top:31rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #y434tJCscJR4mAWz5q27IIp4TfVNT7fK { width:20rem;height:15.6699375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acMTO3WsTD51CnRFEcQAtAlqTNahdATv { width:10.25rem;height:1.75rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTpo3tSOI9yvka34P7Efxkn1IBl11ihP { width:8.9375rem;height:0.9746125rem;top:30.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #K0SDz8062R5V2gDytOvoM179S18McSQT { display:block; }#K0SDz8062R5V2gDytOvoM179S18McSQT > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2GcMTx8q7TQ1okJiLXAmXGL5tbvDim7 { width:20rem;height:2.625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnkTnENphwbePHUssGfTqryeITLxnXo2 { width:19.1875rem;height:2.625rem;top:10.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMR2bEEiQnyOGILQwJdqlxtHBnuqUJFd { width:20rem;height:2.625rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB4TlpmlkTJ0sGrIm5O9cSlmg90TxUQB { width:19rem;height:3.4375rem;top:14.75rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBNuSNSTFu5nw20NbNDESvWmNDw4VEgk { display:block; }
 }@media only screen and (max-width: 763px) { #XXoSivQDEofxotGx9GIDXMs1UG8TvktF { display:block; }#XXoSivQDEofxotGx9GIDXMs1UG8TvktF > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mhs5BvJUEBrpdxpT23lbMzJr7sW2oBAr { width:10.375rem;height:2.5rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62i5iTlwLInISL5DSfJD70mBzc6XD5M { width:20rem;height:1.5rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }