.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:219,245,242;--color-primary-1:134,222,211;--color-primary-2:13,189,166;--color-primary-3:7,95,83;--color-primary-4:2,28,25;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { position:relative;display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { background-color: transparent; background-image: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container > .video-iframe-container { display: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container { display: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .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); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { border-width: 0; border-radius: 0; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .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; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.0625rem solid rgba(0,0,0,0.43);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-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:15.8125rem;top:1.65625rem;left:0.78125rem;overflow:hidden;display:block; }
#lNRBAh8AWJPHJpc5QhbfbMJQrbJmiXMo { z-index:15005;top:0.8125rem;left:53.6875rem;background-color:#1c7133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zge8K55J3DORoQCg3mQKu699htV1f75i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSwGslQPMKq2zzomr0FmtTe4bgDwgTkr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.25rem;left:55.375rem; }
#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { position:relative;display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { background-color: transparent; background-image: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { border-width: 0; border-radius: 0; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;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; }#XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { color:rgba(var(--color-secondary-3),1);display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:16.4375rem;left:18.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sFhpqTTqNc2g4gfCCvHV9yFTguGHH5Zi { box-sizing:content-box;height:3rem;width:31.4375rem;position:absolute;display:block;z-index:15043;background-color:rgba(255,0,0,0.08);background-image:none;box-shadow: none;border-top:0.0625rem solid #ff7272;border-left:0.0625rem solid #ff7272;border-right:0.0625rem solid #ff7272;border-bottom:0.0625rem solid #ff7272;top:3.0625rem;left:21.125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#gPyV7lJ2vlQ8iaDgWT6zpRk5Li4D12GH { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#df1414;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1875rem;left:23.125rem;display:block; }
#tps6hVNo0UmBELEqpb4i04reGgwf0tc3 { color:#c84747;display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.98828125rem;left:24.84375rem;height:1.4625rem;display:block; }
#IB2ka32BfT5BCT6g2TaKfmkF5aLsyG6a { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:8.9375rem;left:16.03125rem;height:7.0488125rem;text-align:center;text-align-last:center;display:block; }
#A0wLHxdURIfpO4OlXsCHUogvbQvuofbc { z-index:15006;top:23.09375rem;left:26.875rem;background-color:#1c7133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.37) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fErVIhyVZmQiwSTs7KEq71fMQNRGMHih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ct1rXwLzVE1RuKoSv8v4haByoeAvcLqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.09375rem;left:29.125rem; }
#b5LsrVyOTIboIyhkU2fwlNAW2Gn0DVLJ { color:#808080;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:32.0751953125rem;left:29.53125rem;height:1.3rem;display:block; }
#PIbmJNsgd6EZDTiynQpnxQ8TaEnw31qf { color:#808080;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:29.7490234375rem;left:29.125rem;height:1.3rem;display:block; }
#y0UFDTCuFlmx5H9z8RGJGdHUXOqbIfVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:29.5234375rem;left:27.25rem; }
#xQA1BCKKw9fdTVQuNmUTBuG7LguHiHTh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:31.6875rem;left:27.4375rem; }
#pwvH4hqghkVnDxTVwZTc0O0g8qoBfQch { color:#808080;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:36.75rem;left:15.90625rem;height:1.3rem;display:block; }
#VHmsutHZTCvu8d9OKaHGBaNtJDcsk9aQ { color:#808080;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:36.75rem;left:31.28125rem;height:1.3rem;display:block; }
#qPPCuaeiXJxMuBrDTkaRQw5308JvxgHK { color:#808080;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:36.75rem;left:48.75rem;height:1.3rem;display:block; }
#LHNaEmxrGet9yeJaqlT8cFfdGUdXzNt0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:36.5869140625rem;left:14.34375rem; }
#ddTKoJd2NB2WCxhS7KEQooTVubKf3mTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:36.5869140625rem;left:47.1875rem; }
#UodGip2e9l72eyb6CPt66vXrOVkEsCbT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:36.5869140625rem;left:29.53125rem; }
#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 { position:relative;display:block; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 { background-color: transparent; background-image: none; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container > .video-iframe-container { display: none; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row > .video-iframe-container { display: none; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .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); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 { border-width: 0; border-radius: 0; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .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; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container { border-top:0.0625rem solid rgba(0,0,0,0.46);border-left:0.0625rem solid rgba(var(--color-primary-2),0);border-right:0.0625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid rgba(0,0,0,0.43);background-color:rgba(141,141,209,0.06);background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;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; }#zrOnor6VSRHN0fyiqSBqCOHBEIJvFlzx { color:#1c7133;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:2.625rem;left:12.21875rem;height:1.3rem;display:block; }
#zIusv7bE1cTXq2La4BiolI5lDgGTJqOh { box-sizing:content-box;height:13.9375rem;width:15.3125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:8rem;left:12.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cVh2hJXGep85bq3o3ALP7Z7e4EeyLz7V { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:4.5498046875rem;left:12.5rem;height:;display:block; }
#cfuoXVPORQHiIDfh8DSNIRBZiGxUw0ME { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:12.125rem;left:16.3125rem;height:1.54375rem;display:block; }
#fyQxlgIChrqwBJRJcvI8tKfUVqIFTLUF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:12.125rem;left:31.125rem;height:1.54375rem;display:block; }
#xT5PpcnhbW1H5uHyEpuJnu9KrbGrA6aT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:12.125rem;left:49.6875rem;height:1.54375rem;display:block; }
#yvNcnVyAcHdpw39ViyFpFpw4fIIJrWt0 { color:#808080;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:14.25rem;left:14.375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#EeGTRbn23arnLFOxnKJF8AskRZBD2K7Q { color:#808080;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.25rem;left:32.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hlgq7vGudORTGhri2XXcgBmzDNHdNnvL { color:#808080;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:14.25rem;left:49.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nomt1WQRRkvFmtVqqt08SPvF9ZM27MHm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:9.0625rem;left:18.625rem; }
#TE5o1kkreBzWi4Lt01SedZXmDceKnXrX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:9rem;left:36.0625rem; }
#x5WI6J2MDb9qKv5oAepB6AAhOVXTGUGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:9.0625rem;left:53.3125rem; }
#XWMouToqLrnN3tbdh5OMFXuBQRIPf5gI { box-sizing:content-box;height:13.9375rem;width:15.5rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:8rem;left:29.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K232aiF7wXTdg2xGmistCq6bOHr6Kfm7 { box-sizing:content-box;height:13.9375rem;width:15.3125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:8rem;left:46.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp { position:relative;display:block; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp { background-color: transparent; background-image: none; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container > .video-iframe-container { display: none; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row > .video-iframe-container { display: none; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .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); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp { border-width: 0; border-radius: 0; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .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; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(189,13,86,0.22);background-color:rgba(255,0,0,0.03);background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;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; }#QerwmVNXJ6ZTdmsomDJwwfB1n4peqhp3 { color:#1c7133;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.271484375rem;left:8.84375rem;height:1.3rem;display:block; }
#D2R3IKs4l04FC9THIaXBTiEI0HaqTc1V { box-sizing:content-box;height:15.25rem;width:27.5625rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:11.8125rem;left:37.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZtsTd239s0gT55dpeV1M6PV5gZAo51Q9 { box-sizing:content-box;height:15.25rem;width:27.5625rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:11.8125rem;left:8.84375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lbTehnyxMFtWyBGyC1JtHV2sHqVkiTa0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.4375rem;left:8.84375rem;height:;display:block; }
#kdlzrSDzppSO6rOa3ghkIeB6OdH0DxkK { color:rgba(var(--color-secondary-3),1);display:block;width:34.9375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.630859375rem;left:8.15625rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsO9Qoq5AETpAHlyF4EUTEIf24gNOvcV { box-sizing:content-box;height:0.125rem;width:55.875rem;position:absolute;display:block;z-index:15055;background-color:rgba(5,0,0,0.21);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.5625rem;left:9.5625rem;display:block; }
#nEDAtL3RRTinJzWVH5Exw8hfSFcC0f0a { color:#2e0101;display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:32.125rem;left:9.6875rem;height:3.41015625rem;display:block; }
#MMX9f7mK8pEWOzxTUeIWxMx1ATb9kvmb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:14.3125rem;left:11.34375rem; }
#wzsKZZzx7TMF86coM5XIdTt2xsqiQHyB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:14.3125rem;left:40.21875rem; }
#QFSfU1bc5ZBwufHa4XTSoE6DwW0Nbr2D { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:14.447265625rem;left:13.71875rem;height:;display:block; }
#t66oKlHOJmMVhL6iPHv4Ani7Z75Bl2b0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:14.447265625rem;left:42.71875rem;height:1.54375rem;display:block; }
#fxCXTeXdZ4G5ru16hg1gKfpTywhTi04U { color:rgba(var(--color-tertiary-4),1);display:block;width:4.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:17.19140625rem;left:13.96875rem;height:2.6806625rem;display:block; }
#V4NIq6T8v0L461Tgi198hExnOa0VxtUJ { color:#1c7133;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:17.1904296875rem;left:42.59375rem;height:2.6806625rem;display:block; }
#tF6iqhi5RcG7cQJgu7y6aF64m96DTHlS { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:17.947265625rem;left:20.1875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#lwyg9inh9Frgg4IPPplq2zEsJd58hnDd { color:#000000;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:18.072265625rem;left:46.71875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#P6ArGJo8FHROlpsx9oWo9A3C5TVRcydN { color:#5b5b5b;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:20.6875rem;left:11.34375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#NiP2ZJn5FFAxNTmlHEA2NVbTWZfNT40O { color:#5b5b5b;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:20.6875rem;left:39.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#PgmSTxsSC9cw3OrmevwIrZZu6MuC9bPk { box-sizing:content-box;height:1.875rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#eafcff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.60546875rem;left:11.34375rem;display:block; }
#SpnKtIFJrT6BLIG8XU1mpPWto749M6dq { box-sizing:content-box;height:1.875rem;width:9.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#eafcff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.60546875rem;left:40.21875rem;display:block; }
#Cu2owdfqSTTgIT0oss00kmDyzZzuGyvi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:24.099609375rem;left:11.90625rem;height:0.975rem;display:block; }
#RCFMykrWLpNG8VaSCOm6ASfa28qFybfr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:24.0546875rem;left:40.84375rem;height:0.975rem;display:block; }
#D2vUgfUI2BLIAaUts5dU9T3Z9mifhwqR { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:17.947265625rem;left:11.34375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#BVqvx9kHFZ8STXoye3hMifUKSa6IFZz4 { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:18.009765625rem;left:39.78125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf { position:relative;display:block; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf { background-color: transparent; background-image: none; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .row .container > .video-iframe-container { display: none; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .row > .video-iframe-container { display: none; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .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); }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf { border-width: 0; border-radius: 0; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .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; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .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:54.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; }#XI7XoWr4Kit9GlkMbaazHD2gIAs9LCFK { color:#1c7133;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5.84375rem;height:1.3rem;display:block; }
#nPckBniaeawvJShpGtVXOgGtnpiHWbKm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:20.1884765625rem;left:5.6875rem;height:31.1952875rem;text-align:justify;text-align-last:initial;display:block; }
#k5DUdLcnTezcZT4COvfkrJWzAhpIbAT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.1884765625rem;left:5.84375rem;height:13rem;display:block; }
#grrHCpiGH0Umw4Z2rp84VrI3B3vqd0gO { box-sizing:content-box;height:5.75rem;width:25.6875rem;position:absolute;display:block;z-index:15056;background-color:rgba(134,222,211,0.34);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:33.875rem;left:5.25rem;display:block; }
#Z7BcpZwqgT3SdfEl15WAvAIDXRbD2x61 { box-sizing:content-box;height:9.5625rem;width:26.125rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:7.6875rem;left:38.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LX2SvZsaVQe9HOSqGAeE1XZGbtEoWJAK { box-sizing:content-box;height:9.5625rem;width:26.125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:18.3125rem;left:38.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#N9acIwCL0xEyC0sSLSgn5CNZpzeHNaUN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:9.0625rem;left:40.5rem; }
#IDPQItb3tqzrHuuIwBDSEJ9yh3kgLuOM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:19.875rem;left:40.5rem; }
#Qa9FxXpSzP1dSvFaiPb0KTLhmPGKbHVi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.9375rem;left:43.25rem;height:5.19921875rem;display:block; }
#JON6UZQkvzAU3HKmnVglRaH51MyubTdV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:21.4375rem;left:43.25rem;height:5.19921875rem;display:block; }
#dX7w1kONihJPNXePVPCiXbvlLJmNu4lw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.25rem;height:1.54296875rem;display:block; }
#cO6Z6SId0lNDvnvHZohxwJmc9cpy9ict { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.875rem;left:43.25rem;height:1.54296875rem;display:block; }
#aIyTHemZLsUibMidVX3x46IPbs2CQrzN { box-sizing:content-box;height:9.5625rem;width:26.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:29.4375rem;left:38.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eq9BxCiQak7ZDFdelD5rgo8v1EBDD3tl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:31.125rem;left:40.5rem; }
#X6AHkLFTCZ1CObLuqw9n8nfnOpl1y8K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:32.6875rem;left:43.25rem;height:3.8994125rem;display:block; }
#EhO1gqlJVOregUbRdZoPUmMcpTSoXVU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:31.125rem;left:43.25rem;height:1.54296875rem;display:block; }
#CcniBTIE5vaA1txk6W3rzeCv1EuhoPoe { box-sizing:content-box;height:9.5625rem;width:26.125rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:40.0625rem;left:38.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#f3LHnqdtIekkq2SCkQLJCJXQLkGdcelz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:41.625rem;left:40.5rem; }
#nqvf4ORLT8bchk1TpZcrydOnIPTXFJx6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:41.625rem;left:43.25rem;height:1.54296875rem;display:block; }
#W3GLTMJcPfL8ZvI7y5o65nMFrcblfIwE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:43.1875rem;left:43.25rem;height:2.5996125rem;display:block; }
#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX { position:relative;display:block; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX { background-color: transparent; background-image: none; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row .container > .video-iframe-container { display: none; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row > .video-iframe-container { display: none; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .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); }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX { border-width: 0; border-radius: 0; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .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; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(141,141,209,0.05);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;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; }#WedETaPznODcrwtDQB42xeZSWuPVR2F6 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:4rem;left:9.46875rem;height:1.625rem;display:block; }
#N252REkFhTMcpOZMQ1cf7o8tcBg5IXR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:8.3125rem;left:9.46875rem;height:8.77148125rem;display:block; }
#nzMq1rh9JHfRebd7l1a7f8TJwH3Sy6WO { box-sizing:content-box;height:19.75rem;width:26.125rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-left:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-right:0.0625rem solid rgba(var(--color-secondary-3),0.39);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),0.39);top:4rem;left:38.21875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zRS8mlSNNVXuknBuZ8Vk5xKPeT5e3GSA { box-sizing:content-box;height:0.125rem;width:21.625rem;position:absolute;display:block;z-index:15056;background-color:rgba(5,0,0,0.21);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:9.46875rem;display:block; }
#w8BLILxmTdoec20LCE3erA9bATb0wf3O { box-sizing:content-box;height:0.125rem;width:21.625rem;position:absolute;display:block;z-index:15057;background-color:rgba(5,0,0,0.21);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.759765625rem;left:9.625rem;display:block; }
#plWwd8shTN74eGuCUCDhnpGiO1OdwTSe { color:#000000;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:6.75rem;left:42.09375rem;height:1.625rem;display:block; }
#VeqyTkVL4DHQ645MyT6NKwBGfPkTUufK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:10.125rem;left:44.59375rem;height:9.09864375rem;display:block; }
#FJuVEORUPc9GO13AzOrEV5QLFRRFOLsQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:9.59375rem;left:42.09375rem; }
#iW1UuLpuP7VMd88nC1f8UU5GTeFomcB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:14.89453125rem;left:42.09375rem; }
#eHF6tr41Z7i2ugmzJsLnxgUg7dE11tqx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:12.384765625rem;left:42.09375rem; }
#pg4y5kkcXnHxoBCFCgACzo4qHfzatAxA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:17.58203125rem;left:42.09375rem; }
#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF { position:relative;display:block; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF { background-color: transparent; background-image: none; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container > .video-iframe-container { display: none; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row > .video-iframe-container { display: none; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .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); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF { border-width: 0; border-radius: 0; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .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; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1c7133;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#ArMAbnRRJiKEM3KLKEGQEAMe7xsDl8r3 { z-index:15028;top:10.0625rem;left:20.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-primary-3),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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BVRRx6zskn9vv5lBs56qvwbMCKZdIDBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTvIIN8UBiesI2cfOUm1kx0N7D3HbVKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.8125rem;left:22.6875rem; }
#yXWBh9n7f8UTHwa3Ki4kwHvXafHlwsJI { color:#f3f3f3;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:3.1875rem;left:21rem;height:2.7625rem;display:block; }
#sNSSH6tiSfma4R39TN37eFVTUwEVa5gi { color:rgba(var(--color-secondary-0),1);display:block;width:47rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5rem;left:13.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHf1owRztPwwpZuu0iLo5PTyDe3oh74x { color:#c7c3c3;display:block;width:57.4375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:16.25rem;left:8.78125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { position:relative;display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { background-color: transparent; background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { border-width: 0; border-radius: 0; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .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; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;font-size:0.875rem;font-family:arial;height:9rem;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; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container.adaptive-delivery-prevent-bg, #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container.lazyload, #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container.lazyloading { background-image: none; }#i15lUnPgcofiG1na36QkkQaRJCkLTssO { color:rgba(var(--color-tertiary-0),1);display:block;width:57.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:1.921875rem;left:8.78125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzs3RxiIrACLG1yUJPDDwED5n76EHJ9F { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.0625rem;left:31.9375rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:15.8125rem;height:2.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRBAh8AWJPHJpc5QhbfbMJQrbJmiXMo { top:0.8125rem;left:29.75rem;width:18rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zge8K55J3DORoQCg3mQKu699htV1f75i { display:block; }
 }@media only screen and (max-width: 763px) { #SSwGslQPMKq2zzomr0FmtTe4bgDwgTkr { top:2.25rem;left:41.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { top:16.4375rem;left:5.125rem;width:36.1875rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFhpqTTqNc2g4gfCCvHV9yFTguGHH5Zi { top:3.0625rem;left:7.5rem;width:31.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPyV7lJ2vlQ8iaDgWT6zpRk5Li4D12GH { top:4.1875rem;left:9.5rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tps6hVNo0UmBELEqpb4i04reGgwf0tc3 { top:3.9375rem;left:11.21875rem;width:27.0625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB2ka32BfT5BCT6g2TaKfmkF5aLsyG6a { top:8.9375rem;left:2.40625rem;width:42.9375rem;height:;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0wLHxdURIfpO4OlXsCHUogvbQvuofbc { top:23.0625rem;left:13.25rem;width:19.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErVIhyVZmQiwSTs7KEq71fMQNRGMHih { display:block; }
 }@media only screen and (max-width: 763px) { #ct1rXwLzVE1RuKoSv8v4haByoeAvcLqT { top:25.0625rem;left:15.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5LsrVyOTIboIyhkU2fwlNAW2Gn0DVLJ { top:32.0625rem;left:15.90625rem;width:15.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIbmJNsgd6EZDTiynQpnxQ8TaEnw31qf { top:29.6875rem;left:15.5rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0UFDTCuFlmx5H9z8RGJGdHUXOqbIfVW { top:29.5rem;left:13.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQA1BCKKw9fdTVQuNmUTBuG7LguHiHTh { top:31.6875rem;left:13.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwvH4hqghkVnDxTVwZTc0O0g8qoBfQch { top:36.75rem;left:2.28125rem;width:9rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmsutHZTCvu8d9OKaHGBaNtJDcsk9aQ { top:36.75rem;left:17.65625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPPCuaeiXJxMuBrDTkaRQw5308JvxgHK { top:36.75rem;left:35.125rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHNaEmxrGet9yeJaqlT8cFfdGUdXzNt0 { top:36.5625rem;left:0.71875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTKoJd2NB2WCxhS7KEQooTVubKf3mTy { top:36.5625rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UodGip2e9l72eyb6CPt66vXrOVkEsCbT { top:36.5625rem;left:15.90625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 { display:block; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrOnor6VSRHN0fyiqSBqCOHBEIJvFlzx { top:2.625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIusv7bE1cTXq2La4BiolI5lDgGTJqOh { top:8rem;left:0rem;width:15.3125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVh2hJXGep85bq3o3ALP7Z7e4EeyLz7V { top:4.5rem;left:0rem;width:33.125rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfuoXVPORQHiIDfh8DSNIRBZiGxUw0ME { top:12.125rem;left:2.6875rem;width:8.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyQxlgIChrqwBJRJcvI8tKfUVqIFTLUF { top:12.125rem;left:17.5rem;width:12.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5PpcnhbW1H5uHyEpuJnu9KrbGrA6aT { top:12.125rem;left:36.0625rem;width:10.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNcnVyAcHdpw39ViyFpFpw4fIIJrWt0 { top:14.25rem;left:0.75rem;width:12.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeGTRbn23arnLFOxnKJF8AskRZBD2K7Q { top:14.25rem;left:18.75rem;width:9.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlgq7vGudORTGhri2XXcgBmzDNHdNnvL { top:14.25rem;left:35.5rem;width:11.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomt1WQRRkvFmtVqqt08SPvF9ZM27MHm { top:9.0625rem;left:5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5o1kkreBzWi4Lt01SedZXmDceKnXrX { top:9rem;left:22.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5WI6J2MDb9qKv5oAepB6AAhOVXTGUGt { top:9.0625rem;left:39.6875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWMouToqLrnN3tbdh5OMFXuBQRIPf5gI { top:8rem;left:16rem;width:15.5rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K232aiF7wXTdg2xGmistCq6bOHr6Kfm7 { top:8rem;left:32.3125rem;width:15.3125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp { display:block; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QerwmVNXJ6ZTdmsomDJwwfB1n4peqhp3 { top:3.25rem;left:0rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2R3IKs4l04FC9THIaXBTiEI0HaqTc1V { top:11.8125rem;left:20.0625rem;width:27.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtsTd239s0gT55dpeV1M6PV5gZAo51Q9 { top:11.8125rem;left:0rem;width:27.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTehnyxMFtWyBGyC1JtHV2sHqVkiTa0 { top:5.4375rem;left:0rem;width:33.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdlzrSDzppSO6rOa3ghkIeB6OdH0DxkK { top:7.625rem;left:0rem;width:34.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsO9Qoq5AETpAHlyF4EUTEIf24gNOvcV { top:30.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEDAtL3RRTinJzWVH5Exw8hfSFcC0f0a { top:32.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMX9f7mK8pEWOzxTUeIWxMx1ATb9kvmb { top:14.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzsKZZzx7TMF86coM5XIdTt2xsqiQHyB { top:14.3125rem;left:26.59375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFSfU1bc5ZBwufHa4XTSoE6DwW0Nbr2D { top:14.4375rem;left:0.09375rem;width:13rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66oKlHOJmMVhL6iPHv4Ani7Z75Bl2b0 { top:14.4375rem;left:29.09375rem;width:13rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCXTeXdZ4G5ru16hg1gKfpTywhTi04U { top:17.1875rem;left:0.34375rem;width:4.3125rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NIq6T8v0L461Tgi198hExnOa0VxtUJ { top:17.1875rem;left:28.96875rem;width:4.75rem;height:2.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6iqhi5RcG7cQJgu7y6aF64m96DTHlS { top:17.9375rem;left:6.5625rem;width:5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwyg9inh9Frgg4IPPplq2zEsJd58hnDd { top:18.0625rem;left:33.09375rem;width:5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ArGJo8FHROlpsx9oWo9A3C5TVRcydN { top:20.6875rem;left:0rem;width:14.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiP2ZJn5FFAxNTmlHEA2NVbTWZfNT40O { top:20.6875rem;left:26.03125rem;width:14.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgmSTxsSC9cw3OrmevwIrZZu6MuC9bPk { top:23.5625rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpnKtIFJrT6BLIG8XU1mpPWto749M6dq { top:23.5625rem;left:26.59375rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu2owdfqSTTgIT0oss00kmDyzZzuGyvi { top:24.0625rem;left:0rem;width:8.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCFMykrWLpNG8VaSCOm6ASfa28qFybfr { top:24rem;left:27.21875rem;width:8.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2vUgfUI2BLIAaUts5dU9T3Z9mifhwqR { top:17.9375rem;left:0rem;width:2.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVqvx9kHFZ8STXoye3hMifUKSa6IFZz4 { top:18rem;left:26.15625rem;width:2.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf { display:block; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI7XoWr4Kit9GlkMbaazHD2gIAs9LCFK { top:4.1875rem;left:0rem;width:24.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPckBniaeawvJShpGtVXOgGtnpiHWbKm { top:20.1875rem;left:0rem;width:25.0625rem;height:31.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DUdLcnTezcZT4COvfkrJWzAhpIbAT5 { top:7.1875rem;left:0rem;width:27.25rem;height:13rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrHCpiGH0Umw4Z2rp84VrI3B3vqd0gO { top:33.875rem;left:0rem;width:25.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BcpZwqgT3SdfEl15WAvAIDXRbD2x61 { top:7.6875rem;left:21.5rem;width:26.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX2SvZsaVQe9HOSqGAeE1XZGbtEoWJAK { top:18.3125rem;left:21.5rem;width:26.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9acIwCL0xEyC0sSLSgn5CNZpzeHNaUN { top:9.0625rem;left:26.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDPQItb3tqzrHuuIwBDSEJ9yh3kgLuOM { top:19.875rem;left:26.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9FxXpSzP1dSvFaiPb0KTLhmPGKbHVi { top:10.9375rem;left:29.625rem;width:17.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JON6UZQkvzAU3HKmnVglRaH51MyubTdV { top:21.4375rem;left:29.625rem;width:17.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX7w1kONihJPNXePVPCiXbvlLJmNu4lw { top:9.375rem;left:29.625rem;width:16.375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO6Z6SId0lNDvnvHZohxwJmc9cpy9ict { top:19.875rem;left:29.625rem;width:12.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIyTHemZLsUibMidVX3x46IPbs2CQrzN { top:29.4375rem;left:21.5rem;width:26.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq9BxCiQak7ZDFdelD5rgo8v1EBDD3tl { top:31.125rem;left:26.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6AHkLFTCZ1CObLuqw9n8nfnOpl1y8K0 { top:32.6875rem;left:29.625rem;width:17.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhO1gqlJVOregUbRdZoPUmMcpTSoXVU9 { top:31.125rem;left:29.625rem;width:12.9375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcniBTIE5vaA1txk6W3rzeCv1EuhoPoe { top:40.0625rem;left:21.5rem;width:26.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3LHnqdtIekkq2SCkQLJCJXQLkGdcelz { top:41.625rem;left:26.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvf4ORLT8bchk1TpZcrydOnIPTXFJx6 { top:41.625rem;left:29.625rem;width:12.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3GLTMJcPfL8ZvI7y5o65nMFrcblfIwE { top:43.1875rem;left:29.625rem;width:17.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTC3BOr8i25p8xqgrrISSTwwTH22KdX { display:block; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WedETaPznODcrwtDQB42xeZSWuPVR2F6 { top:4rem;left:0rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N252REkFhTMcpOZMQ1cf7o8tcBg5IXR9 { top:8.3125rem;left:0rem;width:25.125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzMq1rh9JHfRebd7l1a7f8TJwH3Sy6WO { top:4rem;left:21.5rem;width:26.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRS8mlSNNVXuknBuZ8Vk5xKPeT5e3GSA { top:10rem;left:0rem;width:21.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8BLILxmTdoec20LCE3erA9bATb0wf3O { top:12.75rem;left:0rem;width:21.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWwd8shTN74eGuCUCDhnpGiO1OdwTSe { top:6.75rem;left:23rem;width:18.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeqyTkVL4DHQ645MyT6NKwBGfPkTUufK { top:10.125rem;left:27.6875rem;width:20.0625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJuVEORUPc9GO13AzOrEV5QLFRRFOLsQ { top:9.5625rem;left:28.46875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1UuLpuP7VMd88nC1f8UU5GTeFomcB3 { top:14.875rem;left:28.46875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHF6tr41Z7i2ugmzJsLnxgUg7dE11tqx { top:12.375rem;left:28.46875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg4y5kkcXnHxoBCFCgACzo4qHfzatAxA { top:17.5625rem;left:28.46875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF { display:block; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArMAbnRRJiKEM3KLKEGQEAMe7xsDl8r3 { top:10.0625rem;left:6.6875rem;width:34.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVRRx6zskn9vv5lBs56qvwbMCKZdIDBi { display:block; }
 }@media only screen and (max-width: 763px) { #sTvIIN8UBiesI2cfOUm1kx0N7D3HbVKa { top:11.8125rem;left:9.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWBh9n7f8UTHwa3Ki4kwHvXafHlwsJI { top:3.1875rem;left:7.375rem;width:32.625rem;height:2.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNSSH6tiSfma4R39TN37eFVTUwEVa5gi { top:6.5rem;left:0.1875rem;width:47rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHf1owRztPwwpZuu0iLo5PTyDe3oh74x { width:47.75rem;height:1.5625rem;top:16.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i15lUnPgcofiG1na36QkkQaRJCkLTssO { width:47.75rem;height:4.125rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzs3RxiIrACLG1yUJPDDwED5n76EHJ9F { top:0.0625rem;left:18.3125rem;width:15.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { position:relative;z-index:auto;display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:8.5625rem;height:1.1875rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRBAh8AWJPHJpc5QhbfbMJQrbJmiXMo { top:0.4560546875rem;left:10.8701171875rem;width:9rem;height:2.6875rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zge8K55J3DORoQCg3mQKu699htV1f75i { display:block; }
 }@media only screen and (max-width: 763px) { #SSwGslQPMKq2zzomr0FmtTe4bgDwgTkr { display:flex;width:0.8125rem;height:0.8125rem;top:1.46875rem;left:11.4326171875rem; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { width:20rem;height:2.111325rem;top:12.46484375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#a49e94;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sFhpqTTqNc2g4gfCCvHV9yFTguGHH5Zi { width:19.875rem;height:3rem;top:0.6181640625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPyV7lJ2vlQ8iaDgWT6zpRk5Li4D12GH { width:0.5rem;height:0.5rem;top:1.8369140625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tps6hVNo0UmBELEqpb4i04reGgwf0tc3 { width:19.1875rem;height:1.05625rem;top:1.6533203125rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB2ka32BfT5BCT6g2TaKfmkF5aLsyG6a { width:20rem;height:7.19825rem;top:5.2666015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0wLHxdURIfpO4OlXsCHUogvbQvuofbc { top:16.25rem;left:0rem;width:19.75rem;height:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fErVIhyVZmQiwSTs7KEq71fMQNRGMHih { display:block; }
 }@media only screen and (max-width: 763px) { #ct1rXwLzVE1RuKoSv8v4haByoeAvcLqT { display:flex;width:1.3125rem;height:1.3125rem;top:17.75rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #b5LsrVyOTIboIyhkU2fwlNAW2Gn0DVLJ { width:15.9375rem;height:1.3rem;top:25.740234375rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIbmJNsgd6EZDTiynQpnxQ8TaEnw31qf { width:16.75rem;height:1.3rem;top:22.96484375rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0UFDTCuFlmx5H9z8RGJGdHUXOqbIfVW { display:flex;width:1.75rem;height:1.75rem;top:22.740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xQA1BCKKw9fdTVQuNmUTBuG7LguHiHTh { display:flex;width:1.75rem;height:1.75rem;top:25.515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pwvH4hqghkVnDxTVwZTc0O0g8qoBfQch { width:9rem;height:1.3rem;top:30.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHmsutHZTCvu8d9OKaHGBaNtJDcsk9aQ { width:12.4375rem;height:1.3rem;top:36.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPPCuaeiXJxMuBrDTkaRQw5308JvxgHK { width:9.375rem;height:1.3rem;top:41.5625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHNaEmxrGet9yeJaqlT8cFfdGUdXzNt0 { display:flex;width:1.625rem;height:1.625rem;top:27.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ddTKoJd2NB2WCxhS7KEQooTVubKf3mTy { display:flex;width:1.625rem;height:1.625rem;top:38.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #UodGip2e9l72eyb6CPt66vXrOVkEsCbT { display:flex;width:1.625rem;height:1.625rem;top:33.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 { background-color:rgba(141,141,209,0.06);background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.46);border-left:0.0625rem solid rgba(var(--color-primary-2),0);border-right:0.0625rem solid rgba(var(--color-primary-2),0);border-bottom:0.0625rem solid rgba(0,0,0,0.43);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container { background-color: transparent; background-image: none; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container > .video-iframe-container { display: none; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row > .video-iframe-container { display: none; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .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); }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container { border-width: 0; border-radius: 0; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wr7ueTFRsTpwJcn2fyprfdMTgsIzgin9 > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrOnor6VSRHN0fyiqSBqCOHBEIJvFlzx { width:8.5rem;height:1.29980625rem;top:2.3740234375rem;left:5.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIusv7bE1cTXq2La4BiolI5lDgGTJqOh { width:15.3125rem;height:13.9375rem;top:8.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVh2hJXGep85bq3o3ALP7Z7e4EeyLz7V { width:16.625rem;height:1.8681625rem;top:3.673828125rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfuoXVPORQHiIDfh8DSNIRBZiGxUw0ME { width:8.25rem;height:1.54296875rem;top:13.0625rem;left:5.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyQxlgIChrqwBJRJcvI8tKfUVqIFTLUF { width:12.9375rem;height:1.54296875rem;top:27.9375rem;left:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5PpcnhbW1H5uHyEpuJnu9KrbGrA6aT { width:10.375rem;height:1.54296875rem;top:43.25rem;left:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvNcnVyAcHdpw39ViyFpFpw4fIIJrWt0 { width:12.1875rem;height:3.65625rem;top:15.1875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeGTRbn23arnLFOxnKJF8AskRZBD2K7Q { width:9.9375rem;height:4.875rem;top:30.0625rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlgq7vGudORTGhri2XXcgBmzDNHdNnvL { width:11.4375rem;height:4.875rem;top:45.375rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nomt1WQRRkvFmtVqqt08SPvF9ZM27MHm { display:flex;width:2.375rem;height:2.375rem;top:9.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TE5o1kkreBzWi4Lt01SedZXmDceKnXrX { display:flex;width:2.5rem;height:2.5rem;top:24.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #x5WI6J2MDb9qKv5oAepB6AAhOVXTGUGt { display:flex;width:2.4375rem;height:2.4375rem;top:40.1875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #XWMouToqLrnN3tbdh5OMFXuBQRIPf5gI { width:15.5rem;height:13.9375rem;top:23.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K232aiF7wXTdg2xGmistCq6bOHr6Kfm7 { width:15.3125rem;height:13.9375rem;top:39.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp { background-color:rgba(255,0,0,0.03);background-image:none;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(189,13,86,0.22);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container { background-color: transparent; background-image: none; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container > .video-iframe-container { display: none; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row > .video-iframe-container { display: none; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .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); }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container { border-width: 0; border-radius: 0; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3oUO9kJxMPNzmcbv98VdEIisiLkRZsp > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QerwmVNXJ6ZTdmsomDJwwfB1n4peqhp3 { width:17.8125rem;height:1.29980625rem;top:1.875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2R3IKs4l04FC9THIaXBTiEI0HaqTc1V { width:19.875rem;height:15.25rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtsTd239s0gT55dpeV1M6PV5gZAo51Q9 { width:19.875rem;height:15.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTehnyxMFtWyBGyC1JtHV2sHqVkiTa0 { width:20rem;height:1.625rem;top:3.7373046875rem;left:0.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdlzrSDzppSO6rOa3ghkIeB6OdH0DxkK { width:20rem;height:2.923825rem;top:5.6494140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#7f7d7b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dsO9Qoq5AETpAHlyF4EUTEIf24gNOvcV { width:20rem;height:0.125rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEDAtL3RRTinJzWVH5Exw8hfSFcC0f0a { width:20rem;height:7.3896625rem;top:43.187500953674rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMX9f7mK8pEWOzxTUeIWxMx1ATb9kvmb { display:flex;width:1.8125rem;height:1.8125rem;top:12rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #wzsKZZzx7TMF86coM5XIdTt2xsqiQHyB { display:flex;width:1.8125rem;height:1.8125rem;top:28.625rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #QFSfU1bc5ZBwufHa4XTSoE6DwW0Nbr2D { width:13rem;height:1.54375rem;top:12.1875rem;left:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66oKlHOJmMVhL6iPHv4Ani7Z75Bl2b0 { width:13rem;height:1.54296875rem;top:28.8125rem;left:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxCXTeXdZ4G5ru16hg1gKfpTywhTi04U { width:4.3125rem;height:2.5996125rem;top:15.13671875rem;left:4.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4NIq6T8v0L461Tgi198hExnOa0VxtUJ { width:4.3125rem;height:2.5996125rem;top:31.6240234375rem;left:6.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF6iqhi5RcG7cQJgu7y6aF64m96DTHlS { width:5rem;height:1.54296875rem;top:15.791015625rem;left:11.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwyg9inh9Frgg4IPPplq2zEsJd58hnDd { width:5rem;height:1.54296875rem;top:32.4658203125rem;left:10.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ArGJo8FHROlpsx9oWo9A3C5TVRcydN { width:14.5rem;height:1.54296875rem;top:18.375rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiP2ZJn5FFAxNTmlHEA2NVbTWZfNT40O { width:14.5rem;height:1.54296875rem;top:35rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgmSTxsSC9cw3OrmevwIrZZu6MuC9bPk { width:9.0625rem;height:1.875rem;top:21.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpnKtIFJrT6BLIG8XU1mpPWto749M6dq { width:9.0625rem;height:1.875rem;top:37.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu2owdfqSTTgIT0oss00kmDyzZzuGyvi { width:8.5rem;height:0.9746125rem;top:21.8125rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCFMykrWLpNG8VaSCOm6ASfa28qFybfr { width:8.5rem;height:0.975rem;top:38.375rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2vUgfUI2BLIAaUts5dU9T3Z9mifhwqR { width:2.8125rem;height:1.54296875rem;top:15.7900390625rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVqvx9kHFZ8STXoye3hMifUKSa6IFZz4 { width:2.4375rem;height:1.54296875rem;top:32.478515625rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf { display:block; }#FLzF1MuCsRPL7e7Tfv2xrDlD2ot6POuf > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XI7XoWr4Kit9GlkMbaazHD2gIAs9LCFK { width:5.3125rem;height:1.29980625rem;top:1rem;left:7.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPckBniaeawvJShpGtVXOgGtnpiHWbKm { width:20rem;height:32.90625rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5DUdLcnTezcZT4COvfkrJWzAhpIbAT5 { width:18.8125rem;height:5.15625rem;top:3.0703125rem;left:0.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grrHCpiGH0Umw4Z2rp84VrI3B3vqd0gO { width:19.75rem;height:6.4375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BcpZwqgT3SdfEl15WAvAIDXRbD2x61 { width:19.875rem;height:9.5625rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX2SvZsaVQe9HOSqGAeE1XZGbtEoWJAK { width:19.875rem;height:9.5625rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9acIwCL0xEyC0sSLSgn5CNZpzeHNaUN { display:flex;width:1.5625rem;height:1.5625rem;top:54.6875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #IDPQItb3tqzrHuuIwBDSEJ9yh3kgLuOM { display:flex;width:1.5625rem;height:1.5625rem;top:76.4375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Qa9FxXpSzP1dSvFaiPb0KTLhmPGKbHVi { width:15.75rem;height:6.499rem;top:56.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JON6UZQkvzAU3HKmnVglRaH51MyubTdV { width:16.125rem;height:5.2rem;top:78rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX7w1kONihJPNXePVPCiXbvlLJmNu4lw { width:15.1875rem;height:1.54375rem;top:54.6875rem;left:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO6Z6SId0lNDvnvHZohxwJmc9cpy9ict { width:12.9375rem;height:1.54375rem;top:76.4375rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIyTHemZLsUibMidVX3x46IPbs2CQrzN { width:19.875rem;height:9.5625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq9BxCiQak7ZDFdelD5rgo8v1EBDD3tl { display:flex;width:1.5625rem;height:1.5625rem;top:44.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #X6AHkLFTCZ1CObLuqw9n8nfnOpl1y8K0 { width:14.9375rem;height:3.9rem;top:45.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhO1gqlJVOregUbRdZoPUmMcpTSoXVU9 { width:12.9375rem;height:1.54375rem;top:44.3125rem;left:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcniBTIE5vaA1txk6W3rzeCv1EuhoPoe { width:19.875rem;height:9.5625rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3LHnqdtIekkq2SCkQLJCJXQLkGdcelz { display:flex;width:1.5625rem;height:1.5625rem;top:66.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #nqvf4ORLT8bchk1TpZcrydOnIPTXFJx6 { width:12.9375rem;height:1.54375rem;top:66.1875rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3GLTMJcPfL8ZvI7y5o65nMFrcblfIwE { width:16.5rem;height:2.6rem;top:67.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTC3BOr8i25p8xqgrrISSTwwTH22KdX { display:block; }#uuTC3BOr8i25p8xqgrrISSTwwTH22KdX > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WedETaPznODcrwtDQB42xeZSWuPVR2F6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N252REkFhTMcpOZMQ1cf7o8tcBg5IXR9 { width:18.8125rem;height:7.79883125rem;top:5.5rem;left:0.59296876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzMq1rh9JHfRebd7l1a7f8TJwH3Sy6WO { width:19.875rem;height:17.1875rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRS8mlSNNVXuknBuZ8Vk5xKPeT5e3GSA { width:20rem;height:0.125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8BLILxmTdoec20LCE3erA9bATb0wf3O { width:20rem;height:0.125rem;top:9.3375005722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWwd8shTN74eGuCUCDhnpGiO1OdwTSe { width:18.5rem;height:1.625rem;top:18.5625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeqyTkVL4DHQ645MyT6NKwBGfPkTUufK { width:15.4375rem;height:7.95703125rem;top:21.875rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJuVEORUPc9GO13AzOrEV5QLFRRFOLsQ { display:flex;width:2.0625rem;height:2.0625rem;top:21.1875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #iW1UuLpuP7VMd88nC1f8UU5GTeFomcB3 { display:flex;width:2.0625rem;height:2.0625rem;top:25.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #eHF6tr41Z7i2ugmzJsLnxgUg7dE11tqx { display:flex;width:2.0625rem;height:2.0625rem;top:23.75rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #pg4y5kkcXnHxoBCFCgACzo4qHfzatAxA { display:flex;width:2.0625rem;height:2.0625rem;top:28.375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF { background-color:#1c7133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container { background-color: transparent; background-image: none; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container > .video-iframe-container { display: none; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row > .video-iframe-container { display: none; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .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); }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container { border-width: 0; border-radius: 0; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKdEZXXVlqDGCxfG3QzgSJFGV3814uUF > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArMAbnRRJiKEM3KLKEGQEAMe7xsDl8r3 { top:15.0625rem;left:1.25rem;width:17.875rem;height:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVRRx6zskn9vv5lBs56qvwbMCKZdIDBi { display:block; }
 }@media only screen and (max-width: 763px) { #sTvIIN8UBiesI2cfOUm1kx0N7D3HbVKa { display:flex;width:1.375rem;height:1.375rem;top:16.9375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #yXWBh9n7f8UTHwa3Ki4kwHvXafHlwsJI { width:20rem;height:5.0375rem;top:1.42578125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNSSH6tiSfma4R39TN37eFVTUwEVa5gi { width:20rem;height:4.38574375rem;top:7.94921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#f5f4f2;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zHf1owRztPwwpZuu0iLo5PTyDe3oh74x { width:20rem;height:1.3125rem;top:21.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { background-color:#2f2f2f;background-image:none;display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { background-color: transparent; background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .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); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i15lUnPgcofiG1na36QkkQaRJCkLTssO { width:20rem;height:9.375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lzs3RxiIrACLG1yUJPDDwED5n76EHJ9F { width:15.25rem;height:1.3rem;top:0.9375rem;left:3rem;font-size:1rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }