.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:246,211,212;--color-primary-1:244,206,209;--color-primary-2:244,59,70;--color-primary-3:241,10,24;--color-primary-4:49,12,14;--color-secondary-0:255,255,255;--color-secondary-1:216,216,216;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(40,40,40,0.1);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.2057521875rem;width:60rem;overflow:visible;position:relative;display:block; }#whrDgmUQaG3ITrekkJppA6dhHsFP2TZC { z-index:15006;top:0.78332412242887rem;left:26.466398239136rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f10a18;border-left:0.0625rem solid #f10a18;border-right:0.0625rem solid #f10a18;border-bottom:0.0625rem solid #f10a18;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f10a18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.261191875rem;height:2.637585625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ayDq0XX5e7bTS7yqgmwKBpoXPcIRbRu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RD4vwkZ0hkuJx2Tf1usS2qM6ALtJAD0M { z-index:15007;top:0.78401547670363rem;left:43.029588699341rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f10a18;border-left:0.0625rem solid #f10a18;border-right:0.0625rem solid #f10a18;border-bottom:0.0625rem solid #f10a18;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f10a18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.172004375rem;height:2.635510625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kpVW9ui4dKBTUAiXh8kiZ2oPyvhMbX00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBUTLlM0hJo0IrdmOThB2VX5fEyLfPIy { z-index:15007;top:0.78332412242887rem;left:10.34361076355rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f10a18;border-left:0.0625rem solid #f10a18;border-right:0.0625rem solid #f10a18;border-bottom:0.0625rem solid #f10a18;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f10a18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.637585625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N2oP826Kc6dVvrJ497mtOoHs8TEzQ9O2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmOPwPSsqwl6fHzTtE7VpdvtXQBkTEyb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:4.0625rem;top:0.78954643011094rem;left:2.6555585861206rem;overflow:hidden;display:block; }
#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);background-image:url("https://images.assets-landingi.com/uc/6d853968-3d4e-4b0e-8619-6bc7b0751a77/POPRAWIONEtowwwFBC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J.lazyloading { background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #001623;top:16.625414252281rem;left:0rem;height:10.4978125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.47rem;padding-right:0.40625rem;padding-bottom:0.47rem;padding-left:0.40625rem;display:block;align-items:center;width:2.436875rem;min-width:2.436875rem;height:2.524375rem;position:relative;font-family:arial;font-size:1.87875rem;font-weight:700;line-height:40.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.24875rem;height:0.996875rem;position:relative;font-family:arial;font-size:0.704375rem;font-weight:700;line-height:15.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.5625rem;height:4.6875rem;padding-top:0.05875rem;padding-right:0.058125rem;padding-bottom:0.05875rem;padding-left:0.058125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.160398483276rem;left:21.659292221069rem;z-index:15008; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra { width:auto; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
#DTywzXaI12oso06eIoPR5RpDxEoZ3EmW { color:#101010;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:12.468196868896rem;left:0rem;height:2.09969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OJ17odIuwcdL4AhtcDPdBLyeyVcxUcV5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.249725rem;width:2.249725rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.624999284744rem;left:22.105919837952rem; }
#M04gsK6FqaVAlRM5D8RBxVyDAEZqLkdS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:13.0593125rem;top:2.0416204929352rem;left:23.469302177429rem;overflow:hidden;display:block; }
#lxrc5rtLTgp3FHtTKipirdt6WhdtKX5c { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.060978889466rem;left:0rem;height:1.78719375rem;text-align:center;text-align-last:center;display:block; }
#LFgqpPAOMPBvucbAz6dLx3CsiLqkD6Fk { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:36.84250497818rem;left:21.25rem;display:block; }
#M60oyUqiMwRMOoLt3RHKmGDckQUZSbNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBbZbdatfqkgq4zuvqKAgV4g3yqNcyre { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0623625rem;width:2.0623625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.4918384552rem;left:14.297566413879rem; }
#snt338FbX3kefeJCSXWXTPJxlfNJ6vpi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3748625rem;width:2.3748625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.148783087731rem;left:22.04300403595rem; }
#q8g3nlh4lhldiW0U8cLb11HPOZdOdCGi { color:#101010;display:block;width:37.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e9ecfc;top:41.852184295654rem;left:11.124171257019rem;height:2.999175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { background-color: transparent; background-image: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .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); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { border-width: 0; border-radius: 0; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { font-size:0.875rem;font-family:arial;height:27.599004375rem;width:60rem;position:relative;display:block; }#BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:28.375rem;top:6.8743085861206rem;left:28.029089813493rem;overflow:hidden;display:block; }
#bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.2925891876221rem;left:0rem;height:2.53768125rem;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; }
#sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.8741199970244rem;left:2.8101119995117rem;height:10.4971rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlGALTZp5x2EX93SnCWBOaTuQVvbfc26 { color:#101010;display:block;width:24.8749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.352774858475rem;left:2.592643737793rem;height:7.4979375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 { border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);background-color:#f9fafb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { background-color: transparent; background-image: none; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container > .video-iframe-container { display: none; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row > .video-iframe-container { display: none; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .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); }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { border-width: 0; border-radius: 0; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { font-size:0.875rem;font-family:arial;height:24.099004375rem;width:60rem;position:relative;display:block; }#HiZT2PrTZBwAHU8Mxd5uUZAkTKW5NtWh { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.2925891876221rem;left:0rem;height:2.53733125rem;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; }
#lOngmxL9Q1pmevLUAxK8ue2ntTzF7EUT { color:#101010;display:block;width:26.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.0602866411206rem;left:31.686254501342rem;height:14.99585rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTg7wy8gJtUxos8kdnrH5HsOV9hG2ZbU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:28.4375rem;top:7.0595960617062rem;left:1.2769632339477rem;overflow:hidden;display:block; }
#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF { border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/09ea2b60-8708-4287-9ad3-cf6aa74bc312/torodek.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF.adaptive-delivery-prevent-bg, #TU2it3epyeIId2cv9aBy3zBNBoDGUXtF.lazyload, #TU2it3epyeIId2cv9aBy3zBNBoDGUXtF.lazyloading { background-image: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { background-color: transparent; background-image: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container > .video-iframe-container { display: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row > .video-iframe-container { display: none; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .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); }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { border-width: 0; border-radius: 0; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { font-size:0.875rem;font-family:arial;height:36.474rem;width:60rem;position:relative;display:block; }#zfBZiKiQef12arP8B1c9uXkCoNuTZugU { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.2925891876221rem;left:0rem;height:;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; }
#N1ipCDFDpvJkTy4HinVM9LNnDaz1Jd3N { color:#101010;display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:7.4543690681456rem;left:7.0937509536744rem;height:28.7832rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQ8lRpu5HAW9iIDOoJLE1IVAA7OosgxT { box-sizing:content-box;height:27rem;width:47.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.39);background-image:none;box-shadow: none;border-top:0.125rem dashed rgba(var(--color-primary-3),1);border-left:0.125rem dashed rgba(var(--color-primary-3),1);border-right:0.125rem dashed rgba(var(--color-primary-3),1);border-bottom:0.125rem dashed rgba(var(--color-primary-3),1);top:6.3239769935606rem;left:6.1301164627075rem;display:block; }
#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { background-color: transparent; background-image: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .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); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { border-width: 0; border-radius: 0; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#u39P44PbO4dqUtbMmqako8gzFE0VJ0it { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#F0A0PwEDIPTDnUbRVxgchHOzPhdKEuLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container { background-color: transparent; background-image: none; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container > .video-iframe-container { display: none; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row > .video-iframe-container { display: none; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .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); }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container { border-width: 0; border-radius: 0; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#Aw6DvpmJEUEka6EX7oGEZIs1DFnSIwSB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187361875rem;width:20.499875rem;top:7.9708271026613rem;left:19.749723434448rem;display:block; }
#LxKzTeg98pQL1GxFwmDW44Xy6c3mVn91 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.4439988136291rem;left:0rem;height:;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; }
#TG9gsi7FEdKbOwRN318xcyOekPLarCuh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container { background-color: transparent; background-image: none; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container > .video-iframe-container { display: none; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row > .video-iframe-container { display: none; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .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); }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container { border-width: 0; border-radius: 0; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#c5sVfOI04hqmtQxM0UJHQunJM5vnak3U { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpC6TrshnK9r30nNRatqOFyZT2pOh60b { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCKsi2U0IXg8aaNP6TZJGl0MHcslrsxg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container { background-color: transparent; background-image: none; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container > .video-iframe-container { display: none; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row > .video-iframe-container { display: none; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .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); }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container { border-width: 0; border-radius: 0; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;position:relative;display:block; }#Z8WwX389AbsZ6TENwglGJKrAoUEDLTTT { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CgCxXlJ5hfKRHHsCHVOs2IcOXVV1mMx9 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZXKVoGkRDHfX3wVU5pTfs3DZc1TInUx { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.75rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XufLImmFL6gSADZgm0uVD55ILm2nThpi { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container { background-color: transparent; background-image: none; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container > .video-iframe-container { display: none; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row > .video-iframe-container { display: none; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .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); }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container { border-width: 0; border-radius: 0; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#kdtcQq8DFsz8cWgUqkF1SUm7JRinTiMV { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5eBgZHBwUf4R150wlaMBEERP6kR8JFD { color:rgba(var(--color-primary-3),1);display:block;width:48.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.7484784126281rem;left:5.4991703033447rem;height:4.500825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUHHyZ0mIrD4OTRq3rMtP0BivT1OsT2Q { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.394910812378rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i033i5vsUCuAfPhlSvHTArwTW7D9OHAD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container { background-color: transparent; background-image: none; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container > .video-iframe-container { display: none; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row > .video-iframe-container { display: none; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .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); }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container { border-width: 0; border-radius: 0; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#EMTKli3hlFCKZlpyM4OWbLKTL5TRw1nH { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6ETikpb4LGOne9rVsWQUIwfEqlAqlWF { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8556442260744rem;left:0rem;height:4.500825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1kIe2bZVlza7ITTmxzupe4yHzDDLTZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.520049095154rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZLJOnLmafzMeTBPySQhttrdp0XXalWT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container { background-color: transparent; background-image: none; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container > .video-iframe-container { display: none; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row > .video-iframe-container { display: none; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .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); }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container { border-width: 0; border-radius: 0; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;position:relative;display:block; }#rDNWpAzFaEIQGmpropodtv9TZ1fHxUQw { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5TSdwPWlxX3eq4Gev2PU1Fl7zKQSKfm { color:rgba(var(--color-primary-3),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8736169338225rem;left:6.5625rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDBw6rJXq0wHXHltTUIKHBcADpqINlTz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:13.27018737793rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzTgn5w9upVQmOXrXcfZKuVRILhcuUsa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container { background-color: transparent; background-image: none; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container > .video-iframe-container { display: none; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row > .video-iframe-container { display: none; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .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); }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container { border-width: 0; border-radius: 0; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#Jqxq6T1fT7odBTmZBNHZm6teWUOJd2xy { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KN9qAZEfTQHtMA6v7pAiWeT1Np76ndQE { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8549499511719rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fcfzste7U6BgiAQ4MF4N9HMugqEeSg5o { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:11.08198928833rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbgxUS8MhpwAGKiNwWEfxlzLCRPP0zsk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container { background-color: transparent; background-image: none; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container > .video-iframe-container { display: none; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row > .video-iframe-container { display: none; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .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); }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container { border-width: 0; border-radius: 0; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#dQThqW9XPIQKek0hu1xvgBZqxOZsiVrl { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBkZVtruRzK9XlzT5QuBuFQ6sF9srFRd { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqwACRIMroxoCgAkypEtX1kX6cK9FTUb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container { background-color: transparent; background-image: none; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container > .video-iframe-container { display: none; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row > .video-iframe-container { display: none; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .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); }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container { border-width: 0; border-radius: 0; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#w8qCWltPOWM8Bekn8BXlXWqBpBF5h3pL { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqrPbJnJDtKdXUferzvr1ZrBSGOBHtxK { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8556442260744rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTvu7F1QVeP5BOgxOtwEsnoRykfJIUwd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.020049575716rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfnCfqTOiO85pf5srWxZBAvxzgfJAhS6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container { background-color: transparent; background-image: none; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container > .video-iframe-container { display: none; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row > .video-iframe-container { display: none; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .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); }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container { border-width: 0; border-radius: 0; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#OPMy4bHD8UGouNymxpt0e2GJrL52UT2g { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBEyvxxzv18LdxgvqXqFXfvA9XzzuR3i { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8556404113769rem;left:0rem;height:4.500825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0G72Kq7lhFCrvzL6Dwf0wUWak6FGvk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.394911766053rem;left:0rem;height:4.72345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiNifogTSitnipawqyReXK1CMAcBJHAW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container { background-color: transparent; background-image: none; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container > .video-iframe-container { display: none; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row > .video-iframe-container { display: none; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .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); }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container { border-width: 0; border-radius: 0; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;position:relative;display:block; }#rvLLGZKxDuzytQ1zyuu5LeygrBauL6yw { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oL6G3Q3R1b6VyGWTnOfGcIkZpsei2g8Z { color:rgba(var(--color-primary-3),1);display:block;width:40.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8736171722413rem;left:9.8119468688962rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUpH79X23sROVvrQBQlRCpVrQkyKH80L { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:13.27018737793rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QENHyWPkv390P4xgbWcvuuyOPCG4BDpP { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container { background-color: transparent; background-image: none; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container > .video-iframe-container { display: none; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row > .video-iframe-container { display: none; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .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); }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container { border-width: 0; border-radius: 0; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#iVDGsRAuSdAARpdsTabnotV59v3TH3TD { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WRQT2zvrzOLyqaQ5SuGE4lHici7F04Tu { color:rgba(var(--color-primary-3),1);display:block;width:37.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8742961883544rem;left:11.12486076355rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Suz5Buy56HyEi0KosOWIVuGqkALT7vIa { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.746128559113rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUI3msuozTT3JAzgl1NfSSyPX8U6k1Gp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container { background-color: transparent; background-image: none; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container > .video-iframe-container { display: none; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row > .video-iframe-container { display: none; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .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); }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container { border-width: 0; border-radius: 0; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#kp8pocQ8mA97MxpQ2a7Llf6b4VSTqPRe { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QELmZe7pRphBaf4t4s9VG1tqMJ4ZlSWN { color:rgba(var(--color-primary-3),1);display:block;width:40.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8736171722413rem;left:9.4994468688962rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beW3eLh4sQy3q8Ncaev2A9o2E9xLAucX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.746128559113rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpmQEiaOpqn3kxEeyCpL8o2B6o7XuDA7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container { background-color: transparent; background-image: none; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container > .video-iframe-container { display: none; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row > .video-iframe-container { display: none; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .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); }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container { border-width: 0; border-radius: 0; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#hK34o4BHPxt6vaLXSAI35wCCKXlfoWIr { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifHMlBrREorE5gwWt4mLuPWFp65QLhbE { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0VtWgiZiuXUw9goSZ3VWRC6qEW4mEuK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.625rem;left:28.9375rem; }
#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container { background-color: transparent; background-image: none; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container > .video-iframe-container { display: none; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row > .video-iframe-container { display: none; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .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); }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container { border-width: 0; border-radius: 0; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#DXqh7gzsg2TStDMgA1z1L2bzHm7vQTct { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yii3glQWcN8xNJZd7cLAFxfVoJ3CAFp5 { color:rgba(var(--color-primary-3),1);display:block;width:49.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.1245851516725rem;left:5.1866703033447rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLnliVqpa8v3BvTA2m5azde4xnyJdXgm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.746128559113rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ju63BTvkPz4ZuGesUv1l3E7aqVghD3NG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container { background-color: transparent; background-image: none; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container > .video-iframe-container { display: none; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row > .video-iframe-container { display: none; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .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); }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container { border-width: 0; border-radius: 0; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#K3Xrkc2Pw8Vv0TFwcCe9T5FmzJekMMld { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xS4OJOxgHuacdzp0EJQnNbIkZQnCPqM7 { color:rgba(var(--color-primary-3),1);display:block;width:33.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9365320205687rem;left:13.311670303345rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfBd4HLVBTiVeaKTpifHWBkkO1V257Mv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.932797431946rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDEDBgHOIOGVnBB5Fg9OvGUavGgO0azx { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container { background-color: transparent; background-image: none; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container > .video-iframe-container { display: none; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row > .video-iframe-container { display: none; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .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); }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container { border-width: 0; border-radius: 0; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#NbV0ixW6ydSrk8kNKlJDbLUfQSAGKVA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kutCTkt89o5fkrTrZy9trV6lCiCOi4gG { color:rgba(var(--color-primary-3),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.1238946914675rem;left:9.84375rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pa7LuQpEMsPy2V9kud0kEMgd9Cb9A3RC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.746128559113rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#srFTFq4McXi948nd5eyH2NAR4hRBPTtp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container { background-color: transparent; background-image: none; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container > .video-iframe-container { display: none; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row > .video-iframe-container { display: none; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .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); }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container { border-width: 0; border-radius: 0; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#a4gQdStCaRxcs35IvBI2Gk6TGIC0UABC { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywIE1oUaztkmttApfNab5LQXRoKqOcGW { color:rgba(var(--color-primary-3),1);display:block;width:42.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9365310668944rem;left:8.5619468688962rem;height:4.50083125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WKm7EXbESsuUWXgfsr9fxTbbTsBbF9Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:12.746128559113rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEmiHxmch66xF5oUIV5oterlbTwzuK06 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.625rem;left:28.9375rem; }
#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container { background-color: transparent; background-image: none; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container > .video-iframe-container { display: none; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row > .video-iframe-container { display: none; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .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); }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container { border-width: 0; border-radius: 0; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#bPbd0NHaR4gFPCNBb5fRzKtTcCxpJpdq { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:12rem;height:1.9503625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aX7mDUbaT3vgEpq8Lo8I9MGGKpKcPaZF { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:2.2504125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrhJHGKPMhDrDleaClqGzbq5SsfM1Gms { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:9.8714065551756rem;left:0rem;height:2.361725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAuTHv0VmqVk4LbsmTD55KLCOC39Ve98 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.1245875rem;width:2.1245875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.81237983703613rem;left:28.937361717224rem; }
#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container { background-color: transparent; background-image: none; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container > .video-iframe-container { display: none; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row > .video-iframe-container { display: none; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .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); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container { border-width: 0; border-radius: 0; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;position:relative;display:block; }#GwkALymX99wa0OIZVDIgHlr01TuC01vH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.50608444213867rem;left:0.21819686889649rem;height:1.2990875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container { background-color: transparent; background-image: none; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container > .video-iframe-container { display: none; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row > .video-iframe-container { display: none; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .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); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container { border-width: 0; border-radius: 0; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#x5BcmdATp6XG9EwymLKKeZeAVkdZVMct { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#QN38sAeFZGgMTXI5bOicFCQg9Pr4mA1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container { background-color: transparent; background-image: none; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container > .video-iframe-container { display: none; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row > .video-iframe-container { display: none; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .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); }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container { border-width: 0; border-radius: 0; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#s1tEr884VT5bfsCm154ZSUlC6B6EMXku { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:2.9373931884766rem;left:0rem;height:;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; }
#UCiEHae7AKRXxXu75fHE3NlFC83acKBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container { background-color: transparent; background-image: none; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container > .video-iframe-container { display: none; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row > .video-iframe-container { display: none; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .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); }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container { border-width: 0; border-radius: 0; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#vl2wsI7lPvF75DeAOm4n8c1qiaSN2udA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:43.25rem;top:18.9375rem;left:16.8125rem;display:block; }
#Ef2Swau6xA1FXbTD9UNBc1l7A8GtgntB { color:rgba(var(--color-primary-3),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrXRk2JPyKbtnZlLmLvnkXFGQrpBRZ1R { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.875rem;left:17.3125rem;height:11.026rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xbWMJAoXKzIQ7MTMKObLU23zTTX3Dyvc { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#lcx7oKRK1EH6ea5aBEgQ8g5oyWXc5PNO { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f2d456d-63e1-46f8-b8a1-911e8417d9a3/Karolina_Kurzatkowskanbrs.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#lcx7oKRK1EH6ea5aBEgQ8g5oyWXc5PNO.adaptive-delivery-prevent-bg, #lcx7oKRK1EH6ea5aBEgQ8g5oyWXc5PNO.lazyload, #lcx7oKRK1EH6ea5aBEgQ8g5oyWXc5PNO.lazyloading { background-image: none; }
#yLAIldXHRZRVd8OnzeTNegHkpAr7W7QV { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.93736076355rem;left:0.062223434448242rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVAGXUh2gAA2GL8OscQIx6ifbFyFNVOh { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:10.497125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#N9CDJ656kp6gDvGOOgaceA073E93S3Pa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container { background-color: transparent; background-image: none; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container > .video-iframe-container { display: none; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row > .video-iframe-container { display: none; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .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); }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container { border-width: 0; border-radius: 0; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#bzd1qUiut0OSsg5e37cUJogBy3q6wCOP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:43.25rem;top:17.25rem;left:16.75rem;display:block; }
#whEQxby2K8UkLrbLX3O7vCLR3eHUzbxK { color:rgba(var(--color-primary-3),1);display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.0625rem;left:16.8125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWEJMJnBVRyb7KuMiAwyw406khNfXQCG { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.1875rem;left:17.3125rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#p0ZodIw6QoZu4BNypQXzxIDhdVCDLok0 { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.625rem;left:7.5rem;display:block; }
#dPTg43QLpSxI0ul4CGCJRuR9RbMgHES8 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9850651a-13f9-49a6-8ac1-5b99020d129f/KamilErgonodeHomeGardenCongress.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2.0625rem;left:2.3125rem;display:block; }#dPTg43QLpSxI0ul4CGCJRuR9RbMgHES8.adaptive-delivery-prevent-bg, #dPTg43QLpSxI0ul4CGCJRuR9RbMgHES8.lazyload, #dPTg43QLpSxI0ul4CGCJRuR9RbMgHES8.lazyloading { background-image: none; }
#ve9ZtG4ZM5QCqCkBGW8bTHN5NK1IKK64 { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qyrkWA5iToc32n5w1NSS3b6JKzsLqLuW { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.25rem;left:16.75rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container { background-color: transparent; background-image: none; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container > .video-iframe-container { display: none; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row > .video-iframe-container { display: none; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .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); }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container { border-width: 0; border-radius: 0; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#J6XhwItKZJCFS9rxXHnOU5dac2In0iJE { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:43.25rem;top:17.999862670899rem;left:16.812084197998rem;display:block; }
#JKdNLC1TxK00oaE1okdRi2cwfIvuSevd { color:rgba(var(--color-primary-3),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#maVesc45IU4omqpVNa22bHoTsWFIZqwi { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.9375rem;left:17.3125rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DBTTK3iEiT0R4asrEfuAz9SMzb7BrXfC { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#VTtd3K9cXTl2CFTdG3n2IZfEbseMRM43 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f05bf52f-15d7-49cc-a711-c3349b6633c8/marcinrutkowskiecommercekonferencja.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#VTtd3K9cXTl2CFTdG3n2IZfEbseMRM43.adaptive-delivery-prevent-bg, #VTtd3K9cXTl2CFTdG3n2IZfEbseMRM43.lazyload, #VTtd3K9cXTl2CFTdG3n2IZfEbseMRM43.lazyloading { background-image: none; }
#Z7EK6WTEU5IcTSKNTJZXRwy8NZpyHlke { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.93736076355rem;left:0.062223434448242rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygOSTe0EHbwTf6MWFiEXE7CZRL2WfV0J { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KA6CPa9W3zWlz230AA30GXEy4MyP1qof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container { background-color: transparent; background-image: none; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container > .video-iframe-container { display: none; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row > .video-iframe-container { display: none; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .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); }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container { border-width: 0; border-radius: 0; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#hcyt3nAtaLyExf1742l8DvyhGCJv28G1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:43.25rem;top:28.812225341797rem;left:16.812085151672rem;display:block; }
#XRm8haspsHvZRi1IVfhhwvWeIrGT0QlA { color:rgba(var(--color-primary-3),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.0623626708984rem;left:16.812085151672rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SJeNQVKTFTMBV6psECg76vWsHoZD5aWO { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.75rem;left:17.375rem;height:14.70135625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#K2ekfu16FMrSRfCgVQTv4OavUyTGxNtf { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.625rem;left:7.5rem;display:block; }
#Pn5ihennvEwTbhLs7QP2Ek07rgTzamNL { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc549db4-9722-46e7-92d2-f1ade3aebd2d/DamianSinior.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.0625rem;left:2.3125rem;display:block; }#Pn5ihennvEwTbhLs7QP2Ek07rgTzamNL.adaptive-delivery-prevent-bg, #Pn5ihennvEwTbhLs7QP2Ek07rgTzamNL.lazyload, #Pn5ihennvEwTbhLs7QP2Ek07rgTzamNL.lazyloading { background-image: none; }
#DvQGlVyPD9uuyMSRsQqKgQ3WpRd9anPU { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.293694496155rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SydeihdhMXk1Cz7ZRg5iJL5mMVVlAce9 { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.25rem;left:16.75rem;height:19.49461875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HT97DTTGJrwNnNKBdW1mgQePDp16xen3 { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:30.999724388123rem;left:0.62430858612061rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsHK1hHKkXlATEUDTRVGyKWdG8WNwUmp { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07baa0be-a8b8-4861-9b0c-a8942915c8c7/AleksandraHarasimiukStrix002.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:10.625rem;width:10.625rem;top:19.717921257019rem;left:2.3119468688965rem;display:block; }#XsHK1hHKkXlATEUDTRVGyKWdG8WNwUmp.adaptive-delivery-prevent-bg, #XsHK1hHKkXlATEUDTRVGyKWdG8WNwUmp.lazyload, #XsHK1hHKkXlATEUDTRVGyKWdG8WNwUmp.lazyloading { background-image: none; }
#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container { background-color: transparent; background-image: none; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container > .video-iframe-container { display: none; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row > .video-iframe-container { display: none; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .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); }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container { border-width: 0; border-radius: 0; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#sJHp5l1aNzCah1pW4GDIykktH73KwAMI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:43.25rem;top:16.375rem;left:16.8125rem;display:block; }
#x4ErqQhHd19U7ERUDuCNaBxUw4awUBN9 { color:rgba(var(--color-primary-3),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HprJbfipDNfLyRe2h7wl3m0IDRiT3Uq4 { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.3125rem;left:17.3125rem;height:4.90044375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hFh3pMApiKhES62AXR34tUTeZSLLWVX6 { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#yuBCncTX32xdRHOJSOnCCWOeXDUtVEEM { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f24c036-8068-45b6-88d8-d98608f5c4ce/Mariaatomstoreecommerce.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#yuBCncTX32xdRHOJSOnCCWOeXDUtVEEM.adaptive-delivery-prevent-bg, #yuBCncTX32xdRHOJSOnCCWOeXDUtVEEM.lazyload, #yuBCncTX32xdRHOJSOnCCWOeXDUtVEEM.lazyloading { background-image: none; }
#WKGnusSLuydLTtCHNeDJuy6auWJazMT5 { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.9375rem;left:0.0625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DakXH7n4fRd1LbanMxupDD9VUufiPQkB { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:5.795077085495rem;left:16.811393737793rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container { background-color: transparent; background-image: none; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container > .video-iframe-container { display: none; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row > .video-iframe-container { display: none; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .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); }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container { border-width: 0; border-radius: 0; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#rM0ednR6A8IRSZupg5MdedLIuu7kusHD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:43.25rem;top:18.3125rem;left:16.75rem;display:block; }
#TfAxax1s4uUAKeWFHFkCD8uhs0EvEnZr { color:rgba(var(--color-primary-3),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.0623626708984rem;left:16.812085151672rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otfv3KburB6fs4UDknI4PKcEOzDJ7rFH { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.25rem;left:17.3125rem;height:13.476225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vyOnt8abOw04UPxMWgOqBXfQs0r3dVuP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.625rem;left:7.5rem;display:block; }
#iNVN9tBEgk60ih6eXftgLOnrGtTTvk3U { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3431b410-8c15-4deb-b0ff-1e1ab9c9b370/Walu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.0625rem;left:2.3125rem;display:block; }#iNVN9tBEgk60ih6eXftgLOnrGtTTvk3U.adaptive-delivery-prevent-bg, #iNVN9tBEgk60ih6eXftgLOnrGtTTvk3U.lazyload, #iNVN9tBEgk60ih6eXftgLOnrGtTTvk3U.lazyloading { background-image: none; }
#UxSMBaVOuanO3vIsqV7kTCkvf78oZR7z { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.293694496155rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQU5LkZK8TiWyTlupQZ4InmWz5RA10pH { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.25rem;left:16.75rem;height:8.9975125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ryH5HsFFrDmmqloG8vEbWrxuqRgSiz8P { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:30.999724388123rem;left:0.62430858612061rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTtqZrSMMSwRIH9HfsOc6w3qzap0oWam { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86b9f859-f89f-41bd-93d1-ee9378f3b046/NataliaLeonard.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:10.625rem;width:10.625rem;top:19.717921257019rem;left:2.3119468688965rem;display:block; }#zTtqZrSMMSwRIH9HfsOc6w3qzap0oWam.adaptive-delivery-prevent-bg, #zTtqZrSMMSwRIH9HfsOc6w3qzap0oWam.lazyload, #zTtqZrSMMSwRIH9HfsOc6w3qzap0oWam.lazyloading { background-image: none; }
#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container { background-color: transparent; background-image: none; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container > .video-iframe-container { display: none; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row > .video-iframe-container { display: none; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .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); }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container { border-width: 0; border-radius: 0; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#l3kDyIiNUp8P8xb5pEUTtqdaWLHnHQ4u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:43.25rem;top:36rem;left:16.8125rem;display:block; }
#nUM8JGUDqGTVE2lH4gKa4vVF7VqMecmU { color:rgba(var(--color-primary-3),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eT9LNM1E4838AEWcBGyr8CWLAOfq95Ct { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:36.436671257019rem;left:17.342367172241rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zRJC6wDQ8JsqXMhInVTl2XWG89TnSoV7 { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#bgz7X03Dpafhk5kmoXkNaJcLZEpa0ibZ { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30ae7889-cc33-40d3-b4a1-ff2b551499b1/MonikaKosmowskacrosswin.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#bgz7X03Dpafhk5kmoXkNaJcLZEpa0ibZ.adaptive-delivery-prevent-bg, #bgz7X03Dpafhk5kmoXkNaJcLZEpa0ibZ.lazyload, #bgz7X03Dpafhk5kmoXkNaJcLZEpa0ibZ.lazyloading { background-image: none; }
#ZdM1d66yTIk3WB4sNv2TcRfTUEyHVTON { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.93736076355rem;left:0.062223434448242rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAOwzlL8Il1iMVAel6ZTUtFlNuEfoNDR { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:26.99251875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xDE5kduUCqialpSc4G0GAsM9odQfiv2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container { background-color: transparent; background-image: none; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container > .video-iframe-container { display: none; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row > .video-iframe-container { display: none; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .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); }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container { border-width: 0; border-radius: 0; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#GOne4oThN6vWiJePoR7m4Gi0OhyqEb2M { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:43.25rem;top:17.874694824219rem;left:16.812084197998rem;display:block; }
#FDMSHfyGVJcrQqXRHEPTKSSMuPrPD8X8 { color:rgba(var(--color-primary-3),1);display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2rem;left:16.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPomJmUcCIfVHQTDBIN8uxqxJWlrTmxb { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.8125rem;left:17.3125rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kRcDgTPOdENmWTucVVqBMTxSdfrPP1tk { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#qfLXl77xKQturePZRT65GA4Wu470sD2m { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/540ece63-5574-4ff9-abcc-607c0148c3bb/szymonmatysek.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#qfLXl77xKQturePZRT65GA4Wu470sD2m.adaptive-delivery-prevent-bg, #qfLXl77xKQturePZRT65GA4Wu470sD2m.lazyload, #qfLXl77xKQturePZRT65GA4Wu470sD2m.lazyloading { background-image: none; }
#ELOCE8lZFCAev9DJJKGm3z6U68kokNMv { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.9375rem;left:0.0625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fb6Ei8h7wwdBlcHmQTqOeIAn2MmQi4uF { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container { background-color: transparent; background-image: none; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container > .video-iframe-container { display: none; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row > .video-iframe-container { display: none; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .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); }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container { border-width: 0; border-radius: 0; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#tsh9JkozOPbNIi0ZM3P5iIRTodc9q6LD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:43.25rem;top:24rem;left:16.8125rem;display:block; }
#JiDIhcPuANP2RD99zGeBNeCCWClEwqr5 { color:rgba(var(--color-primary-3),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4ftiKzwPESZqsseEQpTJMlcKu3arT4K { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:24.5625rem;left:17.3125rem;height:4.90044375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ADl5LWknXi9fbkag25UhB4SiJ5UXaf8D { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#pfbDqrWHmDEqxVQuiTv4bv0Lt8Er7p3V { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69f1b6dc-9474-40a5-acf9-a61efa78ef54/KarasinskiJakub.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#pfbDqrWHmDEqxVQuiTv4bv0Lt8Er7p3V.adaptive-delivery-prevent-bg, #pfbDqrWHmDEqxVQuiTv4bv0Lt8Er7p3V.lazyload, #pfbDqrWHmDEqxVQuiTv4bv0Lt8Er7p3V.lazyloading { background-image: none; }
#QPSFiL9rBhHIOy4049QW2rpBcQCiyKxb { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.93736076355rem;left:0.062223434448242rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATaTNvZT3QsNT74bHKMzea25gIOnJfNm { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:14.99585rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container { background-color: transparent; background-image: none; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container > .video-iframe-container { display: none; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row > .video-iframe-container { display: none; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .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); }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container { border-width: 0; border-radius: 0; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#C5ZxZ3IeXCoFzH22MiONLNQMahkfPywM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:43.25rem;top:18rem;left:16.8125rem;display:block; }
#tqO7MwRD92KMzXOiRPSbNDeqazF1fpeh { color:rgba(var(--color-primary-3),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NAJhm6hAtQNkRRXrFtybtaXTFQRd5h6R { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.9375rem;left:17.3125rem;height:7.3506875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qfaTcWJEfBmNw7Jl8HIEBX2P1FD4hxAn { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#SHyraOV70CTwMCawL1mozkPSO87NGW4t { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/42f9d103-44d4-4a8f-89d7-4c376f697fae/CezaryNazar.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#SHyraOV70CTwMCawL1mozkPSO87NGW4t.adaptive-delivery-prevent-bg, #SHyraOV70CTwMCawL1mozkPSO87NGW4t.lazyload, #SHyraOV70CTwMCawL1mozkPSO87NGW4t.lazyloading { background-image: none; }
#Grtr1mTgbB5AJCobHSyDFZIF9CTGmvQT { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.93736076355rem;left:0.062223434448242rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOEm5q5IWqMdMRLbxc3TtebaTTtQODLB { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DEZsrOthDu10Rqhve1u41S05KElXif9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container { background-color: transparent; background-image: none; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container > .video-iframe-container { display: none; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row > .video-iframe-container { display: none; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .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); }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container { border-width: 0; border-radius: 0; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#rme9IdG2wVIhTsBgRWTULA6KoT2vfzwq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:43.25rem;top:18.605765342712rem;left:16.74986076355rem;display:block; }
#iLsmg23lyiODTJv3QxtGn6QbhEm5VAGB { color:rgba(var(--color-primary-3),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994473457336rem;left:16.875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UxiZKzLIzt2TIEwM9ev4zzofcxLeh7Ld { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.3125rem;left:17.25rem;height:13.47624375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IW04957BLzBFDGNArBAy88B0cwDocBAM { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#Tv44x7oclPNTxNVx9TRkO9Vc9MoPo4B1 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed9928d9-fd77-4691-8839-455a485dcc99/MarcinTomczakzaoycielecommercelegal.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:2.0619506835938rem;left:2.3748617172241rem;display:block; }#Tv44x7oclPNTxNVx9TRkO9Vc9MoPo4B1.adaptive-delivery-prevent-bg, #Tv44x7oclPNTxNVx9TRkO9Vc9MoPo4B1.lazyload, #Tv44x7oclPNTxNVx9TRkO9Vc9MoPo4B1.lazyloading { background-image: none; }
#JS6lpMtVRalOJQve9bp9RMDV7ktRwGa6 { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.9375rem;left:0.0625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLm84Enfkdye53TevhZWn8t5KhVXF7gX { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.8125181198119rem;left:16.749170303345rem;height:8.9975125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U1h2J0nmL4IWsJWiScPIFLtbK4UC6Ein { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:32.5rem;left:0.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctEB5FX03Ter47N0TVDULOirR4q0R2rP { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae6a6916-d109-41ad-93af-9fc481ee0ec7/AgnieszkaFilipCEOFounderemulticontent.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.0625rem;width:11.0625rem;top:20.6875rem;left:2.625rem;display:block; }#ctEB5FX03Ter47N0TVDULOirR4q0R2rP.adaptive-delivery-prevent-bg, #ctEB5FX03Ter47N0TVDULOirR4q0R2rP.lazyload, #ctEB5FX03Ter47N0TVDULOirR4q0R2rP.lazyloading { background-image: none; }
#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container { background-color: transparent; background-image: none; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container > .video-iframe-container { display: none; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row > .video-iframe-container { display: none; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .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); }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container { border-width: 0; border-radius: 0; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#TfkCoL9CdHqv4WgtKUJxFhyrDKq3y6y2 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:43.25rem;top:21.5625rem;left:16.750553131104rem;display:block; }
#spMGDwtXDpAdqAhO6EVJfoeNnMM7HBFh { color:rgba(var(--color-primary-3),1);display:block;width:42.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994211196899rem;left:16.811393737793rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#byRzkR8RIr0e8V1NKD7mVl9wkdk5KKrZ { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.5625rem;left:17.3125rem;height:18.37666875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#s1TSJbd0LqyXM4KQ1avhRfTwVbzZcSoe { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#WfTu6OcQ82GwiUCeaCa1lK18lpuftggz { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5db04a23-1054-45af-882f-efc8ec9d7f14/KrzysztofKuklawygodnezwroty.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#WfTu6OcQ82GwiUCeaCa1lK18lpuftggz.adaptive-delivery-prevent-bg, #WfTu6OcQ82GwiUCeaCa1lK18lpuftggz.lazyload, #WfTu6OcQ82GwiUCeaCa1lK18lpuftggz.lazyloading { background-image: none; }
#dMw1GfRBqkskTiTAwKuBnPETt6dBv8rQ { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.93736076355rem;left:0.062223434448242rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5ac3bcQyqUqP1LDuRSM6MsR4ELNm9Zs { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:13.496275rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container { background-color: transparent; background-image: none; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container > .video-iframe-container { display: none; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row > .video-iframe-container { display: none; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .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); }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container { border-width: 0; border-radius: 0; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#PhVegL67SDErLdTEtCkGzneDmLxvdw4w { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:43.25rem;top:17.875rem;left:16.8125rem;display:block; }
#H4L38P4uCPu8GxHSNx7sQcEN6LWLwtUJ { color:rgba(var(--color-primary-3),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.9994468688965rem;left:16.875000953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTIpOzcKVoRKOyuSnXExZTAtuNiFeO1T { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.8125rem;left:17.3125rem;height:6.12555625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DTTnPtyOJtFfToxRd5JgexeQbcrSsdzo { position:absolute;display:block;z-index:15018;background-color:#d8d8d8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0622234375rem;width:45rem;top:0.5625rem;left:7.5625rem;display:block; }
#ePRze76FTn6KFOQKIfzadnRNHbcApxQZ { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76f5e84d-3d55-4014-b9e8-2e97e5311740/PiotrUrbaniak.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:11.25rem;width:11.25rem;top:2rem;left:2.375rem;display:block; }#ePRze76FTn6KFOQKIfzadnRNHbcApxQZ.adaptive-delivery-prevent-bg, #ePRze76FTn6KFOQKIfzadnRNHbcApxQZ.lazyload, #ePRze76FTn6KFOQKIfzadnRNHbcApxQZ.lazyloading { background-image: none; }
#Dv9B9nTysbbyisKK67mtTaZ21bTpFE4c { color:rgba(var(--color-primary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.9375rem;left:0.0625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFqEcalIkKRNg3BuDSbiKIhNbkBO1QlS { color:#101010;display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:7.1875rem;left:16.8125rem;height:8.9975rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container { background-color: transparent; background-image: none; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container > .video-iframe-container { display: none; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row > .video-iframe-container { display: none; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .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); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container { border-width: 0; border-radius: 0; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#WmD5o5atn8mrf5JSJ7kuyFWO25Hc4y0f { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#KsnSRQ8MSZOHg5QOWu7i7c2n7tTiCUAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container { background-color: transparent; background-image: none; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container > .video-iframe-container { display: none; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row > .video-iframe-container { display: none; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .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); }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container { border-width: 0; border-radius: 0; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#reT035CTbHmMlVt6dZNbSloI83IVs3iu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.061875rem;width:5.061875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.625rem;left:2.9375rem; }
#R9ucwOy1QDfmy0HSyKTAK77kPubfuSEh { color:#f10a18;display:block;width:59.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:0.0625rem;height:1.624725rem;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; }
#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container { background-color: transparent; background-image: none; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container > .video-iframe-container { display: none; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row > .video-iframe-container { display: none; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .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); }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container { border-width: 0; border-radius: 0; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#oUyRsr1C2BpK57zIsPkq73XTgXwEAuyZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:56.9375rem;top:3.5847606658936rem;left:1.644082069397rem;display:block; }
#ahMwTrIkQmJNKv4I27NEH9t4TM5fiEnr { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:15.400325rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#i5xXmhaqNHnkK9Couhoxz8plhCokIMms { 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.1245875rem;width:10.2495625rem;top:5.2454369068146rem;left:25.163856506347rem;overflow:hidden;display:block; }
#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container { background-color: transparent; background-image: none; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container > .video-iframe-container { display: none; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row > .video-iframe-container { display: none; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .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); }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container { border-width: 0; border-radius: 0; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#Ox6sTEoBGnACkiX8MAPxHCqyyrUXWwgw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:57.4375rem;top:3.5833778381348rem;left:1.644082069397rem;display:block; }
#pk33N8ogKOVCzdVuBpadCQMWf1UocW5S { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.08557844162rem;left:2.4059734344483rem;height:19.60038125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bx106hTuVPrJsMTwDlgq8LsJ0ETAy4iQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249725rem;width:8.3745625rem;top:4.8154034614563rem;left:26.351633071899rem;overflow:hidden;display:block; }
#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container { background-color: transparent; background-image: none; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container > .video-iframe-container { display: none; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row > .video-iframe-container { display: none; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .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); }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container { border-width: 0; border-radius: 0; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#CTS41gzONqwrypB4CcHro7R5J1OcquVu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:56.8125rem;top:3.5847778320312rem;left:1.644082069397rem;display:block; }
#kOoM2mWnIX0GRFSnk1QbHi7mLCALW2PW { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:11.20021875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rn4efmzlLOmUUEBdSxf8oSXeRMbVLdAG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.687375rem;top:4.6460466384887rem;left:23.655973434448rem;overflow:hidden;display:block; }
#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container { background-color: transparent; background-image: none; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container > .video-iframe-container { display: none; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row > .video-iframe-container { display: none; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .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); }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container { border-width: 0; border-radius: 0; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#EJuZCB0ry0SkNqui4AduumcCaEOA1ELz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:56.75rem;top:3.5847625732422rem;left:1.644082069397rem;display:block; }
#vGXsWm00S2fJq4Hu1B2oMCpm6DcZcm3N { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:12.60025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#D2PSirnbx4Plo2m7ufxgxIapN9ZJhuHX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6245875rem;width:10rem;top:4.0369193553924rem;left:24.999999046326rem;overflow:hidden;display:block; }
#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container { background-color: transparent; background-image: none; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container > .video-iframe-container { display: none; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row > .video-iframe-container { display: none; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .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); }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container { border-width: 0; border-radius: 0; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#a65EfA2byfg9xisOBSmRwdpiWs8bXdSH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:56.625rem;top:3.5854530334473rem;left:1.6433906555176rem;display:block; }
#MFxy1qWrJa9d7rATgFxGmmTKpE9IEvPJ { color:#101010;display:block;width:55.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.30579328537rem;left:2.4049377441406rem;height:14.000275rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TDVxTyM0Ne3RFKqkQyRlgvLdHMEsCutC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10rem;top:5.1137309074402rem;left:25.250274658203rem;overflow:hidden;display:block; }
#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container { background-color: transparent; background-image: none; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container > .video-iframe-container { display: none; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row > .video-iframe-container { display: none; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .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); }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container { border-width: 0; border-radius: 0; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#tJ6FOpmnqmpqcas5mW46pLpTcJkoD9G8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:56.75rem;top:3.5847625732422rem;left:1.644082069397rem;display:block; }
#AMafH8NGOG19zGkSbLPrCH75h6q2AU6W { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:12.60025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Carw09lQ4whsUJsqkt5T2AiX5bThpJ1w { position:absolute;display:block;z-index:15007;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.7495875rem;width:9.562375rem;top:4.9108123779297rem;left:25.218474388123rem;overflow:hidden;display:block; }
#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container { background-color: transparent; background-image: none; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container > .video-iframe-container { display: none; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row > .video-iframe-container { display: none; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .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); }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container { border-width: 0; border-radius: 0; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#spDyx6N6c2rTOTCFTMexFbesC5ZTaw0G { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:56.9375rem;top:3.5847606658936rem;left:1.644082069397rem;display:block; }
#Q8be9dWOUlN1NSUDewCucHx2QIATTcWk { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:12.60025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GTdfKVe2IgVcmmU163RorHat4tU2V1R7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24944375rem;width:12.1245625rem;top:4.5996952056885rem;left:24.226355552673rem;overflow:hidden;display:block; }
#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container { background-color: transparent; background-image: none; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container > .video-iframe-container { display: none; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row > .video-iframe-container { display: none; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .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); }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container { border-width: 0; border-radius: 0; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#ut9lLiyGbEPQ3m8KVhO8lNo9sHIAEn1r { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:57.25rem;top:3.5840711593628rem;left:1.644082069397rem;display:block; }
#U0HWS7m34FC9zH6mTG6GDqo5xx2KvyAI { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:22.40044375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#H2LvnfvnV8TUZxmVL8O5oqyU4Cl4gliQ { 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:4.437225rem;width:9.4994375rem;top:4.2242813110351rem;left:25.249586105347rem;overflow:hidden;display:block; }
#yqiuI4rh81bdncl338pkANirME1p6r6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container { background-color: transparent; background-image: none; }#yqiuI4rh81bdncl338pkANirME1p6r6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container > .video-iframe-container { display: none; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row > .video-iframe-container { display: none; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .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); }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container { border-width: 0; border-radius: 0; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#A1K669JXVIQwL4VqaRMlAbudlJbeicOG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:57.3125rem;top:3.5840706825256rem;left:1.644082069397rem;display:block; }
#KXe2lLQpE62zNTvUghCE3osT6XuBlVrD { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.08557844162rem;left:2.4059734344483rem;height:22.40041875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#c4Zr9clTzHtTWebNITpQq7Pvyy5pkgHm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4995875rem;width:8.75rem;top:4.9398379325867rem;left:25.624307632446rem;overflow:hidden;display:block; }
#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container { background-color: transparent; background-image: none; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container > .video-iframe-container { display: none; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row > .video-iframe-container { display: none; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .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); }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container { border-width: 0; border-radius: 0; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#a45pMzkPBBNSi6hZSX72Dg4aWE1nhHL4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:57.375rem;top:3.5840682983399rem;left:1.644082069397rem;display:block; }
#Z8dXZC06heSqp4D9IRsXTssLwfmCf6XD { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.08557844162rem;left:2.4059734344483rem;height:18.20033125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BqZdHGOgc5FKnAQAEZ9mzvuO6WowfdLg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:17.1875rem;top:5.1472625732422rem;left:21.882604598999rem;overflow:hidden;display:block; }
#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container { background-color: transparent; background-image: none; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container > .video-iframe-container { display: none; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row > .video-iframe-container { display: none; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .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); }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container { border-width: 0; border-radius: 0; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#kfwcJ5IR2aD20NZVTcQMJoJH4Ep7w1C4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:57.875rem;top:3.5833740234375rem;left:1.644082069397rem;display:block; }
#bsW49mL4Un0Nq0J3JK0KD853lIoCHRWO { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:22.400425rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#tXTwSS7AJfg0KRDdEBzreEThkFrWunBT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5623625rem;width:7.56225rem;top:4.0991420745849rem;left:26.977324485779rem;overflow:hidden;display:block; }
#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container { background-color: transparent; background-image: none; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container > .video-iframe-container { display: none; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row > .video-iframe-container { display: none; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .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); }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container { border-width: 0; border-radius: 0; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#LpSZ5xSEP7cX0L8Hd7iMyM676ZpIRXh5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:57.25rem;top:3.5841064453125rem;left:1.644082069397rem;display:block; }
#yxr5ch8qamfIfzg1tHbg5ZThvL9JO7g1 { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:12.60025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#hcKT7trk85KBbHgJlnwqXlooaTdXnrpF { position:absolute;display:block;z-index:15010;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.62444375rem;width:10.2495625rem;top:4.8230094909668rem;left:24.874170303345rem;overflow:hidden;display:block; }
#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container { background-color: transparent; background-image: none; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container > .video-iframe-container { display: none; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row > .video-iframe-container { display: none; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .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); }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container { border-width: 0; border-radius: 0; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#l6BIK49uGdtQ22g5L5DHDNwq5Jn6iIov { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f10a18;border-left:0.1875rem solid #f10a18;border-right:0.1875rem solid #f10a18;border-bottom:0.1875rem solid #f10a18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:57.0625rem;top:3.5840721130371rem;left:1.644082069397rem;display:block; }
#X7RJkTvHE0fDSXrs3m2k0J8MXnSptUKA { color:#101010;display:block;width:55.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6179480552675rem;left:2.4059734344483rem;height:8.4001625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#D0Rccz6RQvpqfQnQ3StnZGC0XumBDtwt { position:absolute;display:block;z-index:15007;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.62444375rem;width:13.8744375rem;top:4.8181695938111rem;left:23.062087059021rem;overflow:hidden;display:block; }
#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaedef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container { background-color: transparent; background-image: none; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container > .video-iframe-container { display: none; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row > .video-iframe-container { display: none; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .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); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container { border-width: 0; border-radius: 0; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#KGF4StceLEGUmekZ7dLDMT0WqzSmQh8Q { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.7806968688965rem;left:21.25rem;display:block; }
#iw8sSfdOBugtu5xmq3SvbIU9ckFcaIV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container { background-color: transparent; background-image: none; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container > .video-iframe-container { display: none; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row > .video-iframe-container { display: none; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .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); }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container { border-width: 0; border-radius: 0; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#gwmSpDL5JwncB2LkAxqHR6JTlJNVCXtV { color:#101010;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:1.5618171691894rem;left:0rem;height:1.34955625rem;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; }
#N0gDKTuR18Trz7bNKI0o7xMLo6gITGEw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5606875rem;width:18.8730625rem;top:5.181134223938rem;left:40.311117172241rem;display:block; }
#v55MrM3qgIAF7rg9HyWs4s9ru8QvI9zB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.56rem;width:18.8730625rem;top:5.1825227737427rem;left:0.9375rem;display:block; }
#mzyu9JhfuO4iqGS9tUQx5wOf7ra5T938 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5593125rem;width:18.872375rem;top:5.1797513961792rem;left:20.563467025757rem;display:block; }
#byC1XZrpIbwHovncAGhC6GeEA1eR0scN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { background-color: transparent; background-image: none; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container > .video-iframe-container { display: none; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row > .video-iframe-container { display: none; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .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); }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { border-width: 0; border-radius: 0; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#vKvI4dIDxG4ZzJBlKZC71QaDLh9AVb7w { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.1240534782409rem;left:15.000000953674rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKJnqBHM4S9uoElSDMLQ6DH3Ve2dVf9O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3745875rem;width:14.249875rem;top:10.913993567228rem;left:45.374723434448rem;overflow:hidden;display:block; }
#ciQwVAIy1u2hJgRqb5BDWbN8LUMU2BhT { position:absolute;display:block;z-index:15015;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.93694375rem;width:10.37475rem;top:11.820381850004rem;left:2.3119468688965rem;overflow:hidden;display:block; }
#BLfWC8giOmH5g3Vyc0sgJMFsOewSTTCH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1248625rem;width:15.37475rem;top:12.038855552673rem;left:14.811946868896rem;overflow:hidden;display:block; }
#wtKwmJMB74lxAurMPWtBmxuxBqUx44f2 { position:absolute;display:block;z-index:15005;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.6873625rem;width:12.56225rem;top:11.257605552673rem;left:31.218196868896rem;overflow:hidden;display:block; }
#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { background-color: transparent; background-image: none; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container > .video-iframe-container { display: none; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row > .video-iframe-container { display: none; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .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); }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { border-width: 0; border-radius: 0; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#V4SnqScPckIzTItvkFGGhl0iiHTP7H17 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.8086280822754rem;left:15rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbGzOggorhRvTsmNsThc63llChIrIuGv { 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.8125rem;width:12.1875rem;top:16.030835151672rem;left:46.406248092651rem;overflow:hidden;display:block; }
#WC59O6LMfU9kD5JRBlNNFy3XSgBUJTqD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4998625rem;width:11.5625rem;top:14.6875rem;left:16.75rem;overflow:hidden;display:block; }
#RF3ZylkSqJqTAIW103bH9OZAS2DW5XSb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:10.499875rem;top:14.25rem;left:1.75rem;overflow:hidden;display:block; }
#JNMWlvAEBJiJ52xZ2mK4EtJLi7qtzOIJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3745875rem;width:12.7495625rem;top:9.249170303345rem;left:31.124170303345rem;overflow:hidden;display:block; }
#WOwLfIaF6x8daDCDk8D37GoMpLgT9W3R { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.7498625rem;width:9.81125rem;top:16.5625rem;left:32.625rem;overflow:hidden;display:block; }
#oXepSFngvO8FTECXGxPXMOXm1z5ocLDT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.124725rem;width:15rem;top:8.875rem;left:0rem;overflow:hidden;display:block; }
#S6FgEzFR893J0GpkrRlTs9tUqdoroSSc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06194375rem;width:12.9369375rem;top:7.8125rem;left:16.030834197998rem;overflow:hidden;display:block; }
#A12iLo0TeBTsAQyhFEnJgL6Pm4GVBN1m { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:14.9343125rem;top:8.875rem;left:45.0625rem;overflow:hidden;display:block; }
#MyiqHJuCl0bvmtA5ieU4SwbxyiVytE4q { 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.7495875rem;width:14.4994375rem;top:23.186532914639rem;left:15rem;overflow:hidden;display:block; }
#iTpkysEtrEOBpeAPIFDa6srRMMekupKG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1248625rem;width:10.8745625rem;top:21.498893678188rem;left:32.061670303345rem;overflow:hidden;display:block; }
#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container { background-color: transparent; background-image: none; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container > .video-iframe-container { display: none; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row > .video-iframe-container { display: none; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .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); }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container { border-width: 0; border-radius: 0; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#c0li7Iraqyaa5aRXJ8xHOap96gSyuDsB { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.4975128173828rem;left:15rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0OWnRWd4s7oD6BPr5zpthaUvNXWTGco { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.374875rem;top:7.4612827301025rem;left:16.312223434448rem;overflow:hidden;display:block; }
#WfU1A8tZAlhGGaq7I6VNeu4fSHhTAZiX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6248625rem;width:12.9369375rem;top:7.5221242904662rem;left:31.030836105347rem;overflow:hidden;display:block; }
#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { background-color: transparent; background-image: none; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container > .video-iframe-container { display: none; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row > .video-iframe-container { display: none; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .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); }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { border-width: 0; border-radius: 0; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#HvQ07plAXK1TVmF0oMIHSueNZ8aennKi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:8.875rem;top:6.6923415173719rem;left:17.57201232682rem;overflow:hidden;display:block; }
#kWmGBKBEAng1e44Kpe3xJ6JSSWyRpZ5t { 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:4.6875rem;width:12.5rem;top:7.9369473457338rem;left:46.250000953674rem;overflow:hidden;display:block; }
#QSdiuAUvVi3k9yldf1C4oa7V8iT8todv { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5Rz9EAThEvoLkiNmqilOFuzWtZBy4nm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.56125625rem;width:13.624875rem;top:7.3430590629575rem;left:0.68722343444825rem;overflow:hidden;display:block; }
#O24fkecrWiTw7wqK6zKG4taoKDvTHNzF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.3744375rem;top:6.691786289215rem;left:34.312085151672rem;overflow:hidden;display:block; }
#uLh0FMmbt0HQ9Gqt7PJizvlbre9bZSit { 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:9.375rem;width:13.624875rem;top:15.311809301376rem;left:23.154039382934rem;overflow:hidden;display:block; }
#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { background-color: transparent; background-image: none; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container > .video-iframe-container { display: none; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row > .video-iframe-container { display: none; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .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); }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { border-width: 0; border-radius: 0; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#vzcdR21Hur9blBNdCZ0zRxwCL9FhhTJL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1870875rem;width:17.999875rem;top:9.7483410835269rem;left:20.965845108033rem;overflow:hidden;display:block; }
#QCKsyiEJzPGWf1PFATUaGpsyJm730vCX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.936375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.3094577789307rem;left:14.999308586121rem;height:2.9998625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0idmRW7RXTuczU2403HUWrcVqbqnybr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:11.99875rem;top:7.0623612403869rem;left:0.625rem;overflow:hidden;display:block; }
#UBrdX45Ow5D4AwXE8M3cSQrr0DEViGSN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4373625rem;width:11.1856875rem;top:9.5934731960294rem;left:46.90611076355rem;overflow:hidden;display:block; }
#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { background-color: transparent; background-image: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { display: none; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .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); }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { border-width: 0; border-radius: 0; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6057796478271rem;left:0.15542030334473rem;height:1.54383125rem;text-align:center;text-align-last:center;display:block; }
#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { background-color: transparent; background-image: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container > .video-iframe-container { display: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container { display: none; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .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); }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { border-width: 0; border-radius: 0; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#d60EXsE97udn29Cp5GqWPyRwllXqVElQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:averta;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9247741699219rem;left:0rem;height:0.97483125rem;display:block; }
#NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.87375rem;height:1.624725rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4995861053467rem;left:50.250967025757rem;display:block; }
#ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnxFkRUD3I4bQBDmVOSNAMiXTP9aGL2T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.499875rem;height:1.624725rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:1.4995861053467rem;left:32.54217338562rem;display:block; }
#KF7FAN1RqNEMLIxhWp3Z82himCCDQgFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4373625rem;width:6.93725rem;top:1.5936031341552rem;left:22.686670303345rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whrDgmUQaG3ITrekkJppA6dhHsFP2TZC { top:0.75rem;left:20.341398239136rem;width:13.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayDq0XX5e7bTS7yqgmwKBpoXPcIRbRu8 { display:block; }
 }@media only screen and (max-width: 763px) { #RD4vwkZ0hkuJx2Tf1usS2qM6ALtJAD0M { top:0.75rem;left:34.625rem;width:13.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpVW9ui4dKBTUAiXh8kiZ2oPyvhMbX00 { display:block; }
 }@media only screen and (max-width: 763px) { #aBUTLlM0hJo0IrdmOThB2VX5fEyLfPIy { top:0.75rem;left:4.2186107635498rem;width:13.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2oP826Kc6dVvrJ497mtOoHs8TEzQ9O2 { display:block; }
 }@media only screen and (max-width: 763px) { #cmOPwPSsqwl6fHzTtE7VpdvtXQBkTEyb { top:0.75rem;left:0rem;width:4.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { width:47.75rem;height:;top:16.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { width:18rem;height:5.0625rem;display:flex;top:30.5rem;left:0rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
 }@media only screen and (max-width: 763px) { #DTywzXaI12oso06eIoPR5RpDxEoZ3EmW { width:47.75rem;height:2.0625rem;top:12.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ17odIuwcdL4AhtcDPdBLyeyVcxUcV5 { top:16.5625rem;left:15.980919837952rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M04gsK6FqaVAlRM5D8RBxVyDAEZqLkdS { top:2rem;left:17.344302177429rem;width:13rem;height:8.0880980526349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrc5rtLTgp3FHtTKipirdt6WhdtKX5c { top:27rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFgqpPAOMPBvucbAz6dLx3CsiLqkD6Fk { width:17.5rem;height:3.4375rem;top:36.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M60oyUqiMwRMOoLt3RHKmGDckQUZSbNC { display:block; }
 }@media only screen and (max-width: 763px) { #gBbZbdatfqkgq4zuvqKAgV4g3yqNcyre { top:19.4375rem;left:8.1725664138794rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #snt338FbX3kefeJCSXWXTPJxlfNJ6vpi { top:22.125rem;left:15.91800403595rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8g3nlh4lhldiW0U8cLb11HPOZdOdCGi { top:41.8125rem;left:4.9991703033447rem;width:37.6875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { width:28.375rem;height:18.875rem;top:6.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:47.75rem;height:2.5rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:24.375rem;height:10.4375rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlGALTZp5x2EX93SnCWBOaTuQVvbfc26 { width:24.8125rem;height:7.4375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkEc23ckc56VaDGXgQD90DAnSXaiERb5 { display:block; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiZT2PrTZBwAHU8Mxd5uUZAkTKW5NtWh { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOngmxL9Q1pmevLUAxK8ue2ntTzF7EUT { width:26.6875rem;height:14.9375rem;top:7rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTg7wy8gJtUxos8kdnrH5HsOV9hG2ZbU { width:28.4375rem;height:14.8125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2it3epyeIId2cv9aBy3zBNBoDGUXtF { display:block; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfBZiKiQef12arP8B1c9uXkCoNuTZugU { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ipCDFDpvJkTy4HinVM9LNnDaz1Jd3N { width:46.375rem;height:28.8125rem;top:7.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ8lRpu5HAW9iIDOoJLE1IVAA7OosgxT { top:6.3125rem;left:0rem;width:47.4375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN { display:block; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u39P44PbO4dqUtbMmqako8gzFE0VJ0it { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0A0PwEDIPTDnUbRVxgchHOzPhdKEuLh { display:block; }
 }@media only screen and (max-width: 763px) { #kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy { display:block; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw6DvpmJEUEka6EX7oGEZIs1DFnSIwSB { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxKzTeg98pQL1GxFwmDW44Xy6c3mVn91 { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9gsi7FEdKbOwRN318xcyOekPLarCuh { display:block; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5sVfOI04hqmtQxM0UJHQunJM5vnak3U { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpC6TrshnK9r30nNRatqOFyZT2pOh60b { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKsi2U0IXg8aaNP6TZJGl0MHcslrsxg { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd { display:block; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8WwX389AbsZ6TENwglGJKrAoUEDLTTT { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCxXlJ5hfKRHHsCHVOs2IcOXVV1mMx9 { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZXKVoGkRDHfX3wVU5pTfs3DZc1TInUx { width:47.75rem;height:2.3125rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufLImmFL6gSADZgm0uVD55ILm2nThpi { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI { display:block; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdtcQq8DFsz8cWgUqkF1SUm7JRinTiMV { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5eBgZHBwUf4R150wlaMBEERP6kR8JFD { width:47.75rem;height:4.5rem;top:6.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHHyZ0mIrD4OTRq3rMtP0BivT1OsT2Q { width:47.75rem;height:2.3125rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i033i5vsUCuAfPhlSvHTArwTW7D9OHAD { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e { display:block; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMTKli3hlFCKZlpyM4OWbLKTL5TRw1nH { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ETikpb4LGOne9rVsWQUIwfEqlAqlWF { width:47.75rem;height:4.5rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1kIe2bZVlza7ITTmxzupe4yHzDDLTZJ { width:47.75rem;height:2.3125rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZLJOnLmafzMeTBPySQhttrdp0XXalWT { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba72BhzkUo4CraITUksX88bQXrZ4dQc4 { display:block; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDNWpAzFaEIQGmpropodtv9TZ1fHxUQw { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TSdwPWlxX3eq4Gev2PU1Fl7zKQSKfm { width:46.875rem;height:4.5rem;top:6.8125rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDBw6rJXq0wHXHltTUIKHBcADpqINlTz { width:47.75rem;height:2.3125rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTgn5w9upVQmOXrXcfZKuVRILhcuUsa { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu013eJtc7U1ayGVNTokMXJZZvxS9AHn { display:block; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jqxq6T1fT7odBTmZBNHZm6teWUOJd2xy { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN9qAZEfTQHtMA6v7pAiWeT1Np76ndQE { width:47.75rem;height:2.25rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcfzste7U6BgiAQ4MF4N9HMugqEeSg5o { width:47.75rem;height:2.3125rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbgxUS8MhpwAGKiNwWEfxlzLCRPP0zsk { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen { display:block; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQThqW9XPIQKek0hu1xvgBZqxOZsiVrl { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkZVtruRzK9XlzT5QuBuFQ6sF9srFRd { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqwACRIMroxoCgAkypEtX1kX6cK9FTUb { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ87SgDVZUalITXOkQNDQqgTEItbTmcs { display:block; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8qCWltPOWM8Bekn8BXlXWqBpBF5h3pL { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqrPbJnJDtKdXUferzvr1ZrBSGOBHtxK { width:47.75rem;height:2.25rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvu7F1QVeP5BOgxOtwEsnoRykfJIUwd { width:47.75rem;height:2.3125rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnCfqTOiO85pf5srWxZBAvxzgfJAhS6 { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS6SkLNTm2wwMntDb2R03ltREJz6dvgP { display:block; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPMy4bHD8UGouNymxpt0e2GJrL52UT2g { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBEyvxxzv18LdxgvqXqFXfvA9XzzuR3i { width:47.75rem;height:4.5rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0G72Kq7lhFCrvzL6Dwf0wUWak6FGvk5 { width:47.75rem;height:4.6875rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiNifogTSitnipawqyReXK1CMAcBJHAW { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 { display:block; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvLLGZKxDuzytQ1zyuu5LeygrBauL6yw { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6G3Q3R1b6VyGWTnOfGcIkZpsei2g8Z { width:40.3125rem;height:4.5rem;top:6.8125rem;left:3.6869468688965rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpH79X23sROVvrQBQlRCpVrQkyKH80L { width:47.75rem;height:2.3125rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QENHyWPkv390P4xgbWcvuuyOPCG4BDpP { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV { display:block; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVDGsRAuSdAARpdsTabnotV59v3TH3TD { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRQT2zvrzOLyqaQ5SuGE4lHici7F04Tu { width:37.6875rem;height:4.5rem;top:6.8125rem;left:4.9998607635498rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suz5Buy56HyEi0KosOWIVuGqkALT7vIa { width:47.75rem;height:2.3125rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUI3msuozTT3JAzgl1NfSSyPX8U6k1Gp { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp { display:block; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp8pocQ8mA97MxpQ2a7Llf6b4VSTqPRe { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QELmZe7pRphBaf4t4s9VG1tqMJ4ZlSWN { width:40.9375rem;height:4.5rem;top:6.8125rem;left:3.3744468688965rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beW3eLh4sQy3q8Ncaev2A9o2E9xLAucX { width:47.75rem;height:2.3125rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpmQEiaOpqn3kxEeyCpL8o2B6o7XuDA7 { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu { display:block; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK34o4BHPxt6vaLXSAI35wCCKXlfoWIr { width:36rem;height:1.9375rem;top:4rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHMlBrREorE5gwWt4mLuPWFp65QLhbE { width:47.75rem;height:1.9375rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VtWgiZiuXUw9goSZ3VWRC6qEW4mEuK { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V { display:block; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXqh7gzsg2TStDMgA1z1L2bzHm7vQTct { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yii3glQWcN8xNJZd7cLAFxfVoJ3CAFp5 { width:47.75rem;height:4.5rem;top:7.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLnliVqpa8v3BvTA2m5azde4xnyJdXgm { width:47.75rem;height:2.3125rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju63BTvkPz4ZuGesUv1l3E7aqVghD3NG { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ { display:block; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Xrkc2Pw8Vv0TFwcCe9T5FmzJekMMld { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS4OJOxgHuacdzp0EJQnNbIkZQnCPqM7 { width:33.3125rem;height:4.5rem;top:6.875rem;left:7.186670303345rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfBd4HLVBTiVeaKTpifHWBkkO1V257Mv { width:47.75rem;height:2.3125rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEDBgHOIOGVnBB5Fg9OvGUavGgO0azx { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA { display:block; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbV0ixW6ydSrk8kNKlJDbLUfQSAGKVA5 { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutCTkt89o5fkrTrZy9trV6lCiCOi4gG { width:40.3125rem;height:4.5rem;top:7.0625rem;left:3.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa7LuQpEMsPy2V9kud0kEMgd9Cb9A3RC { width:47.75rem;height:2.3125rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srFTFq4McXi948nd5eyH2NAR4hRBPTtp { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe { display:block; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4gQdStCaRxcs35IvBI2Gk6TGIC0UABC { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywIE1oUaztkmttApfNab5LQXRoKqOcGW { width:42.8125rem;height:4.5rem;top:6.875rem;left:2.4369468688965rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKm7EXbESsuUWXgfsr9fxTbbTsBbF9Ow { width:47.75rem;height:2.3125rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEmiHxmch66xF5oUIV5oterlbTwzuK06 { width:2.125rem;height:2.125rem;top:0.625rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS { display:block; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPbd0NHaR4gFPCNBb5fRzKtTcCxpJpdq { width:36rem;height:1.9375rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX7mDUbaT3vgEpq8Lo8I9MGGKpKcPaZF { width:47.75rem;height:2.25rem;top:6.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhJHGKPMhDrDleaClqGzbq5SsfM1Gms { width:47.75rem;height:2.3125rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAuTHv0VmqVk4LbsmTD55KLCOC39Ve98 { width:2.0625rem;height:2.0625rem;top:0.75rem;left:22.812361717224rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 { display:block; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwkALymX99wa0OIZVDIgHlr01TuC01vH { top:0.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr { display:block; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5BcmdATp6XG9EwymLKKeZeAVkdZVMct { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN38sAeFZGgMTXI5bOicFCQg9Pr4mA1l { display:block; }
 }@media only screen and (max-width: 763px) { #tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH { display:block; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1tEr884VT5bfsCm154ZSUlC6B6EMXku { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCiEHae7AKRXxXu75fHE3NlFC83acKBa { display:block; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2wsI7lPvF75DeAOm4n8c1qiaSN2udA { width:43.1875rem;height:13rem;top:18.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2Swau6xA1FXbTD9UNBc1l7A8GtgntB { width:40rem;height:3.75rem;top:1.9375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXRk2JPyKbtnZlLmLvnkXFGQrpBRZ1R { width:42.1875rem;height:11rem;top:19.875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWMJAoXKzIQ7MTMKObLU23zTTX3Dyvc { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcx7oKRK1EH6ea5aBEgQ8g5oyWXc5PNO { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLAIldXHRZRVd8OnzeTNegHkpAr7W7QV { width:15.9375rem;height:5.625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVAGXUh2gAA2GL8OscQIx6ifbFyFNVOh { width:42.1875rem;height:10.4375rem;top:7.125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9CDJ656kp6gDvGOOgaceA073E93S3Pa { display:block; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzd1qUiut0OSsg5e37cUJogBy3q6wCOP { width:43.1875rem;height:7.875rem;top:17.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whEQxby2K8UkLrbLX3O7vCLR3eHUzbxK { width:41.375rem;height:3.75rem;top:2.0625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWEJMJnBVRyb7KuMiAwyw406khNfXQCG { width:42.1875rem;height:6.125rem;top:18.1875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ZodIw6QoZu4BNypQXzxIDhdVCDLok0 { width:45rem;height:0;top:0.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPTg43QLpSxI0ul4CGCJRuR9RbMgHES8 { width:11.25rem;height:11.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve9ZtG4ZM5QCqCkBGW8bTHN5NK1IKK64 { width:15rem;height:7.5rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrkWA5iToc32n5w1NSS3b6JKzsLqLuW { width:42.1875rem;height:8.9375rem;top:7.25rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 { display:block; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6XhwItKZJCFS9rxXHnOU5dac2In0iJE { width:43.25rem;height:8.1875rem;top:17.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKdNLC1TxK00oaE1okdRi2cwfIvuSevd { width:42.9375rem;height:;top:1.9375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVesc45IU4omqpVNa22bHoTsWFIZqwi { width:42.1875rem;height:6.125rem;top:18.875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTTK3iEiT0R4asrEfuAz9SMzb7BrXfC { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtd3K9cXTl2CFTdG3n2IZfEbseMRM43 { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EK6WTEU5IcTSKNTJZXRwy8NZpyHlke { width:15.9375rem;height:5.625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygOSTe0EHbwTf6MWFiEXE7CZRL2WfV0J { width:42.1875rem;height:8.9375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA6CPa9W3zWlz230AA30GXEy4MyP1qof { display:block; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcyt3nAtaLyExf1742l8DvyhGCJv28G1 { width:43.25rem;height:16.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRm8haspsHvZRi1IVfhhwvWeIrGT0QlA { width:39.1875rem;height:3.75rem;top:2rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJeNQVKTFTMBV6psECg76vWsHoZD5aWO { width:42.1875rem;height:14.6875rem;top:29.6875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ekfu16FMrSRfCgVQTv4OavUyTGxNtf { width:45rem;height:0;top:0.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn5ihennvEwTbhLs7QP2Ek07rgTzamNL { width:10.625rem;height:10.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQGlVyPD9uuyMSRsQqKgQ3WpRd9anPU { width:15rem;height:5.625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SydeihdhMXk1Cz7ZRg5iJL5mMVVlAce9 { width:42.1875rem;height:19.4375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT97DTTGJrwNnNKBdW1mgQePDp16xen3 { width:15rem;height:5.625rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHK1hHKkXlATEUDTRVGyKWdG8WNwUmp { width:10.625rem;height:10.625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqooiuNw2AFAHmsKIKJUnnit1RHQaThz { display:block; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJHp5l1aNzCah1pW4GDIykktH73KwAMI { width:43.25rem;height:7.0625rem;top:16.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ErqQhHd19U7ERUDuCNaBxUw4awUBN9 { width:43.125rem;height:1.875rem;top:1.9375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HprJbfipDNfLyRe2h7wl3m0IDRiT3Uq4 { width:42.1875rem;height:4.875rem;top:17.25rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFh3pMApiKhES62AXR34tUTeZSLLWVX6 { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuBCncTX32xdRHOJSOnCCWOeXDUtVEEM { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKGnusSLuydLTtCHNeDJuy6auWJazMT5 { width:15rem;height:5.625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DakXH7n4fRd1LbanMxupDD9VUufiPQkB { width:42.1875rem;height:8.9375rem;top:5.75rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 { display:block; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0ednR6A8IRSZupg5MdedLIuu7kusHD { width:43.1875rem;height:15.5rem;top:18.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAxax1s4uUAKeWFHFkCD8uhs0EvEnZr { width:43.125rem;height:3.75rem;top:2rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otfv3KburB6fs4UDknI4PKcEOzDJ7rFH { width:42.1875rem;height:13.4375rem;top:19.1875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyOnt8abOw04UPxMWgOqBXfQs0r3dVuP { width:45rem;height:0;top:0.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVN9tBEgk60ih6eXftgLOnrGtTTvk3U { width:10.625rem;height:10.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxSMBaVOuanO3vIsqV7kTCkvf78oZR7z { width:15rem;height:5.625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQU5LkZK8TiWyTlupQZ4InmWz5RA10pH { width:42.1875rem;height:8.9375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryH5HsFFrDmmqloG8vEbWrxuqRgSiz8P { width:15rem;height:7.5rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtqZrSMMSwRIH9HfsOc6w3qzap0oWam { width:10.625rem;height:10.625rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 { display:block; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3kDyIiNUp8P8xb5pEUTtqdaWLHnHQ4u { width:43.25rem;height:7.375rem;top:36rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUM8JGUDqGTVE2lH4gKa4vVF7VqMecmU { width:40rem;height:;top:1.9375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9LNM1E4838AEWcBGyr8CWLAOfq95Ct { width:42.1875rem;height:6.125rem;top:36.375rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRJC6wDQ8JsqXMhInVTl2XWG89TnSoV7 { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgz7X03Dpafhk5kmoXkNaJcLZEpa0ibZ { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdM1d66yTIk3WB4sNv2TcRfTUEyHVTON { width:15.9375rem;height:7.5rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAOwzlL8Il1iMVAel6ZTUtFlNuEfoNDR { width:42.1875rem;height:26.9375rem;top:7.125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDE5kduUCqialpSc4G0GAsM9odQfiv2t { display:block; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOne4oThN6vWiJePoR7m4Gi0OhyqEb2M { width:43.25rem;height:8.25rem;top:17.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMSHfyGVJcrQqXRHEPTKSSMuPrPD8X8 { width:38.8125rem;height:;top:1.9375rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPomJmUcCIfVHQTDBIN8uxqxJWlrTmxb { width:42.1875rem;height:6.125rem;top:18.75rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcDgTPOdENmWTucVVqBMTxSdfrPP1tk { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLXl77xKQturePZRT65GA4Wu470sD2m { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOCE8lZFCAev9DJJKGm3z6U68kokNMv { width:15rem;height:5.625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6Ei8h7wwdBlcHmQTqOeIAn2MmQi4uF { width:42.1875rem;height:8.9375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp { display:block; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsh9JkozOPbNIi0ZM3P5iIRTodc9q6LD { width:43.1875rem;height:5.8125rem;top:24rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDIhcPuANP2RD99zGeBNeCCWClEwqr5 { width:42.9375rem;height:;top:1.9375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ftiKzwPESZqsseEQpTJMlcKu3arT4K { width:42.1875rem;height:4.875rem;top:24.5625rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADl5LWknXi9fbkag25UhB4SiJ5UXaf8D { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfbDqrWHmDEqxVQuiTv4bv0Lt8Er7p3V { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSFiL9rBhHIOy4049QW2rpBcQCiyKxb { width:15.9375rem;height:5.625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaTNvZT3QsNT74bHKMzea25gIOnJfNm { width:42.1875rem;height:14.9375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 { display:block; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5ZxZ3IeXCoFzH22MiONLNQMahkfPywM { width:43.1875rem;height:9.1875rem;top:18rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqO7MwRD92KMzXOiRPSbNDeqazF1fpeh { width:43rem;height:3.75rem;top:1.9375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJhm6hAtQNkRRXrFtybtaXTFQRd5h6R { width:42.1875rem;height:7.3125rem;top:18.875rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfaTcWJEfBmNw7Jl8HIEBX2P1FD4hxAn { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHyraOV70CTwMCawL1mozkPSO87NGW4t { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grtr1mTgbB5AJCobHSyDFZIF9CTGmvQT { width:15.9375rem;height:7.5rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOEm5q5IWqMdMRLbxc3TtebaTTtQODLB { width:42.1875rem;height:8.9375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZsrOthDu10Rqhve1u41S05KElXif9Q { display:block; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rme9IdG2wVIhTsBgRWTULA6KoT2vfzwq { width:43.25rem;height:15.1875rem;top:18.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLsmg23lyiODTJv3QxtGn6QbhEm5VAGB { width:42.875rem;height:3.75rem;top:1.9375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxiZKzLIzt2TIEwM9ev4zzofcxLeh7Ld { width:42.1875rem;height:13.4375rem;top:19.3125rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW04957BLzBFDGNArBAy88B0cwDocBAM { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv44x7oclPNTxNVx9TRkO9Vc9MoPo4B1 { width:11.0625rem;height:11.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS6lpMtVRalOJQve9bp9RMDV7ktRwGa6 { width:15rem;height:5.625rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLm84Enfkdye53TevhZWn8t5KhVXF7gX { width:42.1875rem;height:8.9375rem;top:7.8125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1h2J0nmL4IWsJWiScPIFLtbK4UC6Ein { width:15rem;height:5.625rem;top:32.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEB5FX03Ter47N0TVDULOirR4q0R2rP { width:11rem;height:11rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g { display:block; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkCoL9CdHqv4WgtKUJxFhyrDKq3y6y2 { width:43.25rem;height:20.3125rem;top:21.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spMGDwtXDpAdqAhO6EVJfoeNnMM7HBFh { width:42.375rem;height:3.75rem;top:1.9375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRzkR8RIr0e8V1NKD7mVl9wkdk5KKrZ { width:42.1875rem;height:18.375rem;top:22.5rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1TSJbd0LqyXM4KQ1avhRfTwVbzZcSoe { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTu6OcQ82GwiUCeaCa1lK18lpuftggz { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMw1GfRBqkskTiTAwKuBnPETt6dBv8rQ { width:15.9375rem;height:9.375rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ac3bcQyqUqP1LDuRSM6MsR4ELNm9Zs { width:42.1875rem;height:13.4375rem;top:7.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB { display:block; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhVegL67SDErLdTEtCkGzneDmLxvdw4w { width:43.25rem;height:7.5625rem;top:17.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4L38P4uCPu8GxHSNx7sQcEN6LWLwtUJ { width:36.0625rem;height:;top:1.9375rem;left:10.750000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIpOzcKVoRKOyuSnXExZTAtuNiFeO1T { width:42.1875rem;height:6.125rem;top:18.8125rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTnPtyOJtFfToxRd5JgexeQbcrSsdzo { width:45rem;height:0;top:0.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePRze76FTn6KFOQKIfzadnRNHbcApxQZ { width:11.25rem;height:11.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv9B9nTysbbyisKK67mtTaZ21bTpFE4c { width:15rem;height:7.5rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFqEcalIkKRNg3BuDSbiKIhNbkBO1QlS { width:42.1875rem;height:8.9375rem;top:7.125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt { display:block; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmD5o5atn8mrf5JSJ7kuyFWO25Hc4y0f { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsnSRQ8MSZOHg5QOWu7i7c2n7tTiCUAC { display:block; }
 }@media only screen and (max-width: 763px) { #TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 { display:block; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reT035CTbHmMlVt6dZNbSloI83IVs3iu { top:0.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ucwOy1QDfmy0HSyKTAK77kPubfuSEh { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs { display:block; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUyRsr1C2BpK57zIsPkq73XTgXwEAuyZ { width:47.375rem;height:20.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahMwTrIkQmJNKv4I27NEH9t4TM5fiEnr { width:47.75rem;height:15.375rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5xXmhaqNHnkK9Couhoxz8plhCokIMms { top:5.1875rem;left:19.038856506347rem;width:10.1875rem;height:2.1117228326819rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK { display:block; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox6sTEoBGnACkiX8MAPxHCqyyrUXWwgw { width:47.375rem;height:22.75rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk33N8ogKOVCzdVuBpadCQMWf1UocW5S { width:47.75rem;height:19.5625rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx106hTuVPrJsMTwDlgq8LsJ0ETAy4iQ { top:4.8125rem;left:20.226633071899rem;width:8.3125rem;height:2.2330526594673rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ { display:block; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTS41gzONqwrypB4CcHro7R5J1OcquVu { width:47.375rem;height:17.4375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOoM2mWnIX0GRFSnk1QbHi7mLCALW2PW { width:47.75rem;height:11.1875rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn4efmzlLOmUUEBdSxf8oSXeRMbVLdAG { top:4.625rem;left:17.530973434448rem;width:12.625rem;height:3.4206002029577rem;display:block; }
 }@media only screen and (max-width: 763px) { #blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT { display:block; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJuZCB0ry0SkNqui4AduumcCaEOA1ELz { width:47.375rem;height:18.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGXsWm00S2fJq4Hu1B2oMCpm6DcZcm3N { width:47.75rem;height:12.5625rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PSirnbx4Plo2m7ufxgxIapN9ZJhuHX { top:4rem;left:18.874999046326rem;width:10rem;height:4.6245875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y { display:block; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a65EfA2byfg9xisOBSmRwdpiWs8bXdSH { width:47.375rem;height:18.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFxy1qWrJa9d7rATgFxGmmTKpE9IEvPJ { width:47.75rem;height:14rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVxTyM0Ne3RFKqkQyRlgvLdHMEsCutC { top:5.0625rem;left:19.125274658203rem;width:10rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPmf55UtCxMnscGrWHBZNZCQQScTm33 { display:block; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ6FOpmnqmpqcas5mW46pLpTcJkoD9G8 { width:47.375rem;height:18.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMafH8NGOG19zGkSbLPrCH75h6q2AU6W { width:47.75rem;height:12.5625rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Carw09lQ4whsUJsqkt5T2AiX5bThpJ1w { top:4.875rem;left:19.093474388123rem;width:9.5rem;height:2.7316520477392rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT { display:block; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spDyx6N6c2rTOTCFTMexFbesC5ZTaw0G { width:47.375rem;height:18.9375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8be9dWOUlN1NSUDewCucHx2QIATTcWk { width:47.75rem;height:12.5625rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdfKVe2IgVcmmU163RorHat4tU2V1R7 { top:4.5625rem;left:18.101355552673rem;width:12.0625rem;height:3.2328106877568rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 { display:block; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut9lLiyGbEPQ3m8KVhO8lNo9sHIAEn1r { width:47.375rem;height:28.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0HWS7m34FC9zH6mTG6GDqo5xx2KvyAI { width:47.75rem;height:22.375rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2LvnfvnV8TUZxmVL8O5oqyU4Cl4gliQ { top:4.1875rem;left:19.124586105347rem;width:9.4375rem;height:4.4082937476561rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqiuI4rh81bdncl338pkANirME1p6r6s { display:block; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1K669JXVIQwL4VqaRMlAbudlJbeicOG { width:47.375rem;height:28.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXe2lLQpE62zNTvUghCE3osT6XuBlVrD { width:47.75rem;height:22.375rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Zr9clTzHtTWebNITpQq7Pvyy5pkgHm { top:4.9375rem;left:19.499307632446rem;width:8.75rem;height:1.4995875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF { display:block; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a45pMzkPBBNSi6hZSX72Dg4aWE1nhHL4 { width:47.375rem;height:24.0625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8dXZC06heSqp4D9IRsXTssLwfmCf6XD { width:47.75rem;height:18.1875rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZdHGOgc5FKnAQAEZ9mzvuO6WowfdLg { top:5.125rem;left:15.757604598999rem;width:17.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz { display:block; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfwcJ5IR2aD20NZVTcQMJoJH4Ep7w1C4 { width:47.375rem;height:29rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsW49mL4Un0Nq0J3JK0KD853lIoCHRWO { width:47.75rem;height:22.375rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTwSS7AJfg0KRDdEBzreEThkFrWunBT { top:4.0625rem;left:20.852324485779rem;width:7.5rem;height:4.524806605177rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOR0C7V1cna405aWwPWy5FvRtNX3xG6D { display:block; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpSZ5xSEP7cX0L8Hd7iMyM676ZpIRXh5 { width:47.375rem;height:19rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxr5ch8qamfIfzg1tHbg5ZThvL9JO7g1 { width:47.75rem;height:12.5625rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKT7trk85KBbHgJlnwqXlooaTdXnrpF { top:4.8125rem;left:18.749170303345rem;width:10.1875rem;height:2.6085523848579rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm { display:block; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6BIK49uGdtQ22g5L5DHDNwq5Jn6iIov { width:47.375rem;height:14.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7RJkTvHE0fDSXrs3m2k0J8MXnSptUKA { width:47.75rem;height:8.375rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Rccz6RQvpqfQnQ3StnZGC0XumBDtwt { top:4.8125rem;left:16.937087059021rem;width:13.8125rem;height:2.6127278527057rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR { display:block; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGF4StceLEGUmekZ7dLDMT0WqzSmQh8Q { width:17.5rem;height:3.4375rem;top:2.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw8sSfdOBugtu5xmq3SvbIU9ckFcaIV7 { display:block; }
 }@media only screen and (max-width: 763px) { #Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk { display:block; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwmSpDL5JwncB2LkAxqHR6JTlJNVCXtV { width:47.75rem;height:1.3125rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0gDKTuR18Trz7bNKI0o7xMLo6gITGEw { top:5.125rem;left:28.9375rem;width:18.8125rem;height:10.526798901543rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55MrM3qgIAF7rg9HyWs4s9ru8QvI9zB { top:5.125rem;left:0rem;width:18.8125rem;height:10.526113607688rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyu9JhfuO4iqGS9tUQx5wOf7ra5T938 { top:5.125rem;left:14.438467025757rem;width:18.8125rem;height:10.525811743686rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC1XZrpIbwHovncAGhC6GeEA1eR0scN { display:block; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKvI4dIDxG4ZzJBlKZC71QaDLh9AVb7w { top:4.0625rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJnqBHM4S9uoElSDMLQ6DH3Ve2dVf9O { top:10.875rem;left:33.5625rem;width:14.1875rem;height:3.3598161497031rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciQwVAIy1u2hJgRqb5BDWbN8LUMU2BhT { top:11.8125rem;left:0.7806968688965rem;width:10.3125rem;height:2.9193216628714rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfWC8giOmH5g3Vyc0sgJMFsOewSTTCH { top:12rem;left:0rem;width:15.3125rem;height:1.1203081046033rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtKwmJMB74lxAurMPWtBmxuxBqUx44f2 { top:11.25rem;left:23.25rem;width:12.5rem;height:2.6740457521543rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz { display:block; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4SnqScPckIzTItvkFGGhl0iiHTP7H17 { top:1.75rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbGzOggorhRvTsmNsThc63llChIrIuGv { top:16rem;left:35.5625rem;width:12.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC59O6LMfU9kD5JRBlNNFy3XSgBUJTqD { top:14.6875rem;left:12.15625rem;width:11.5625rem;height:5.4998625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3ZylkSqJqTAIW103bH9OZAS2DW5XSb { top:14.25rem;left:0.21875rem;width:10.4375rem;height:6.2747517827593rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMWlvAEBJiJ52xZ2mK4EtJLi7qtzOIJ { top:9.1875rem;left:23.0625rem;width:12.6875rem;height:3.358160635414rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwLfIaF6x8daDCDk8D37GoMpLgT9W3R { top:16.5625rem;left:24.96875rem;width:9.75rem;height:1.7390602603062rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXepSFngvO8FTECXGxPXMOXm1z5ocLDT { top:8.875rem;left:0rem;width:15rem;height:4.124725rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6FgEzFR893J0GpkrRlTs9tUqdoroSSc { top:7.8125rem;left:11rem;width:12.875rem;height:6.0329212985106rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12iLo0TeBTsAQyhFEnJgL6Pm4GVBN1m { top:8.875rem;left:32.875rem;width:14.875rem;height:4.0465518251597rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyiqHJuCl0bvmtA5ieU4SwbxyiVytE4q { top:23.125rem;left:9.375rem;width:14.4375rem;height:2.7378420391308rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpkysEtrEOBpeAPIFDa6srRMMekupKG { top:21.4375rem;left:24.405420303345rem;width:10.8125rem;height:6.0899071370687rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 { display:block; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0li7Iraqyaa5aRXJ8xHOap96gSyuDsB { top:1.4375rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0OWnRWd4s7oD6BPr5zpthaUvNXWTGco { top:7.4375rem;left:11.5625rem;width:12.3125rem;height:3.7310982939222rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfU1A8tZAlhGGaq7I6VNeu4fSHhTAZiX { top:7.5rem;left:22.9375rem;width:12.875rem;height:3.6075079351276rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5zh4tTGcsCMy90woNJUDS6IGsHn27l { display:block; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvQ07plAXK1TVmF0oMIHSueNZ8aennKi { top:6.6875rem;left:12.97826232682rem;width:8.875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmGBKBEAng1e44Kpe3xJ6JSSWyRpZ5t { top:7.875rem;left:35.25rem;width:12.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdiuAUvVi3k9yldf1C4oa7V8iT8todv { top:1.25rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Rz9EAThEvoLkiNmqilOFuzWtZBy4nm { top:7.3125rem;left:0rem;width:13.5625rem;height:3.5449527346581rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24fkecrWiTw7wqK6zKG4taoKDvTHNzF { top:6.6875rem;left:26.655835151672rem;width:6.3125rem;height:7.1176623427556rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLh0FMmbt0HQ9Gqt7PJizvlbre9bZSit { top:15.25rem;left:10.3125rem;width:13.5625rem;height:9.3320810282663rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy { display:block; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzcdR21Hur9blBNdCZ0zRxwCL9FhhTJL { top:9.6875rem;left:5.9375rem;width:17.9375rem;height:1.1829738834992rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKsyiEJzPGWf1PFATUaGpsyJm730vCX { top:1.25rem;left:0rem;width:29.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0idmRW7RXTuczU2403HUWrcVqbqnybr { top:7rem;left:0rem;width:11.9375rem;height:6.5290004167101rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrdX45Ow5D4AwXE8M3cSQrr0DEViGSN { top:9.5625rem;left:36.18736076355rem;width:11.125rem;height:1.4295641472641rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { top:2.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d60EXsE97udn29Cp5GqWPyRwllXqVElQ { width:20.3125rem;height:1rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { width:8.8125rem;height:1.5625rem;top:1.4375rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #NnxFkRUD3I4bQBDmVOSNAMiXTP9aGL2T { width:15.4375rem;height:1.5625rem;top:1.4375rem;left:26.41717338562rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF7FAN1RqNEMLIxhWp3Z82himCCDQgFA { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.875rem;height:1.4244646203467rem;top:1.5625rem;left:16.561670303345rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whrDgmUQaG3ITrekkJppA6dhHsFP2TZC { top:4.1869468688965rem;left:3.1872234344483rem;width:13.625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayDq0XX5e7bTS7yqgmwKBpoXPcIRbRu8 { display:block; }
 }@media only screen and (max-width: 763px) { #RD4vwkZ0hkuJx2Tf1usS2qM6ALtJAD0M { top:0.74875551462175rem;left:7.6244468688962rem;width:10.625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpVW9ui4dKBTUAiXh8kiZ2oPyvhMbX00 { display:block; }
 }@media only screen and (max-width: 763px) { #aBUTLlM0hJo0IrdmOThB2VX5fEyLfPIy { top:0.75rem;left:1.625rem;width:4.3125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2oP826Kc6dVvrJ497mtOoHs8TEzQ9O2 { display:block; }
 }@media only screen and (max-width: 763px) { #cmOPwPSsqwl6fHzTtE7VpdvtXQBkTEyb { width:4.125rem;height:2.5625rem;top:1.25rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { background-color: transparent; background-image: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row > .video-iframe-container { display: none; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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); }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J { border-width: 0; border-radius: 0; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .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; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container { width:20rem;height:48.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e96aea63-75bf-4243-8814-458d7fad0e69/towwwFBC.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.adaptive-delivery-prevent-bg, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.lazyload, #VzfiwaT9CNKaTIqNTp2GMbITMe2msk9J > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #kkGSdl4hR6Nwf5DQOwI79takSPq5xNbT { width:17.4993125rem;height:7.5995625rem;top:15.842782497406rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-number { padding-top:0.38875rem;padding-right:0.338125rem;padding-bottom:0.38875rem;padding-left:0.338125rem;width:2.029375rem;min-width:2.029375rem;height:2.09rem;font-size:1.555625rem;line-height:33.44px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.70625rem;height:0.82625rem;font-size:0.583125rem;line-height:13.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TNM2vzLT2Z6IpbtXi0no31hatUorHrqF { width:14.8105625rem;height:3.93598125rem;display:flex;top:28.503181457519rem;left:2.5442478656769rem;z-index:15008;padding-top:0.05rem;padding-right:0.049375rem;padding-bottom:0.05rem;padding-left:0.049375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #LkoZ9kwHTOr9U4V9s49XeMtQHqIBWvaW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #wv37db8DoZH5HLIho5xOFTbNK772pGra {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #aOR4sTiTtiUDtBFgAbmwkbkv5Ewib3Qo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #Ma8bKEpTUZKEPsCyhuqFQLR88TpiGO4i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #NSzC2uWLfhvXyEH4KhTVUskkocT61UpQ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #HRKzVTym8aWRqfElfTflZUU5sZDtTaOp {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #TXRwTnXhJfyX0snADk7urdWw6vlboJF6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #KxaLTLAPnm3dFt91yP2CfEFCCLGvP2Lo {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #nfi6Hm6Ke4yxLK6fDbGbSd3s7MoT2SvJ {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #lSmHz7D5E3P6rbhyQvNAeoro2F67n3VN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #xovRC6Kq9bfJbFltTEqG7qTc9LNzsmPu {  }
 }@media only screen and (max-width: 763px) { #TNM2vzLT2Z6IpbtXi0no31hatUorHrqF #DTTLhA80QkSU6x3yn0Ph9vwgyPqUEBWH {  }
 }@media only screen and (max-width: 763px) { #DTywzXaI12oso06eIoPR5RpDxEoZ3EmW { width:17.1875rem;height:3.24944375rem;top:11.386891245842rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#101010;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OJ17odIuwcdL4AhtcDPdBLyeyVcxUcV5 { display:flex;width:1.37375625rem;height:1.37375625rem;top:15.842090368271rem;left:4.2318861484527rem; }
 }@media only screen and (max-width: 763px) { #M04gsK6FqaVAlRM5D8RBxVyDAEZqLkdS { width:10.873875rem;height:6.68625rem;top:2.1916483640671rem;left:4.5623617172241rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrc5rtLTgp3FHtTKipirdt6WhdtKX5c { width:19.9993125rem;height:2.43639375rem;top:24.218056678772rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFgqpPAOMPBvucbAz6dLx3CsiLqkD6Fk { width:15.625rem;height:2.9998625rem;top:34.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M60oyUqiMwRMOoLt3RHKmGDckQUZSbNC { display:block; }
 }@media only screen and (max-width: 763px) { #gBbZbdatfqkgq4zuvqKAgV4g3yqNcyre { display:flex;width:1.3125rem;height:1.3125rem;top:17.941094398499rem;left:0.036366874999999rem; }
 }@media only screen and (max-width: 763px) { #snt338FbX3kefeJCSXWXTPJxlfNJ6vpi { display:flex;width:1.25rem;height:1.25rem;top:19.941234111786rem;left:4.2934181690216rem; }
 }@media only screen and (max-width: 763px) { #q8g3nlh4lhldiW0U8cLb11HPOZdOdCGi { width:19.375rem;height:5.2516625rem;top:40.18736076355rem;left:0.3125rem;font-size:0.875rem;color:#101010;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtT02mPuT5T4p6fPQ8s8HGW98WzRkJ3w { width:18.75rem;height:12.4375rem;top:27.3804125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:19.9993125rem;height:3.499725rem;top:0.87458586692813rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:19.9993125rem;height:10.4971rem;top:5.3857875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlGALTZp5x2EX93SnCWBOaTuQVvbfc26 { width:19.9993125rem;height:8.99751875rem;top:17.1329125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkEc23ckc56VaDGXgQD90DAnSXaiERb5 { display:block; }#WkEc23ckc56VaDGXgQD90DAnSXaiERb5 > .row .container { width:20rem;height:31.316400390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiZT2PrTZBwAHU8Mxd5uUZAkTKW5NtWh { width:19.9993125rem;height:3.499725rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOngmxL9Q1pmevLUAxK8ue2ntTzF7EUT { width:19.9993125rem;height:14.99585rem;top:5.3857875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTg7wy8gJtUxos8kdnrH5HsOV9hG2ZbU { width:18.75rem;height:9.74975rem;top:21.566652297974rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2it3epyeIId2cv9aBy3zBNBoDGUXtF { display:block; }#TU2it3epyeIId2cv9aBy3zBNBoDGUXtF > .row .container { width:20rem;height:62.722637695312rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfBZiKiQef12arP8B1c9uXkCoNuTZugU { width:19.4994375rem;height:3.3255rem;top:1.25rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ipCDFDpvJkTy4HinVM9LNnDaz1Jd3N { width:18.875rem;height:55.76745rem;top:6.9558895166012rem;left:0.6880531311035rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ8lRpu5HAW9iIDOoJLE1IVAA7OosgxT { width:19.25rem;height:54.25rem;top:5.8254974420166rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN { background-color:#f5f5f5;background-image:none;display:block; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { background-color: transparent; background-image: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row > .video-iframe-container { display: none; }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .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); }#I2TMAT7rU4KEOcWDTFyAxWdLHa6U6mVN > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u39P44PbO4dqUtbMmqako8gzFE0VJ0it { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0A0PwEDIPTDnUbRVxgchHOzPhdKEuLh { display:block; }
 }@media only screen and (max-width: 763px) { #kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy { display:block; }#kJ3fFAauXf6rx3T2XPMaRsLOnLPwEaxy > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aw6DvpmJEUEka6EX7oGEZIs1DFnSIwSB { width:1.875rem;height:0.123755625rem;top:4.5637445449829rem;left:9.0625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LxKzTeg98pQL1GxFwmDW44Xy6c3mVn91 { width:20rem;height:3.14850625rem;top:0.68653011322019rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TG9gsi7FEdKbOwRN318xcyOekPLarCuh { display:block; }#TG9gsi7FEdKbOwRN318xcyOekPLarCuh > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5sVfOI04hqmtQxM0UJHQunJM5vnak3U { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpC6TrshnK9r30nNRatqOFyZT2pOh60b { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCKsi2U0IXg8aaNP6TZJGl0MHcslrsxg { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd { display:block; }#Ehle33xUy8vwNWLSLbUP5q22c0qQ8cvd > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8WwX389AbsZ6TENwglGJKrAoUEDLTTT { width:18.75rem;height:1.29943125rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgCxXlJ5hfKRHHsCHVOs2IcOXVV1mMx9 { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZXKVoGkRDHfX3wVU5pTfs3DZc1TInUx { width:18.75rem;height:1.79929375rem;top:9.8050375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufLImmFL6gSADZgm0uVD55ILm2nThpi { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI { display:block; }#fnBuFcSwFXO3SKe3P46GwdqgvBUfJTaI > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdtcQq8DFsz8cWgUqkF1SUm7JRinTiMV { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5eBgZHBwUf4R150wlaMBEERP6kR8JFD { width:17.7495625rem;height:4.7808375rem;top:7.173675rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHHyZ0mIrD4OTRq3rMtP0BivT1OsT2Q { width:17.999875rem;height:2.99916875rem;top:13.2045125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i033i5vsUCuAfPhlSvHTArwTW7D9OHAD { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e { display:block; }#MDmEGpVvmfHB7SBwhghB3s28zQFQ8k7e > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMTKli3hlFCKZlpyM4OWbLKTL5TRw1nH { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ETikpb4LGOne9rVsWQUIwfEqlAqlWF { width:18.4375rem;height:4.7808375rem;top:7.173675rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1kIe2bZVlza7ITTmxzupe4yHzDDLTZJ { width:19.43725rem;height:1.4995875rem;top:13.2045125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PZLJOnLmafzMeTBPySQhttrdp0XXalWT { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba72BhzkUo4CraITUksX88bQXrZ4dQc4 { display:block; }#ba72BhzkUo4CraITUksX88bQXrZ4dQc4 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDNWpAzFaEIQGmpropodtv9TZ1fHxUQw { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TSdwPWlxX3eq4Gev2PU1Fl7zKQSKfm { width:19.874875rem;height:6.3744375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDBw6rJXq0wHXHltTUIKHBcADpqINlTz { width:17.999875rem;height:2.99916875rem;top:14.797425rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TzTgn5w9upVQmOXrXcfZKuVRILhcuUsa { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu013eJtc7U1ayGVNTokMXJZZvxS9AHn { display:block; }#lu013eJtc7U1ayGVNTokMXJZZvxS9AHn > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jqxq6T1fT7odBTmZBNHZm6teWUOJd2xy { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN9qAZEfTQHtMA6v7pAiWeT1Np76ndQE { width:19.623875rem;height:4.7808375rem;top:7.173675rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcfzste7U6BgiAQ4MF4N9HMugqEeSg5o { width:17.999875rem;height:4.49875625rem;top:13.2045125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bbgxUS8MhpwAGKiNwWEfxlzLCRPP0zsk { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen { display:block; }#wOLeCTBPsvoUK2LPsnTFNFLZ75wRRRen > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQThqW9XPIQKek0hu1xvgBZqxOZsiVrl { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBkZVtruRzK9XlzT5QuBuFQ6sF9srFRd { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqwACRIMroxoCgAkypEtX1kX6cK9FTUb { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ87SgDVZUalITXOkQNDQqgTEItbTmcs { display:block; }#OZ87SgDVZUalITXOkQNDQqgTEItbTmcs > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8qCWltPOWM8Bekn8BXlXWqBpBF5h3pL { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqrPbJnJDtKdXUferzvr1ZrBSGOBHtxK { width:18.624875rem;height:3.187225rem;top:7.173675rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTvu7F1QVeP5BOgxOtwEsnoRykfJIUwd { width:17.999875rem;height:2.99916875rem;top:11.6109rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TfnCfqTOiO85pf5srWxZBAvxzgfJAhS6 { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS6SkLNTm2wwMntDb2R03ltREJz6dvgP { display:block; }#uS6SkLNTm2wwMntDb2R03ltREJz6dvgP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPMy4bHD8UGouNymxpt0e2GJrL52UT2g { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBEyvxxzv18LdxgvqXqFXfvA9XzzuR3i { width:16.1870625rem;height:4.7808375rem;top:7.173675rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0G72Kq7lhFCrvzL6Dwf0wUWak6FGvk5 { width:18.937375rem;height:4.49875625rem;top:13.2045125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qiNifogTSitnipawqyReXK1CMAcBJHAW { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 { display:block; }#zPr51Zr9h82I5qQ0VklyGHN2etmsLyg5 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvLLGZKxDuzytQ1zyuu5LeygrBauL6yw { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6G3Q3R1b6VyGWTnOfGcIkZpsei2g8Z { width:20rem;height:4.7808375rem;top:7.173675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUpH79X23sROVvrQBQlRCpVrQkyKH80L { width:17.999875rem;height:2.99916875rem;top:13.2045125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QENHyWPkv390P4xgbWcvuuyOPCG4BDpP { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV { display:block; }#WE70BXEKtWwBvr1iJkC0eZZQOFB3PkZV > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVDGsRAuSdAARpdsTabnotV59v3TH3TD { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRQT2zvrzOLyqaQ5SuGE4lHici7F04Tu { width:19.8119375rem;height:4.7808375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suz5Buy56HyEi0KosOWIVuGqkALT7vIa { width:18.75rem;height:2.99916875rem;top:13.2045125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TUI3msuozTT3JAzgl1NfSSyPX8U6k1Gp { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp { display:block; }#hvg8MfsMd3cqk7i4O6fibxsb5Zds4EMp > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp8pocQ8mA97MxpQ2a7Llf6b4VSTqPRe { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QELmZe7pRphBaf4t4s9VG1tqMJ4ZlSWN { width:19.874875rem;height:4.7808375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beW3eLh4sQy3q8Ncaev2A9o2E9xLAucX { width:18.75rem;height:2.99916875rem;top:13.2045125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fpmQEiaOpqn3kxEeyCpL8o2B6o7XuDA7 { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu { display:block; }#OnTEa3uxgUt3RIw7AyTLFtGHbR8eoHdu > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK34o4BHPxt6vaLXSAI35wCCKXlfoWIr { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHMlBrREorE5gwWt4mLuPWFp65QLhbE { width:18.75rem;height:1.3813625rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VtWgiZiuXUw9goSZ3VWRC6qEW4mEuK { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V { display:block; }#G0Vc3xAlzq2q6VnkcF2V6aVPcERdG31V > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXqh7gzsg2TStDMgA1z1L2bzHm7vQTct { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yii3glQWcN8xNJZd7cLAFxfVoJ3CAFp5 { width:19.874875rem;height:4.7808375rem;top:7.173675rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLnliVqpa8v3BvTA2m5azde4xnyJdXgm { width:18.75rem;height:2.99916875rem;top:13.2045125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ju63BTvkPz4ZuGesUv1l3E7aqVghD3NG { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ { display:block; }#OukUDQPyUNdT26llLe2ZBSQKWaliKxXZ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Xrkc2Pw8Vv0TFwcCe9T5FmzJekMMld { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS4OJOxgHuacdzp0EJQnNbIkZQnCPqM7 { width:19.8119375rem;height:4.7808375rem;top:7.1715989112856rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfBd4HLVBTiVeaKTpifHWBkkO1V257Mv { width:18.75rem;height:4.49875625rem;top:13.312362194061rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEDBgHOIOGVnBB5Fg9OvGUavGgO0azx { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA { display:block; }#En9aW8uCH4MGDnPDFkbwN5qwqTy8dHQA > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbV0ixW6ydSrk8kNKlJDbLUfQSAGKVA5 { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutCTkt89o5fkrTrZy9trV6lCiCOi4gG { width:18.312375rem;height:6.3744375rem;top:7.173675rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa7LuQpEMsPy2V9kud0kEMgd9Cb9A3RC { width:18.75rem;height:2.99916875rem;top:14.797425rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #srFTFq4McXi948nd5eyH2NAR4hRBPTtp { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe { display:block; }#eMlNe65ze7l9yyFbt4Z1C5VKdtummnCe > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4gQdStCaRxcs35IvBI2Gk6TGIC0UABC { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywIE1oUaztkmttApfNab5LQXRoKqOcGW { width:19.0625rem;height:4.7808375rem;top:7.173675rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKm7EXbESsuUWXgfsr9fxTbbTsBbF9Ow { width:16.124875rem;height:2.99916875rem;top:13.2045125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yEmiHxmch66xF5oUIV5oterlbTwzuK06 { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS { display:block; }#Ll4cTXedqAGAGaVPVlI0pAtEWAF9pVWS > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPbd0NHaR4gFPCNBb5fRzKtTcCxpJpdq { width:18.75rem;height:1.2990875rem;top:4.6245875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX7mDUbaT3vgEpq8Lo8I9MGGKpKcPaZF { width:18.75rem;height:3.187225rem;top:7.173675rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhJHGKPMhDrDleaClqGzbq5SsfM1Gms { width:18.75rem;height:1.4995875rem;top:11.6109rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gAuTHv0VmqVk4LbsmTD55KLCOC39Ve98 { width:2.1245875rem;height:2.1245875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 { background-color:#eaedef;background-image:none;display:block; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container { background-color: transparent; background-image: none; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container > .video-iframe-container { display: none; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row > .video-iframe-container { display: none; }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .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); }#hAqvuNoBLAZ7gf38AOzm9TswA7KTTZr1 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwkALymX99wa0OIZVDIgHlr01TuC01vH { width:20rem;height:1.13730625rem;top:0.89878273010256rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr { background-color:#eaedef;background-image:none;display:block; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container { background-color: transparent; background-image: none; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container > .video-iframe-container { display: none; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row > .video-iframe-container { display: none; }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .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); }#qDBbrkZ5NXFOdP5hO5yKmTRbPAN9DWXr > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5BcmdATp6XG9EwymLKKeZeAVkdZVMct { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN38sAeFZGgMTXI5bOicFCQg9Pr4mA1l { display:block; }
 }@media only screen and (max-width: 763px) { #tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH { display:block; }#tVkrSxJPHKARbua1h9Z1A9Mnh7D2JsuH > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1tEr884VT5bfsCm154ZSUlC6B6EMXku { width:19.249875rem;height:1.16841875rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UCiEHae7AKRXxXu75fHE3NlFC83acKBa { display:block; }#UCiEHae7AKRXxXu75fHE3NlFC83acKBa > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2wsI7lPvF75DeAOm4n8c1qiaSN2udA { width:20rem;height:20.625rem;top:47.4903454375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2Swau6xA1FXbTD9UNBc1l7A8GtgntB { width:17.7495625rem;height:4.49875625rem;top:2.3119473457336rem;left:1.124170422554rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXRk2JPyKbtnZlLmLvnkXFGQrpBRZ1R { width:19.562375rem;height:19.0030625rem;top:48.4278454375rem;left:0.437625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xbWMJAoXKzIQ7MTMKObLU23zTTX3Dyvc { width:20rem;height:0.0601493125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcx7oKRK1EH6ea5aBEgQ8g5oyWXc5PNO { width:11.25rem;height:11.25rem;top:8.1837668418881rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLAIldXHRZRVd8OnzeTNegHkpAr7W7QV { width:15.625rem;height:4.4987625rem;top:20.8082141875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVAGXUh2gAA2GL8OscQIx6ifbFyFNVOh { width:19.562375rem;height:19.683375rem;top:26.5569704375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N9CDJ656kp6gDvGOOgaceA073E93S3Pa { display:block; }#N9CDJ656kp6gDvGOOgaceA073E93S3Pa > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzd1qUiut0OSsg5e37cUJogBy3q6wCOP { width:20rem;height:11.8125rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whEQxby2K8UkLrbLX3O7vCLR3eHUzbxK { width:18.3745625rem;height:4.49875625rem;top:1.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWEJMJnBVRyb7KuMiAwyw406khNfXQCG { width:19.809875rem;height:10.55725rem;top:41.9375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p0ZodIw6QoZu4BNypQXzxIDhdVCDLok0 { width:20rem;height:0.0615320625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPTg43QLpSxI0ul4CGCJRuR9RbMgHES8 { width:11.25rem;height:11.25rem;top:7.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve9ZtG4ZM5QCqCkBGW8bTHN5NK1IKK64 { width:15.625rem;height:4.4987625rem;top:19.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrkWA5iToc32n5w1NSS3b6JKzsLqLuW { width:20rem;height:14.4344375rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 { display:block; }#VTBacLF61lAKLUvIVVUNFwvd4vpR7w86 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6XhwItKZJCFS9rxXHnOU5dac2In0iJE { width:20rem;height:12.3125rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKdNLC1TxK00oaE1okdRi2cwfIvuSevd { width:20rem;height:5.9983375rem;top:2.4958806037903rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #maVesc45IU4omqpVNa22bHoTsWFIZqwi { width:19.562375rem;height:10.55725rem;top:44.75rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DBTTK3iEiT0R4asrEfuAz9SMzb7BrXfC { width:20rem;height:0.0608406875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTtd3K9cXTl2CFTdG3n2IZfEbseMRM43 { width:11.25rem;height:11.25rem;top:8.3095960617062rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EK6WTEU5IcTSKNTJZXRwy8NZpyHlke { width:15.625rem;height:4.4987625rem;top:20.8089055625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygOSTe0EHbwTf6MWFiEXE7CZRL2WfV0J { width:19.562375rem;height:15.7466875rem;top:26.5576618125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KA6CPa9W3zWlz230AA30GXEy4MyP1qof { display:block; }#KA6CPa9W3zWlz230AA30GXEy4MyP1qof > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcyt3nAtaLyExf1742l8DvyhGCJv28G1 { width:20rem;height:24.625rem;top:79.623874664306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRm8haspsHvZRi1IVfhhwvWeIrGT0QlA { width:20rem;height:2.99916875rem;top:2.8740329742432rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJeNQVKTFTMBV6psECg76vWsHoZD5aWO { width:19.375rem;height:23.2259125rem;top:80.623617172244rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K2ekfu16FMrSRfCgVQTv4OavUyTGxNtf { width:20rem;height:0.0615320625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn5ihennvEwTbhLs7QP2Ek07rgTzamNL { width:11.25rem;height:11.25rem;top:7.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQGlVyPD9uuyMSRsQqKgQ3WpRd9anPU { width:15.625rem;height:4.4987625rem;top:19.811946868896rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SydeihdhMXk1Cz7ZRg5iJL5mMVVlAce9 { width:20rem;height:35.429975rem;top:42.186822891236rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HT97DTTGJrwNnNKBdW1mgQePDp16xen3 { width:15rem;height:4.4987625rem;top:36.547982215881rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHK1hHKkXlATEUDTRVGyKWdG8WNwUmp { width:10.625rem;height:10.625rem;top:25.361588478088rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqooiuNw2AFAHmsKIKJUnnit1RHQaThz { display:block; }#DqooiuNw2AFAHmsKIKJUnnit1RHQaThz > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJHp5l1aNzCah1pW4GDIykktH73KwAMI { width:20rem;height:10.499875rem;top:42.219992637634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ErqQhHd19U7ERUDuCNaBxUw4awUBN9 { width:17.5rem;height:2.99916875rem;top:2.6230645179749rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HprJbfipDNfLyRe2h7wl3m0IDRiT3Uq4 { width:18.6870625rem;height:9.5015rem;top:42.718471527099rem;left:0.655420422554rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hFh3pMApiKhES62AXR34tUTeZSLLWVX6 { width:20rem;height:0.0615320625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuBCncTX32xdRHOJSOnCCWOeXDUtVEEM { width:11.25rem;height:11.25rem;top:7.374170303345rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKGnusSLuydLTtCHNeDJuy6auWJazMT5 { width:15.625rem;height:4.4987625rem;top:19.811918258667rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DakXH7n4fRd1LbanMxupDD9VUufiPQkB { width:19.562375rem;height:15.7466875rem;top:25.312500953674rem;left:0.21778213977814rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 { display:block; }#C314nwTuDVDt9vRrir6C1gyRPiUQPcv2 > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0ednR6A8IRSZupg5MdedLIuu7kusHD { width:20rem;height:22.1875rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfAxax1s4uUAKeWFHFkCD8uhs0EvEnZr { width:18.3745625rem;height:4.49875625rem;top:2.0625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otfv3KburB6fs4UDknI4PKcEOzDJ7rFH { width:19.809875rem;height:21.114475rem;top:60.3125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vyOnt8abOw04UPxMWgOqBXfQs0r3dVuP { width:20rem;height:0.0615320625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVN9tBEgk60ih6eXftgLOnrGtTTvk3U { width:11.25rem;height:11.25rem;top:7.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxSMBaVOuanO3vIsqV7kTCkvf78oZR7z { width:15.625rem;height:4.4987625rem;top:19.811946868896rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQU5LkZK8TiWyTlupQZ4InmWz5RA10pH { width:20rem;height:15.746625rem;top:42.186822891236rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ryH5HsFFrDmmqloG8vEbWrxuqRgSiz8P { width:15rem;height:4.4987625rem;top:36.547982215881rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtqZrSMMSwRIH9HfsOc6w3qzap0oWam { width:10.625rem;height:10.625rem;top:25.361588478088rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 { display:block; }#ovZlWBetZbRt60LMBFKoX9aqHrtGCe11 > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3kDyIiNUp8P8xb5pEUTtqdaWLHnHQ4u { width:20rem;height:11.75rem;top:76.3578415625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUM8JGUDqGTVE2lH4gKa4vVF7VqMecmU { width:17.748875rem;height:4.49875625rem;top:2.1211282908916rem;left:1.1248617172241rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9LNM1E4838AEWcBGyr8CWLAOfq95Ct { width:19.562375rem;height:10.55725rem;top:76.794512819519rem;left:0.437625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zRJC6wDQ8JsqXMhInVTl2XWG89TnSoV7 { width:20rem;height:0.0594579375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgz7X03Dpafhk5kmoXkNaJcLZEpa0ibZ { width:11.25rem;height:11.25rem;top:8.6013555228713rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdM1d66yTIk3WB4sNv2TcRfTUEyHVTON { width:15.625rem;height:4.4987625rem;top:20.8075228125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAOwzlL8Il1iMVAel6ZTUtFlNuEfoNDR { width:19.562375rem;height:48.5521875rem;top:26.5562790625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xDE5kduUCqialpSc4G0GAsM9odQfiv2t { display:block; }#xDE5kduUCqialpSc4G0GAsM9odQfiv2t > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOne4oThN6vWiJePoR7m4Gi0OhyqEb2M { width:20rem;height:12.75rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMSHfyGVJcrQqXRHEPTKSSMuPrPD8X8 { width:18.3745625rem;height:4.49875625rem;top:1.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPomJmUcCIfVHQTDBIN8uxqxJWlrTmxb { width:19.562375rem;height:11.613rem;top:43.129838943481rem;left:0.21778213977814rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kRcDgTPOdENmWTucVVqBMTxSdfrPP1tk { width:20rem;height:0.0615320625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLXl77xKQturePZRT65GA4Wu470sD2m { width:11.25rem;height:11.25rem;top:7.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOCE8lZFCAev9DJJKGm3z6U68kokNMv { width:15.625rem;height:4.4987625rem;top:19.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb6Ei8h7wwdBlcHmQTqOeIAn2MmQi4uF { width:20rem;height:15.7466875rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp { display:block; }#DVsEDlqs0f04LXmmhJgWDNT1pIdROlSp > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsh9JkozOPbNIi0ZM3P5iIRTodc9q6LD { width:20rem;height:8.9375rem;top:55.5496141875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDIhcPuANP2RD99zGeBNeCCWClEwqr5 { width:17.1245625rem;height:4.49875625rem;top:2.9341812133789rem;left:1.655143737793rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ftiKzwPESZqsseEQpTJMlcKu3arT4K { width:19.562375rem;height:7.3900625rem;top:56.1121141875rem;left:0.437625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ADl5LWknXi9fbkag25UhB4SiJ5UXaf8D { width:20rem;height:0.0601493125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfbDqrWHmDEqxVQuiTv4bv0Lt8Er7p3V { width:11.25rem;height:11.25rem;top:9.4959897994994rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSFiL9rBhHIOy4049QW2rpBcQCiyKxb { width:15.625rem;height:4.4987625rem;top:22.3071079375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaTNvZT3QsNT74bHKMzea25gIOnJfNm { width:19.562375rem;height:26.2444375rem;top:28.0558641875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 { display:block; }#thza3m14TwnIQ2yxa5qrsIhzSSUuoG47 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5ZxZ3IeXCoFzH22MiONLNQMahkfPywM { width:20rem;height:14.3125rem;top:44.8658493125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqO7MwRD92KMzXOiRPSbNDeqazF1fpeh { width:20rem;height:4.49875625rem;top:2.4958806037903rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJhm6hAtQNkRRXrFtybtaXTFQRd5h6R { width:19.562375rem;height:12.6686875rem;top:45.8033493125rem;left:0.437625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qfaTcWJEfBmNw7Jl8HIEBX2P1FD4hxAn { width:20rem;height:0.0608406875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHyraOV70CTwMCawL1mozkPSO87NGW4t { width:11.25rem;height:11.25rem;top:8.3095960617062rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grtr1mTgbB5AJCobHSyDFZIF9CTGmvQT { width:15.625rem;height:4.4987625rem;top:20.8089055625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOEm5q5IWqMdMRLbxc3TtebaTTtQODLB { width:19.562375rem;height:17.058875rem;top:26.5576618125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DEZsrOthDu10Rqhve1u41S05KElXif9Q { display:block; }#DEZsrOthDu10Rqhve1u41S05KElXif9Q > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rme9IdG2wVIhTsBgRWTULA6KoT2vfzwq { width:20rem;height:24.8125rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLsmg23lyiODTJv3QxtGn6QbhEm5VAGB { width:18.4375rem;height:4.49875625rem;top:1.5618219375611rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxiZKzLIzt2TIEwM9ev4zzofcxLeh7Ld { width:19.562375rem;height:23.2259125rem;top:59.5625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IW04957BLzBFDGNArBAy88B0cwDocBAM { width:20rem;height:0.0615320625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv44x7oclPNTxNVx9TRkO9Vc9MoPo4B1 { width:11.25rem;height:11.25rem;top:7.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS6lpMtVRalOJQve9bp9RMDV7ktRwGa6 { width:15.625rem;height:4.4987625rem;top:19.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLm84Enfkdye53TevhZWn8t5KhVXF7gX { width:19.562375rem;height:14.4344375rem;top:43.436759948731rem;left:0.21778213977814rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U1h2J0nmL4IWsJWiScPIFLtbK4UC6Ein { width:15rem;height:4.4987625rem;top:37.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEB5FX03Ter47N0TVDULOirR4q0R2rP { width:11rem;height:11rem;top:25.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g { display:block; }#evWTd1ccK4sqyTXT8CNaEshdQuVsgh8g > .row .container { width:20rem;height:87.611325195313rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkCoL9CdHqv4WgtKUJxFhyrDKq3y6y2 { width:20rem;height:33rem;top:54.612121582031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spMGDwtXDpAdqAhO6EVJfoeNnMM7HBFh { width:17.062375rem;height:5.9983375rem;top:2.1183624267578rem;left:1.4684734344482rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRzkR8RIr0e8V1NKD7mVl9wkdk5KKrZ { width:19.562375rem;height:31.6717875rem;top:55.612166324081rem;left:0.437625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s1TSJbd0LqyXM4KQ1avhRfTwVbzZcSoe { width:20rem;height:0.0594579375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTu6OcQ82GwiUCeaCa1lK18lpuftggz { width:11.25rem;height:11.25rem;top:9.3708515167238rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMw1GfRBqkskTiTAwKuBnPETt6dBv8rQ { width:15.625rem;height:7.4979375rem;top:22.3064165625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ac3bcQyqUqP1LDuRSM6MsR4ELNm9Zs { width:19.562375rem;height:22.3078125rem;top:31.0543540625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB { display:block; }#fkboJLQ7CfnyFZ8w8RsfnaUDq4LitLqB > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhVegL67SDErLdTEtCkGzneDmLxvdw4w { width:20rem;height:10.5rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4L38P4uCPu8GxHSNx7sQcEN6LWLwtUJ { width:20rem;height:4.49875625rem;top:1.6240320205689rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIpOzcKVoRKOyuSnXExZTAtuNiFeO1T { width:19.562375rem;height:9.5015rem;top:41.8125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DTTnPtyOJtFfToxRd5JgexeQbcrSsdzo { width:20rem;height:0.0615320625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePRze76FTn6KFOQKIfzadnRNHbcApxQZ { width:11.25rem;height:11.25rem;top:7.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv9B9nTysbbyisKK67mtTaZ21bTpFE4c { width:15.625rem;height:4.4987625rem;top:19.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFqEcalIkKRNg3BuDSbiKIhNbkBO1QlS { width:19.562375rem;height:14.4344375rem;top:25.312500953674rem;left:0.21778213977814rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt { background-color:#f5f5f5;background-image:none;display:block; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container { background-color: transparent; background-image: none; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container > .video-iframe-container { display: none; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row > .video-iframe-container { display: none; }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .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); }#vZgmsgH9w9e4Ie3KnrkflrJiNJBbyNtt > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmD5o5atn8mrf5JSJ7kuyFWO25Hc4y0f { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsnSRQ8MSZOHg5QOWu7i7c2n7tTiCUAC { display:block; }
 }@media only screen and (max-width: 763px) { #TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 { display:block; }#TlnFE9pZ95ne5cqr4gMqLJmQCZyw1aH5 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reT035CTbHmMlVt6dZNbSloI83IVs3iu { display:flex;width:3.12430625rem;height:3.12430625rem;top:1.2659015655518rem;left:8.2183351516725rem; }
 }@media only screen and (max-width: 763px) { #R9ucwOy1QDfmy0HSyKTAK77kPubfuSEh { width:19.9375rem;height:5.85108125rem;top:5.0608406066894rem;left:-0.18673956394196rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#f10a18;display:block; }
 }@media only screen and (max-width: 763px) { #dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs { display:block; }#dJdDctCWGlg1JER9gdpOgnJOMmnXLOXs > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUyRsr1C2BpK57zIsPkq73XTgXwEAuyZ { width:19.8125rem;height:56.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahMwTrIkQmJNKv4I27NEH9t4TM5fiEnr { width:18.75rem;height:51.17251875rem;top:6.2838745117188rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5xXmhaqNHnkK9Couhoxz8plhCokIMms { width:13.125rem;height:2.875rem;top:2.1902656555176rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK { display:block; }#Tc4JTuHqnKAzp71vLVKzNd9sNRwxrNSK > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox6sTEoBGnACkiX8MAPxHCqyyrUXWwgw { width:19.8125rem;height:65.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk33N8ogKOVCzdVuBpadCQMWf1UocW5S { width:18.75rem;height:62.36655625rem;top:5.751522064209rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx106hTuVPrJsMTwDlgq8LsJ0ETAy4iQ { width:10.125rem;height:2.8571237070394rem;top:2.107301235199rem;left:4.9370851516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ { display:block; }#FpGICvTX0PJuFKpZiD3AbRgNzIsc72HQ > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTS41gzONqwrypB4CcHro7R5J1OcquVu { width:19.8125rem;height:43rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOoM2mWnIX0GRFSnk1QbHi7mLCALW2PW { width:18.75rem;height:36.78026875rem;top:6.2831726074219rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn4efmzlLOmUUEBdSxf8oSXeRMbVLdAG { width:12.625rem;height:3.4206002029577rem;top:1.9358401298523rem;left:3.6870851516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT { display:block; }#blJupXrVkcI2ZOJfebU0NxsJmIvWFfTT > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJuZCB0ry0SkNqui4AduumcCaEOA1ELz { width:19.8125rem;height:53.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGXsWm00S2fJq4Hu1B2oMCpm6DcZcm3N { width:18.75rem;height:47.97426875rem;top:6.2831878662113rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PSirnbx4Plo2m7ufxgxIapN9ZJhuHX { width:10rem;height:4.6245875rem;top:1.7021570205689rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y { display:block; }#C1QSgowNNmcZhHQwhNDf7yOGJTvaHS5y > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a65EfA2byfg9xisOBSmRwdpiWs8bXdSH { width:19.875rem;height:50.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFxy1qWrJa9d7rATgFxGmmTKpE9IEvPJ { width:18.8125rem;height:46.3751625rem;top:5.9699935913086rem;left:0.76119995117188rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVxTyM0Ne3RFKqkQyRlgvLdHMEsCutC { width:10.4369375rem;height:2.5rem;top:2.7772402763367rem;left:4.7808351516724rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNPmf55UtCxMnscGrWHBZNZCQQScTm33 { display:block; }#yNPmf55UtCxMnscGrWHBZNZCQQScTm33 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ6FOpmnqmpqcas5mW46pLpTcJkoD9G8 { width:19.8125rem;height:49.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMafH8NGOG19zGkSbLPrCH75h6q2AU6W { width:18.75rem;height:43.17689375rem;top:6.283185482025rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Carw09lQ4whsUJsqkt5T2AiX5bThpJ1w { width:10.8125rem;height:3.25rem;top:2.3879981040954rem;left:4.5934734344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT { display:block; }#XycGSfd3tqMzVeekJxoJgQgIbFLxvMcT > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spDyx6N6c2rTOTCFTMexFbesC5ZTaw0G { width:19.875rem;height:47.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8be9dWOUlN1NSUDewCucHx2QIATTcWk { width:18.75rem;height:41.57770625rem;top:6.2831859588625rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdfKVe2IgVcmmU163RorHat4tU2V1R7 { width:14.4375rem;height:3.9375rem;top:1.7636890411377rem;left:2.7806968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 { display:block; }#CtLrX1Mlrvaporc24AdvwBTJPOF5qAQ6 > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut9lLiyGbEPQ3m8KVhO8lNo9sHIAEn1r { width:20rem;height:89rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0HWS7m34FC9zH6mTG6GDqo5xx2KvyAI { width:18.75rem;height:83.15539375rem;top:6.2838773727419rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2LvnfvnV8TUZxmVL8O5oqyU4Cl4gliQ { width:9.4375rem;height:4.4082937476561rem;top:1.9192476272583rem;left:5.2806968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqiuI4rh81bdncl338pkANirME1p6r6s { display:block; }#yqiuI4rh81bdncl338pkANirME1p6r6s > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1K669JXVIQwL4VqaRMlAbudlJbeicOG { width:19.8125rem;height:84.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXe2lLQpE62zNTvUghCE3osT6XuBlVrD { width:18.75rem;height:78.3580125rem;top:5.7515077590942rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Zr9clTzHtTWebNITpQq7Pvyy5pkgHm { width:8.75rem;height:1.4995875rem;top:2.6050887107849rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF { display:block; }#Gkcek4ZPQVKSi0SrT7oQGW9H7FiUcxpF > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a45pMzkPBBNSi6hZSX72Dg4aWE1nhHL4 { width:19.8125rem;height:68.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8dXZC06heSqp4D9IRsXTssLwfmCf6XD { width:18.75rem;height:62.36655rem;top:5.7508316040039rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZdHGOgc5FKnAQAEZ9mzvuO6WowfdLg { width:17.1875rem;height:1.25rem;top:2.8131918907166rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz { display:block; }#e7QXpRzTTNFZvsd40QiKKw2mGh2Q3uUz > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfwcJ5IR2aD20NZVTcQMJoJH4Ep7w1C4 { width:20rem;height:77.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsW49mL4Un0Nq0J3JK0KD853lIoCHRWO { width:18.75rem;height:71.9613625rem;top:6.2845687866213rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXTwSS7AJfg0KRDdEBzreEThkFrWunBT { width:9.4375rem;height:5.75rem;top:0.57936954498291rem;left:5.2806968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOR0C7V1cna405aWwPWy5FvRtNX3xG6D { display:block; }#cOR0C7V1cna405aWwPWy5FvRtNX3xG6D > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpSZ5xSEP7cX0L8Hd7iMyM676ZpIRXh5 { width:19.8125rem;height:45.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxr5ch8qamfIfzg1tHbg5ZThvL9JO7g1 { width:18.75rem;height:39.97851875rem;top:6.2838134765625rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKT7trk85KBbHgJlnwqXlooaTdXnrpF { width:11.749875rem;height:2.874725rem;top:2.5477046966552rem;left:4.1247234344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm { display:block; }#TR1PRGMVdz5RtKsNdBr2v5FarKV4tRRm > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6BIK49uGdtQ22g5L5DHDNwq5Jn6iIov { width:19.8125rem;height:31.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7RJkTvHE0fDSXrs3m2k0J8MXnSptUKA { width:18.75rem;height:25.58626875rem;top:6.2838783264163rem;left:0.76189136505125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Rccz6RQvpqfQnQ3StnZGC0XumBDtwt { width:13.8125rem;height:2.6127278527057rem;top:2.358268737793rem;left:3.0931968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR { background-color:#f5f5f5;background-image:none;display:block; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container { background-color: transparent; background-image: none; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container > .video-iframe-container { display: none; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row > .video-iframe-container { display: none; }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .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); }#T1KhnJ9UN1Wdk8PEpI89z169NzBhT4qR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGF4StceLEGUmekZ7dLDMT0WqzSmQh8Q { width:17.4993125rem;height:3.43611875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw8sSfdOBugtu5xmq3SvbIU9ckFcaIV7 { display:block; }
 }@media only screen and (max-width: 763px) { #Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk { display:block; }#Nif24VDT3hDk4yF2K1TCXk2J6PQ5iRCk > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwmSpDL5JwncB2LkAxqHR6JTlJNVCXtV { width:19.9993125rem;height:3.6006625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N0gDKTuR18Trz7bNKI0o7xMLo6gITGEw { height:10.5593125rem;width:18.872375rem;top:16.9724875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v55MrM3qgIAF7rg9HyWs4s9ru8QvI9zB { height:10.5240625rem;width:18.81225rem;top:28.7811125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyu9JhfuO4iqGS9tUQx5wOf7ra5T938 { height:10.52475rem;width:18.81225rem;top:5.198425rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC1XZrpIbwHovncAGhC6GeEA1eR0scN { display:block; }#byC1XZrpIbwHovncAGhC6GeEA1eR0scN > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKvI4dIDxG4ZzJBlKZC71QaDLh9AVb7w { width:12.5rem;height:1.57425625rem;top:0.81236171722412rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKJnqBHM4S9uoElSDMLQ6DH3Ve2dVf9O { width:15.43625rem;height:4.124725rem;top:12.365873813629rem;left:2.2815265655517rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciQwVAIy1u2hJgRqb5BDWbN8LUMU2BhT { width:12.687375rem;height:3.73133125rem;top:4.1848721504211rem;left:3.6559734344483rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLfWC8giOmH5g3Vyc0sgJMFsOewSTTCH { width:17.8125rem;height:1.37375625rem;top:10.054617404938rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtKwmJMB74lxAurMPWtBmxuxBqUx44f2 { width:13.125rem;height:2.875rem;top:17.740691796875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz { display:block; }#cLXshfIHFUn4Z3VX03Guzbu2Q7IJaZXz > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4SnqScPckIzTItvkFGGhl0iiHTP7H17 { width:14.562375rem;height:1.57425625rem;top:1.1236305236816rem;left:2.7184734344483rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbGzOggorhRvTsmNsThc63llChIrIuGv { width:11.997375rem;height:3.125rem;top:35.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC59O6LMfU9kD5JRBlNNFy3XSgBUJTqD { width:10.68725rem;height:5.062225rem;top:16.760231971741rem;left:4.6556968688965rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3ZylkSqJqTAIW103bH9OZAS2DW5XSb { width:11.06125rem;height:6.62475rem;top:6.9282360076906rem;left:4.4690265655517rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNMWlvAEBJiJ52xZ2mK4EtJLi7qtzOIJ { width:14.0625rem;height:4.1675875rem;top:21.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwLfIaF6x8daDCDk8D37GoMpLgT9W3R { width:10.12375rem;height:1.7498625rem;top:27.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXepSFngvO8FTECXGxPXMOXm1z5ocLDT { width:15rem;height:4.124725rem;top:4.2215156555176rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6FgEzFR893J0GpkrRlTs9tUqdoroSSc { width:15rem;height:7.062375rem;top:11.323286056519rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A12iLo0TeBTsAQyhFEnJgL6Pm4GVBN1m { width:14.874875rem;height:4.04590625rem;top:30.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyiqHJuCl0bvmtA5ieU4SwbxyiVytE4q { width:15.0625rem;height:2.9249163966842rem;top:39.937084197998rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpkysEtrEOBpeAPIFDa6srRMMekupKG { width:10.8125rem;height:6.0902921710292rem;top:44.111633789063rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 { display:block; }#kl7q53yMDsGzhsSRh9xdx5Vt3Tv9La39 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0li7Iraqyaa5aRXJ8xHOap96gSyuDsB { width:14.562375rem;height:1.57425625rem;top:1.25rem;left:2.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0OWnRWd4s7oD6BPr5zpthaUvNXWTGco { width:12.374875rem;height:3.75rem;top:4.07425625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfU1A8tZAlhGGaq7I6VNeu4fSHhTAZiX { width:12.875rem;height:3.6075079351276rem;top:9.07421875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5zh4tTGcsCMy90woNJUDS6IGsHn27l { display:block; }#dI5zh4tTGcsCMy90woNJUDS6IGsHn27l > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvQ07plAXK1TVmF0oMIHSueNZ8aennKi { width:8.18725rem;height:5.8745875rem;top:8.38634375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmGBKBEAng1e44Kpe3xJ6JSSWyRpZ5t { width:11.99875rem;height:4.2498625rem;top:23.44580625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdiuAUvVi3k9yldf1C4oa7V8iT8todv { width:20rem;height:1.57425625rem;top:0.49971127510071rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5Rz9EAThEvoLkiNmqilOFuzWtZBy4nm { width:12.687375rem;height:3.0620875rem;top:4.07425625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O24fkecrWiTw7wqK6zKG4taoKDvTHNzF { width:5.8123625rem;height:6.684875rem;top:15.51093125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLh0FMmbt0HQ9Gqt7PJizvlbre9bZSit { width:13.5625rem;height:9.3320810282663rem;top:28.94566328125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy { display:block; }#d3qb5V7XdfU6pdSem9wswHB5xXd4y4Xy > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzcdR21Hur9blBNdCZ0zRxwCL9FhhTJL { width:18.8730625rem;height:1.25rem;top:11.227184295654rem;left:0.56346797943115rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKsyiEJzPGWf1PFATUaGpsyJm730vCX { width:20rem;height:1.57425625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0idmRW7RXTuczU2403HUWrcVqbqnybr { width:11.93725rem;height:6.528625rem;top:4.07425625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBrdX45Ow5D4AwXE8M3cSQrr0DEViGSN { width:11.124875rem;height:1.4290625rem;top:14.35288125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd { display:block; }#QJNEgTqfpcqSQ6l8gxrAI3GaurVidfmd > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgXu9ku4R3k9t7o9aeTfe0B1TvxmZHnF { width:19.9993125rem;height:2.43639375rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCECwFbuSia7OTVf3AJMGS0TTzROXKIq { display:block; }#DCECwFbuSia7OTVf3AJMGS0TTzROXKIq > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d60EXsE97udn29Cp5GqWPyRwllXqVElQ { width:19.9993125rem;height:2.2746125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiwNZtZDsqcamedHwdsVFA4kvfIZ4G5w { width:8.872375rem;height:1.624725rem;top:10.3214875rem;left:5.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ens07Oe2631vCtgPw8wX89DRctONDpPv { display:block; }
 }@media only screen and (max-width: 763px) { #NnxFkRUD3I4bQBDmVOSNAMiXTP9aGL2T { width:4.12265rem;height:1.624725rem;top:8.7403240203856rem;left:7.9383294582369rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KF7FAN1RqNEMLIxhWp3Z82himCCDQgFA { display:block; }
 }@media only screen and (max-width: 763px) { #ohDR4CENdMrXFOoPA9L6iWT0Er3ZLeZ0 { width:6.8743125rem;height:1.42284375rem;top:5.8503875732422rem;left:6.5624997615813rem;display:block; }
 }