.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:231,232,235;--color-primary-1:184,186,196;--color-primary-2:136,140,156;--color-primary-3:106,111,131;--color-primary-4:59,63,79;--color-secondary-0:253,225,215;--color-secondary-1:248,164,134;--color-secondary-2:243,103,53;--color-secondary-3:248,146,5;--color-secondary-4:49,21,11;--color-tertiary-0:255,255,255;--color-tertiary-1:167,195,235;--color-tertiary-2:108,155,222;--color-tertiary-3:106,111,131;--color-tertiary-4:59,63,79;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.4375rem;top:1.4375rem;left:0.76953125rem;overflow:hidden;display:block; }
#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d005a;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; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { background-color: transparent; background-image: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container > .video-iframe-container { display: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container { display: none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .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); }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { border-width: 0; border-radius: 0; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { background-color: transparent; background-image: none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container > .video-iframe-container { display: none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row > .video-iframe-container { display: none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .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); }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { border-width: 0; border-radius: 0; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#QcdD7sKEUVTVom0rL0nIkaHIqLebqV7Q { color:#6d005a;display:block;width:73.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:7.3095625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { background-color: transparent; background-image: none; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container > .video-iframe-container { display: none; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row > .video-iframe-container { display: none; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .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); }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { border-width: 0; border-radius: 0; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ead136a4-f763-4972-a1dc-7a9961f43404/Depositphotos_200282700_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:34.125rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:3.789794921875rem;left:1.156005859375rem;height:13.890375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9343125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.62451171875rem;left:6.0498046875rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7255625rem;height:3.3496125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.66845703125rem;left:28.619384765625rem;display:block; }
#eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:34.125rem;width:49.625rem;position:absolute;display:block;z-index:15010;background-color:#1d2c3d;background-image:none;top:0rem;left:0rem;box-shadow: none;display:block; }
#fPiD8tRr6hv93EB0Vq7wFeaQ4wJMHMtw { position:absolute;display:block;z-index:15031;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.1875rem;width:6.125rem;top:0.16354179382324rem;left:41.705052085492rem;overflow:hidden;display:block; }
#XE0XHUNn0xocumHMyqzenIUUk6Na1zca { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:1.2697916030884rem;left:1.15625rem;height:2.3999rem;text-align:left;text-align-last:left;display:block; }
#GalF050mwygfCV8pzrRzdCEOiCJwFQoQ { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.050002098084rem;left:8.1229171752931rem;height:2.0275875rem;display:block; }
#VlAvXc1sutRroUUSJl3TDbSRE88c9iew { color:#000000;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:23.050002098084rem;left:26.625rem;height:2.0275875rem;display:block; }
#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { background-color: transparent; background-image: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .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); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { border-width: 0; border-radius: 0; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { background-color: transparent; background-image: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container > .video-iframe-container { display: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container { display: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .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); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { border-width: 0; border-radius: 0; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#maBw1bmT05GNZyirIxFnXPsgShV0eNn1 { color:#6d005a;display:block;width:65.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:22.791748046875rem;left:4.749755859375rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:1.6064453125rem;left:3.125rem;height:19.995125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C6lxfozF2J2s26zrMAazBCAPbfxDIaSD { color:#1d2c3d;display:block;width:30.7495rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:32.56591796875rem;left:22.125244140625rem;height:2.3999rem;text-align:center;text-align-last:center;display:block; }
#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { position:relative;display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { background-color: transparent; background-image: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .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); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { border-width: 0; border-radius: 0; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QroechhpKhrUeU883RXtztVitdFZpDB7 { position:relative;display:block; }#QroechhpKhrUeU883RXtztVitdFZpDB7 { background-color: transparent; background-image: none; }#QroechhpKhrUeU883RXtztVitdFZpDB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row .container > .video-iframe-container { display: none; }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row > .video-iframe-container { display: none; }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .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); }#QroechhpKhrUeU883RXtztVitdFZpDB7 { border-width: 0; border-radius: 0; }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .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; }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k13Wv3fyh5QpLHmQTbT29TImggHv42mp { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.727875rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:48.791667938233rem;display:block; }
#vJtEisFUCowTNqA9X8U301D5y7eEotxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQUZqRiOR70iuUyWTaVIO0U9V4q8MK7q { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.65625rem;left:30.625rem;display:block; }
#uOsz5oV6d8NzG7c5fBX4UV0xk6hZahSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-tertiary-3),1);display:block;width:55.6864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.4833335876465rem;left:7.0625rem;height:;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01e6a7cf81fd04f0e518b6fc5795f33475ad9932.svg); }
#kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.062255875rem;top:3.2685546875rem;left:2.5615234375rem;display:block; }
#sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.062255875rem;top:19.892578125rem;left:2.56103515625rem;display:block; }
#N8IGMLzNKU5c2794pF4MQNLxudHcOOer { box-sizing:content-box;height:24.4375rem;width:61.875rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:3.26904296875rem;left:5.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#NPtZ4pVOymPRleMq57H33c3or5C9ATad { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.218994140625rem;left:8.125rem;height:1.4624rem;text-align:right;text-align-last:right;display:block; }
#WslSvUvlZKWDCDZuaHLiqO2y3PmbsDTS { box-sizing:content-box;height:28.1875rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:#1d2c3d;background-image:none;top:1.56005859375rem;left:30.68603515625rem;display:block; }
#UkGfJo0x3xLZKmrUB24n0M94LELmty3C { position:absolute;display:block;z-index:15024;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.125rem;width:3.125rem;top:14.14306640625rem;left:1.029052734375rem;overflow:hidden;display:block; }
#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl { position:relative;display:block; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl { background-color: transparent; background-image: none; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row .container > .video-iframe-container { display: none; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row > .video-iframe-container { display: none; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .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); }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl { border-width: 0; border-radius: 0; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .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; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LZFJQDEsdadvUczORUbzvAKlAt28RUkg { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.727875rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:48.791667938233rem;display:block; }
#MHMvzpNabxENTcUW0zWnLrh5TPKXQhnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X08RMhPx0VX1TOKdRkUmCDlbgOCQ3Cgt { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.65625rem;left:30.625rem;display:block; }
#HTsDIp9LS8ouRkdsXil9cAaxHtye9mKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { position:relative;display:block; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { background-color: transparent; background-image: none; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container > .video-iframe-container { display: none; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row > .video-iframe-container { display: none; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .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); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { border-width: 0; border-radius: 0; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.75rem;width:62.75rem;top:8.394775390625rem;left:7.83203125rem;display:block; }
#BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:5rem;left:72.5625rem;display:block; }
#Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:22.248959541321rem;left:72.5625rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:25.375rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#1d2c3d;background-image:none;top:5rem;left:0rem;display:block; }
#MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.1875rem;width:62.74875rem;top:19.7265625rem;left:7.82958984375rem;display:block; }
#pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.506103515625rem;left:8.51953125rem;height:5.84960625rem;text-align:left;text-align-last:left;display:block; }
#sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { color:rgba(var(--color-tertiary-3),1);display:block;width:60.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.85791015625rem;left:8.956298828125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#JxgUX8q2cBmduBeq3qAlwk8XFBxvS00d { position:absolute;display:block;z-index:15025;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.125rem;width:3.125rem;top:15.361458778381rem;left:71.03125rem;overflow:hidden;display:block; }
#iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.86328601837156rem;left:0.70703125rem; }
#LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:9.144775390625rem;left:2.640380859375rem; }
#Oc5ASu16thSLw601LstlHZWntctBueVg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22.98583984375rem;left:3.265380859375rem; }
#Tv1FgZrghD4TTA1a76y7VeJDORf0ay8F { box-sizing:content-box;height:7.06175rem;width:58.4375rem;position:absolute;display:block;z-index:15002;background-color:#6d005a;background-image:none;top:32.547607421875rem;left:14.202880859375rem;display:block; }
#r4g854CPZTKZoUhd9cEOcbCy8Xh7rcu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:34.453125rem;left:18.348388671875rem;height:3.4057625rem;text-align:right;text-align-last:right;display:block; }
#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { position:relative;display:block; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { background-color: transparent; background-image: none; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container > .video-iframe-container { display: none; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row > .video-iframe-container { display: none; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .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); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { border-width: 0; border-radius: 0; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { position:relative;display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { background-color: transparent; background-image: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container > .video-iframe-container { display: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row > .video-iframe-container { display: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { border-width: 0; border-radius: 0; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { color:rgba(var(--color-tertiary-3),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.2070369720456rem;left:5.75rem;height:;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a85278e565e0015f05fc85b4f4db3ffd33759136.svg); }
#K3cUlCoGXXblTWEU2XLGTxFF6ddDHwHc { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:5.2880859375rem;left:2.562255859375rem;display:block; }
#fQqFW7e0QikywJHBCifaGhhvV0ALOU2H { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.0625rem;top:14.90478515625rem;left:2.562255859375rem;display:block; }
#cwSGXWbrIaMCSf52oLqybpph0tnI16LU { box-sizing:content-box;height:16.125rem;width:61.875rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:3.2687530517578rem;left:5.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.6640682220459rem;left:5.75rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { box-sizing:content-box;height:19.6875rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.5604095458984rem;left:30.685417175293rem;display:block; }
#FZV6pJ49UX0yiO37pgTZfB09LP4qQkwx { position:absolute;display:block;z-index:15024;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.125rem;width:3.125rem;top:9.766845703125rem;left:1.0302734375rem;overflow:hidden;display:block; }
#v9ZAuUHm0fWD3IsGQAGH3fK3VRwQKhKH { box-sizing:content-box;height:4.311525rem;width:58.4375rem;position:absolute;display:block;z-index:15001;background-color:#6d005a;background-image:none;top:24.486083984375rem;left:13.770751953125rem;display:block; }
#HnGEsWkCUmKDa1QDCvAFzxsxGIm4WX44 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.079345703125rem;left:15.146484375rem; }
#am2ApCJL1xTo7eHbUNZqLsdSOt0yWJJN { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.828857421875rem;left:19.5751953125rem;height:1.70288125rem;text-align:center;text-align-last:center;display:block; }
#UqGXOIPMRLh0WyTZgAyKUralXbs9enTs { position:relative;display:none; }#UqGXOIPMRLh0WyTZgAyKUralXbs9enTs { border-width: 0; border-radius: 0; }#UqGXOIPMRLh0WyTZgAyKUralXbs9enTs > .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; }#UqGXOIPMRLh0WyTZgAyKUralXbs9enTs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT { color:rgba(var(--color-tertiary-3),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.2070369720456rem;left:5.75rem;height:10.2526875rem;display:block; }#MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a85278e565e0015f05fc85b4f4db3ffd33759136.svg); }
#VnyT5rT0XNmIFrfroTQU6Kc0rdlGKG47 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:3.26953125rem;left:2.5625rem;display:block; }
#vXntTm06g8hXg5LUa5HK4mCISK7FhV14 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.062255875rem;top:17.01904296875rem;left:2.562255859375rem;display:block; }
#Tdot7s0MUQ6lHsvS6l8np2zqXJqEiwph { box-sizing:content-box;height:21.5625rem;width:61.875rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:3.26904296875rem;left:5.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#dASOWW5C2oUMKOmfTHqZLFVdZyh7LTxG { color:rgba(var(--color-secondary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3.6640682220459rem;left:5.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#K70UsRddQOaKUZ1A8C2ltJOJGKC3uxhU { box-sizing:content-box;height:25.375rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.56005859375rem;left:30.684814453125rem;display:block; }
#z6dpk1w15Q8agcP8tiGmbUGGfSDTMMHk { position:absolute;display:block;z-index:15024;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.125rem;width:3.125rem;top:12.298583984375rem;left:1.0302734375rem;overflow:hidden;display:block; }
#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { position:relative;display:block; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { background-color: transparent; background-image: none; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container > .video-iframe-container { display: none; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row > .video-iframe-container { display: none; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .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); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { border-width: 0; border-radius: 0; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { background-color: transparent; background-image: none; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container > .video-iframe-container { display: none; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row > .video-iframe-container { display: none; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .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); }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { border-width: 0; border-radius: 0; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#vGqBHkyC2Ft1bhAXnz8arReBVZsaIdWH { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.0625rem;width:61.875rem;top:6.875rem;left:7.833251953125rem;display:block; }
#VeyCyTrOZq3LxLk7NietqXAxsGXb21Co { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.0625rem;top:5rem;left:72.5625rem;display:block; }
#xRKWgMrbeTRakVPJcZxRlU1gMk4hqvPT { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.062255875rem;top:19.140625rem;left:72.562255859375rem;display:block; }
#y6RWnx42ze0Jy9W8RViCVC39DJiBCT40 { box-sizing:content-box;height:27.875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#1d2c3d;background-image:none;top:5rem;left:0rem;display:block; }
#pWokZ3kLI0HH7O7CiW8h81Jlv5iV6GRT { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#T469Dfq27JaOtI6VS0bFN9KhQetnT6v8 { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.832763671875rem;left:9.08203125rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#FPq10nhkbzUbBGuZryM92dBM4z41PR3P { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:5.81176875rem;width:61.875rem;top:18.389892578125rem;left:7.833251953125rem;display:block; }
#zDMZxrM4hLw2rTtQ9w17xrVtSiiATlZo { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.70703125rem;left:9.0830078125rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#fgTPdw6gvWnJEGIiaM5p5m3Dou5qtgNg { position:absolute;display:block;z-index:15025;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.125rem;width:3.125rem;top:14.21875rem;left:71.0302734375rem;overflow:hidden;display:block; }
#IfmZxoRgtqRnRvBF7t4TI2pnmgqcB3Xu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:0.875rem;left:0.6875rem; }
#oxuFfQyMiKtbyotTcdc7ufGWDZbxZmni { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.46826171875rem;left:3.812255859375rem; }
#fBHga1HvIyyTxvUOeMpBMIHTmaBkVITh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.593750953674rem;left:3.8125rem; }
#Tc7zsw99q5Ou49AI3FSNHuXx3RklOvW3 { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.06145625rem;width:61.875rem;top:12.998959541321rem;left:7.8302078247069rem;display:block; }
#HULgT9iCunhJcucAfUhdpbF4zPuhMpTW { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:13.800000190735rem;left:9.0802078247069rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#ok9sg39aVFKQSpdD8ZFHHw76LW5O5GZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.960693359375rem;left:3.812255859375rem; }
#LWyvqZGQWhmaeAksqCKLxnknkRdzuNOx { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.0603rem;width:61.875rem;top:26.640625rem;left:7.833251953125rem;display:block; }
#dVVm7iRcBUi2TfpgKseFrXwCh8UeElrc { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:27.437744140625rem;left:9.083251953125rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#IfcyCMRLHT6DowiSEQPZWuaosKHUyvrx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:27.232666015625rem;left:3.812255859375rem; }
#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l { position:relative;display:block; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l { background-color: transparent; background-image: none; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row .container > .video-iframe-container { display: none; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row > .video-iframe-container { display: none; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .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); }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l { border-width: 0; border-radius: 0; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .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; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KHu3ua70NPo3pdf9ZG1NxyaXAT3T6Ou2 { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.727875rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:48.791667938233rem;display:block; }
#b47PsrT1leos3nENARVgtDgwiaEk1ndT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vp1lebs6D56hpo0LNHoVNTuVUwnx5mEU { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.65625rem;left:30.625rem;display:block; }
#SzqLgf7OHhzvW1BuUxBQToz7ph2HaAP3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { position:relative;display:block; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { background-color: transparent; background-image: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container > .video-iframe-container { display: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row > .video-iframe-container { display: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .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); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { border-width: 0; border-radius: 0; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { position:relative;display:block; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { background-color: transparent; background-image: none; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container > .video-iframe-container { display: none; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row > .video-iframe-container { display: none; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .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); }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { border-width: 0; border-radius: 0; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .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; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.8528633117676rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#1d2c3d;background-image:none;top:5.0703125rem;left:4.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.8;letter-spacing:0;top:17.0703125rem;left:5.59375rem;height:6.0754375rem;text-align:center;text-align-last:center;display:block; }
#MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { 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:15029;opacity:1;top:7.21484375rem;left:10.15625rem; }
#zgeyn44L421vkALLLV07Dbo9BihcIpuD { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#1d2c3d;background-image:none;top:5.0703125rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#FzWWmE18738L4grAzPTuqFDb55TRmLXo { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#1d2c3d;background-image:none;top:5.0703125rem;left:51.6455078125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#WnLFtDpUmNEHt009VnKcDnTl9RG9T22i { box-sizing:content-box;color:#5d92ff;font-size:5.375rem;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:15030;opacity:1;top:7.21484375rem;left:33.65625rem; }
#FnnaSAhTnkhb3GsuLyu4ZOdZKqJULdgA { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:17.0703125rem;left:29.71875rem;height:1.8005375rem;text-align:center;text-align-last:center;display:block; }
#FmOtnHdPUv3wI0f7dsdzBq8TJoUbTDIw { box-sizing:content-box;color:#5d92ff;font-size:5.375rem;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:15031;opacity:1;top:7.21484375rem;left:57.3642578125rem; }
#xf3uo3QnpkkKeDiGZHyLm99mgG53Li8d { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:16.923828125rem;left:53.3642578125rem;height:5.4016125rem;text-align:center;text-align-last:center;display:block; }
#KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.875rem;left:0.6875rem; }
#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { position:relative;display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { background-color: transparent; background-image: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container > .video-iframe-container { display: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row > .video-iframe-container { display: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .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); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { border-width: 0; border-radius: 0; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { position:relative;display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { background-color: transparent; background-image: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container > .video-iframe-container { display: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row > .video-iframe-container { display: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { border-width: 0; border-radius: 0; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:0.47396087646484rem;left:2rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { background-color: transparent; background-image: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container > .video-iframe-container { display: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container { display: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .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); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { border-width: 0; border-radius: 0; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.625rem;width:61.875rem;top:6.31103515625rem;left:7.83203125rem;display:block; }
#S820eQ8FaKHHho18CPTManq1U0bLVZhH { box-sizing:content-box;height:11.5rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:#1d2c3d;background-image:none;top:5.091552734375rem;left:0rem;display:block; }
#BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.7041683197019rem;left:9.0791664123538rem;height:;text-align:left;text-align-last:left;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{  }
#Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.1992201805115rem;left:1.39453125rem; }
#yXIorwmx4TaxFOESITPaHLbgIznvNLnF { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:0.0625rem;top:1.8729267120361rem;left:72.320838928225rem;display:block; }
#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { background-color: transparent; background-image: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container > .video-iframe-container { display: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container { display: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .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); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { border-width: 0; border-radius: 0; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.1875rem;left:1.39453125rem; }
#thrmUL2fFIovhrGKMx4KigUvXh1HJCcD { box-sizing:content-box;height:10.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:#1d2c3d;background-image:none;top:5.133056640625rem;left:0rem;display:block; }
#Ncb1tPxp93S74VRMdSzIkfFp6kcPD8ia { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.5625rem;width:61.875rem;top:6.72607421875rem;left:7.89794921875rem;display:block; }
#euTzGWJuq6d3J9q88eZZql3GDaCMxvDT { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:8.695068359375rem;left:9.14794921875rem;height:;text-align:left;text-align-last:left;display:block; }#euTzGWJuq6d3J9q88eZZql3GDaCMxvDT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#euTzGWJuq6d3J9q88eZZql3GDaCMxvDT li:before{  }
#yogFKpZ3cCNRVBlh7aa0BCC8UBO9FZqT { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.896728515625rem;left:70.850830078125rem;overflow:hidden;display:block; }
#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { background-color: transparent; background-image: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container > .video-iframe-container { display: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container { display: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .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); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { border-width: 0; border-radius: 0; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#MvLeMagD1TM35HicduxhVzmenrDgbITt { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#mFtJWw3xNx7ldcTDZirLuwvQJvWElDBn { box-sizing:content-box;height:13.18725rem;width:44.3115rem;position:absolute;display:block;z-index:15003;background-color:#1d2c3d;background-image:none;top:5.372314453125rem;left:0rem;display:block; }
#gtezzUn8U7gMrFULUkr1W17eZzas4Dbk { color:rgba(var(--color-tertiary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:9.544677734375rem;left:9.124755859375rem;height:;text-align:left;text-align-last:left;display:block; }#gtezzUn8U7gMrFULUkr1W17eZzas4Dbk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtezzUn8U7gMrFULUkr1W17eZzas4Dbk li:before{  }
#uFqOT919SvPoJcgmhubvuZrlz2GmeGbA { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:10.1245rem;width:61.875rem;top:7.496337890625rem;left:7.874755859375rem;display:block; }
#GDIRT7d8ICZfuFcpAvx5OZhIbx7go6KG { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:0.062255875rem;top:1.87255859375rem;left:72.3193359375rem;display:block; }
#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container { background-color: transparent; background-image: none; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container > .video-iframe-container { display: none; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row > .video-iframe-container { display: none; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .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); }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container { border-width: 0; border-radius: 0; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#QoNiNGCWOZPGMdaZIFSJpnIXMRhGrg16 { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#rSXX583XXxrDz41beU5ycWhs826aOrPM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container { background-color: transparent; background-image: none; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container > .video-iframe-container { display: none; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row > .video-iframe-container { display: none; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .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); }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container { border-width: 0; border-radius: 0; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#pNK3souVzINOibDo1nQEbniLi2FQl2dk { color:#6d005a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.70288125rem;text-align:left;text-align-last:left;display:block; }
#pmwRqsQCZ2mueWOSQ5ZpzTSfTvZxHZNn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug { position:relative;display:block; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug { background-color: transparent; background-image: none; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row .container > .video-iframe-container { display: none; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row > .video-iframe-container { display: none; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .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); }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug { border-width: 0; border-radius: 0; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .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; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WnfHP5MbZw8Obc3AzUTHePokzxd7AacG { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5615rem;height:3.374025rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.68701171875rem;left:24.718017578125rem;display:block; }
#cI6nyh5WPRSarkXpbK66pWC70rNnTmvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { position:relative;display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { background-color: transparent; background-image: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container > .video-iframe-container { display: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row > .video-iframe-container { display: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .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); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { border-width: 0; border-radius: 0; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { position:relative;display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { background-color: transparent; background-image: none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container > .video-iframe-container { display: none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row > .video-iframe-container { display: none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .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); }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { border-width: 0; border-radius: 0; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .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; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.72786521911619rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { background-color: transparent; background-image: none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container > .video-iframe-container { display: none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container { display: none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .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); }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { border-width: 0; border-radius: 0; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { position:absolute;display:block;z-index:15003;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:1.875rem;display:block; }
#vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { position:absolute;display:block;z-index:15009;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:21.125rem;display:block; }
#QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { position:absolute;display:block;z-index:15015;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:block; }
#dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { position:absolute;display:block;z-index:15021;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:58.5625rem;display:block; }
#nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:21.0625rem;display:block; }
#eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:1.875rem;display:block; }
#qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.8125rem;display:block; }
#GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:58.5625rem;display:block; }
#d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.8632698059082rem;left:7.8125rem; }
#VyDongvgffg0xpdcNhx4fLLuS56wft0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.86328125rem;left:26.5625rem; }
#xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:22.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.9466152191162rem;left:45.312503814698rem; }
#nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:41.187503814698rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.86328125rem;left:64.0625038147rem; }
#fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:59.937503814698rem;height:5.84960625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { position:relative;display:block; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { background-color: transparent; background-image: none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container > .video-iframe-container { display: none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row > .video-iframe-container { display: none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .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); }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { border-width: 0; border-radius: 0; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .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; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.875rem;left:14.80078125rem; }
#TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.875rem;left:35.937503814698rem; }
#B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:9.33203125rem;display:block; }
#ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:30.46875rem;display:block; }
#lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:51.645832061767rem;display:block; }
#G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.875rem;left:57.114582061767rem; }
#U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:10.67578125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:31.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { color:rgba(var(--color-tertiary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.989582061767rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { position:absolute;display:block;z-index:15022;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:51.645832061767rem;display:block; }
#KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { position:absolute;display:block;z-index:15023;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.552082061767rem;display:block; }
#KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { position:absolute;display:block;z-index:15024;background-color:#11578e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:9.4153633117675rem;display:block; }
#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { position:relative;display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { background-color: transparent; background-image: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container > .video-iframe-container { display: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row > .video-iframe-container { display: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .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); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { border-width: 0; border-radius: 0; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { position:relative;display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { background-color: transparent; background-image: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container > .video-iframe-container { display: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row > .video-iframe-container { display: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { border-width: 0; border-radius: 0; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:0.84895968437194rem;left:2rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nzd1PhE0dSSm51531eJNFus9tTs2tXLp { position:relative;display:none; }#Nzd1PhE0dSSm51531eJNFus9tTs2tXLp { border-width: 0; border-radius: 0; }#Nzd1PhE0dSSm51531eJNFus9tTs2tXLp > .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; }#Nzd1PhE0dSSm51531eJNFus9tTs2tXLp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mR60xakZBAezQ7JboSVklfgi2AqzMeVz { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.9995125rem;text-align:center;text-align-last:center;display:block; }
#RKBvq5cVcdMHG5AXMyw9HVGQczeShSDT { color:rgba(var(--color-tertiary-2),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:0rem;left:37.68701171875rem;height:1.9995125rem;text-align:center;text-align-last:center;display:block; }
#HiveQeVsyTSP6uorx8Q3m7piDN394FGn { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.794921875rem;left:1.875rem;display:block; }
#sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.794921875rem;left:39.375rem;display:block; }
#TPkeiohVhklowg0F41GPKVoy3tySRGEv { position:absolute;display:block;z-index:15026;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.62425rem;width:25rem;top:3.60595703125rem;left:6.25rem;display:block; }
#xEHH9tuuKi7Qu3SrMrf4PMhTdmBdSBrf { color:rgba(var(--color-tertiary-2),1);display:block;width:30.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:5.118408203125rem;left:3.531494140625rem;height:5.6005875rem;text-align:center;text-align-last:center;display:block; }
#qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { color:rgba(var(--color-tertiary-2),1);display:block;width:30.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:5.118408203125rem;left:41.031494140625rem;height:5.6005875rem;text-align:center;text-align-last:center;display:block; }
#ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.6230625rem;width:25rem;top:3.607177734375rem;left:43.75rem;display:block; }
#gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF { position:relative;display:none; }#gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF { border-width: 0; border-radius: 0; }#gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF > .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; }#gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IPTxl8AJnHKrlmncKuxoBDRl773mih42 { color:#11578e;display:block;width:30.4354375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:3.1312656402588rem;left:22.28125rem;height:6.8rem;text-align:center;text-align-last:center;display:block; }
#uEvUH9P4PU3uFCHEdCO0gW14c4x4Ttg0 { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:3.408203125rem;left:20.625rem;display:block; }
#nRP3UriKZXVZwDpROdSEzHxAVhvTtvEl { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.6230625rem;width:25rem;top:2.03125rem;left:25rem;display:block; }
#Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { background-color:#11578e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.35083125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.32275390625rem;left:28.125rem;display:block; }
#JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { border-width: 0; border-radius: 0; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:none; }#zcaDAE7MQHNR3DXIz3bxz7cSFT0bVk1M { box-sizing:content-box;height:12.37425rem;width:44.3115rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.630859375rem;left:15.343017578125rem;display:block; }
#DrIgzc2rkrR6zBF8kzrFDWTTUb8AMDaT { color:#11578e;display:block;width:30.4358125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:8.8166790008544rem;left:22.280208587646rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#NC72RUJ59yu1iuzbhHDXAuSl0iWks5EU { position:absolute;display:block;z-index:15025;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:31.25rem;top:5.7861328125rem;left:21.875rem;display:block; }
#GtoZZFmZWJS9LrbQ1xFRuI17ht4aeU39 { color:#dc2f00;display:block;width:74.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:1.573486328125rem;left:0.12451171875rem;height:2.80029375rem;text-align:center;text-align-last:center;display:block; }
#euo4WM4JXrGezntNurBCDXr6eXZPM88C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { background-color: transparent; background-image: none; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container > .video-iframe-container { display: none; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row > .video-iframe-container { display: none; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .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); }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { border-width: 0; border-radius: 0; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#RkaSnRrx9TNPkOZV9uOTr9vFA4ipwoiW { box-sizing:content-box;height:12.3730625rem;width:44.3103125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:3.446044921875rem;left:15.34423828125rem;display:block; }
#eoUTinGsoHTvfPBacxXgiJKpgpkXsrJk { color:#6d005a;display:block;width:30.4358125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:5.562744140625rem;left:22.281494140625rem;height:8.1543rem;text-align:center;text-align-last:center;display:block; }
#m2vBMSrllHc9TgKKdzIe9StshlDKkEyN { position:absolute;display:block;z-index:15025;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:31.25rem;top:2.6025390625rem;left:21.875rem;display:block; }
#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi { position:relative;display:block; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi { background-color: transparent; background-image: none; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row .container > .video-iframe-container { display: none; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row > .video-iframe-container { display: none; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .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); }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi { border-width: 0; border-radius: 0; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .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; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kAuvmL5rNRLOmTKX1Cu8ran5MQGMKyZW { background-color:#6d005a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.35rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.0718748569489rem;left:28.125rem;display:block; }
#ECUbUAvlJOk61d9yEzxAHMHI6xIsFqEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqEkThgKA3OlMK21ESVBSAzeADm31f5A { position:relative;display:block; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A { background-color: transparent; background-image: none; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container > .video-iframe-container { display: none; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row > .video-iframe-container { display: none; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .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); }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A { border-width: 0; border-radius: 0; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { position:relative;display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { background-color: transparent; background-image: none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container > .video-iframe-container { display: none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row > .video-iframe-container { display: none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .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); }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { border-width: 0; border-radius: 0; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .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; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { background-color: transparent; background-image: none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container > .video-iframe-container { display: none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row > .video-iframe-container { display: none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .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); }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { border-width: 0; border-radius: 0; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:26rem;width:54.9375rem;top:6.318359375rem;left:15.46630859375rem;display:block; }
#fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { box-sizing:content-box;height:13.625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.921875rem;left:0rem;display:block; }
#S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { color:rgba(var(--color-tertiary-3),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:7.509765625rem;left:17.31201171875rem;height:19.8058875rem;text-align:left;text-align-last:left;display:block; }
#xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { color:#f1f1f1;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.24609375rem;left:17.3125rem;height:3.4057625rem;display:block; }
#Xqms65vTb3OqXTZ5mR0mpEyNStZ8eWKC { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:1.795654296875rem;left:1.085205078125rem;overflow:hidden;display:block; }
#AIatzTxhHqFfph7X3n4zg48RbCINnVlM { position:relative;display:block; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM { background-color: transparent; background-image: none; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container > .video-iframe-container { display: none; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row > .video-iframe-container { display: none; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .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); }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM { border-width: 0; border-radius: 0; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { position:relative;display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { background-color: transparent; background-image: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container > .video-iframe-container { display: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row > .video-iframe-container { display: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { border-width: 0; border-radius: 0; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.65883636474612rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { background-color: transparent; background-image: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container > .video-iframe-container { display: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container { display: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .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); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { border-width: 0; border-radius: 0; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#rfftMNs0KehbiUs6igbnyia2eN2xSazB { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:9.25rem;width:30.125rem;top:6.3759765625rem;left:18.404296875rem;display:block; }
#RuoZRVJzeCccttS1Trus2BrLol44tFx3 { box-sizing:content-box;height:13.625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.921875rem;left:0rem;display:block; }
#ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { color:#f1f1f1;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:18.404949188233rem;height:3.3276375rem;display:block; }
#IGoeRvKwJI6DyTTyeLu03fHFsVGl0O3P { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:1.546875rem;left:1rem;overflow:hidden;display:block; }
#QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.8447265625rem;left:23.091796875rem; }
#bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.8447265625rem;left:38.716796875rem; }
#xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.359375rem;left:30.904296875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SubB8P6MrvCt8HifofBvubo6iHD83QKG { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.359375rem;left:18.404296875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLISGeW4UgMgB86LSi1APabamTcPyo95 { box-sizing:content-box;height:13.62425rem;width:44.3115rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.8564453125rem;left:30.6884765625rem;display:block; }
#VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:18.73046875rem;left:61.89697265625rem;overflow:hidden;display:block; }
#mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:9.24925rem;width:30.1245rem;top:23.56201171875rem;left:26.2158203125rem;display:block; }
#HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { color:#f1f1f1;display:block;width:24.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:18.73046875rem;left:32.960205078125rem;height:3.3276375rem;display:block; }
#b25Ez64wEASfpraUqurZfNHTz29ielwa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:24.481201171875rem;left:30.6884765625rem; }
#z8F2pF9OQ5V9WZvrvymrPiBg8JsIT1fJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:24.481201171875rem;left:45.479736328125rem; }
#TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:29.058837890625rem;left:26.2158203125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.058837890625rem;left:37.667236328125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { position:relative;display:block; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { background-color: transparent; background-image: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container > .video-iframe-container { display: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row > .video-iframe-container { display: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .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); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { border-width: 0; border-radius: 0; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11578e;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed { position:relative;display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed { background-color: transparent; background-image: none; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container > .video-iframe-container { display: none; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row > .video-iframe-container { display: none; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .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); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed { border-width: 0; border-radius: 0; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .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; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mr2K61XtgWITph53itIyfwcDpSiDi6cK { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r { position:relative;display:block; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r { background-color: transparent; background-image: none; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row .container > .video-iframe-container { display: none; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row > .video-iframe-container { display: none; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .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); }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r { border-width: 0; border-radius: 0; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .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; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n8w2ps7GttJHaafa5TmKKCTNATqcB7l4 { 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:3.4375rem;width:12.5rem;top:1.34375rem;left:12.5rem;overflow:hidden;display:block; }
#cl2bVOUbmr2tVUXJ03r0FrAFcJVOOMye { 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:3.1875rem;width:13.75rem;top:1.46875rem;left:49.375rem;overflow:hidden;display:block; }
#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { position:relative;display:block; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { background-color: transparent; background-image: none; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container > .video-iframe-container { display: none; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row > .video-iframe-container { display: none; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .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); }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { border-width: 0; border-radius: 0; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11578e;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { position:relative;display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { background-color: transparent; background-image: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container > .video-iframe-container { display: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row > .video-iframe-container { display: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { border-width: 0; border-radius: 0; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { position:relative;display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { background-color: transparent; background-image: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container > .video-iframe-container { display: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row > .video-iframe-container { display: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { border-width: 0; border-radius: 0; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { 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:5.75rem;width:31.25rem;top:0.8125rem;left:21.875rem;overflow:hidden;display:block; }
#zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.03125rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { position:relative;display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { background-color: transparent; background-image: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container > .video-iframe-container { display: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row > .video-iframe-container { display: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { border-width: 0; border-radius: 0; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.32421875rem;left:28.125rem;display:block; }
#hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { position:relative;display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { background-color: transparent; background-image: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container > .video-iframe-container { display: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row > .video-iframe-container { display: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .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); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { border-width: 0; border-radius: 0; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { position:relative;display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { background-color: transparent; background-image: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container > .video-iframe-container { display: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row > .video-iframe-container { display: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { border-width: 0; border-radius: 0; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { color:rgba(var(--color-tertiary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { position:relative;display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { background-color: transparent; background-image: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container > .video-iframe-container { display: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row > .video-iframe-container { display: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { border-width: 0; border-radius: 0; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MThZuZN1ytgNyMqh4TwanXcENebJOXWw { position:absolute;display:block;z-index:15023;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.624025rem;width:14.43725rem;top:1.561279296875rem;left:30.28076171875rem;overflow:hidden;display:block; }
#udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { color:rgba(var(--color-tertiary-3),1);display:block;width:59.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.342529296875rem;left:7.593994140625rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { position:relative;display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { background-color: transparent; background-image: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container > .video-iframe-container { display: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row > .video-iframe-container { display: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { border-width: 0; border-radius: 0; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.40380859375rem;left:17.1875rem; }
#pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.48193359375rem;left:54.6875rem; }
#CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.092529296875rem;left:12.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.092529296875rem;left:46.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { background-color: transparent; background-image: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container > .video-iframe-container { display: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container { display: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .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); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { border-width: 0; border-radius: 0; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:75rem;height:8.484375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5605625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8349609375rem;left:33.184814453125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.641357421875rem;left:29.334716796875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.641357421875rem;left:36.40380859375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.641357421875rem;left:42.745361328125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { position:relative;display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { background-color: transparent; background-image: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container > .video-iframe-container { display: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row > .video-iframe-container { display: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .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); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { border-width: 0; border-radius: 0; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { width:14.4375rem;height:4.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { display:block; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx { display:block; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QcdD7sKEUVTVom0rL0nIkaHIqLebqV7Q { width:42.4375rem;height:5.625rem;top:1.5677087306976rem;left:5.2489586770534rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx { display:block; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:26.5rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:3.311767578125rem;left:1.5625rem;width:43.3125rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.870875rem;height:3.4375rem;top:20.518798828125rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 1199px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.6853125rem;height:3.30810625rem;top:20.726318359375rem;left:29.075927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 1199px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:0rem;left:0rem;width:47.75rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPiD8tRr6hv93EB0Vq7wFeaQ4wJMHMtw { width:5.9375rem;height:4.1875rem;top:0rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XE0XHUNn0xocumHMyqzenIUUk6Na1zca { top:0.4375rem;left:1.5625rem;width:18.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GalF050mwygfCV8pzrRzdCEOiCJwFQoQ { top:17.16552734375rem;left:4.0625rem;width:15.625rem;height:2.11181875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlAvXc1sutRroUUSJl3TDbSRE88c9iew { top:17.16552734375rem;left:25.888671875rem;width:20.0610625rem;height:2.11181875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #maBw1bmT05GNZyirIxFnXPsgShV0eNn1 { top:20.4345703125rem;left:0rem;width:46.875rem;height:6.499rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { width:42.75rem;height:17.590325rem;top:1.5625009536743rem;left:1.5666666924954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6lxfozF2J2s26zrMAazBCAPbfxDIaSD { top:28.182373046875rem;left:14.498291015625rem;width:18.75rem;height:1.9995125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QroechhpKhrUeU883RXtztVitdFZpDB7 { display:block; }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k13Wv3fyh5QpLHmQTbT29TImggHv42mp { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJtEisFUCowTNqA9X8U301D5y7eEotxC { display:block; }
 }@media only screen and (max-width: 1199px) { #WQUZqRiOR70iuUyWTaVIO0U9V4q8MK7q { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOsz5oV6d8NzG7c5fBX4UV0xk6hZahSc { display:block; }
 }@media only screen and (max-width: 1199px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:3.181396484375rem;left:0rem;width:47.5rem;height:11.676rem;font-size:0.875rem;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01e6a7cf81fd04f0e518b6fc5795f33475ad9932.svg); }
 }@media only screen and (max-width: 1199px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { top:3.25rem;left:0rem;width:0.0625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { top:19.875rem;left:0rem;width:0;height:6.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N8IGMLzNKU5c2794pF4MQNLxudHcOOer { width:47.75rem;height:18.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPtZ4pVOymPRleMq57H33c3or5C9ATad { width:46.5625rem;height:1.13769375rem;top:16.25rem;left:0.592041015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WslSvUvlZKWDCDZuaHLiqO2y3PmbsDTS { top:0rem;left:2.374267578125rem;width:44.3125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UkGfJo0x3xLZKmrUB24n0M94LELmty3C { width:3.125rem;height:3.125rem;top:22.87109375rem;left:22.96630859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl { display:block; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LZFJQDEsdadvUczORUbzvAKlAt28RUkg { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHMvzpNabxENTcUW0zWnLrh5TPKXQhnK { display:block; }
 }@media only screen and (max-width: 1199px) { #X08RMhPx0VX1TOKdRkUmCDlbgOCQ3Cgt { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTsDIp9LS8ouRkdsXil9cAaxHtye9mKi { display:block; }
 }@media only screen and (max-width: 1199px) { #B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { display:block; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:8.375rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { top:5rem;left:47.6875rem;width:0.0625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { top:22.1875rem;left:47.6875rem;width:0.0625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:5rem;left:0rem;width:44.3125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { width:43.75rem;height:1.3rem;top:1.724609375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { top:19.6875rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { width:46.875rem;height:4.89745625rem;top:9.7607421875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { width:46.875rem;height:2.44873125rem;top:22.056884765625rem;left:0.435791015625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #JxgUX8q2cBmduBeq3qAlwk8XFBxvS00d { width:3.125rem;height:3.125rem;top:38.436279296875rem;left:22.310791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { width:1.875rem;height:1.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Oc5ASu16thSLw601LstlHZWntctBueVg { width:1.875rem;height:1.875rem;top:22.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tv1FgZrghD4TTA1a76y7VeJDORf0ay8F { top:31.444091796875rem;left:3.4375rem;width:44.3115rem;height:5.4370125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4g854CPZTKZoUhd9cEOcbCy8Xh7rcu2 { width:40.3125rem;height:2.59765625rem;top:32.86376953125rem;left:5.7177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { display:block; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { top:7.1904296875rem;left:0.875rem;width:46.875rem;height:8.25075rem;font-size:0.875rem;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a85278e565e0015f05fc85b4f4db3ffd33759136.svg); }
 }@media only screen and (max-width: 1199px) { #K3cUlCoGXXblTWEU2XLGTxFF6ddDHwHc { top:5.25rem;left:0rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fQqFW7e0QikywJHBCifaGhhvV0ALOU2H { top:14.875rem;left:0rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cwSGXWbrIaMCSf52oLqybpph0tnI16LU { width:47.75rem;height:13.9375rem;top:3.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { width:43.75rem;height:1.3rem;top:4.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { top:1.4990234375rem;left:3.4375rem;width:44.3125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZV6pJ49UX0yiO37pgTZfB09LP4qQkwx { width:3.125rem;height:3.125rem;top:27.31201171875rem;left:22.7490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9ZAuUHm0fWD3IsGQAGH3fK3VRwQKhKH { top:20.640869140625rem;left:3.438720703125rem;width:44.3115rem;height:5.4370125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HnGEsWkCUmKDa1QDCvAFzxsxGIm4WX44 { width:3.125rem;height:3.125rem;top:21.203369140625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #am2ApCJL1xTo7eHbUNZqLsdSOt0yWJJN { width:40.3125rem;height:1.298825rem;top:22.113037109375rem;left:6.21826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqGXOIPMRLh0WyTZgAyKUralXbs9enTs { display:none; }#UqGXOIPMRLh0WyTZgAyKUralXbs9enTs > .row .container { width:47.75rem;height:30.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT { top:7.1904296875rem;left:0.875rem;width:46.875rem;height:8.25075rem;font-size:0.875rem;display:block; }#MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a85278e565e0015f05fc85b4f4db3ffd33759136.svg); }
 }@media only screen and (max-width: 1199px) { #VnyT5rT0XNmIFrfroTQU6Kc0rdlGKG47 { top:3.25rem;left:0rem;width:0.0625rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vXntTm06g8hXg5LUa5HK4mCISK7FhV14 { top:17rem;left:0rem;width:0;height:6.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tdot7s0MUQ6lHsvS6l8np2zqXJqEiwph { width:47.75rem;height:21.5625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dASOWW5C2oUMKOmfTHqZLFVdZyh7LTxG { width:43.75rem;height:1.3rem;top:4.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K70UsRddQOaKUZ1A8C2ltJOJGKC3uxhU { top:1.5rem;left:3.4375rem;width:44.3125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6dpk1w15Q8agcP8tiGmbUGGfSDTMMHk { width:3.125rem;height:3.125rem;top:26.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { display:block; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #th7MelWPLqAkJQS7vTt43QtRbZD0GqkU { display:block; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vGqBHkyC2Ft1bhAXnz8arReBVZsaIdWH { top:6.875rem;left:0rem;width:47.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VeyCyTrOZq3LxLk7NietqXAxsGXb21Co { top:5rem;left:47.6875rem;width:0.0625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xRKWgMrbeTRakVPJcZxRlU1gMk4hqvPT { top:19.125rem;left:47.6875rem;width:0;height:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y6RWnx42ze0Jy9W8RViCVC39DJiBCT40 { top:5rem;left:0rem;width:44.3125rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWokZ3kLI0HH7O7CiW8h81Jlv5iV6GRT { width:43.75rem;height:1.3rem;top:1.787109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T469Dfq27JaOtI6VS0bFN9KhQetnT6v8 { width:46.875rem;height:2.2753875rem;top:19.17236328125rem;left:0.8740234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPq10nhkbzUbBGuZryM92dBM4z41PR3P { top:17.4365234375rem;left:0rem;width:47.749rem;height:5.7495125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDMZxrM4hLw2rTtQ9w17xrVtSiiATlZo { width:44.5605625rem;height:1.13769375rem;top:7.8369140625rem;left:1.593017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgTPdw6gvWnJEGIiaM5p5m3Dou5qtgNg { width:3.125rem;height:3.125rem;top:30.748291015625rem;left:22.310791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfmZxoRgtqRnRvBF7t4TI2pnmgqcB3Xu { width:3.125rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxuFfQyMiKtbyotTcdc7ufGWDZbxZmni { width:1.875rem;height:1.875rem;top:7.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fBHga1HvIyyTxvUOeMpBMIHTmaBkVITh { width:1.875rem;height:1.875rem;top:13.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tc7zsw99q5Ou49AI3FSNHuXx3RklOvW3 { top:12.08251953125rem;left:0rem;width:47.749rem;height:2.99926875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HULgT9iCunhJcucAfUhdpbF4zPuhMpTW { width:44.5605625rem;height:1.13769375rem;top:13.013916015625rem;left:1.593017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ok9sg39aVFKQSpdD8ZFHHw76LW5O5GZ9 { width:1.875rem;height:1.875rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LWyvqZGQWhmaeAksqCKLxnknkRdzuNOx { top:25.2490234375rem;left:0rem;width:47.749rem;height:2.99926875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVVm7iRcBUi2TfpgKseFrXwCh8UeElrc { width:44.5605625rem;height:1.13769375rem;top:26.180419921875rem;left:1.593017578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfcyCMRLHT6DowiSEQPZWuaosKHUyvrx { width:1.875rem;height:1.875rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l { display:block; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KHu3ua70NPo3pdf9ZG1NxyaXAT3T6Ou2 { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b47PsrT1leos3nENARVgtDgwiaEk1ndT { display:block; }
 }@media only screen and (max-width: 1199px) { #Vp1lebs6D56hpo0LNHoVNTuVUwnx5mEU { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SzqLgf7OHhzvW1BuUxBQToz7ph2HaAP3 { display:block; }
 }@media only screen and (max-width: 1199px) { #fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { display:block; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { display:block; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { width:43.75rem;height:1.3rem;top:1.787109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { top:5.0625rem;left:2.15625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { width:11.25rem;height:6.298825rem;top:15.82421875rem;left:2.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { width:6.25rem;height:6.25rem;top:7.1875rem;left:5.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgeyn44L421vkALLLV07Dbo9BihcIpuD { top:5.0625rem;left:17.625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzWWmE18738L4grAzPTuqFDb55TRmLXo { top:5.0625rem;left:32.90625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WnLFtDpUmNEHt009VnKcDnTl9RG9T22i { width:6.25rem;height:6.25rem;top:7.1875rem;left:20.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnnaSAhTnkhb3GsuLyu4ZOdZKqJULdgA { width:11.25rem;height:1.40014375rem;top:15.82421875rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FmOtnHdPUv3wI0f7dsdzBq8TJoUbTDIw { width:6.25rem;height:6.25rem;top:7.1875rem;left:36.21875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xf3uo3QnpkkKeDiGZHyLm99mgG53Li8d { width:11.25rem;height:4.2004375rem;top:15.82421875rem;left:33.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { width:3.125rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { width:47.75rem;height:3rem;top:0.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { width:47.75rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { top:5.067138671875rem;left:0rem;width:46.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S820eQ8FaKHHho18CPTManq1U0bLVZhH { top:4.097900390625rem;left:0rem;width:44.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { width:43.75rem;height:1.3rem;top:1.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { width:46.875rem;height:3.11279375rem;top:5.587890625rem;left:0.875rem;font-size:0.875rem;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{  }
 }@media only screen and (max-width: 1199px) { #Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXIorwmx4TaxFOESITPaHLbgIznvNLnF { top:1.8125rem;left:47.6875rem;width:0.0625rem;height:25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { width:47.75rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #thrmUL2fFIovhrGKMx4KigUvXh1HJCcD { top:4.097900390625rem;left:0rem;width:44.3125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ncb1tPxp93S74VRMdSzIkfFp6kcPD8ia { top:5.379638671875rem;left:0rem;width:46.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTzGWJuq6d3J9q88eZZql3GDaCMxvDT { width:46.875rem;height:3.11279375rem;top:6.399658203125rem;left:0.8740234375rem;font-size:0.875rem;display:block; }#euTzGWJuq6d3J9q88eZZql3GDaCMxvDT li:before{  }
 }@media only screen and (max-width: 1199px) { #yogFKpZ3cCNRVBlh7aa0BCC8UBO9FZqT { width:3.125rem;height:3.125rem;top:28.6865234375rem;left:22.310791015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MvLeMagD1TM35HicduxhVzmenrDgbITt { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFtJWw3xNx7ldcTDZirLuwvQJvWElDBn { top:4.097900390625rem;left:0rem;width:44.3125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtezzUn8U7gMrFULUkr1W17eZzas4Dbk { width:46.875rem;height:4.8254375rem;top:6.524658203125rem;left:0.8740234375rem;font-size:0.875rem;display:block; }#gtezzUn8U7gMrFULUkr1W17eZzas4Dbk li:before{  }
 }@media only screen and (max-width: 1199px) { #uFqOT919SvPoJcgmhubvuZrlz2GmeGbA { top:5.067138671875rem;left:0rem;width:46.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDIRT7d8ICZfuFcpAvx5OZhIbx7go6KG { top:1.8125rem;left:47.6875rem;width:0.0625rem;height:25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GW3bDsOHqnle34tA4TfxzwhCeiG28nFf { display:block; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container { width:47.75rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QoNiNGCWOZPGMdaZIFSJpnIXMRhGrg16 { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSXX583XXxrDz41beU5ycWhs826aOrPM { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou { display:block; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pNK3souVzINOibDo1nQEbniLi2FQl2dk { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmwRqsQCZ2mueWOSQ5ZpzTSfTvZxHZNn { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug { display:block; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WnfHP5MbZw8Obc3AzUTHePokzxd7AacG { width:16.4978125rem;height:3.31176875rem;top:1.810302734375rem;left:16.561279296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cI6nyh5WPRSarkXpbK66pWC70rNnTmvU { display:block; }
 }@media only screen and (max-width: 1199px) { #tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { width:47.75rem;height:1.6rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { display:block; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { width:8.75rem;height:1.13769375rem;top:4.75rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { width:9.375rem;height:9.375rem;top:0rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { width:9.375rem;height:9.375rem;top:0rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { width:9.375rem;height:9.375rem;top:0rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { width:9.375rem;height:9.375rem;top:0rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { width:3.125rem;height:3.125rem;top:0.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyDongvgffg0xpdcNhx4fLLuS56wft0b { width:3.125rem;height:3.125rem;top:0.6875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { width:8.75rem;height:2.2753875rem;top:4.75rem;left:13.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { width:3.125rem;height:3.125rem;top:0.6875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { width:8.75rem;height:2.2753875rem;top:4.75rem;left:25.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { width:3.125rem;height:3.125rem;top:0.6875rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { width:8.75rem;height:4.550775rem;top:4.837890625rem;left:37.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { display:block; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { width:3.125rem;height:3.125rem;top:0.8125rem;left:6.3955078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { width:3.125rem;height:3.125rem;top:0.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { width:9.375rem;height:9.375rem;top:0rem;left:3.2705078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { width:9.375rem;height:9.375rem;top:0rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { width:9.375rem;height:9.375rem;top:0rem;left:35.103515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { width:3.125rem;height:3.125rem;top:0.8125rem;left:38.228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { width:8.75rem;height:3.4130875rem;top:4.59375rem;left:3.5830078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { width:8.75rem;height:3.4130875rem;top:4.59375rem;left:19.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { width:8.75rem;height:4.55078125rem;top:4.837890625rem;left:35.416015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { width:14.0625rem;height:0.125rem;top:13.9375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { width:14.0625rem;height:0.125rem;top:13.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { width:47.75rem;height:3rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nzd1PhE0dSSm51531eJNFus9tTs2tXLp { display:none; }#Nzd1PhE0dSSm51531eJNFus9tTs2tXLp > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #mR60xakZBAezQ7JboSVklfgi2AqzMeVz { width:47.75rem;height:1.9995125rem;top:0.703125rem;left:-0.00146484375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKBvq5cVcdMHG5AXMyw9HVGQczeShSDT { width:41.1230625rem;height:1.9995125rem;top:19.12353515625rem;left:4.061279296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HiveQeVsyTSP6uorx8Q3m7piDN394FGn { top:6.624755859375rem;left:2.46826171875rem;width:44.3115rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { top:25.374755859375rem;left:2.46826171875rem;width:44.3103125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPkeiohVhklowg0F41GPKVoy3tySRGEv { width:25rem;height:11.25rem;top:5.687255859375rem;left:11.31103515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEHH9tuuKi7Qu3SrMrf4PMhTdmBdSBrf { width:30.437rem;height:5.6005875rem;top:8.311767578125rem;left:8.59130859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { width:30.4358125rem;height:5.6005875rem;top:27.06298828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { width:25rem;height:11.25rem;top:24.437255859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF { display:none; }#gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IPTxl8AJnHKrlmncKuxoBDRl773mih42 { width:30.4358125rem;height:5.6005875rem;top:3.87548828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uEvUH9P4PU3uFCHEdCO0gW14c4x4Ttg0 { top:2.187255859375rem;left:2.46826171875rem;width:44.3103125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRP3UriKZXVZwDpROdSEzHxAVhvTtvEl { width:25rem;height:11.25rem;top:1.124755859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { width:18.75rem;height:3.3125rem;top:13.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block; }
 }@media only screen and (max-width: 1199px) { #tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn { display:none; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { width:47.75rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zcaDAE7MQHNR3DXIz3bxz7cSFT0bVk1M { top:6.624755859375rem;left:2.46826171875rem;width:44.3115rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrIgzc2rkrR6zBF8kzrFDWTTUb8AMDaT { width:30.437rem;height:5.9985375rem;top:8.311767578125rem;left:8.59130859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NC72RUJ59yu1iuzbhHDXAuSl0iWks5EU { width:25rem;height:11.25rem;top:5.687255859375rem;left:11.31103515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtoZZFmZWJS9LrbQ1xFRuI17ht4aeU39 { width:41.12425rem;height:2.6rem;top:1.1865234375rem;left:3.310546875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euo4WM4JXrGezntNurBCDXr6eXZPM88C { display:block; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { width:47.75rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RkaSnRrx9TNPkOZV9uOTr9vFA4ipwoiW { top:1.56103515625rem;left:1.71875rem;width:44.3103125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eoUTinGsoHTvfPBacxXgiJKpgpkXsrJk { width:30.4358125rem;height:5.9985375rem;top:3.2470703125rem;left:8.656005859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2vBMSrllHc9TgKKdzIe9StshlDKkEyN { width:25rem;height:11.25rem;top:0.6875rem;left:11.373291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi { display:block; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kAuvmL5rNRLOmTKX1Cu8ran5MQGMKyZW { width:18.75rem;height:3.3125rem;top:2.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECUbUAvlJOk61d9yEzxAHMHI6xIsFqEU { display:block; }
 }@media only screen and (max-width: 1199px) { #nqEkThgKA3OlMK21ESVBSAzeADm31f5A { display:block; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cH4tVpIaTr21vC4UuBWqwgxWyImelekq { display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { display:block; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { width:47.75rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { top:6.06201171875rem;left:3.9990234375rem;width:43.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { top:0.875rem;left:0rem;width:44.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { width:35.375rem;height:14.79003125rem;top:8.232421875rem;left:12.311767578125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { width:24.3125rem;height:2.59765rem;top:2.5556640625rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xqms65vTb3OqXTZ5mR0mpEyNStZ8eWKC { width:11.875rem;height:11.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIatzTxhHqFfph7X3n4zg48RbCINnVlM { display:block; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { width:47.75rem;height:1.6rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rfftMNs0KehbiUs6igbnyia2eN2xSazB { top:6.125rem;left:6.591796875rem;width:30.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuoZRVJzeCccttS1Trus2BrLol44tFx3 { top:0.875rem;left:0rem;width:44.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { width:24.3125rem;height:2.59765rem;top:2.0546875rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGoeRvKwJI6DyTTyeLu03fHFsVGl0O3P { width:7.5rem;height:7.5rem;top:2.0546875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { width:2.5rem;height:2.5rem;top:7.8125rem;left:14.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { width:2.5rem;height:2.5rem;top:7.8125rem;left:27.373046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { width:16.3125rem;height:1.125rem;top:12.318359375rem;left:20.466796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SubB8P6MrvCt8HifofBvubo6iHD83QKG { width:12.5rem;height:1.13769375rem;top:12.3125rem;left:9.529296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLISGeW4UgMgB86LSi1APabamTcPyo95 { top:17.875rem;left:0rem;width:44.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { width:7.5rem;height:7.5rem;top:18.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { top:23.0625rem;left:6.623046875rem;width:30.0625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { width:24.25rem;height:2.59765rem;top:18.6875rem;left:19.335205078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b25Ez64wEASfpraUqurZfNHTz29ielwa { width:2.5rem;height:2.5rem;top:23.75rem;left:14.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z8F2pF9OQ5V9WZvrvymrPiBg8JsIT1fJ { width:2.5rem;height:2.5rem;top:24.4375rem;left:27.373046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { width:12.5rem;height:1.13769375rem;top:27.92578125rem;left:9.216796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { width:18.75rem;height:1.125rem;top:27.931640625rem;left:19.248046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { display:block; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NKLMTuOsSURmWA62WCIK130vxhs9Aoed { display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mr2K61XtgWITph53itIyfwcDpSiDi6cK { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #COthFIbZ3prMK8JGLg9KtpJGgJdkup0r { display:block; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n8w2ps7GttJHaafa5TmKKCTNATqcB7l4 { width:12.5rem;height:3.4375rem;top:1.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cl2bVOUbmr2tVUXJ03r0FrAFcJVOOMye { width:13.75rem;height:3.1875rem;top:1.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { display:block; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { width:31.25rem;height:5.75rem;top:0.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { width:26.8125rem;height:2.4375rem;top:10.875rem;left:10.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { width:18.75rem;height:3.3125rem;top:1.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block; }
 }@media only screen and (max-width: 1199px) { #OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { width:47.75rem;height:1.6rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MThZuZN1ytgNyMqh4TwanXcENebJOXWw { width:14.375rem;height:4.604087300213rem;top:1.5rem;left:16.65576171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { width:47.75rem;height:3.896475rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { width:3.125rem;height:3.125rem;top:1.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { width:3.125rem;height:3.125rem;top:1.4375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { width:12.5rem;height:1.13769375rem;top:6.0625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { width:18.75rem;height:1.125rem;top:6.0625rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { width:9.5rem;height:1.3rem;top:0.8125rem;left:19.559814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfLZldVBhTwUTyg8rTv0MOerurIwESxC { width:3.125rem;height:3.125rem;top:3.625rem;left:15.709716796875rem;display:block; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { width:3.125rem;height:3.125rem;top:3.625rem;left:22.77880859375rem;display:block; }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { width:3.125rem;height:3.125rem;top:3.625rem;left:29.120361328125rem;display:block; }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { width:14.4360625rem;height:4.624025rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { display:block; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx { display:block; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcdD7sKEUVTVom0rL0nIkaHIqLebqV7Q { width:20rem;height:7.495125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx { display:block; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ead136a4-f763-4972-a1dc-7a9961f43404/Depositphotos_200282700_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:18.75rem;height:8.999025rem;top:4.375rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.933125rem;height:3.125rem;top:18.956298828125rem;left:2.935791015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.808625rem;height:3.125rem;top:23.49853515625rem;left:3.094482421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:20rem;height:26.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiD8tRr6hv93EB0Vq7wFeaQ4wJMHMtw { width:4.4360375rem;height:3.125rem;top:1.25rem;left:15.5639625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE0XHUNn0xocumHMyqzenIUUk6Na1zca { width:18.75rem;height:1.9995125rem;top:1.68701171875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GalF050mwygfCV8pzrRzdCEOiCJwFQoQ { width:13.75rem;height:1.4624rem;top:14.04052734375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlAvXc1sutRroUUSJl3TDbSRE88c9iew { width:13.5595625rem;height:1.4624rem;top:16.456298828125rem;left:3.123779296875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maBw1bmT05GNZyirIxFnXPsgShV0eNn1 { width:20rem;height:7.1960625rem;top:26.30125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { width:20rem;height:23.80248125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6lxfozF2J2s26zrMAazBCAPbfxDIaSD { width:20rem;height:1.9995125rem;top:34.7473125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QroechhpKhrUeU883RXtztVitdFZpDB7 { display:block; }#QroechhpKhrUeU883RXtztVitdFZpDB7 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k13Wv3fyh5QpLHmQTbT29TImggHv42mp { width:13.6853125rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtEisFUCowTNqA9X8U301D5y7eEotxC { display:block; }
 }@media only screen and (max-width: 763px) { #WQUZqRiOR70iuUyWTaVIO0U9V4q8MK7q { width:13.9355625rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsz5oV6d8NzG7c5fBX4UV0xk6hZahSc { display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:18.75rem;height:20.2405rem;top:3.18115234375rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01e6a7cf81fd04f0e518b6fc5795f33475ad9932.svg); }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { width:0.0625rem;height:6.25rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { width:0;height:6.25rem;top:19.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8IGMLzNKU5c2794pF4MQNLxudHcOOer { width:20rem;height:28.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtZ4pVOymPRleMq57H33c3or5C9ATad { width:20rem;height:3.4130875rem;top:25.32470703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WslSvUvlZKWDCDZuaHLiqO2y3PmbsDTS { width:20rem;height:4.375rem;top:25.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGfJo0x3xLZKmrUB24n0M94LELmty3C { width:3.125rem;height:3.125rem;top:31.8115234375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl { display:block; }#kBndhZAT9ZZqT6gbvSqgr73cNn6HKXFl > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZFJQDEsdadvUczORUbzvAKlAt28RUkg { width:13.6853125rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMvzpNabxENTcUW0zWnLrh5TPKXQhnK { display:block; }
 }@media only screen and (max-width: 763px) { #X08RMhPx0VX1TOKdRkUmCDlbgOCQ3Cgt { width:13.9355625rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsDIp9LS8ouRkdsXil9cAaxHtye9mKi { display:block; }
 }@media only screen and (max-width: 763px) { #B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { display:block; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:16.5625rem;height:15.0625rem;top:9.47265625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { width:0.0625rem;height:6.25rem;top:18.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { width:0.0625rem;height:6.25rem;top:22.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:32.1875rem;top:8.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { width:18.75rem;height:2.59765625rem;top:5.625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { width:16.5625rem;height:12.5rem;top:26.854248046875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { width:16.1853125rem;height:12.24366875rem;top:10.880126953125rem;left:1.90673828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { width:16.182875rem;height:8.5705625rem;top:28.818359375rem;left:2.1435546875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxgUX8q2cBmduBeq3qAlwk8XFBxvS00d { width:3.125rem;height:3.125rem;top:49.664306640625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { display:flex;width:1.25rem;height:1.25rem;top:10.2236328125rem;left:1.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Oc5ASu16thSLw601LstlHZWntctBueVg { display:flex;width:1.25rem;height:1.25rem;top:42.2905rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tv1FgZrghD4TTA1a76y7VeJDORf0ay8F { width:20rem;height:7rem;top:42.666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4g854CPZTKZoUhd9cEOcbCy8Xh7rcu2 { width:20rem;height:6.494125rem;top:42.918701171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { display:block; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { width:18.75rem;height:12.2693125rem;top:5.1904296875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.4;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a85278e565e0015f05fc85b4f4db3ffd33759136.svg); }
 }@media only screen and (max-width: 763px) { #K3cUlCoGXXblTWEU2XLGTxFF6ddDHwHc { width:0.0625rem;height:13.75rem;top:3.25048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQqFW7e0QikywJHBCifaGhhvV0ALOU2H { width:0.0625rem;height:3.125rem;top:12.87548828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwSGXWbrIaMCSf52oLqybpph0tnI16LU { width:20rem;height:17.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { width:18.75rem;height:2.59765625rem;top:2.62451171875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { width:20rem;height:18.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZV6pJ49UX0yiO37pgTZfB09LP4qQkwx { width:3.125rem;height:3.125rem;top:26.114501953125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9ZAuUHm0fWD3IsGQAGH3fK3VRwQKhKH { width:20rem;height:4.3103rem;top:20.621337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnGEsWkCUmKDa1QDCvAFzxsxGIm4WX44 { display:flex;width:3.125rem;height:3.125rem;top:68.683875rem;left:-0.001220703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #am2ApCJL1xTo7eHbUNZqLsdSOt0yWJJN { width:20rem;height:3.8964875rem;top:20.826416015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UqGXOIPMRLh0WyTZgAyKUralXbs9enTs { display:none; }#UqGXOIPMRLh0WyTZgAyKUralXbs9enTs > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT { width:18.75rem;height:14.718rem;top:5.1904296875rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.4;display:block; }#MJuEVHAp9JDxhmgAl8Pc9civCdCV24hT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a85278e565e0015f05fc85b4f4db3ffd33759136.svg); }
 }@media only screen and (max-width: 763px) { #VnyT5rT0XNmIFrfroTQU6Kc0rdlGKG47 { width:0.0625rem;height:13.75rem;top:1.25048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXntTm06g8hXg5LUa5HK4mCISK7FhV14 { width:0.0625rem;height:13.75rem;top:15.00048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tdot7s0MUQ6lHsvS6l8np2zqXJqEiwph { width:20rem;height:16.62475rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dASOWW5C2oUMKOmfTHqZLFVdZyh7LTxG { width:18.75rem;height:2.59765625rem;top:2.62451171875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K70UsRddQOaKUZ1A8C2ltJOJGKC3uxhU { width:20rem;height:25.81175rem;top:21.1572421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6dpk1w15Q8agcP8tiGmbUGGfSDTMMHk { width:3.125rem;height:3.125rem;top:48.2178046875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { display:block; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7MelWPLqAkJQS7vTt43QtRbZD0GqkU { display:block; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { width:20rem;height:36.104736328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGqBHkyC2Ft1bhAXnz8arReBVZsaIdWH { width:16.5625rem;height:4.624025rem;top:9.47265625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeyCyTrOZq3LxLk7NietqXAxsGXb21Co { width:0.0625rem;height:7.5rem;top:18.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRKWgMrbeTRakVPJcZxRlU1gMk4hqvPT { width:0;height:7.5rem;top:19.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6RWnx42ze0Jy9W8RViCVC39DJiBCT40 { width:20rem;height:23rem;top:8.856201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWokZ3kLI0HH7O7CiW8h81Jlv5iV6GRT { width:18.75rem;height:2.59765625rem;top:5.625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T469Dfq27JaOtI6VS0bFN9KhQetnT6v8 { width:15.625rem;height:4.55078125rem;top:20.65185546875rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPq10nhkbzUbBGuZryM92dBM4z41PR3P { width:16.5625rem;height:6.25rem;top:19.802246484375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDMZxrM4hLw2rTtQ9w17xrVtSiiATlZo { width:16.1840625rem;height:2.2753875rem;top:10.645751953125rem;left:1.907958984375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fgTPdw6gvWnJEGIiaM5p5m3Dou5qtgNg { width:3.125rem;height:3.125rem;top:32.979736328125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfmZxoRgtqRnRvBF7t4TI2pnmgqcB3Xu { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oxuFfQyMiKtbyotTcdc7ufGWDZbxZmni { display:flex;width:1.875rem;height:1.875rem;top:10.03515625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #fBHga1HvIyyTxvUOeMpBMIHTmaBkVITh { display:flex;width:1.875rem;height:1.875rem;top:16.82666171875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc7zsw99q5Ou49AI3FSNHuXx3RklOvW3 { width:16.5625rem;height:2.99926875rem;top:15.34668125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HULgT9iCunhJcucAfUhdpbF4zPuhMpTW { width:15.625rem;height:2.2753875rem;top:15.7080078125rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ok9sg39aVFKQSpdD8ZFHHw76LW5O5GZ9 { display:flex;width:1.875rem;height:1.875rem;top:23.303223046875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWyvqZGQWhmaeAksqCKLxnknkRdzuNOx { width:16.9360625rem;height:2.99926875rem;top:27.338867578125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVVm7iRcBUi2TfpgKseFrXwCh8UeElrc { width:16.1853125rem;height:2.2753875rem;top:27.7001953125rem;left:1.90673828125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IfcyCMRLHT6DowiSEQPZWuaosKHUyvrx { display:flex;width:1.875rem;height:1.875rem;top:29.277344140625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l { display:block; }#od8kHa0ebfTKlhx0esGoqQcKdWwUgW0l > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHu3ua70NPo3pdf9ZG1NxyaXAT3T6Ou2 { width:13.6853125rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47PsrT1leos3nENARVgtDgwiaEk1ndT { display:block; }
 }@media only screen and (max-width: 763px) { #Vp1lebs6D56hpo0LNHoVNTuVUwnx5mEU { width:13.9355625rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzqLgf7OHhzvW1BuUxBQToz7ph2HaAP3 { display:block; }
 }@media only screen and (max-width: 763px) { #fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { display:block; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { display:block; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { width:18.75rem;height:1.298825rem;top:5.625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { width:18.75rem;height:12.5rem;top:8.17260625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { width:16.8103125rem;height:3.1494125rem;top:15.557861328125rem;left:1.59423828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { display:flex;width:5rem;height:5rem;top:9.796142578125rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #zgeyn44L421vkALLLV07Dbo9BihcIpuD { width:18.75rem;height:8.6875rem;top:23.33251875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzWWmE18738L4grAzPTuqFDb55TRmLXo { width:18.75rem;height:12.5rem;top:33.89404296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLFtDpUmNEHt009VnKcDnTl9RG9T22i { display:flex;width:5rem;height:5rem;top:24.609375rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #FnnaSAhTnkhb3GsuLyu4ZOdZKqJULdgA { width:16.8103125rem;height:1.40014375rem;top:29.53125rem;left:1.59423828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmOtnHdPUv3wI0f7dsdzBq8TJoUbTDIw { display:flex;width:5rem;height:5rem;top:34.456787109375rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #xf3uo3QnpkkKeDiGZHyLm99mgG53Li8d { width:16.8103125rem;height:4.2004375rem;top:40.14404296875rem;left:1.59423828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { width:20rem;height:3.19824375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { width:20rem;height:4.875rem;top:4.76684453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S820eQ8FaKHHho18CPTManq1U0bLVZhH { width:20rem;height:7.1875rem;top:3.79760625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { width:18.75rem;height:1.298825rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { width:18.75rem;height:3.7255875rem;top:5.2868640625rem;left:0.8740234375rem;font-size:0.875rem;line-height:1.3;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{  }
 }@media only screen and (max-width: 763px) { #Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXIorwmx4TaxFOESITPaHLbgIznvNLnF { width:0.0625rem;height:25rem;top:1.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { width:18.75rem;height:2.59765625rem;top:1.060791015625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #thrmUL2fFIovhrGKMx4KigUvXh1HJCcD { width:20rem;height:8.375rem;top:4.77416875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncb1tPxp93S74VRMdSzIkfFp6kcPD8ia { width:20rem;height:5.4375rem;top:6.05590703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euTzGWJuq6d3J9q88eZZql3GDaCMxvDT { width:19.25rem;height:3.7255875rem;top:7.075194140625rem;left:0.6875rem;font-size:0.875rem;line-height:1.3;display:block; }#euTzGWJuq6d3J9q88eZZql3GDaCMxvDT li:before{  }
 }@media only screen and (max-width: 763px) { #yogFKpZ3cCNRVBlh7aa0BCC8UBO9FZqT { width:3.125rem;height:3.125rem;top:16.710416793823rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvLeMagD1TM35HicduxhVzmenrDgbITt { width:18.75rem;height:2.59765625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFtJWw3xNx7ldcTDZirLuwvQJvWElDBn { width:20rem;height:8.3125rem;top:4.77416875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtezzUn8U7gMrFULUkr1W17eZzas4Dbk { width:19.125rem;height:4.0380875rem;top:7.2009265625rem;left:0.8125rem;font-size:0.875rem;line-height:1.3;display:block; }#gtezzUn8U7gMrFULUkr1W17eZzas4Dbk li:before{  }
 }@media only screen and (max-width: 763px) { #uFqOT919SvPoJcgmhubvuZrlz2GmeGbA { width:20rem;height:6.375rem;top:5.74340703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDIRT7d8ICZfuFcpAvx5OZhIbx7go6KG { width:0.0625rem;height:25rem;top:1.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW3bDsOHqnle34tA4TfxzwhCeiG28nFf { display:block; }#GW3bDsOHqnle34tA4TfxzwhCeiG28nFf > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoNiNGCWOZPGMdaZIFSJpnIXMRhGrg16 { width:18.75rem;height:3.8964875rem;top:0.987548828125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rSXX583XXxrDz41beU5ycWhs826aOrPM { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou { display:block; }#JTVCJm0XAbWfIL6TTIfZdXMSDtxLkyou > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNK3souVzINOibDo1nQEbniLi2FQl2dk { width:18.75rem;height:2.59765625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmwRqsQCZ2mueWOSQ5ZpzTSfTvZxHZNn { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug { display:block; }#TiZAys8pVFbNOQg7kZ7dh9APsCvlL5ug > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnfHP5MbZw8Obc3AzUTHePokzxd7AacG { width:13.6853125rem;height:3.125rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI6nyh5WPRSarkXpbK66pWC70rNnTmvU { display:block; }
 }@media only screen and (max-width: 763px) { #tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { display:none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { width:20rem;height:1.59911875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { display:none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { width:10.9985625rem;height:1.298825rem;top:5.999755859375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { width:14.0625rem;height:0.12329125rem;top:15rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { width:14.0625rem;height:0.12329125rem;top:16.37329125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { width:14.0625rem;height:0.12329125rem;top:28.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { width:14.0625rem;height:0.12329125rem;top:43.87329125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { width:12.5rem;height:12.5rem;top:15rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { width:12.5rem;height:12.5rem;top:30.12329125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { width:12.5rem;height:12.5rem;top:45.2465825rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { display:flex;width:3.125rem;height:3.125rem;top:1.937255859375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #VyDongvgffg0xpdcNhx4fLLuS56wft0b { display:flex;width:3.125rem;height:3.125rem;top:15.687255859375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { width:11.3733125rem;height:2.59765625rem;top:19.749755859375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { display:flex;width:3.125rem;height:3.125rem;top:30.810547109375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { width:11.3733125rem;height:2.59765rem;top:34.873047109375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { display:flex;width:3.125rem;height:3.125rem;top:45.933838359375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { width:11.3733125rem;height:5.19530625rem;top:50.084228984375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { display:none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { display:flex;width:3.125rem;height:3.125rem;top:2.061767578125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { display:flex;width:3.125rem;height:3.125rem;top:17.186279453125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { width:12.5rem;height:12.5rem;top:16.374511875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { width:12.5rem;height:12.5rem;top:32.873535625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { display:flex;width:3.125rem;height:3.125rem;top:33.685303203125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { width:11.3733125rem;height:3.8964875rem;top:5.843505859375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { width:11.3733125rem;height:3.8964875rem;top:20.968017734375rem;left:4.437255859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { width:11.3733125rem;height:5.1953125rem;top:37.711182109375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { width:14.0625rem;height:0.124511875rem;top:31.49902375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { width:14.0625rem;height:0.124511875rem;top:30.124511875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { width:14.0625rem;height:0.124511875rem;top:15rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { width:20rem;height:3.19824375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nzd1PhE0dSSm51531eJNFus9tTs2tXLp { display:none; }#Nzd1PhE0dSSm51531eJNFus9tTs2tXLp > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mR60xakZBAezQ7JboSVklfgi2AqzMeVz { width:20rem;height:4.02588125rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKBvq5cVcdMHG5AXMyw9HVGQczeShSDT { width:20rem;height:4.02588125rem;top:23.83669375rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HiveQeVsyTSP6uorx8Q3m7piDN394FGn { width:20rem;height:6.25rem;top:6.52588125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { width:20rem;height:6.25rem;top:29.112575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPkeiohVhklowg0F41GPKVoy3tySRGEv { width:16.25rem;height:8.562rem;top:14.02588125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHH9tuuKi7Qu3SrMrf4PMhTdmBdSBrf { width:20rem;height:3.999025rem;top:8.21289296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { width:20rem;height:3.999025rem;top:30.800807421875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { width:16.25rem;height:8.562rem;top:36.612575rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF { display:none; }#gSEAJrTyG1Lm4Lms4vOTSsAlTc7KanJF > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IPTxl8AJnHKrlmncKuxoBDRl773mih42 { width:20rem;height:5.2rem;top:2.9385375976562rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEvUH9P4PU3uFCHEdCO0gW14c4x4Ttg0 { width:20rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRP3UriKZXVZwDpROdSEzHxAVhvTtvEl { width:16.25rem;height:6.1875rem;top:9.3875125976563rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { width:13.684375rem;height:3.125rem;top:16.825012597656rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block; }
 }@media only screen and (max-width: 763px) { #tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn { display:none; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zcaDAE7MQHNR3DXIz3bxz7cSFT0bVk1M { width:20rem;height:14.1858125rem;top:6.52588125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIgzc2rkrR6zBF8kzrFDWTTUb8AMDaT { width:20rem;height:6.3964875rem;top:8.21289296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC72RUJ59yu1iuzbhHDXAuSl0iWks5EU { width:18.75rem;height:9.375rem;top:21.96169375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtoZZFmZWJS9LrbQ1xFRuI17ht4aeU39 { width:20rem;height:4.02588125rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euo4WM4JXrGezntNurBCDXr6eXZPM88C { display:block; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkaSnRrx9TNPkOZV9uOTr9vFA4ipwoiW { width:20rem;height:11.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUTinGsoHTvfPBacxXgiJKpgpkXsrJk { width:20rem;height:6.3964875rem;top:2.93603515625rem;left:0rem;font-size:2rem;color:#6d005a;display:block; }
 }@media only screen and (max-width: 763px) { #m2vBMSrllHc9TgKKdzIe9StshlDKkEyN { width:18.75rem;height:9.375rem;top:1.998291015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi { display:block; }#p1WWgaxX9GQHupOBAOTF3Dq7cMl5TqDi > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAuvmL5rNRLOmTKX1Cu8ran5MQGMKyZW { width:13.6840625rem;height:3.125rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECUbUAvlJOk61d9yEzxAHMHI6xIsFqEU { display:block; }
 }@media only screen and (max-width: 763px) { #nqEkThgKA3OlMK21ESVBSAzeADm31f5A { display:block; }#nqEkThgKA3OlMK21ESVBSAzeADm31f5A > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cH4tVpIaTr21vC4UuBWqwgxWyImelekq { display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { width:20rem;height:1.59911875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { display:block; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { width:16.5625rem;height:36.4978125rem;top:17.685546875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { width:20rem;height:53.81225rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { width:13.6865rem;height:31.85549375rem;top:19.168701171875rem;left:3.15673828125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { width:18.75rem;height:2.59765rem;top:2.930908203125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xqms65vTb3OqXTZ5mR0mpEyNStZ8eWKC { width:8.75rem;height:8.75rem;top:7.437744140625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIatzTxhHqFfph7X3n4zg48RbCINnVlM { display:block; }#AIatzTxhHqFfph7X3n4zg48RbCINnVlM > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { width:20rem;height:1.59911875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfftMNs0KehbiUs6igbnyia2eN2xSazB { width:16.5625rem;height:13.4375rem;top:11.58447265625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuoZRVJzeCccttS1Trus2BrLol44tFx3 { width:20rem;height:25.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { width:20rem;height:2.59765rem;top:13.43994140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#707b8b;display:block; }
 }@media only screen and (max-width: 763px) { #IGoeRvKwJI6DyTTyeLu03fHFsVGl0O3P { width:8.75rem;height:8.75rem;top:2.0166015625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { display:flex;width:2.5rem;height:2.5rem;top:21.187744140625rem;left:2.999267578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { display:flex;width:2.5rem;height:2.5rem;top:17.31689453125rem;left:2.999267578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { width:11.3125rem;height:1.125rem;top:18.00537109375rem;left:6.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubB8P6MrvCt8HifofBvubo6iHD83QKG { width:12.5rem;height:1.13769375rem;top:21.868896484375rem;left:6.749267578125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISGeW4UgMgB86LSi1APabamTcPyo95 { width:20rem;height:23.4985625rem;top:31.6845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { width:8.75rem;height:8.75rem;top:32.9345703125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { width:16.5625rem;height:11.5625rem;top:42.44873046875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { width:20rem;height:2.59765rem;top:43.311767578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#707b8b;display:block; }
 }@media only screen and (max-width: 763px) { #b25Ez64wEASfpraUqurZfNHTz29ielwa { display:flex;width:2.5rem;height:2.5rem;top:50.72998046875rem;left:3.203125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #z8F2pF9OQ5V9WZvrvymrPiBg8JsIT1fJ { display:flex;width:2.5rem;height:2.5rem;top:46.97998046875rem;left:3.203125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { width:12.5rem;height:1.13769375rem;top:51.4111328125rem;left:5.859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { width:12.5rem;height:1.125rem;top:47.667236328125rem;left:7.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { display:block; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKLMTuOsSURmWA62WCIK130vxhs9Aoed { display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr2K61XtgWITph53itIyfwcDpSiDi6cK { width:20rem;height:1.9995125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COthFIbZ3prMK8JGLg9KtpJGgJdkup0r { display:block; }#COthFIbZ3prMK8JGLg9KtpJGgJdkup0r > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8w2ps7GttJHaafa5TmKKCTNATqcB7l4 { width:12.5rem;height:3.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2bVOUbmr2tVUXJ03r0FrAFcJVOOMye { width:13.75rem;height:3.18725625rem;top:5.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { display:block; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { width:20rem;height:1.9995125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { width:20rem;height:3.7817375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { width:16.6858125rem;height:1.298825rem;top:6.28051875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { width:18.75rem;height:3.31176875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block; }
 }@media only screen and (max-width: 763px) { #OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { width:20rem;height:1.59911875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MThZuZN1ytgNyMqh4TwanXcENebJOXWw { width:14.375rem;height:4.60205rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { width:20rem;height:7.79296875rem;top:7.10083125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { display:flex;width:2.5rem;height:2.5rem;top:7.386475rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { width:12.5rem;height:1.13769375rem;top:5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { width:12.5rem;height:1.125rem;top:11.136475rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { position:relative;z-index:auto;display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { width:9.1235625rem;height:1.298825rem;top:1.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLZldVBhTwUTyg8rTv0MOerurIwESxC { display:flex;width:3.125rem;height:3.125rem;top:3.79760625rem;left:8.4375rem; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { display:flex;width:3.125rem;height:3.125rem;top:8.17260625rem;left:8.4375rem; }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { display:flex;width:3.125rem;height:3.125rem;top:12.54760625rem;left:8.4375rem; }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }