.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,255,255;--color-primary-1:243,243,243;--color-primary-2:227,227,227;--color-primary-3:136,136,136;--color-primary-4:69,69,69;--color-secondary-0:233,234,234;--color-secondary-1:183,184,186;--color-secondary-2:110,112,116;--color-secondary-3:55,56,58;--color-secondary-4:17,17,17;--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:69,69,69;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d46;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;z-index:auto;display:block; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { background-color: transparent; background-image: none; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container > .video-iframe-container { display: none; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row > .video-iframe-container { display: none; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .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); }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { border-width: 0; border-radius: 0; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#tKVxJxi7cSWfk0oCT4W0pfnci3R3QPEE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.5625rem;top:1rem;left:46.228515625rem;overflow:hidden;display:block; }
#EqKbQAsohRvoREbTABGkwAc4FTkqiEfv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:21.4375rem;top:0.625rem;left:1rem;overflow:hidden;display:block; }
#nzG5yRFlVMH428yrFmgyKVr6K2yg7UOk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:60rem;top:5.74951171875rem;left:0rem;overflow:hidden;display:block; }
#icKXcIETt3JzLKp35caWSdCJdhTESmM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08072c;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; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container { background-color: transparent; background-image: none; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container > .video-iframe-container { display: none; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row > .video-iframe-container { display: none; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .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); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container { border-width: 0; border-radius: 0; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#xPRTCu0melWzVPG4JSSsTztvWEmxGtCu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:60rem;display:none; }
#gWoLVOqwdycOzqXNtdxD38BgczyxC50c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container { background-color: transparent; background-image: none; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container > .video-iframe-container { display: none; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row > .video-iframe-container { display: none; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .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); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container { border-width: 0; border-radius: 0; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#zKn5UbnHvCEfKuBraCxiXxSFbQKHHTqg { color:rgba(var(--color-tertiary-4),1);display:block;width:34.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.749755859375rem;left:23.959716796875rem;height:13.64944375rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#NpvJ0MazBbUX7ZN5XG1FITMl8ykK5xS5 { color:#08072c;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.530517578125rem;left:17.6865234375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUSZPUO3QWqkdRNnSGcwdbksCTKueJaL { color:#08072c;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:24.967529296875rem;left:18.31201171875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iw5AIVSpct2ZyJaHlEQBmi7z13b7hVod { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.6298828125rem;left:24.06298828125rem;height:10.2305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m7bzpbEIls9CbZ9dyfEsUBZraVIAHMvc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.960693359375rem;left:24.25048828125rem;height:5.68359375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CrlJs3fbfugxk7KTbRHbvJ6Q6NqTIcqz { position:absolute;display:block;z-index:15013;height:37.3125rem;width:21.125rem;top:1.3125rem;left:1.748046875rem;display:block; }
#fzut31Ush9mpHcm5pT6LgTSCGFE9HJfb { color:#08072c;display:block;width:26.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:12.717041015625rem;left:24.25048828125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trTfPTW3FEFFQoOQts3N9pRrOQQlnqUH { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.2724609375rem;left:24.25048828125rem;height:6.8203125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xPOA0QfbWaDwJnurFRmV1AbW0FTQLd0z { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.960693359375rem;left:24.25048828125rem;height:5.68725625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#c4sFWQg717obih31SJCEwZlOyiHWWQAW { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.6298828125rem;left:24.06298828125rem;height:10.2370625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#lod0ySKXdCpJiTT7ZH3TyUJqeTo6Pnr8 { color:#08072c;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.530517578125rem;left:17.6865234375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fHeKFkWvpIh5AsgQQnccNFGU6FVfwfFr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.6298828125rem;left:24.06298828125rem;height:10.2370625rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d46;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; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container { background-color: transparent; background-image: none; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container > .video-iframe-container { display: none; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row > .video-iframe-container { display: none; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .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); }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container { border-width: 0; border-radius: 0; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#BBuKArZD7AMbo2lLAibNPKK4v4kO8nke { color:rgba(var(--color-primary-2),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:11.625rem;left:16.25rem;height:2.5004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IW6JpwJsya4f2G99hqtGlOJF2DBRyRAv { color:rgba(var(--color-primary-2),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:12.25rem;left:31rem;height:1.25024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7HVtAAtyrMDkdp3i9xbJxe0LZHPysOR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.37475rem;width:7.37475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.8125rem;left:18.9375rem; }
#WNNlsKNA5lKeZH7itybEgDUgZWOEgCHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.375rem;left:33.3125rem; }
#KnNLQM70tFDIk0d6QKid0TMcP1ZZ2n5v { background-color:rgba(var(--color-primary-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-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#1d1d46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.68725rem;height:2.12475625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:15.1875rem;left:18.25rem;display:block; }
#pMezlIflNiSUHNQnm4NOkn00UgmuCqp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9DnAN2DuZ3DP6w4ru2UiEA0U6J6Dsa1 { background-color:rgba(var(--color-primary-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-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#1d1d46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.68725rem;height:2.12475625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:15.1875rem;left:33.3125rem;display:block; }
#LIE660DStLMnNQClkviRm6SSUym6wmEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83b419b0-e471-4d6c-8c08-f7aeca99d0d7/Untitled201.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw.adaptive-delivery-prevent-bg, #T7vTOVxiQE6ifhDosHtTf52OK82aWSaw.lazyload, #T7vTOVxiQE6ifhDosHtTf52OK82aWSaw.lazyloading { background-image: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container { background-color: transparent; background-image: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #08072c; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container > .video-iframe-container { display: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #08072c; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row > .video-iframe-container { display: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .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); }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container { border-width: 0; border-radius: 0; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw::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; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#yzyvshghFmkvh0vpmAPG4nMva7T37CHz { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:13.25rem;height:4.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LraOmUCLTfvKb0cUoopIB6kLb75UhVy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.62500667572rem;left:9.71875rem;height:3.06260625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#htUuEtTgnn6J6LOK0iBPAaJ8Ev6JxvpG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.1875rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.375rem;left:12.0625rem; }
#IwybbEtLNPXN66R5y0nvTuzpQxO23qnw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.9375rem;left:41.21875rem; }
#ewPco23TrUA8OumN6WWnJXiFU4Gs1yee { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:20.854167938233rem;left:0rem;height:2.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFG4eH09oKR0T6xo61BU2NGu309zHCKm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:25.041667938233rem;left:2.75rem;height:4.250975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSAkBBhEeDN79cOdC6vMbROV4rpxpVdz { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:20.854167938233rem;left:30.5rem;height:2.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewZg3wqJxwJvr0pUdXfrU2q5EVoGvexa { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:24.510417938233rem;left:31.96875rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83b419b0-e471-4d6c-8c08-f7aeca99d0d7/Untitled201.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl.adaptive-delivery-prevent-bg, #A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl.lazyload, #A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl.lazyloading { background-image: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container { background-color: transparent; background-image: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1d1d46; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container > .video-iframe-container { display: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1d1d46; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row > .video-iframe-container { display: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .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); }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container { border-width: 0; border-radius: 0; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl::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; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#vXGUr2OSFqzlwE946MDrBptgRGqV2rc2 { 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:15052;opacity:1;top:12.375rem;left:5.625rem; }
#Ol2OdGeP7CTMC7V7Mt2Ck71hDCNk9l2P { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:6.5201835632325rem;left:16.21875rem;height:4.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgJhEe9dZhhT8Ub0PAIsvrSJOScGhvwB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:18.6875rem;left:1.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKuo2y8lbFqs4152S9sLs6bRg1ekzsMP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:18.6875rem;left:16.1875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpPxaCqeswRVTabxJ6FZpU7KWCWSo16B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.125rem;left:20.4375rem; }
#kNOnKHhbLpRTZprwMCHylwm2BZWyxcp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:21.25rem;left:2.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#BeZPuTfbd48rSDTbnJoTvdKVMJDQo4o7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:21.25rem;left:16rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#nubcIBvJwbG4v8WWmNfATAKAAp0UcKDB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:17.75rem;left:31rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwTUDuhOfpqc446SQlRRoQCqUtuOOlTx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:21.25rem;left:31rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#kpMdAe7T39tSQofAfEXChmmZPXZ3KHBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13rem;left:35.125rem; }
#PZU2DNMqTl4i4NZXo645w1wqQ8g5ZaXG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:28.0625rem;left:11.0625rem; }
#Te91xpNgVBJsJoPaMehSfk4UDOKgKraV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:28.125rem;left:27.3125rem; }
#D4JdE7wwRBuPgb3rZpoUbJ4aRP0aTUxR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:27rem;left:41.5625rem; }
#ueefwMuLpNdtoan1aJdTxCVfHm6N8TJv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:18.6875rem;left:45.3125rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkRifuWRv6a6ydPWnHiWRpXM1x3RFaeQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:21.25rem;left:46.0625rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#xk4B5GwRHT57qxVI1y3OxUCqtJLaIzuT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:35rem;left:23.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTzfZNZ063beXl8OmeS2L3f6gkMfmy8H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:34.5rem;left:7.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qaXRtu7dR76nk8rsGwT9WW1Z05sV1gMk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:34.5rem;left:39rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4tyQBKql5Vf7ZtzoC7t8ddXqDDw2EIM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:12.625rem;left:49.125rem; }
#chO0LmfIpV5fQQXZfFMzhBsIT4ZmDIH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:38.4375rem;left:7.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#DtkzdTlR0D90yNRXBGSmLcvhTziwmb6F { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:38.4375rem;left:38.3125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#u2LDrudQK9JxQn50leMmPKhHJgi9CIlD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:38.4375rem;left:23.75rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#fueIDQ09B7D7q1dw14lC1FhtDaaC85BT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.1451835632324rem;left:13.15625rem;height:4.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08072c;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; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container { background-color: transparent; background-image: none; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container > .video-iframe-container { display: none; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row > .video-iframe-container { display: none; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .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); }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container { border-width: 0; border-radius: 0; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#xrbtkToCggrduNnAh6nlXDaBBlQ3NX3g { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.15625rem;left:14.8125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSTvxkUm3LTHx9kWSMaV6JlSbvygSx5T { position:absolute;display:block;z-index:15066;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:9.6875rem;width:16.5625rem;top:6.75rem;left:3.4375rem;overflow:hidden;display:block; }
#otg56J6iKA3rl6QStVk8pM2H4LV4xPm5 { position:absolute;display:block;z-index:15068;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:9.6875rem;width:16.5625rem;top:6.75rem;left:40rem;overflow:hidden;display:block; }
#XbVJ0lprfIOZp9XfLQMLBTP6gTH99S1l { position:absolute;display:block;z-index:15016;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:9.687rem;width:16.56225rem;top:6.75rem;left:21.717041015625rem;overflow:hidden;display:block; }
#yDkUMQfU0JETSkeKpc1aWTbVGO8NRLAx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15071;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:14.0625rem;left:5.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p317IaLRiRaXAN0VTXxhbsfR2n1sy8Vb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:14.0625rem;left:23.59375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tII8CvJG45EuyVQWvanTS48Ws5uKhBL1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:14.0625rem;left:41.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOfMgHZhwzIzZgCR1xRXF0leF003P2Xx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:24.609375rem;left:5.310791015625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KluQa7pMe2zEMbs2D9pwGw1IZy4hPO8y { color:rgba(var(--color-tertiary-0),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:26.40625rem;left:23.592041015625rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J09SGsrisrUabXhfJNSmFb9Q0xBELiU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:23.71875rem;left:41.873291015625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VkVtt7H0OcJaDxNBLzuQa6rMhsrmZOI2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:36.9375rem;left:5.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3h4d9oVLBGfQ7PHPqcX1CThNKnGf7rh { position:absolute;display:block;z-index:15072;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:9.5rem;width:16.5625rem;top:29.875rem;left:21.75rem;overflow:hidden;display:block; }
#crv0HI2d8M15sWH6t3KwKAhRWo506oat { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:36.937482118607rem;left:23.59375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbT57rFTDRFDiu3P5SB69TVg9APaRHno { position:absolute;display:block;z-index:15066;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:9.5625rem;width:16.375rem;top:29.8125rem;left:40.25rem;overflow:hidden;display:block; }
#TUok1QVJ8lNLyO4DGIMw43HVlpm5Tw8T { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem #000000;top:37rem;left:42.1875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xu5wnauCwbIg96b1PKMDeM9CD7JcsCmd { position:absolute;display:block;z-index:15018;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:9.687rem;width:16.56225rem;top:29.7802734375rem;left:3.4365234375rem;overflow:hidden;display:block; }
#pCk9NWJiPCXW0SfaHsMmyyeTwwNLD1aI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.687rem;width:16.56225rem;top:18.311279296875rem;left:3.4365234375rem;overflow:hidden;display:block; }
#acvR6nrBf3CJMUzAc5KS1ReU6SbS0U6S { position:absolute;display:block;z-index:15011;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:9.687rem;width:16.56225rem;top:18.27685546875rem;left:21.717041015625rem;overflow:hidden;display:block; }
#a9WpBCFBdoZ21oco7bciUsmGUvD2hJHJ { position:absolute;display:block;z-index:15017;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:9.687rem;width:16.56225rem;top:18.356689453125rem;left:39.998291015625rem;overflow:hidden;display:block; }
#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA { position:relative;display:block; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA { background-color: transparent; background-image: none; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row .container > .video-iframe-container { display: none; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row > .video-iframe-container { display: none; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .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); }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA { border-width: 0; border-radius: 0; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ciTs0sLpgt7WIOrmwQJTTvXEKl2zkg07 { color:#1d1d46;display:block;width:40.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.186279296875rem;left:9.05859375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPo6VS3p1wb3NfItDeumX2ZvUvOzlzAI { background-color:#183b72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.625rem;left:18.375rem;display:block; }
#F0kPWdghPXQxCHEtnok2SnMgxniJ7ncD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXRRvOILQ7AFrLPmS836dKyZy0ZustFF { background-color:#183b72;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1235625rem;height:2.06176875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:30.5rem;display:block; }
#v5RnW55R7PCgk4gb1P1AMKHeq2NIbqkw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzzC0Xu7ByNLhFTowJii6UGiUmRzHoMp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:43.375rem;left:15.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QBbQNZB8olTxKUA5CuKgd1LcaPGSFXm1 { color:#1d1d46;display:block;width:40.43625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:50.625rem;left:9.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZZVawDT6uxToTJHuBUT1zL8t3I0vVTH { 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:18.43725rem;width:40.875rem;top:24.3720703125rem;left:8.1240234375rem;overflow:hidden;display:block; }
#JNOQDiEATQCvsGEz6PVi6bTHFt8pr3A1 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6245rem;width:40.875rem;top:7.248046875rem;left:8.1240234375rem;overflow:hidden;display:block; }
#upOcUR5kXDBoKaobgvoaf3Lv3RU9N4Dv { 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:18.375rem;width:29.4375rem;top:24.3720703125rem;left:8.1240234375rem;overflow:hidden;display:none; }
#JJtcIDe880c00xiHMz5w762lG60S7TME { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:29.5rem;top:54.933837890625rem;left:13.232666015625rem;overflow:hidden;display:block; }
#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1d46;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; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container { background-color: transparent; background-image: none; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container > .video-iframe-container { display: none; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row > .video-iframe-container { display: none; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .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); }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container { border-width: 0; border-radius: 0; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#K81oUalFV3T0LobCEa8ICUTJo3BheTTK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.09375rem;height:1.21875rem;font-style:normal;display:block; }
#esShlv8XPucbcKuxtR4sNLq8PPeHsank { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:2.09375rem;height:1.21875rem;font-style:normal;display:block; }
#oSD3T5g35TJoHKREONNb8cfifvm34uSO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:26.5rem;top:0.75rem;left:32.9033203125rem;overflow:hidden;display:block; }
#f0a4zgbkNOKvJduAeTaGV5ROZOHUdUWq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.25rem;left:6.9375rem; }
#f0a4zgbkNOKvJduAeTaGV5ROZOHUdUWq > img { max-width: 100%;max-height:100%; width:5.375rem; height:5.375rem; }#tIlBoqydfO0ZTdZkxQwEtHKBQMdbHz3Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.625rem;left:2rem; }
#tIlBoqydfO0ZTdZkxQwEtHKBQMdbHz3Q > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }#JLVb7n7vcqV6dz9outw4NZWTizNOm5rG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.625rem;left:12.8125rem; }
#JLVb7n7vcqV6dz9outw4NZWTizNOm5rG > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }#RC0uHiuAT9WLXw6qWHOduwAoBqIF7iUe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.6875rem;left:18.25rem; }
#RC0uHiuAT9WLXw6qWHOduwAoBqIF7iUe > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA { display:block; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKVxJxi7cSWfk0oCT4W0pfnci3R3QPEE { top:1rem;left:36.4375rem;width:8.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKbQAsohRvoREbTABGkwAc4FTkqiEfv { top:0.625rem;left:0rem;width:21.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzG5yRFlVMH428yrFmgyKVr6K2yg7UOk { top:5.6875rem;left:0rem;width:47.75rem;height:17.806770833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #icKXcIETt3JzLKp35caWSdCJdhTESmM3 { display:block; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPRTCu0melWzVPG4JSSsTztvWEmxGtCu { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWoLVOqwdycOzqXNtdxD38BgczyxC50c { display:block; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKn5UbnHvCEfKuBraCxiXxSFbQKHHTqg { top:49.125rem;left:0rem;width:19.9375rem;height:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvJ0MazBbUX7ZN5XG1FITMl8ykK5xS5 { top:2.5rem;left:9.5rem;width:38.25rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUSZPUO3QWqkdRNnSGcwdbksCTKueJaL { top:24.9375rem;left:9.5rem;width:38.25rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5AIVSpct2ZyJaHlEQBmi7z13b7hVod { top:27.625rem;left:13.4375rem;width:34.3125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7bzpbEIls9CbZ9dyfEsUBZraVIAHMvc { top:4.9375rem;left:13.4375rem;width:34.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrlJs3fbfugxk7KTbRHbvJ6Q6NqTIcqz { top:1.3125rem;left:0rem;width:21.125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzut31Ush9mpHcm5pT6LgTSCGFE9HJfb { top:12.6875rem;left:18.12548828125rem;width:26.3125rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTfPTW3FEFFQoOQts3N9pRrOQQlnqUH { top:15.25rem;left:13.4375rem;width:34.3125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOA0QfbWaDwJnurFRmV1AbW0FTQLd0z { top:4.9375rem;left:13.4375rem;width:34.3125rem;height:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4sFWQg717obih31SJCEwZlOyiHWWQAW { top:49.125rem;left:0rem;width:19.9375rem;height:4.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lod0ySKXdCpJiTT7ZH3TyUJqeTo6Pnr8 { top:54.5rem;left:0rem;width:19.9375rem;height:1.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHeKFkWvpIh5AsgQQnccNFGU6FVfwfFr { top:56.5rem;left:0rem;width:19.9375rem;height:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne { display:block; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBuKArZD7AMbo2lLAibNPKK4v4kO8nke { top:11.625rem;left:10.125rem;width:12.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW6JpwJsya4f2G99hqtGlOJF2DBRyRAv { top:12.25rem;left:24.875rem;width:12.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HVtAAtyrMDkdp3i9xbJxe0LZHPysOR { top:2.8125rem;left:12.8125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNNlsKNA5lKeZH7itybEgDUgZWOEgCHC { top:2.375rem;left:27.1875rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnNLQM70tFDIk0d6QKid0TMcP1ZZ2n5v { width:8.625rem;height:2.0625rem;top:15.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMezlIflNiSUHNQnm4NOkn00UgmuCqp4 { display:block; }
 }@media only screen and (max-width: 763px) { #D9DnAN2DuZ3DP6w4ru2UiEA0U6J6Dsa1 { width:8.625rem;height:2.0625rem;top:15.1875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIE660DStLMnNQClkviRm6SSUym6wmEE { display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOVxiQE6ifhDosHtTf52OK82aWSaw { display:block; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzyvshghFmkvh0vpmAPG4nMva7T37CHz { top:2.25rem;left:7.125rem;width:33.6875rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraOmUCLTfvKb0cUoopIB6kLb75UhVy1 { top:6.625rem;left:3.59375rem;width:40.5625rem;height:3.0625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htUuEtTgnn6J6LOK0iBPAaJ8Ev6JxvpG { top:12.375rem;left:5.9375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwybbEtLNPXN66R5y0nvTuzpQxO23qnw { top:11.9375rem;left:35.09375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewPco23TrUA8OumN6WWnJXiFU4Gs1yee { top:20.8125rem;left:0rem;width:33.25rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFG4eH09oKR0T6xo61BU2NGu309zHCKm { top:25rem;left:0rem;width:27.75rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSAkBBhEeDN79cOdC6vMbROV4rpxpVdz { top:20.8125rem;left:20.25rem;width:27.5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewZg3wqJxwJvr0pUdXfrU2q5EVoGvexa { top:24.5rem;left:21.625rem;width:26.125rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl { display:block; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXGUr2OSFqzlwE946MDrBptgRGqV2rc2 { top:12.375rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol2OdGeP7CTMC7V7Mt2Ck71hDCNk9l2P { top:6.5rem;left:10.09375rem;width:27.5625rem;height:4.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJhEe9dZhhT8Ub0PAIsvrSJOScGhvwB { top:18.6875rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKuo2y8lbFqs4152S9sLs6bRg1ekzsMP { top:18.6875rem;left:10.0625rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpPxaCqeswRVTabxJ6FZpU7KWCWSo16B { top:13.125rem;left:14.3125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOnKHhbLpRTZprwMCHylwm2BZWyxcp5 { top:21.25rem;left:0rem;width:11.3125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZPuTfbd48rSDTbnJoTvdKVMJDQo4o7 { top:21.25rem;left:9.875rem;width:13.625rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nubcIBvJwbG4v8WWmNfATAKAAp0UcKDB { top:17.75rem;left:24.875rem;width:12.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTUDuhOfpqc446SQlRRoQCqUtuOOlTx { top:21.25rem;left:24.875rem;width:12.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpMdAe7T39tSQofAfEXChmmZPXZ3KHBV { top:13rem;left:29rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZU2DNMqTl4i4NZXo645w1wqQ8g5ZaXG { top:28.0625rem;left:4.9375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te91xpNgVBJsJoPaMehSfk4UDOKgKraV { top:28.125rem;left:21.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4JdE7wwRBuPgb3rZpoUbJ4aRP0aTUxR { top:27rem;left:35.4375rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueefwMuLpNdtoan1aJdTxCVfHm6N8TJv { top:18.6875rem;left:34.9375rem;width:12.8125rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRifuWRv6a6ydPWnHiWRpXM1x3RFaeQ { top:21.25rem;left:36.4375rem;width:11.3125rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk4B5GwRHT57qxVI1y3OxUCqtJLaIzuT { top:35rem;left:17.4375rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTzfZNZ063beXl8OmeS2L3f6gkMfmy8H { top:34.5rem;left:1.5rem;width:12.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXRtu7dR76nk8rsGwT9WW1Z05sV1gMk { top:34.5rem;left:32.875rem;width:12.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4tyQBKql5Vf7ZtzoC7t8ddXqDDw2EIM { top:12.625rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chO0LmfIpV5fQQXZfFMzhBsIT4ZmDIH8 { top:38.4375rem;left:1.3125rem;width:13rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtkzdTlR0D90yNRXBGSmLcvhTziwmb6F { top:38.4375rem;left:32.1875rem;width:14.1875rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2LDrudQK9JxQn50leMmPKhHJgi9CIlD { top:38.4375rem;left:17.625rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fueIDQ09B7D7q1dw14lC1FhtDaaC85BT { top:2.125rem;left:7.03125rem;width:33.6875rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM { display:block; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrbtkToCggrduNnAh6nlXDaBBlQ3NX3g { top:2.125rem;left:8.6875rem;width:30.375rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSTvxkUm3LTHx9kWSMaV6JlSbvygSx5T { top:6.75rem;left:0rem;width:16.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otg56J6iKA3rl6QStVk8pM2H4LV4xPm5 { top:6.75rem;left:31.1875rem;width:16.5625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbVJ0lprfIOZp9XfLQMLBTP6gTH99S1l { top:6.75rem;left:15.592041015625rem;width:16.5rem;height:9.6505909523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDkUMQfU0JETSkeKpc1aWTbVGO8NRLAx { top:14.0625rem;left:0rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p317IaLRiRaXAN0VTXxhbsfR2n1sy8Vb { top:14.0625rem;left:17.46875rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tII8CvJG45EuyVQWvanTS48Ws5uKhBL1 { top:14.0625rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOfMgHZhwzIzZgCR1xRXF0leF003P2Xx { top:24.5625rem;left:0rem;width:12.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KluQa7pMe2zEMbs2D9pwGw1IZy4hPO8y { top:26.375rem;left:17.467041015625rem;width:12.75rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J09SGsrisrUabXhfJNSmFb9Q0xBELiU7 { top:23.6875rem;left:35rem;width:12.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVtt7H0OcJaDxNBLzuQa6rMhsrmZOI2 { top:36.9375rem;left:0rem;width:12.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3h4d9oVLBGfQ7PHPqcX1CThNKnGf7rh { top:29.875rem;left:15.625rem;width:16.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crv0HI2d8M15sWH6t3KwKAhRWo506oat { top:36.875rem;left:17.46875rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbT57rFTDRFDiu3P5SB69TVg9APaRHno { top:29.8125rem;left:31.375rem;width:16.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUok1QVJ8lNLyO4DGIMw43HVlpm5Tw8T { top:37rem;left:34.9375rem;width:12.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu5wnauCwbIg96b1PKMDeM9CD7JcsCmd { top:29.75rem;left:0rem;width:16.5rem;height:9.6505909523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCk9NWJiPCXW0SfaHsMmyyeTwwNLD1aI { top:18.25rem;left:0rem;width:16.5rem;height:9.6505909523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvR6nrBf3CJMUzAc5KS1ReU6SbS0U6S { top:18.25rem;left:15.592041015625rem;width:16.5rem;height:9.6505909523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9WpBCFBdoZ21oco7bciUsmGUvD2hJHJ { top:18.3125rem;left:31.1875rem;width:16.5rem;height:9.6505909523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA { display:block; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciTs0sLpgt7WIOrmwQJTTvXEKl2zkg07 { top:2.125rem;left:2.93359375rem;width:40.375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPo6VS3p1wb3NfItDeumX2ZvUvOzlzAI { width:10.125rem;height:2.0625rem;top:46.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0kPWdghPXQxCHEtnok2SnMgxniJ7ncD { display:block; }
 }@media only screen and (max-width: 763px) { #mXRRvOILQ7AFrLPmS836dKyZy0ZustFF { width:10.0625rem;height:2rem;top:46.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5RnW55R7PCgk4gb1P1AMKHeq2NIbqkw { display:block; }
 }@media only screen and (max-width: 763px) { #kzzC0Xu7ByNLhFTowJii6UGiUmRzHoMp { top:43.375rem;left:9.8125rem;width:26.6875rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBbQNZB8olTxKUA5CuKgd1LcaPGSFXm1 { top:50.625rem;left:2.9375rem;width:40.375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZZVawDT6uxToTJHuBUT1zL8t3I0vVTH { top:24.3125rem;left:1.9990234375rem;width:40.875rem;height:18.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOQDiEATQCvsGEz6PVi6bTHFt8pr3A1 { top:7.1875rem;left:1.9990234375rem;width:40.875rem;height:16.6245rem;display:block; }
 }@media only screen and (max-width: 763px) { #upOcUR5kXDBoKaobgvoaf3Lv3RU9N4Dv { top:24.3125rem;left:1.9990234375rem;width:29.4375rem;height:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJtcIDe880c00xiHMz5w762lG60S7TME { top:54.875rem;left:7.107666015625rem;width:29.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa { display:block; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K81oUalFV3T0LobCEa8ICUTJo3BheTTK { top:1.6875rem;left:0rem;width:27.6875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esShlv8XPucbcKuxtR4sNLq8PPeHsank { top:8.8125rem;left:0rem;width:27.6875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSD3T5g35TJoHKREONNb8cfifvm34uSO { top:0.75rem;left:21.25rem;width:26.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0a4zgbkNOKvJduAeTaGV5ROZOHUdUWq { top:3.25rem;left:0.8125rem;width:5.375rem;height:5.375rem;display:block; }
#f0a4zgbkNOKvJduAeTaGV5ROZOHUdUWq > img { max-width: 100%;max-height:100%; width:5.375rem; height:5.375rem; } }@media only screen and (max-width: 763px) { #tIlBoqydfO0ZTdZkxQwEtHKBQMdbHz3Q { top:3.625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
#tIlBoqydfO0ZTdZkxQwEtHKBQMdbHz3Q > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { #JLVb7n7vcqV6dz9outw4NZWTizNOm5rG { top:3.625rem;left:6.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
#JLVb7n7vcqV6dz9outw4NZWTizNOm5rG > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { #RC0uHiuAT9WLXw6qWHOduwAoBqIF7iUe { top:3.6875rem;left:12.125rem;width:4.5625rem;height:4.5625rem;display:block; }
#RC0uHiuAT9WLXw6qWHOduwAoBqIF7iUe > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA { position:relative;z-index:auto;display:block; }#I5zaDta9BCb4TdP4zHvmPlpGFN3dg9TA > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKVxJxi7cSWfk0oCT4W0pfnci3R3QPEE { width:3.875rem;height:1.6875rem;top:0.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqKbQAsohRvoREbTABGkwAc4FTkqiEfv { width:10.3125rem;height:2.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzG5yRFlVMH428yrFmgyKVr6K2yg7UOk { width:20rem;height:7.4375rem;top:7.87353515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #icKXcIETt3JzLKp35caWSdCJdhTESmM3 { background-color:#08072c;background-image:none;display:block; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container { background-color: transparent; background-image: none; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container > .video-iframe-container { display: none; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row > .video-iframe-container { display: none; }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .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); }#icKXcIETt3JzLKp35caWSdCJdhTESmM3 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPRTCu0melWzVPG4JSSsTztvWEmxGtCu { top:0rem;left:0rem;width:20rem;height:25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gWoLVOqwdycOzqXNtdxD38BgczyxC50c { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container { background-color: transparent; background-image: none; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container > .video-iframe-container { display: none; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row > .video-iframe-container { display: none; }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .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); }#gWoLVOqwdycOzqXNtdxD38BgczyxC50c > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKn5UbnHvCEfKuBraCxiXxSFbQKHHTqg { width:19.9995rem;height:0.8125rem;top:34.75rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #NpvJ0MazBbUX7ZN5XG1FITMl8ykK5xS5 { width:19.99875rem;height:1.4375rem;top:32.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUSZPUO3QWqkdRNnSGcwdbksCTKueJaL { width:19.99875rem;height:2.875rem;top:49rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iw5AIVSpct2ZyJaHlEQBmi7z13b7hVod { width:19.99875rem;height:8.9375rem;top:52.9375rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #m7bzpbEIls9CbZ9dyfEsUBZraVIAHMvc { width:19.9995rem;height:0;top:95.18723046875rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-primary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #CrlJs3fbfugxk7KTbRHbvJ6Q6NqTIcqz { width:20rem;height:29.5rem;top:0.6982421875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fzut31Ush9mpHcm5pT6LgTSCGFE9HJfb { width:19.9995rem;height:0;top:77.550755859375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #trTfPTW3FEFFQoOQts3N9pRrOQQlnqUH { width:20rem;height:auto;top:15.25rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-primary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #xPOA0QfbWaDwJnurFRmV1AbW0FTQLd0z { width:19.9995rem;height:0;top:53.375rem;left:2.499755859375rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-primary-0),1);z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #c4sFWQg717obih31SJCEwZlOyiHWWQAW { width:19.9980625rem;height:4.875rem;top:34.1875rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-primary-4),1);z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lod0ySKXdCpJiTT7ZH3TyUJqeTo6Pnr8 { width:19.9980625rem;height:1.4375rem;top:40.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fHeKFkWvpIh5AsgQQnccNFGU6FVfwfFr { width:19.9980625rem;height:6.5rem;top:42.125rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;color:rgba(var(--color-primary-4),1);z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne { display:block; }#XfHJ4avR8IkOS5BW0rAKr18yv1ThT2Ne > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBuKArZD7AMbo2lLAibNPKK4v4kO8nke { width:12.81225rem;height:2.5004875rem;top:10.0625rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IW6JpwJsya4f2G99hqtGlOJF2DBRyRAv { width:12.81225rem;height:1.25024375rem;top:27.6875rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7HVtAAtyrMDkdp3i9xbJxe0LZHPysOR { display:flex;width:6.75rem;height:6.62475rem;top:2.0625rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #WNNlsKNA5lKeZH7itybEgDUgZWOEgCHC { display:flex;width:7.6875rem;height:7.6875rem;top:18.6875rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #KnNLQM70tFDIk0d6QKid0TMcP1ZZ2n5v { width:8.68725rem;height:2.12475625rem;top:13.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMezlIflNiSUHNQnm4NOkn00UgmuCqp4 { display:block; }
 }@media only screen and (max-width: 763px) { #D9DnAN2DuZ3DP6w4ru2UiEA0U6J6Dsa1 { width:8.68725rem;height:2.12475625rem;top:29.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIE660DStLMnNQClkviRm6SSUym6wmEE { display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOVxiQE6ifhDosHtTf52OK82aWSaw { background-color:#08072c;background-image:none;display:block; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container { background-color: transparent; background-image: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container > .video-iframe-container { display: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row > .video-iframe-container { display: none; }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .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); }#T7vTOVxiQE6ifhDosHtTf52OK82aWSaw > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzyvshghFmkvh0vpmAPG4nMva7T37CHz { width:15.875rem;height:2.00024375rem;top:1.5rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LraOmUCLTfvKb0cUoopIB6kLb75UhVy1 { width:11.9375rem;height:6.00073125rem;top:3.5rem;left:1.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #htUuEtTgnn6J6LOK0iBPAaJ8Ev6JxvpG { display:flex;width:6.125rem;height:6.125rem;top:10.843750953674rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #IwybbEtLNPXN66R5y0nvTuzpQxO23qnw { display:flex;width:6.4375rem;height:6.4375rem;top:28.25rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #ewPco23TrUA8OumN6WWnJXiFU4Gs1yee { width:20rem;height:1.875rem;top:18.125000953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFG4eH09oKR0T6xo61BU2NGu309zHCKm { width:20rem;height:5.3125rem;top:21.437489509583rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSAkBBhEeDN79cOdC6vMbROV4rpxpVdz { width:20rem;height:1.875rem;top:36.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewZg3wqJxwJvr0pUdXfrU2q5EVoGvexa { width:20rem;height:6.375rem;top:39.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl { background-color:#1d1d46;background-image:none;display:block; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container { background-color: transparent; background-image: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container > .video-iframe-container { display: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row > .video-iframe-container { display: none; }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .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); }#A6N4gbTD0bvnlgtsJn2FTnAuy6DwAGtl > .row .container { width:20rem;height:123.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXGUr2OSFqzlwE946MDrBptgRGqV2rc2 { display:flex;width:5.4375rem;height:5.4375rem;top:12.187520980835rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #Ol2OdGeP7CTMC7V7Mt2Ck71hDCNk9l2P { width:20rem;height:6.00073125rem;top:4.1243495941162rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LgJhEe9dZhhT8Ub0PAIsvrSJOScGhvwB { width:12.8125rem;height:1.875rem;top:19.374959588051rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKuo2y8lbFqs4152S9sLs6bRg1ekzsMP { width:12.8125rem;height:1.875rem;top:49.187501907349rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpPxaCqeswRVTabxJ6FZpU7KWCWSo16B { display:flex;width:5.625rem;height:5.625rem;top:42.999349594116rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #kNOnKHhbLpRTZprwMCHylwm2BZWyxcp5 { width:11.3125rem;height:3.8994125rem;top:21.767579078674rem;left:4.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZPuTfbd48rSDTbnJoTvdKVMJDQo4o7 { width:13.625rem;height:4.87305rem;top:51.648458480835rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nubcIBvJwbG4v8WWmNfATAKAAp0UcKDB { width:12.8125rem;height:2.8125rem;top:33.437500715256rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwTUDuhOfpqc446SQlRRoQCqUtuOOlTx { width:12.875rem;height:3.8994125rem;top:37.1458568573rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpMdAe7T39tSQofAfEXChmmZPXZ3KHBV { display:flex;width:4.625rem;height:4.625rem;top:28.187520980835rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #PZU2DNMqTl4i4NZXo645w1wqQ8g5ZaXG { display:flex;width:5.5rem;height:5.5rem;top:74.455121517181rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #Te91xpNgVBJsJoPaMehSfk4UDOKgKraV { display:flex;width:5.375rem;height:5.375rem;top:108.75rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #D4JdE7wwRBuPgb3rZpoUbJ4aRP0aTUxR { display:flex;width:7.6875rem;height:7.6875rem;top:90.392562866213rem;left:6.15625rem; }
 }@media only screen and (max-width: 763px) { #ueefwMuLpNdtoan1aJdTxCVfHm6N8TJv { width:12.8125rem;height:0.9375rem;top:64.499980926513rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkRifuWRv6a6ydPWnHiWRpXM1x3RFaeQ { width:11.3125rem;height:5.84765625rem;top:66.4824256897rem;left:4.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk4B5GwRHT57qxVI1y3OxUCqtJLaIzuT { width:12.8125rem;height:1.875rem;top:114.6875rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTzfZNZ063beXl8OmeS2L3f6gkMfmy8H { width:12.8125rem;height:2.8125rem;top:81.455083847044rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaXRtu7dR76nk8rsGwT9WW1Z05sV1gMk { width:12.8125rem;height:2.8125rem;top:97.2675819397rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4tyQBKql5Vf7ZtzoC7t8ddXqDDw2EIM { display:flex;width:5.1875rem;height:5.1875rem;top:58.811849594116rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #chO0LmfIpV5fQQXZfFMzhBsIT4ZmDIH8 { width:13rem;height:3.8994125rem;top:84.954429626462rem;left:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtkzdTlR0D90yNRXBGSmLcvhTziwmb6F { width:14.1875rem;height:5.84765625rem;top:100.7890625rem;left:2.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2LDrudQK9JxQn50leMmPKhHJgi9CIlD { width:12.5rem;height:4.87305rem;top:117.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fueIDQ09B7D7q1dw14lC1FhtDaaC85BT { width:15.5625rem;height:2.00024375rem;top:2.166015625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM { display:block; }#l8JKf6KEQiynVeEqVpL1I3U2h8Iv83RM > .row .container { width:20rem;height:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrbtkToCggrduNnAh6nlXDaBBlQ3NX3g { width:20rem;height:2.8754875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSTvxkUm3LTHx9kWSMaV6JlSbvygSx5T { width:16.5625rem;height:9.6875rem;top:5.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otg56J6iKA3rl6QStVk8pM2H4LV4xPm5 { width:16.5625rem;height:9.6875rem;top:27.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbVJ0lprfIOZp9XfLQMLBTP6gTH99S1l { width:16.56225rem;height:9.687rem;top:16.10986328125rem;left:1.716796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDkUMQfU0JETSkeKpc1aWTbVGO8NRLAx { width:12.8125rem;height:1.875rem;top:12.625rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p317IaLRiRaXAN0VTXxhbsfR2n1sy8Vb { width:12.8125rem;height:1.875rem;top:23.625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tII8CvJG45EuyVQWvanTS48Ws5uKhBL1 { width:12.8125rem;height:1.875rem;top:34.5625rem;left:3.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOfMgHZhwzIzZgCR1xRXF0leF003P2Xx { width:12.8125rem;height:2.8125rem;top:44.9375rem;left:3.59326171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KluQa7pMe2zEMbs2D9pwGw1IZy4hPO8y { width:12.8125rem;height:0.9375rem;top:56.937255859375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J09SGsrisrUabXhfJNSmFb9Q0xBELiU7 { width:12.8125rem;height:2.8125rem;top:66.74951171875rem;left:3.59326171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkVtt7H0OcJaDxNBLzuQa6rMhsrmZOI2 { width:12.8125rem;height:1.875rem;top:78.1875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3h4d9oVLBGfQ7PHPqcX1CThNKnGf7rh { width:16.5625rem;height:9.5rem;top:81.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crv0HI2d8M15sWH6t3KwKAhRWo506oat { width:12.8125rem;height:1.875rem;top:88.999982118606rem;left:3.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbT57rFTDRFDiu3P5SB69TVg9APaRHno { width:16.374rem;height:9.5625rem;top:92.23388671875rem;left:1.812744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUok1QVJ8lNLyO4DGIMw43HVlpm5Tw8T { width:12.8125rem;height:1.875rem;top:99.43701171875rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xu5wnauCwbIg96b1PKMDeM9CD7JcsCmd { width:16.5rem;height:9.6496875rem;top:71.1357421875rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCk9NWJiPCXW0SfaHsMmyyeTwwNLD1aI { width:16.5rem;height:9.6496875rem;top:38.583984375rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acvR6nrBf3CJMUzAc5KS1ReU6SbS0U6S { width:16.5rem;height:9.6496875rem;top:49.086181640625rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9WpBCFBdoZ21oco7bciUsmGUvD2hJHJ { width:16.5rem;height:9.6496875rem;top:60.45849609375rem;left:1.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA { display:block; }#eTRueZcqi6HdOkNOkfDqkmM2kNPmX6WA > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciTs0sLpgt7WIOrmwQJTTvXEKl2zkg07 { width:18.8745rem;height:2.25rem;top:1.9365234375rem;left:0.56103515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPo6VS3p1wb3NfItDeumX2ZvUvOzlzAI { width:10.125rem;height:2.0625rem;top:28.341796875rem;left:4.310302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0kPWdghPXQxCHEtnok2SnMgxniJ7ncD { display:block; }
 }@media only screen and (max-width: 763px) { #mXRRvOILQ7AFrLPmS836dKyZy0ZustFF { width:10.06125rem;height:1.9995125rem;top:25.030517578125rem;left:4.342529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5RnW55R7PCgk4gb1P1AMKHeq2NIbqkw { display:block; }
 }@media only screen and (max-width: 763px) { #kzzC0Xu7ByNLhFTowJii6UGiUmRzHoMp { width:19.9980625rem;height:1.25rem;top:22.84130859375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBbQNZB8olTxKUA5CuKgd1LcaPGSFXm1 { width:19.99875rem;height:2.25rem;top:31.84130859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZZVawDT6uxToTJHuBUT1zL8t3I0vVTH { width:19.9995rem;height:9.02125rem;top:13.133056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOQDiEATQCvsGEz6PVi6bTHFt8pr3A1 { width:19.9995rem;height:8.13425rem;top:4.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upOcUR5kXDBoKaobgvoaf3Lv3RU9N4Dv { width:14.4375rem;height:9rem;top:34.69482421875rem;left:2.154052734375rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JJtcIDe880c00xiHMz5w762lG60S7TME { width:20rem;height:12.457627118644rem;top:55.20657421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa { display:block; }#JTPO3o4t5JBCI8ONKQGTorxDWKkWaKXa > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K81oUalFV3T0LobCEa8ICUTJo3BheTTK { width:20rem;height:1.05615rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esShlv8XPucbcKuxtR4sNLq8PPeHsank { width:20rem;height:0.89355625rem;top:9.7109375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSD3T5g35TJoHKREONNb8cfifvm34uSO { width:20rem;height:3.9622641509434rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0a4zgbkNOKvJduAeTaGV5ROZOHUdUWq { display:flex;width:3.6875rem;height:3.6875rem;top:2.4375rem;left:6.75rem; }
#f0a4zgbkNOKvJduAeTaGV5ROZOHUdUWq > img { max-width: 100%;max-height:100%; width:3.6875rem; height:3.6875rem; } }@media only screen and (max-width: 763px) { #tIlBoqydfO0ZTdZkxQwEtHKBQMdbHz3Q { display:flex;width:3rem;height:3rem;top:2.75rem;left:3.8125rem;font-size:2.0625rem; }
#tIlBoqydfO0ZTdZkxQwEtHKBQMdbHz3Q > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #JLVb7n7vcqV6dz9outw4NZWTizNOm5rG { display:flex;width:3rem;height:3rem;top:2.75rem;left:10.375rem;font-size:2.0625rem; }
#JLVb7n7vcqV6dz9outw4NZWTizNOm5rG > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #RC0uHiuAT9WLXw6qWHOduwAoBqIF7iUe { display:flex;width:3rem;height:3rem;top:2.75rem;left:13.6875rem;font-size:2.0625rem; }
#RC0uHiuAT9WLXw6qWHOduwAoBqIF7iUe > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }