.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:255,230,204;--color-primary-1:254,179,102;--color-primary-2:253,129,0;--color-primary-3:253,184,0;--color-primary-4:51,26,0;--color-secondary-0:252,217,217;--color-secondary-1:247,128,128;--color-secondary-2:238,0,0;--color-secondary-3:119,0,0;--color-secondary-4:36,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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-4),0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container { background-color: transparent; background-image: none; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container > .video-iframe-container { display: none; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row > .video-iframe-container { display: none; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .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); }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container { border-width: 0; border-radius: 0; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#d2nDAuWXIQE9qZDMvKs74H61QcmFXpHM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.615234375rem;left:4.810546875rem;height:1.7068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tb56ecnqDP2x8N0GWRxwgNZLb0nBLwd4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:27.375rem;top:1.1240234375rem;left:4.810546875rem;display:block; }
#Hai4anceuVRqCia8aAG6l6bJmN80JAo6 { position:absolute;display:block;z-index:15012;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:3.8125rem;width:3.8125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#o5qEwGAmvtXZbaBhQCQukwNxcRWWEhhF { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.615234375rem;left:47.0625rem;height:1.70626875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d94b26e-7faa-4bdf-9c08-d47e3b960961/geminiimage2_Green_themed_hero_section_background_for_a_live_trading_website_modern_and_clean0.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ZX0sSNPT15Ig5f6qNQbnc8mS8AxSgCiR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#O48A9LI6e6Zdn54KfFGSS15I3teK2NPP { color:rgba(var(--color-primary-2),1);display:block;width:50.9375rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.75rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GF8yEFi2NpTsbKFdDBPqNNLZ0zdC37X6 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.8737rem;width:3.8737rem;top:38.5rem;left:43.4375rem;display:block; }
#w0IJLIMXwreRSCkS75egTagGbtNGMPAd { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9357625rem;width:1.9987rem;top:39.5rem;left:44.375rem;overflow:hidden;display:block; }
#QxvE1LRc1bCuwf6aGr9uPgvTliDTbUdt { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:2.24935rem;top:24rem;left:70.5625rem;overflow:hidden;display:block; }
#ZXCrhfRXQy0RBtvxsCaW7oSgzodNyxAd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.18685rem;width:3.18685rem;top:23.125rem;left:70.0625rem;display:block; }
#LIwbxcfMVqPld9TPAlZA4hhfUWxhXEG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:7.75rem;left:0rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QxczrPbgtgzo8gSXQG0hggENBnKsnG3F { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:16.75rem;left:5rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJTWhI3WUqISuSwbE2yx5kLRa5FsVB9H { color:rgba(var(--color-tertiary-0),1);display:block;width:30.623375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:13.3125rem;left:4.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0HNhkHriaoWJS0TtNpkFbi4JHwBrHsX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:22.125rem;left:5rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8N3zGM1HJ7pR9if4DsFleXzrTA00MMD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5619375rem;width:31.5619375rem;top:12.812210798264rem;left:43.438039779663rem;overflow:hidden;display:block; }
#Q8LmVPdI7AOh0KfhlXIaG5EyTi3TTtC5 { background-color:#ee0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3730625rem;height:4.436525rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.3125rem;left:7.5rem;display:block; }
#HXLTg36pCGMmhAKKAdcBluys6eR3o7So { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRHC5Gt5NPwDzfXFg7TH8gv2QQ8titDh { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.3125rem;top:31.5rem;left:1.375rem;overflow:hidden;display:block; }
#RGIbpTK9GynGIuWKi99GiQBB4mrcBrki { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5.3125rem;top:30.9375rem;left:33.75rem;overflow:hidden;display:block; }
#y1CL3iJWElaTqIoUypOgVLolEDlwPvFO { position:absolute;display:block;z-index:15038;height:5.375rem;width:33.3125rem;top:35.1875rem;left:3.1875rem;display:none; }
#VRR9ptHqvw3qziM1wRNMGkRIncVvnvJ0 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4368875rem;width:2.06163125rem;top:28.498442649841rem;left:25.497323989868rem;overflow:hidden;display:block; }
#d9oJ9FWDallgsAJ55R2p0UKWTrcTBdzx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.686625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.906249046326rem;left:9.2484073638919rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXFreLFynEDgRIT6ciDqBiEsys7aIDvC { position:absolute;display:block;z-index:14996;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:9.6245625rem;width:9.6245625rem;top:2.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#VL6MZIedH8HGfLFvWiVCi9bzNNWqmkaT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:9.7298212051394rem;left:0rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { background-color: transparent; background-image: none; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container > .video-iframe-container { display: none; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row > .video-iframe-container { display: none; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .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); }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { border-width: 0; border-radius: 0; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#TF7JeDGFH6CBqeVDPg9Esqtv93GMchMc { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:16.25rem;left:2rem;height:15.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UsDLkFtsp97mJWTxTeyx7vLvwUrBL3L5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.7884120941163rem;left:15.687936782837rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xR605QzuHXFUny6oNdFpp1gTrbr0a76K { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.7884120941163rem;left:15.687936782837rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tlkv1HlcoFrA5WEVRfke7wpURqA16ld6 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.4998125rem;width:39.99925rem;top:12.625rem;left:33.0625rem;display:block; }
#N9yi7ET3xrprXT0dGut9dKvEWiMQauUR { color:rgba(var(--color-tertiary-4),1);display:block;width:63.37375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:2.3184309005738rem;left:5.8123550415039rem;height:7.1253125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DE8LTDRVXnag5bsbeLl6IXehXUp20srw { box-sizing:content-box;height:6rem;width:21.9375rem;position:absolute;display:block;z-index:15006;background-color:#d00900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:5.375rem;display:block; }
#sZ0Az0t42aARNq67O7SXPTtEIxg4tNMR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:13.9375rem;left:2rem;height:20.46873125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#N9edT9rRvHrKPhVIPtIu7ooARkOJeDAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:3.5083909034729rem;left:5.8123550415039rem;height:6.17404375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#D0m4fwyhz3aXUL5Q9lnsdvRIt2nSqZGR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:13.9375rem;left:2rem;height:20.46873125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nbdZ7poafB71DlLvfs3woqZMFMLELB3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container { background-color: transparent; background-image: none; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container > .video-iframe-container { display: none; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row > .video-iframe-container { display: none; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .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); }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container { border-width: 0; border-radius: 0; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#UO90we6tbDHZyGXgDBMhqTwJbSN4g0bq { color:rgba(var(--color-primary-2),1);display:block;width:38.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:2.3079433441162rem;left:18.031686782837rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i73MXhX1EiJXMi0TUGDLiJNBCkOZVMup { color:rgba(var(--color-tertiary-0),1);display:block;width:43.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:4.7016067504883rem;left:15.687936782837rem;height:3.087925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pGAvfJdx8o9t3prOZBbvBsBiBoS7ti2e { 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:22.8125rem;width:22.8125rem;top:19.278430461884rem;left:9.6527805328369rem;overflow:hidden;display:block; }
#oPFxBkouf03GHJsXi4JNArrEVfBwc235 { 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:22.8125rem;width:22.8125rem;top:19.278430461884rem;left:43.964845657349rem;overflow:hidden;display:block; }
#lcwPKWT95MlellFFuXBpnbWuDke3KblV { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.7884120941163rem;left:15.687936782837rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OKI1QOcIZVeeQFydtlK7uyae8kt0Rvw2 { 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:7.686625rem;width:7.686625rem;top:11.661241054535rem;left:49.350046157837rem;overflow:hidden;display:block; }
#R4CBdCKNNUS7BWxM0BD8g0bdLxz1spca { 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:7.625rem;width:7.625rem;top:11.661241054535rem;left:20.786676406861rem;overflow:hidden;display:block; }
#bfnzEcT8BOZ6XiGcbLiNtAW36oosm8S9 { position:absolute;display:block;z-index:14997;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:9.6235rem;width:9.6235rem;top:49.543188095093rem;left:52.561853408814rem;overflow:hidden;display:block; }
#bzRXvVHrOJPp6CelupHDL3TknoCsnEZq { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.7884120941163rem;left:15.687936782837rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ezKb33bOie2emBDKdKNT2SNyVxbWrAwJ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.7884120941163rem;left:15.687936782837rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KykhomF0TGUnDSbILM2qg74Gc74fXlAh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { background-color: transparent; background-image: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container > .video-iframe-container { display: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row > .video-iframe-container { display: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .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); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { border-width: 0; border-radius: 0; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fXQ6pPfGImsEF7p8pDT1mWw716xwblkH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mTEu44KquOF9LTFutQgT0Dw0C9g4Pags { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.0380859375rem;left:16.3125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otmde0tvl4HAD7HofCM5PotRl4COX4gk { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:11.9755859375rem;left:16.3125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ar29dRXd9Mu5pqU7Fy1xXoEi0Cq51g08 { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.4375rem;left:14.75rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QR8y97UxHKzKNCJcvLcirJDtiRmqUBOt { color:rgba(var(--color-secondary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.5625rem;left:20.625rem;height:4.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VU2VTCZyrP68OuBlmODurzATdBhgGew6 { color:rgba(var(--color-secondary-4),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:22.875rem;left:16.84375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdeTKfp5txU8TZmAMVnGHE9KEl4N0gR1 { color:rgba(var(--color-secondary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.5rem;left:13.1552734375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLQDIxBLpaf4HzGgnyGW5BPf2DOhQgPy { color:rgba(var(--color-secondary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:26.125rem;left:12.53125rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIt8PSWeekI2gy9Kv6lwkOrC4hiTXuf6 { background-color:#ee0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:4.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.875rem;left:24rem;display:block; }
#zFrUnOA035muqJOTSCo4KvGMVg1nuq0x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhDaVUtRoXKZpknkL4IneZbAc59GLilJ { box-sizing:content-box;height:2.6875rem;width:30.9375rem;position:absolute;display:block;z-index:15004;background-color:#d00900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.7685546875rem;left:27.21875rem;display:block; }
#FCNgOq9gOGDTgndWlzCJUxmJGExAuyXE { box-sizing:content-box;height:2.6875rem;width:30.9375rem;position:absolute;display:block;z-index:15004;background-color:#d00900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.7685546875rem;left:27.21875rem;display:none; }
#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { background-color: transparent; background-image: none; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container > .video-iframe-container { display: none; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row > .video-iframe-container { display: none; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .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); }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { border-width: 0; border-radius: 0; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#KybClSgc5O6Qm1NXDvLqTH4KR885zSP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:6.3974609375rem;left:16.21875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcCR6255li3zey6lS4QTuRTfQ4rNJKeA { color:rgba(var(--color-primary-2),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:3.3740234375rem;left:13.1875rem;height:2.275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGmTImouE6MqGx7ri5pbFFvlaGtOnyOI { box-sizing:content-box;height:3.8125rem;width:19.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.21);background-image:none;top:3.5625rem;left:53.8125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#mLsGtr1MbLQhydUgeLXfkhKIPdUv7DsH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.6875rem;left:53.375rem;display:none; }
#iJD7osxcX8zeSGo78PM8LP8gblBJPH5i { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.875rem;left:59.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sbilmictRVeS8EZQJkAumZOLrPpOZQ3S { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:56.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Me2z5LFDOOT7unZDLFsa0L5xKW3d8VF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:10.2099609375rem;left:16.21875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqeJxaoo9KBmVmBTU7y7UJFDKc9r3iq0 { position:absolute;display:block;z-index:15065;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:21.25rem;width:18.75rem;top:15.375rem;left:5.28125rem;overflow:hidden;display:block; }
#eqTMMtKVcvnt0ocul2TiShMnsPMpH5oh { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.57) ;height:21.25rem;width:18.75rem;top:15.375rem;left:29.09375rem;overflow:hidden;display:block; }
#gEyOglGXtBLSDItuUqgyRAwCSqSWFU8J { position:absolute;display:block;z-index:15067;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:18.75rem;top:15.375rem;left:51.40625rem;overflow:hidden;display:block; }
#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO { background-color:#f5f5f5;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container { background-color: transparent; background-image: none; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container > .video-iframe-container { display: none; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row > .video-iframe-container { display: none; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .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); }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container { border-width: 0; border-radius: 0; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#KxOaiopVlduXFxR590NUF2MBUJyv2x2m { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uCDPcfoLzh3LAwvrB8tZ3gtorLWdeX7a { color:#fd8100;display:block;width:18.0588125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:15.1875rem;left:8.375rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgllWelrnTSocFDwznZAtwmksQdhLfKb { box-sizing:content-box;height:27.6875rem;width:37.25rem;position:absolute;display:block;z-index:14999;background-color:#1a1d21;background-image:none;top:13.9365234375rem;left:5.8740234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-0),0.3) ;display:block; }
#GqPHqDebE18hRqNfn8MLxW0eRdvme1AF { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:18.28125rem;left:8.375rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWb9KsUlHTWmV9JL6IqSBpgwzG0M2WQE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:28.624122619629rem;left:8.3745670318606rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2TQUNyriD7FewU7LhwVbOXIKgSCKEqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#akpgWveTIruQrFEVRObkJAZvI69qkPgG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:34.436851501465rem;left:8.3745670318606rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UGPVmwLmOkCtTE983VKI6wH5Ao0oi060 { position:absolute;display:block;z-index:15031;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:37.8125rem;width:37.8125rem;top:8.75rem;left:34.6103515625rem;overflow:hidden;display:block; }
#TyTdQaqHGJPp85dnTccKBKVBcNnbDPNp { color:rgba(var(--color-primary-2),1);display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:2.7490234375rem;left:16.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d94b26e-7faa-4bdf-9c08-d47e3b960961/geminiimage2_Green_themed_hero_section_background_for_a_live_trading_website_modern_and_clean0.jpg");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg.adaptive-delivery-prevent-bg, #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg.lazyload, #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg.lazyloading { background-image: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { background-color: transparent; background-image: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container > .video-iframe-container { display: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row > .video-iframe-container { display: none; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .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); }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { border-width: 0; border-radius: 0; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MTHBWnTqltITXguTb3rTatDD7FzBRHov { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:3.375rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bxTZoTyGwbHUOSikmiNl1ySqaIWSVF9H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZCVQ1QXwVb0KmQ0vnJUn1LGABOpoe0S1 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#MXb5LiLZn3pphzziPKDX8VTJpqQIbyah { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:29rem;left:9.125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRyUWp7DsmXxalcAEMFixWRpKdrhzT69 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.3125rem;left:16.310546875rem;height:10.2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8sDDfxKyal49RKRbBC9BeXs72HQJ9hw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:3.6181640625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FAbTD2FcqrnZ6GWf3wg7WsSfalls9K63 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.061875rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.623625278473rem;left:29.09161567688rem;display:block; }
#TD1oFNMZRm7VdHNHGnfh0KCfBWIgTor8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWbvv6qBt4Mgdub48qN18Ih3ThMOHwUb { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:10.4375rem;left:16.8740234375rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.86);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; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { background-color: transparent; background-image: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { display: none; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .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); }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { border-width: 0; border-radius: 0; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:1.875rem;left:10.625rem;height:1.225225rem;font-style:normal;display:block; }
#oTKOvzqS2EhkclpRmWflRge6FFy410aW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.75rem;left:8.375rem; }
#vCl7QbUxSgcoAgxzo0C2RlTaQW1oXx5T { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1230625rem;height:1.24805rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:1.90625rem;left:53.65625rem;display:block; }
#l9kX2GfcBl3GGa2JpHEoAksrMKAA8Krm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H { display:block; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2nDAuWXIQE9qZDMvKs74H61QcmFXpHM { top:1.5625rem;left:0rem;width:27.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb56ecnqDP2x8N0GWRxwgNZLb0nBLwd4 { top:1.0625rem;left:0rem;width:27.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hai4anceuVRqCia8aAG6l6bJmN80JAo6 { top:0.5625rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5qEwGAmvtXZbaBhQCQukwNxcRWWEhhF { top:1.5625rem;left:20.5rem;width:27.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX0sSNPT15Ig5f6qNQbnc8mS8AxSgCiR { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O48A9LI6e6Zdn54KfFGSS15I3teK2NPP { top:3.5625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GF8yEFi2NpTsbKFdDBPqNNLZ0zdC37X6 { top:38.5rem;left:29.8125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0IJLIMXwreRSCkS75egTagGbtNGMPAd { top:39.5rem;left:30.75rem;width:1.9375rem;height:1.8761271087842rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxvE1LRc1bCuwf6aGr9uPgvTliDTbUdt { top:24rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCrhfRXQy0RBtvxsCaW7oSgzodNyxAd { top:23.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIwbxcfMVqPld9TPAlZA4hhfUWxhXEG3 { top:7.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxczrPbgtgzo8gSXQG0hggENBnKsnG3F { top:16.75rem;left:0rem;width:30.3125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJTWhI3WUqISuSwbE2yx5kLRa5FsVB9H { top:13.3125rem;left:0rem;width:30.5625rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0HNhkHriaoWJS0TtNpkFbi4JHwBrHsX { top:22.125rem;left:0rem;width:30.3125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8N3zGM1HJ7pR9if4DsFleXzrTA00MMD { top:12.75rem;left:16.25rem;width:31.5rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LmVPdI7AOh0KfhlXIaG5EyTi3TTtC5 { width:25.3125rem;height:4.375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXLTg36pCGMmhAKKAdcBluys6eR3o7So { display:block; }
 }@media only screen and (max-width: 763px) { #fRHC5Gt5NPwDzfXFg7TH8gv2QQ8titDh { top:31.5rem;left:0rem;width:5.25rem;height:4.5699597398029rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIbpTK9GynGIuWKi99GiQBB4mrcBrki { top:30.9375rem;left:20.125rem;width:5.25rem;height:4.6325109915515rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1CL3iJWElaTqIoUypOgVLolEDlwPvFO { top:35.1875rem;left:0rem;width:33.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRR9ptHqvw3qziM1wRNMGkRIncVvnvJ0 { top:28.4375rem;left:11.872323989868rem;width:2rem;height:2.3640381857813rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9oJ9FWDallgsAJ55R2p0UKWTrcTBdzx { top:28.875rem;left:0rem;width:17.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXFreLFynEDgRIT6ciDqBiEsys7aIDvC { top:2.1875rem;left:28.8125rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL6MZIedH8HGfLFvWiVCi9bzNNWqmkaT { top:9rem;left:0rem;width:19.9375rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX { display:block; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF7JeDGFH6CBqeVDPg9Esqtv93GMchMc { top:16.25rem;left:0rem;width:29.3125rem;height:15.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsDLkFtsp97mJWTxTeyx7vLvwUrBL3L5 { top:8rem;left:0rem;width:20rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xR605QzuHXFUny6oNdFpp1gTrbr0a76K { top:34.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlkv1HlcoFrA5WEVRfke7wpURqA16ld6 { top:12.625rem;left:7.8125rem;width:39.9375rem;height:22.465077763177rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yi7ET3xrprXT0dGut9dKvEWiMQauUR { top:2.3125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE8LTDRVXnag5bsbeLl6IXehXUp20srw { top:15.625rem;left:0rem;width:21.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0Az0t42aARNq67O7SXPTtEIxg4tNMR { top:9.625rem;left:0rem;width:19.9375rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9edT9rRvHrKPhVIPtIu7ooARkOJeDAZ { top:1.6875rem;left:0rem;width:19.9375rem;height:6.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0m4fwyhz3aXUL5Q9lnsdvRIt2nSqZGR { top:18.4375rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbdZ7poafB71DlLvfs3woqZMFMLELB3S { display:block; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO90we6tbDHZyGXgDBMhqTwJbSN4g0bq { top:2.25rem;left:4.4066867828369rem;width:38.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73MXhX1EiJXMi0TUGDLiJNBCkOZVMup { top:4.6875rem;left:2.0623912811279rem;width:43.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGAvfJdx8o9t3prOZBbvBsBiBoS7ti2e { top:19.25rem;left:0rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFxBkouf03GHJsXi4JNArrEVfBwc235 { top:19.25rem;left:24.9375rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcwPKWT95MlellFFuXBpnbWuDke3KblV { top:9.75rem;left:2.0629367828369rem;width:43.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKI1QOcIZVeeQFydtlK7uyae8kt0Rvw2 { top:11.625rem;left:35.725046157837rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4CBdCKNNUS7BWxM0BD8g0bdLxz1spca { top:11.625rem;left:7.1616764068606rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfnzEcT8BOZ6XiGcbLiNtAW36oosm8S9 { top:49.5rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRXvVHrOJPp6CelupHDL3TknoCsnEZq { top:8rem;left:0rem;width:20rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezKb33bOie2emBDKdKNT2SNyVxbWrAwJ { top:34.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KykhomF0TGUnDSbILM2qg74Gc74fXlAh { display:block; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXQ6pPfGImsEF7p8pDT1mWw716xwblkH { top:4.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTEu44KquOF9LTFutQgT0Dw0C9g4Pags { top:9rem;left:2.6875rem;width:43.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #otmde0tvl4HAD7HofCM5PotRl4COX4gk { top:11.9375rem;left:2.6875rem;width:43.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar29dRXd9Mu5pqU7Fy1xXoEi0Cq51g08 { top:19.4375rem;left:1.125rem;width:45.5rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR8y97UxHKzKNCJcvLcirJDtiRmqUBOt { top:29.5625rem;left:7rem;width:33.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU2VTCZyrP68OuBlmODurzATdBhgGew6 { top:22.875rem;left:3.21875rem;width:41.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdeTKfp5txU8TZmAMVnGHE9KEl4N0gR1 { top:16.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLQDIxBLpaf4HzGgnyGW5BPf2DOhQgPy { top:26.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIt8PSWeekI2gy9Kv6lwkOrC4hiTXuf6 { width:27rem;height:4.4375rem;top:35.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFrUnOA035muqJOTSCo4KvGMVg1nuq0x { display:block; }
 }@media only screen and (max-width: 763px) { #DhDaVUtRoXKZpknkL4IneZbAc59GLilJ { top:11.75rem;left:13.59375rem;width:30.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCNgOq9gOGDTgndWlzCJUxmJGExAuyXE { top:11.75rem;left:13.59375rem;width:30.9375rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh { display:block; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KybClSgc5O6Qm1NXDvLqTH4KR885zSP4 { top:6.375rem;left:2.59375rem;width:42.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcCR6255li3zey6lS4QTuRTfQ4rNJKeA { top:3.3125rem;left:0rem;width:44.4375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGmTImouE6MqGx7ri5pbFFvlaGtOnyOI { top:3.5625rem;left:28.25rem;width:19.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLsGtr1MbLQhydUgeLXfkhKIPdUv7DsH { top:2.6875rem;left:39.75rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJD7osxcX8zeSGo78PM8LP8gblBJPH5i { top:3.875rem;left:35.4375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbilmictRVeS8EZQJkAumZOLrPpOZQ3S { top:5.5625rem;left:28.875rem;width:18.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me2z5LFDOOT7unZDLFsa0L5xKW3d8VF3 { top:10.1875rem;left:2.59375rem;width:42.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqeJxaoo9KBmVmBTU7y7UJFDKc9r3iq0 { top:15.375rem;left:0rem;width:18.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTMMtKVcvnt0ocul2TiShMnsPMpH5oh { top:15.375rem;left:15.46875rem;width:18.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEyOglGXtBLSDItuUqgyRAwCSqSWFU8J { top:15.375rem;left:29rem;width:18.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO { display:block; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxOaiopVlduXFxR590NUF2MBUJyv2x2m { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCDPcfoLzh3LAwvrB8tZ3gtorLWdeX7a { top:15.1875rem;left:0rem;width:18rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgllWelrnTSocFDwznZAtwmksQdhLfKb { top:13.875rem;left:0rem;width:37.25rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqPHqDebE18hRqNfn8MLxW0eRdvme1AF { top:18.25rem;left:0rem;width:31.625rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWb9KsUlHTWmV9JL6IqSBpgwzG0M2WQE { top:28.5625rem;left:0rem;width:33.0625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2TQUNyriD7FewU7LhwVbOXIKgSCKEqZ { top:7.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akpgWveTIruQrFEVRObkJAZvI69qkPgG { top:34.375rem;left:0rem;width:33.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGPVmwLmOkCtTE983VKI6wH5Ao0oi060 { top:8.75rem;left:9.9375rem;width:37.8125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTdQaqHGJPp85dnTccKBKVBcNnbDPNp { top:2.6875rem;left:2.75rem;width:44.4375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg { display:block; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTHBWnTqltITXguTb3rTatDD7FzBRHov { top:8.1875rem;left:0rem;width:18.75rem;height:3.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxTZoTyGwbHUOSikmiNl1ySqaIWSVF9H { display:none; }
 }@media only screen and (max-width: 763px) { #ZCVQ1QXwVb0KmQ0vnJUn1LGABOpoe0S1 { display:none; }
 }@media only screen and (max-width: 763px) { #MXb5LiLZn3pphzziPKDX8VTJpqQIbyah { top:29rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRyUWp7DsmXxalcAEMFixWRpKdrhzT69 { top:9.3125rem;left:2.685546875rem;width:43.6875rem;height:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8sDDfxKyal49RKRbBC9BeXs72HQJ9hw { top:3.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAbTD2FcqrnZ6GWf3wg7WsSfalls9K63 { width:18.0625rem;height:3.375rem;top:21.5625rem;left:15.46661567688rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1oFNMZRm7VdHNHGnfh0KCfBWIgTor8 { display:block; }
 }@media only screen and (max-width: 763px) { #OWbvv6qBt4Mgdub48qN18Ih3ThMOHwUb { top:7.3125rem;left:0rem;width:19.5625rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { top:1.875rem;left:0rem;width:12.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { top:1.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCl7QbUxSgcoAgxzo0C2RlTaQW1oXx5T { width:8.0625rem;height:1.1875rem;top:1.875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9kX2GfcBl3GGa2JpHEoAksrMKAA8Krm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H { display:block; }#NgE8CVztZc9WW0KiPFSb0n8sLnfglU6H > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2nDAuWXIQE9qZDMvKs74H61QcmFXpHM { width:12.4366875rem;height:2.6rem;top:0.86624711751937rem;left:5.6532116532326rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tb56ecnqDP2x8N0GWRxwgNZLb0nBLwd4 { width:12.9375rem;height:3.125rem;top:0.60438537597656rem;left:5.4053819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hai4anceuVRqCia8aAG6l6bJmN80JAo6 { width:3.81185rem;height:3.81185rem;top:0.25933161377907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5qEwGAmvtXZbaBhQCQukwNxcRWWEhhF { width:14.936875rem;height:0;top:4.6639900207519rem;left:2.5300202965736rem;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#000e64;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX0sSNPT15Ig5f6qNQbnc8mS8AxSgCiR { width:18.9995625rem;height:6.09375rem;top:1.4359083175659rem;left:0.49822765588761rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9GT36RF9SKdOTAVePd1Xi4Dlm4TDmxC { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #O48A9LI6e6Zdn54KfFGSS15I3teK2NPP { width:20rem;height:0;top:5.9429254531861rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #GF8yEFi2NpTsbKFdDBPqNNLZ0zdC37X6 { width:3.8125rem;height:3.8125rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0IJLIMXwreRSCkS75egTagGbtNGMPAd { width:1.9375rem;height:1.875975rem;top:49.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxvE1LRc1bCuwf6aGr9uPgvTliDTbUdt { width:1.5rem;height:1.5rem;top:40.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCrhfRXQy0RBtvxsCaW7oSgzodNyxAd { width:3.1875rem;height:3.1875rem;top:39.6875rem;left:16.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LIwbxcfMVqPld9TPAlZA4hhfUWxhXEG3 { width:19.999rem;height:0;top:8.99609375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxczrPbgtgzo8gSXQG0hggENBnKsnG3F { width:19.1855625rem;height:3.4rem;top:16.5rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJTWhI3WUqISuSwbE2yx5kLRa5FsVB9H { width:19.9363125rem;height:1.7rem;top:14.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0HNhkHriaoWJS0TtNpkFbi4JHwBrHsX { width:17.3123125rem;height:3.4rem;top:20.624456882477rem;left:1.3427734971046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8N3zGM1HJ7pR9if4DsFleXzrTA00MMD { width:19.9375rem;height:19.9375rem;top:33.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Q8LmVPdI7AOh0KfhlXIaG5EyTi3TTtC5 { width:18.9995625rem;height:4.375rem;top:27.875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXLTg36pCGMmhAKKAdcBluys6eR3o7So { display:block; }
 }@media only screen and (max-width: 763px) { #fRHC5Gt5NPwDzfXFg7TH8gv2QQ8titDh { width:5.25rem;height:4.5699597398029rem;top:31.5rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGIbpTK9GynGIuWKi99GiQBB4mrcBrki { width:5.25rem;height:4.6325109915515rem;top:30.9375rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1CL3iJWElaTqIoUypOgVLolEDlwPvFO { width:20rem;height:5.3125rem;top:32.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRR9ptHqvw3qziM1wRNMGkRIncVvnvJ0 { width:1.68638125rem;height:1.9983375rem;top:24.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9oJ9FWDallgsAJ55R2p0UKWTrcTBdzx { width:13.3110625rem;height:1.4625rem;top:25.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXFreLFynEDgRIT6ciDqBiEsys7aIDvC { width:9.5625rem;height:9.5625rem;top:1.373046875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VL6MZIedH8HGfLFvWiVCi9bzNNWqmkaT { width:19.9978125rem;height:3.5rem;top:9.0585203170775rem;left:0rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX { display:block; }#IVAHoZwB7pyFRfszBbGvrhTtFy2xlpzX > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF7JeDGFH6CBqeVDPg9Esqtv93GMchMc { width:20rem;height:0;top:16.470269680023rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UsDLkFtsp97mJWTxTeyx7vLvwUrBL3L5 { width:20rem;height:0;top:21.907552242279rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #xR605QzuHXFUny6oNdFpp1gTrbr0a76K { width:15.375rem;height:0;top:26.857421875rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #tlkv1HlcoFrA5WEVRfke7wpURqA16ld6 { height:11.2489375rem;width:20rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yi7ET3xrprXT0dGut9dKvEWiMQauUR { width:20rem;height:0;top:1.0416665077209rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DE8LTDRVXnag5bsbeLl6IXehXUp20srw { width:20rem;height:3.56228125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0Az0t42aARNq67O7SXPTtEIxg4tNMR { width:19.999625rem;height:3.7125rem;top:26.855468273163rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15013;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N9edT9rRvHrKPhVIPtIu7ooARkOJeDAZ { width:19.999625rem;height:6.5rem;top:1.7478656768799rem;left:0.00090420246124269rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #D0m4fwyhz3aXUL5Q9lnsdvRIt2nSqZGR { width:19.999625rem;height:2.925rem;top:9.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nbdZ7poafB71DlLvfs3woqZMFMLELB3S { display:block; }#nbdZ7poafB71DlLvfs3woqZMFMLELB3S > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO90we6tbDHZyGXgDBMhqTwJbSN4g0bq { width:20rem;height:1.462675rem;top:2.662109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i73MXhX1EiJXMi0TUGDLiJNBCkOZVMup { width:20rem;height:1.625rem;top:4.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGAvfJdx8o9t3prOZBbvBsBiBoS7ti2e { width:12.3125rem;height:12.3125rem;top:11.482421875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPFxBkouf03GHJsXi4JNArrEVfBwc235 { width:12.125rem;height:12.125rem;top:29.857421875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcwPKWT95MlellFFuXBpnbWuDke3KblV { width:20rem;height:0;top:27.8466796875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OKI1QOcIZVeeQFydtlK7uyae8kt0Rvw2 { width:5rem;height:5rem;top:8.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4CBdCKNNUS7BWxM0BD8g0bdLxz1spca { width:5rem;height:5rem;top:26.857421875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfnzEcT8BOZ6XiGcbLiNtAW36oosm8S9 { width:9.5625rem;height:9.5625rem;top:96.1699296875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzRXvVHrOJPp6CelupHDL3TknoCsnEZq { width:20rem;height:1.625rem;top:8.0341796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ezKb33bOie2emBDKdKNT2SNyVxbWrAwJ { width:15.375rem;height:1.625rem;top:26.857421875rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KykhomF0TGUnDSbILM2qg74Gc74fXlAh { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { background-color: transparent; background-image: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container > .video-iframe-container { display: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row > .video-iframe-container { display: none; }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .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); }#KykhomF0TGUnDSbILM2qg74Gc74fXlAh > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXQ6pPfGImsEF7p8pDT1mWw716xwblkH { width:17.3125rem;height:3.57530625rem;top:1.390625rem;left:1.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTEu44KquOF9LTFutQgT0Dw0C9g4Pags { width:20rem;height:1.625rem;top:5.77734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otmde0tvl4HAD7HofCM5PotRl4COX4gk { width:17.0625rem;height:3.25rem;top:8.23046875rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ar29dRXd9Mu5pqU7Fy1xXoEi0Cq51g08 { width:18.375rem;height:2.8rem;top:19.875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QR8y97UxHKzKNCJcvLcirJDtiRmqUBOt { width:20rem;height:2.8rem;top:13.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VU2VTCZyrP68OuBlmODurzATdBhgGew6 { width:17.9375rem;height:2.8rem;top:23.25rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kdeTKfp5txU8TZmAMVnGHE9KEl4N0gR1 { width:18.875rem;height:2.8rem;top:16.5rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wLQDIxBLpaf4HzGgnyGW5BPf2DOhQgPy { width:14.8125rem;height:2.8rem;top:26.625rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZIt8PSWeekI2gy9Kv6lwkOrC4hiTXuf6 { width:20rem;height:4.4375rem;top:30.3828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFrUnOA035muqJOTSCo4KvGMVg1nuq0x { display:block; }
 }@media only screen and (max-width: 763px) { #DhDaVUtRoXKZpknkL4IneZbAc59GLilJ { width:8.75rem;height:1.5625rem;top:8.23046875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCNgOq9gOGDTgndWlzCJUxmJGExAuyXE { width:14.6875rem;height:1.5625rem;top:9.98046875rem;left:2.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh { display:block; }#ob8ZkE5PgstFDGrqIaAPiZpFzqJe8Ioh > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KybClSgc5O6Qm1NXDvLqTH4KR885zSP4 { width:20rem;height:1.462675rem;top:4.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcCR6255li3zey6lS4QTuRTfQ4rNJKeA { width:20rem;height:1.7068125rem;top:1.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGmTImouE6MqGx7ri5pbFFvlaGtOnyOI { width:17.5625rem;height:2.875rem;top:2.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLsGtr1MbLQhydUgeLXfkhKIPdUv7DsH { display:flex;width:5.125rem;height:5.125rem;top:1.3125rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJD7osxcX8zeSGo78PM8LP8gblBJPH5i { width:12.3125rem;height:1.462675rem;top:2.375rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbilmictRVeS8EZQJkAumZOLrPpOZQ3S { width:15rem;height:1.2999125rem;top:3.875rem;left:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Me2z5LFDOOT7unZDLFsa0L5xKW3d8VF3 { width:20rem;height:1.462675rem;top:6.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqeJxaoo9KBmVmBTU7y7UJFDKc9r3iq0 { width:18.75rem;height:21.25rem;top:10.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqTMMtKVcvnt0ocul2TiShMnsPMpH5oh { width:18.75rem;height:21.25rem;top:33.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEyOglGXtBLSDItuUqgyRAwCSqSWFU8J { width:18.75rem;height:21.25rem;top:57.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO { position:relative;z-index:auto;display:block; }#ZKxGG2LdtUNsk2s7C2Em9UuNS2KWTIxO > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxOaiopVlduXFxR590NUF2MBUJyv2x2m { width:18.75rem;height:3.736325rem;top:28.4375rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #uCDPcfoLzh3LAwvrB8tZ3gtorLWdeX7a { width:17.9980625rem;height:2rem;top:30.6875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QgllWelrnTSocFDwznZAtwmksQdhLfKb { width:20rem;height:30.75rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqPHqDebE18hRqNfn8MLxW0eRdvme1AF { width:18.375rem;height:9.6rem;top:33.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWb9KsUlHTWmV9JL6IqSBpgwzG0M2WQE { width:18.2498125rem;height:6.4rem;top:44.3125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2TQUNyriD7FewU7LhwVbOXIKgSCKEqZ { width:20rem;height:3.25rem;top:6.0601139068604rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akpgWveTIruQrFEVRObkJAZvI69qkPgG { width:20rem;height:4.8rem;top:52rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGPVmwLmOkCtTE983VKI6wH5Ao0oi060 { width:19.375rem;height:19.375rem;top:10.75rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TyTdQaqHGJPp85dnTccKBKVBcNnbDPNp { width:16.5625rem;height:3.57530625rem;top:1.2978515625rem;left:1.71875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg { position:relative;z-index:auto;display:block; }#sFMJnVai4Wu1iE9qhkZKi7DeK847Qhyg > .row .container { width:20rem;height:50.234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTHBWnTqltITXguTb3rTatDD7FzBRHov { width:18.75rem;height:0;top:12.75rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #bxTZoTyGwbHUOSikmiNl1ySqaIWSVF9H { top:49.1875rem;left:-0.15625rem;width:20rem;height:2.6875rem;z-index:14999;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ZCVQ1QXwVb0KmQ0vnJUn1LGABOpoe0S1 { top:25.15625rem;left:0rem;width:20rem;height:2.6875rem;z-index:15000;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MXb5LiLZn3pphzziPKDX8VTJpqQIbyah { width:18.8730625rem;height:24.5rem;top:25.734375rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BRyUWp7DsmXxalcAEMFixWRpKdrhzT69 { width:19.5625rem;height:0;top:6.578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L8sDDfxKyal49RKRbBC9BeXs72HQJ9hw { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAbTD2FcqrnZ6GWf3wg7WsSfalls9K63 { width:17.4370625rem;height:2.93691875rem;top:20.170538902283rem;left:1.2794776558876rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1oFNMZRm7VdHNHGnfh0KCfBWIgTor8 { display:block; }
 }@media only screen and (max-width: 763px) { #OWbvv6qBt4Mgdub48qN18Ih3ThMOHwUb { width:19.5625rem;height:10.2rem;top:8.578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf { display:block; }#PiVZnV1Wc69UXSoC1mbbFn0I9FJ5xAbf > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4e6GTlMP8m7EHnLkwRud2FsXnsLJCbv { width:11.375rem;height:1.1375125rem;top:1.0625rem;left:6.125rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oTKOvzqS2EhkclpRmWflRge6FFy410aW { width:1.25rem;height:1.25rem;top:1rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCl7QbUxSgcoAgxzo0C2RlTaQW1oXx5T { width:8.4375rem;height:1.1875rem;top:3.0625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9kX2GfcBl3GGa2JpHEoAksrMKAA8Krm { display:block; }
 }