.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,229,237;--color-primary-1:144,168,196;--color-primary-2:32,81,137;--color-primary-3:16,41,69;--color-primary-4:5,12,21;--color-secondary-0:216,246,222;--color-secondary-1:138,229,155;--color-secondary-2:60,212,88;--color-secondary-3:0,216,6;--color-secondary-4:12,42,18;--color-tertiary-0:255,255,255;--color-tertiary-1:98,98,98;--color-tertiary-2:34,34,35;--color-tertiary-3:37,35,27;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"roboto condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/796vNcQG/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #c32a43;background-color:#c32a43;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { background-color: transparent; background-image: none; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container > .video-iframe-container { display: none; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row > .video-iframe-container { display: none; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .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); }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { border-width: 0; border-radius: 0; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#ieN8CdBCD31bJ9UONAdXTLTEJQmmbenG { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.73828125rem;left:26.375rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3GqDZJITnynE6aPzqOg5ILTld4Qh6C9 { box-sizing:content-box;height:8.625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#NSLr4TZoT2bRaN2y8phNJai8F3o6OZ33 { color:#c32a43;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { 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; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { background-color: transparent; background-image: none; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container > .video-iframe-container { display: none; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row > .video-iframe-container { display: none; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .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); }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { border-width: 0; border-radius: 0; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { color:rgba(var(--color-tertiary-4),1);display:block;width:74rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { color:#000000;display:block;width:72.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.28125rem;height:9.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .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; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff0000;background-image:none;color:#ffffff;padding-top:0.584375rem;padding-right:0.553125rem;padding-bottom:0.584375rem;padding-left:0.553125rem;display:block;align-items:center;width:3.315625rem;min-width:3.315625rem;height:3.13875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.336875rem;font-weight:700;line-height:50.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.364375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.420625rem;height:1.239375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.876875rem;font-weight:700;line-height:19.83px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.6875rem;height:5.91125rem;padding-top:0.73rem;padding-right:0.789375rem;padding-bottom:0.73rem;padding-left:0.789375rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.4248046875rem;left:25.865234375rem;z-index:15003; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #OHJ45fpGHn9m7ThhEuaWTSKc527HsZrf { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #plLuM9iNhU7dBP4zA4po1beMBP4GWR1I { width:auto; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #zgg08WiBETdbsMA7LwS0LS42SGZow3RN {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #HQq5ODapsTuQRwCeiQ7TnQ5IzT63PTnz { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #pdw4Xvd4ymxKCpUAVBnm4gd145NUk1hO {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #W50VIfL6wOCZTJzyJhTdA3M62Ld7mnUU {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #whnotvR0llHwKOAMtTUdHrZCBxFz1mqE { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #becI6SboMU1PRD7ll7BPXBKx2aQ8XmPs {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #GyBXgOlPtn2cEZTw5aEIRa2Ko8hM8xsI {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #rnCZQVwXMZDVCV4vfeqibLiAqDZCPJIx { display:flex;position:relative;top:0rem;left:0rem; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #JxOmtAkA9An2Mr3BQsSG4uO0u2cVTniG {  }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #ClJl4aTG2n0UMMkzMMG1k0fgSRzHvyaK {  }
#ElEfV3f5rvUNTnATfG39o4BNcuCSkluM { display:block;width:64.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.75rem;left:5.4375rem;height:4.54980625rem;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;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#PocAZuGZ761notoPPuiKqE9ZddWga4gQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.375rem;height:12.6875rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:37.8125rem;left:10.8125rem;display:block; }
#PfHsIK0WfXP8hIcJF5N0DfQpyWZpxdsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHki8kmgbiAvI2KGsKL8919BoT0JdCb5 { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:17.9375rem;left:25.5rem;height:3.69921875rem;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; }
#qlCl1JXekEBi2nVDcL7ZAAN58m1Iv8HD { color:#ff0000;display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:21.63671875rem;left:17.5rem;height:5.625rem;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; }
#faRW4FPaSnhB23X4sRyTCFWpnhUwTTdx { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.375rem;height:12.6875rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:41.5rem;left:10.8125rem;display:none; }
#aOwwHwngUqNx9G8yk2fsSkq5XiOQsLBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCazky5uikEn1GeikDWFi13RoBtITiio { display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.23046875rem;left:5.4375rem;height:4.04296875rem;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;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#U0t0THOe50y7cCCapDA1K2uW6R4X3txA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { border-width: 0; border-radius: 0; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#JRJsh8Ia0VcfuQtXAhIB0QUexSHyBsU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#ga0hDyLCS3sMd51Q17Q0cQILwfiHKdAD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#T5FUpDCH93Aor8WMVeG6nV0DpWNiB9Vq { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:102.875rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#s8xUhf424SvCV9LzK7ukcTwgid8VxbOW { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#AR2ksnof1IZUi8oudHFqy7QvMDOxHoxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMcvKwRPVV8yJEZF0Twfk7XtQ19q3nhF { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:109.8125rem;left:7.25rem;height:2.5rem;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:none; }
#hSyi6dd4VHgCy95vHkvZEg3GANwOCDtT { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:105.25rem;left:7.25rem;height:3.999025rem;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:none; }
#srq1agMhACHcVAgGSSAIdLo29sHpud11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container { background-color: transparent; background-image: none; }#srq1agMhACHcVAgGSSAIdLo29sHpud11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container > .video-iframe-container { display: none; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row > .video-iframe-container { display: none; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .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); }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container { border-width: 0; border-radius: 0; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#RnfdBDVC78SpO4y25iQdAB42tUC2slWn { display:block;width:66.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4248046875rem;left:4.3427734375rem;height:;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;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM { 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; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container { background-color: transparent; background-image: none; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container > .video-iframe-container { display: none; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row > .video-iframe-container { display: none; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .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); }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container { border-width: 0; border-radius: 0; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#cv1cftyyXLomShDfx6oWT25VAAE2Mvk8 { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.125rem;left:2.125rem;height:9.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilQpcNqm5c3LRIakXNDfK0ZyrNS0Jgkx { color:#000000;display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.09375rem;height:2.76171875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IyawA8UOnRQhvomu6NtUtFHLggudUTfn { 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:33.125rem;width:53.25rem;top:21.9375rem;left:10.875rem;overflow:hidden;display:block; }
#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { background-color: transparent; background-image: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .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); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { border-width: 0; border-radius: 0; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;position:relative;display:block; }#Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.43519115448rem;left:16.34232711792rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0.34375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krB3CLABletGmTJHLIM7iVQ5uUNMNVxm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:28.4375rem;left:2.40625rem;overflow:hidden;display:block; }
#BTgkRtQ8abir9hkgoXJm6CI1waLKWqhg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:28.125rem;display:block; }
#lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.937515258789rem;left:1.375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:26.3125rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MTt75VMh4pExi3VKSx3zGwbwklFOafaT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.94921875rem;left:27.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:28.4375rem;left:28.34375rem;overflow:hidden;display:block; }
#u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.625rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:52.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.25rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mPtsImcE9OXtsbitmdw00oHLircwzocw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:28.4375rem;left:54.28125rem;overflow:hidden;display:block; }
#bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:53.75rem;left:51.875rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:70.875rem;left:54.3125rem;overflow:hidden;display:block; }
#rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;top:53.75rem;left:25.9375rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:70.875rem;left:28.375rem;overflow:hidden;display:block; }
#aMadluyhQptfPMyBWliywiz7vug8O8AQ { box-sizing:content-box;height:38.75rem;width:23.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:53.75rem;left:0rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:63.125rem;left:27.25rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:63.125rem;left:53.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.25rem;width:18.25rem;top:70.875rem;left:2.4375rem;overflow:hidden;display:block; }
#gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:61.0625rem;left:1.375rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:56.0625rem;left:27.5625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiTl80NKkmFrdOZgXZZMpOqrxbA0M13s { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:56.0625rem;left:52.25rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xq50HezSRifJ8h8Hy3A5EqOBTuIzSf4I { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:56.0625rem;left:0.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfPXPPl0JTGJ2qavXssgvrC4EGRqHMq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:63.125rem;left:53.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JGv9I5s360T1BeTDh1hazp20lz0gxPoR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { background-color: transparent; background-image: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .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); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { border-width: 0; border-radius: 0; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.46484375rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 { 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; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { background-color: transparent; background-image: none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container > .video-iframe-container { display: none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row > .video-iframe-container { display: none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .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); }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { border-width: 0; border-radius: 0; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { font-size:0.875rem;font-family:arial;height:106.1875rem;width:75rem;position:relative;display:block; }#Dyzn46dhOyLTt8WXuHGt9EQAXu99JK2K { box-sizing:content-box;height:96.8125rem;width:51.75rem;position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;top:5.625rem;left:12.4375rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(27,57,128,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eyHuQrQi7mImGUZ38kWwJxI8UztKDcpz { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:83.625rem;left:8.3125rem;height:2.5996125rem;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; }
#d3ykOiFmi2tBoy9vFZVFTGkD3emdKrIw { position:absolute;display:block;z-index:15124;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.875rem;width:5.4375rem;top:97.1875rem;left:56.1875rem;overflow:hidden;display:block; }
#OlZ9UdJI2x2PJOefI94SwRmpC08tCnim { position:absolute;display:block;z-index:15125;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.125rem;width:2.125rem;top:97.0625rem;left:15rem;overflow:hidden;display:block; }
#ACPgfvCVoZ2giiRPU3lQUOxGTQ8WCgp0 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15061;line-height:1.6;letter-spacing:0;top:97.3125rem;left:37.875rem;height:1.6621125rem;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:left;text-align-last:left;display:block; }
#hTOtVAU0K3MPCxsrTU7wSx5eG4wCQxy5 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:97.1875rem;left:18.1875rem;height:1.6621125rem;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:left;text-align-last:left;display:block; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .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; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c32a43;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.7625rem;padding-right:0.67625rem;padding-bottom:0.7625rem;padding-left:0.67625rem;display:block;align-items:center;width:4.056875rem;min-width:4.056875rem;height:4.0975rem;position:relative;font-family:var(--headlines-font-family);font-size:3.049375rem;font-weight:700;line-height:65.56px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.409375rem;height:1.62rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.14375rem;font-weight:400;line-height:25.92px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL { 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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.625rem;height:7.71875rem;padding-top:0.953125rem;padding-right:0.965625rem;padding-bottom:0.953125rem;padding-left:0.965625rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.8125rem;left:23.720703125rem;z-index:15127;display:none; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDH8hpet0CGAlsJv89QnVkNKUAH6AHUR { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #B4uZa0oq98hZHgm9zXTXaBU8PQ1qNEx1 { width:auto; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #p7a1fTQv4udSNUv6FRaUDdrgvnZSesqF {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDhvmE6CfF5bOUevUUaFof49poPlvPOx { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #ocNWAqEGxOH5tde1gbv1k7SMmTXl6JTD {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Dr4TCCmenycrSMg5TwiZNA2ZQrmrqxNL {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #zxOfJqLonQQcSFVDDMJzq3fSDrGZyWCO { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #wnFNcGeuPikc6JnOeloCQ6b4rLHEmgII {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #DIsdMcKTLDDOGeOMwJn08HaBKW4u02bp {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #dIMhFytroJbbTk7COoP4n1mCbp3hXk5C { display:flex;position:relative;top:0rem;left:0rem; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Ag6GhR15D7pBFHSAXQOOsMu2aE8EcaH0 {  }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #qXMLBbQDGCnI8ZALuqchpKgOKWkRQW3s {  }
#iG9cFaGaAcnlCU8oby92imkcbnC9JSKm { box-sizing:content-box;height:21.375rem;width:54.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:11rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
#kXaFbJO2w0ShVeaL8dWapSDhxRANJTBt { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:50.978515625rem;left:21.53125rem;height:1.60546875rem;display:block; }
#ufbC4eBEIILP2GVzn17x6JeKPR8qxJvm { box-sizing:content-box;height:6.6875rem;width:31.3125rem;position:absolute;display:block;z-index:15034;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:22.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#XbTRclhPnBeXGw1mm2a0PdhIl91NCMET { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15049;line-height:1.4;letter-spacing:0;top:10rem;left:28.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcTSvTft0s1RqE4vff6E5PyVKQzREUdC { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:15.4375rem;left:29.875rem;height:3rem;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; }
#MSLoSqfFhbKInAE0RNyVmWOdpPXP2f5o { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15096;line-height:1.6;letter-spacing:0;top:15.0625rem;left:39.5625rem;height:3.79980625rem;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; }
#P0B2T5F5tx5Twv6A0s7puUApTm4P3m4K { position:absolute;display:block;z-index:15067;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.9375rem;width:21.375rem;top:19.3125rem;left:27.75rem;overflow:hidden;display:block; }
#QomGco5A0DWkIp6F61Z3cgUXRxuE57RI { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:35.6875rem;left:29.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7XVIaRT46T31lRlKnsrddpXd78Az4yD { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:35.0625rem;left:34.8125rem;height:2.64355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b9zKWyHLqdiMmeIzqKBhR9A9fPO6T0p2 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:35.6875rem;left:42.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pmCZIsrR2ab7VsuVPuBkOlnRVAH2CJMd { box-sizing:content-box;height:3.125rem;width:28.3125rem;position:absolute;display:block;z-index:15036;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:34.75rem;left:23.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#P7GAe4rvoChop9q6Kur6BqRTcrIRQSwN { box-sizing:content-box;height:19.9375rem;width:31.125rem;position:absolute;display:block;z-index:15035;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:14.5625rem;left:22.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gRspGZceRwPiGqSvGF9zOVTNgZxNTcWk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:40.708984375rem;left:21.5rem;height:1.60546875rem;display:block; }
#TNTh0HMtU7zeBUTEf6HIICa5R6PP0nE5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:40.54296875rem;left:18.625rem; }
#Q12crLrbrmZSGyZMhOUNytw4uatINflq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:44.0625rem;left:21.625rem;height:1.60546875rem;display:block; }
#vz3QTuLoZA5Eba8TA4tTfEZaXsrd16QE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:43.896484375rem;left:18.625rem; }
#vGrGhsloxWMwTgRQIBw1ZRSWeXAH1gOW { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:47.375rem;left:21.5rem;height:1.60546875rem;display:block; }
#U4nl0v0HMBsL2sq3aKO85m9glIeoqbQk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:47.208984375rem;left:18.625rem; }
#va0ZpSytFo9bzkWFGyOivw38reqxaKi3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:50.8125rem;left:18.625rem; }
#MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:54.4375rem;left:21.6875rem;height:1.60546875rem;display:block; }
#UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:54.25rem;left:18.625rem; }
#yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:57.6875rem;left:21.5625rem;height:3.1484375rem;display:block; }
#UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:57.5rem;left:18.625rem; }
#Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:61.1875rem;left:21.5625rem;height:1.60546875rem;display:block; }
#O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:61rem;left:18.625rem; }
#GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:64.625rem;left:21.5625rem;height:1.60546875rem;display:block; }
#DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:64.4375rem;left:18.625rem; }
#Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:68.125rem;left:21.5625rem;height:3.1484375rem;display:block; }
#qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:67.9375rem;left:18.625rem; }
#epUJS1fohDid3SbwSqG1wIdXsrA0QBHZ { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:74.875rem;left:26.3125rem;height:3.3994125rem;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; }
#VQwmWQ9s7rNfLBVoAJ71QSinmO3GiGul { color:#ff0000;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;top:78.2734375rem;left:24.875rem;height:8.125rem;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; }
#U3Fwshf9oU6QSnJeKc2RNQi7CpDzKNuA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.0625rem;height:7.625rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:87.375rem;left:14.78125rem;display:block; }
#O9fw1lFa1pmIpKDn8iMPSzZeDDVusizt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g10fyQ7UxJRGEL7RmcHXKN3IZSleoIu2 { box-sizing:content-box;height:0.1875rem;width:51.75rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.875rem;left:12.4375rem;display:block; }
#CX0sqCF9BgCS1ZaebXmrAKx6ZNorwNLt { box-sizing:content-box;height:0.124511875rem;width:31.1875rem;position:absolute;display:block;z-index:15132;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.375rem;left:22.4375rem;display:block; }
#kZXZDbKcsXzmTbg7R01Pt6AGOUrZvDIC { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#E1VSeFlMQcruXqg009wgqkf10bMQDJRu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AbP15A70US4TzVIolyR39vPXMvHz6aya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { border-width: 0; border-radius: 0; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { font-size:0.875rem;font-family:arial;height:125rem;width:75rem;position:relative;display:none; }#kDVsmbslWQmI3H8Hpx929QzaO6cFJOuk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:56.125rem;left:8.5625rem; }
#k7F0cLxodsF29EylNXZm5wcoRcdPe2NU { color:rgba(var(--color-tertiary-4),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:56.125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#a6iZ0coTJBDrFHxJai5THpZLbTTy4vSd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:59.125rem;left:8.5625rem; }
#Q2816xXC8iu3abSUTCkEAs217F3Qprs9 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:59.125rem;left:11.6875rem;height:1.7871125rem;display:block; }
#KG3igDkIfaQHLE2BttE8PQvNffqkkhAR { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:65.3125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#w437JFwzCA5pqNvAWkHMnT2boqJbqJqJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:65.3125rem;left:8.5625rem; }
#TDDJ446A2JUFWNoXQV4DiTymQyZFWZGK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:62.1875rem;left:8.5625rem; }
#GBEPZKE5JyILgU2XfSkC6Sa52RZJ4R3p { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:62.1875rem;left:11.6875rem;height:1.7858875rem;display:block; }
#WD6yRgGvNWxRB6lh2IvU89CTTo5uUamZ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:71.5rem;left:11.6875rem;height:1.7858875rem;display:block; }
#WD451ETTszxShRqItQBUyP5zX8UqM8Oi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:71.5rem;left:8.5625rem; }
#xNC2V2aMlJx8pgq8JKmWIl0d4i6xWV2u { position:absolute;display:block;z-index:15034;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.625rem;width:29.5rem;top:13.5rem;left:3rem;overflow:hidden;display:block; }
#Zde22bh5vTPfqqKkJnEMoVcvmEAXewTb { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74.625rem;left:11.6875rem;height:1.7858875rem;display:block; }
#fFGak1yXLBbRHhdlATqo5wkJEFhnwfoh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:74.625rem;left:8.5625rem; }
#I5LdGr14NX1AZmvdAGHneClRJFsAwVD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:block; }
#nKCQL904LlXGLAqhOrfngdue9k7EpBoM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem; }
#WBwFxGlTOgEUEtKxKiFaNi4Giogts4Hw { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:92rem;left:6.5rem;display:block; }
#yXkTRqs58Cw45IEHisF8tA7Cxo6b3U6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SE3Wacpp52bveZLo4OCJIAsDA8iOZANk { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#qzOMZNDc8VDEe0TSyzbhQ7XyrBxCRug6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#ThqsTPahp3paxk4U6xzKqRse0Ww83x9G { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77.8125rem;left:11.6875rem;height:1.7858875rem;display:none; }
#d7ZqhITSIEVf5qkl2TFm5ufGF2u4URob { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:77.8125rem;left:8.5625rem;display:none; }
#Uat0ayFHnBWGmXNM3f6TpoI5FmncRTwJ { box-sizing:content-box;height:19.9375rem;width:21.75rem;position:absolute;display:block;z-index:15103;background-color:#f8f8f8;background-image:none;box-shadow: none;border-top:0.125rem solid #c32a43;border-left:0.125rem solid #c32a43;border-right:0.125rem solid #c32a43;border-bottom:0.125rem solid #c32a43;top:34.875rem;left:50.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#xcN5PbXXqdzliTHqsAMMGLESMUF5EI9k { box-sizing:content-box;height:3.125rem;width:18.9375rem;position:absolute;display:block;z-index:15104;background-color:#dfdfdf;background-image:none;box-shadow: 0rem 0.1875rem 0.3125rem #c32a43 ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:55.0625rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#DeTy7bPo4ilqn5hn1rvRx74b71fP8Qr4 { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:56.0625rem;left:64.8125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TZk6vCpmFKbdW8cbQOXVbeLFbmCG7PR6 { color:rgba(var(--color-primary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:55.5rem;left:58.0625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aZKtJWuvgucqVhQgAgHOsdzF5wpyt31k { color:rgba(var(--color-primary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:56.0625rem;left:53.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oIPoyzFipmK0Vzk6cHn7bvnad8WLGFB8 { box-sizing:content-box;height:6.6875rem;width:22rem;position:absolute;display:block;z-index:15102;background-color:#c32a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:50.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:none; }
#UFSO5JxstHU3MZEkOJz3KEbwbGvPdg4i { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5615rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.4375rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TdRGeQBGfNgzFRqDC9mLPaqQ77pcPTTC { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#mHyOGf2oLmXlmrDvF90Iih9PqbXBx3Tg { color:#c32a43;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15164;line-height:1.6;letter-spacing:0;top:35.5625rem;left:61.0625rem;height:3.80005rem;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:none; }
#fs89Z42iJ4SFTyyhPLhW5rhPM98M1Frx { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15062;line-height:1.6;letter-spacing:0;top:36.1875rem;left:6.5625rem;height:2.5rem;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:none; }
#DxQxOoVT8knHGTsQxmFcNNmu5E47BBlS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xipELNfGpnBfd50fo8TwAtaGlkEdCTMl { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:2.3125rem;left:7.9375rem;height:2.8995rem;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:none; }
#Z3c2E6bu7Clcrx3X0mLgNxA4NXMCy7vm { color:#ff0000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:5.375rem;left:7.9375rem;height:7.999525rem;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:none; }
#sHFD2z0NhWnlkPuyJRNxWzTNgXino58n { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:9.3125rem;left:7.9375rem;height:2.600025rem;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:none; }
#Zf8gTX5MfebtTbrLxDzuiAMio4UWnD09 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:12.75rem;left:7.0625rem;display:none; }
#MCX7Dm9uGLatPShT8Tf8m7Vhf1kWJGeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BB2ZyayNdhDvEc4QJAcwW1zvxAUUKeW4 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.75rem;height:1.70003125rem;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:left;text-align-last:left;display:none; }
#Q8AgorGzFWsvI0rlIrv15S1upRF3TlMT { position:absolute;display:block;z-index:15107;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.125rem;width:2.125rem;top:23.5625rem;left:13.75rem;overflow:hidden;display:none; }
#lTrXFznDqwUSGfEEufmpzMDBTbXkoLqO { position:absolute;display:block;z-index:15106;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.875rem;width:5.4375rem;top:23.5rem;left:58.4375rem;overflow:hidden;display:none; }
#Wscc3b5VLGzkAN4oOnDZ5vefSLcRGSLC { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.125rem;height:1.70003125rem;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:left;text-align-last:left;display:none; }
#l47lo89Qimg2mfnXFqnZO9fk2buglayA { box-sizing:content-box;height:0.1875rem;width:71.875rem;position:absolute;display:block;z-index:15132;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:118.9375rem;left:1.5625rem;display:none; }
#eMcSurqEfrRrco2DTK9wSHI656yzaB20 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b3980;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; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { background-color: transparent; background-image: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container > .video-iframe-container { display: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container { display: none; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .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); }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { border-width: 0; border-radius: 0; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { color:#ede319;display:block;width:74.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVbm41nTMevRiTR7yd1738lkmvNKFTqi { color:rgba(var(--color-tertiary-0),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10rem;left:0.1875rem;height:19.40625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { border-width: 0; border-radius: 0; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:none; }#sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.96875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#1b3980;background-image:none;vertical-align:top; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#ffffff; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-weight:300;font-style:normal;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.adaptive-delivery-prevent-bg, #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.lazyload, #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-trigger.lazyloading { background-image: none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { box-sizing:content-box;height:auto;width:72.310625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.2431998252869rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk { display:none; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OkIwsfed8t7gqOkKzNemg42CgxQ2783L { display:block;position:relative; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 { display:none; }
#T80ploo63TrGiFE3FBswb8S6La9rziOO { 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; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { background-color: transparent; background-image: none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container > .video-iframe-container { display: none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row > .video-iframe-container { display: none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .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); }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { border-width: 0; border-radius: 0; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#WZ6VtOVHDBh1DlgSDzThf7P2o0OIh3aq { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:1.75rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#J2ISRSFT11SybhEdfT6FcBETO3oCT22V { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:4.4375rem;left:7.5625rem;height:4rem;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; }
#WLJqewhNlxH3eK3ZLVolxfXV1Kweh7QL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:9.0625rem;left:7.5625rem;height:2.5rem;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; }
#Ra18dPXnTWl17udKHg7DVfNceBiVol7N { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:14.5625rem;left:7.0625rem;display:block; }
#s7oz8yxtFdFg3oEftKFMm62K4NcO1Gtq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn > .row .container { border-width: 0; border-radius: 0; }#kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#cireirBwWr4TgDNfTyLM69upVsgMp1So { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#oldeOluqLMPuM07osBmaVUTkC6UaPBJS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:119.625rem;left:53.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#dBLlauTTvQlyV8H5y1GGiSc59GiNevas { box-sizing:content-box;height:25.0625rem;width:73.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:102.875rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.375rem solid #ff0000;border-left:0.375rem solid #ff0000;border-right:0.375rem solid #ff0000;border-bottom:0.375rem solid #ff0000;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#SrRguyqNvrNwKIuuPru1S4g1dBDgF4Ks { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.6875rem;height:10rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:115rem;left:6.75rem;display:none; }
#bOUnAaiooHAOdb6FRAFsTWywPHyi95fN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVL3qoH1n7NTcLgCBIA12fx1iEdOKnHC { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:109.8125rem;left:7.25rem;height:2.5rem;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:none; }
#h362K5EoBU9Cuub7yzkVtbl8CfhcEmE1 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:105.25rem;left:7.25rem;height:3.999025rem;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:none; }
#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-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:none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.adaptive-delivery-prevent-bg, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyload, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyloading { background-image: none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { border-width: 0; border-radius: 0; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 { 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; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { background-color: transparent; background-image: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { display: none; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .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); }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { border-width: 0; border-radius: 0; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.59304046630859rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC { display:block; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieN8CdBCD31bJ9UONAdXTLTEJQmmbenG { top:0.6875rem;left:12.5625rem;width:35.1875rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GqDZJITnynE6aPzqOg5ILTld4Qh6C9 { top:0rem;left:0rem;width:16.25rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSLr4TZoT2bRaN2y8phNJai8F3o6OZ33 { top:1.0625rem;left:0rem;width:14.75rem;height:6.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { display:block; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { top:6.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .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; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .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; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { display:flex;width:18rem;height:5.0625rem;top:28.375rem;left:12.240234375rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #OHJ45fpGHn9m7ThhEuaWTSKc527HsZrf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #plLuM9iNhU7dBP4zA4po1beMBP4GWR1I {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #zgg08WiBETdbsMA7LwS0LS42SGZow3RN {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #HQq5ODapsTuQRwCeiQ7TnQ5IzT63PTnz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #pdw4Xvd4ymxKCpUAVBnm4gd145NUk1hO {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #W50VIfL6wOCZTJzyJhTdA3M62Ld7mnUU {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #whnotvR0llHwKOAMtTUdHrZCBxFz1mqE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #becI6SboMU1PRD7ll7BPXBKx2aQ8XmPs {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #GyBXgOlPtn2cEZTw5aEIRa2Ko8hM8xsI {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #rnCZQVwXMZDVCV4vfeqibLiAqDZCPJIx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #JxOmtAkA9An2Mr3BQsSG4uO0u2cVTniG {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #ClJl4aTG2n0UMMkzMMG1k0fgSRzHvyaK {  }
 }@media only screen and (max-width: 763px) { #ElEfV3f5rvUNTnATfG39o4BNcuCSkluM { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PocAZuGZ761notoPPuiKqE9ZddWga4gQ { width:46.75rem;height:12.6875rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfHsIK0WfXP8hIcJF5N0DfQpyWZpxdsT { display:block; }
 }@media only screen and (max-width: 763px) { #fHki8kmgbiAvI2KGsKL8919BoT0JdCb5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCl1JXekEBi2nVDcL7ZAAN58m1Iv8HD { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faRW4FPaSnhB23X4sRyTCFWpnhUwTTdx { width:46.75rem;height:12.6875rem;top:41.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOwwHwngUqNx9G8yk2fsSkq5XiOQsLBK { display:block; }
 }@media only screen and (max-width: 763px) { #UCazky5uikEn1GeikDWFi13RoBtITiio { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t0THOe50y7cCCapDA1K2uW6R4X3txA { display:none; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JRJsh8Ia0VcfuQtXAhIB0QUexSHyBsU1 { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga0hDyLCS3sMd51Q17Q0cQILwfiHKdAD { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5FUpDCH93Aor8WMVeG6nV0DpWNiB9Vq { top:102.875rem;left:0rem;width:47rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8xUhf424SvCV9LzK7ukcTwgid8VxbOW { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AR2ksnof1IZUi8oudHFqy7QvMDOxHoxP { display:block; }
 }@media only screen and (max-width: 763px) { #uMcvKwRPVV8yJEZF0Twfk7XtQ19q3nhF { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSyi6dd4VHgCy95vHkvZEg3GANwOCDtT { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #srq1agMhACHcVAgGSSAIdLo29sHpud11 { display:block; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnfdBDVC78SpO4y25iQdAB42tUC2slWn { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM { display:block; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv1cftyyXLomShDfx6oWT25VAAE2Mvk8 { top:4.125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilQpcNqm5c3LRIakXNDfK0ZyrNS0Jgkx { top:15.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyawA8UOnRQhvomu6NtUtFHLggudUTfn { top:21.9375rem;left:0rem;width:47.75rem;height:29.703638497653rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK { display:none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { top:2.375rem;left:2.716796875rem;width:42.25rem;height:3.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { top:11.625rem;left:0rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { top:13.9375rem;left:0rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krB3CLABletGmTJHLIM7iVQ5uUNMNVxm { top:28.4375rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgkRtQ8abir9hkgoXJm6CI1waLKWqhg { top:8.3125rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { top:18.9375rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { top:11.625rem;left:12.3125rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { top:13.9375rem;left:12.6875rem;width:22.4375rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTt75VMh4pExi3VKSx3zGwbwklFOafaT { top:20.9375rem;left:13.6875rem;width:20.375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { top:28.4375rem;left:14.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { top:11.625rem;left:24.625rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { top:13.9375rem;left:25.3125rem;width:22.4375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { top:18.9375rem;left:27.375rem;width:20.375rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPtsImcE9OXtsbitmdw00oHLircwzocw { top:28.4375rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { top:53.75rem;left:24.625rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { top:70.875rem;left:29.5rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { top:53.75rem;left:12.3125rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { top:70.875rem;left:14.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMadluyhQptfPMyBWliywiz7vug8O8AQ { top:53.75rem;left:0rem;width:23.125rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { top:63.125rem;left:13.625rem;width:20.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { top:63.125rem;left:27.4375rem;width:20.3125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { top:70.875rem;left:0rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { top:61.0625rem;left:0rem;width:20.375rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { top:56.0625rem;left:13.9375rem;width:19.8125rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiTl80NKkmFrdOZgXZZMpOqrxbA0M13s { top:56.0625rem;left:25.3125rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq50HezSRifJ8h8Hy3A5EqOBTuIzSf4I { top:56.0625rem;left:0rem;width:22.4375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPXPPl0JTGJ2qavXssgvrC4EGRqHMq3 { top:171.375rem;left:0rem;width:19.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { display:block; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { top:2.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 { display:block; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dyzn46dhOyLTt8WXuHGt9EQAXu99JK2K { top:5.625rem;left:0rem;width:47.75rem;height:96.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHuQrQi7mImGUZ38kWwJxI8UztKDcpz { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ykOiFmi2tBoy9vFZVFTGkD3emdKrIw { top:97.1875rem;left:42.3125rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZ9UdJI2x2PJOefI94SwRmpC08tCnim { top:97.0625rem;left:1.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACPgfvCVoZ2giiRPU3lQUOxGTQ8WCgp0 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOtVAU0K3MPCxsrTU7wSx5eG4wCQxy5 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .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; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .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; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL { display:flex;width:25.625rem;height:7.6875rem;top:1.8125rem;left:10.095703125rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDH8hpet0CGAlsJv89QnVkNKUAH6AHUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #B4uZa0oq98hZHgm9zXTXaBU8PQ1qNEx1 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #p7a1fTQv4udSNUv6FRaUDdrgvnZSesqF {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDhvmE6CfF5bOUevUUaFof49poPlvPOx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #ocNWAqEGxOH5tde1gbv1k7SMmTXl6JTD {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Dr4TCCmenycrSMg5TwiZNA2ZQrmrqxNL {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #zxOfJqLonQQcSFVDDMJzq3fSDrGZyWCO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #wnFNcGeuPikc6JnOeloCQ6b4rLHEmgII {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #DIsdMcKTLDDOGeOMwJn08HaBKW4u02bp {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #dIMhFytroJbbTk7COoP4n1mCbp3hXk5C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Ag6GhR15D7pBFHSAXQOOsMu2aE8EcaH0 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #qXMLBbQDGCnI8ZALuqchpKgOKWkRQW3s {  }
 }@media only screen and (max-width: 763px) { #iG9cFaGaAcnlCU8oby92imkcbnC9JSKm { top:3.625rem;left:0rem;width:47.75rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaFbJO2w0ShVeaL8dWapSDhxRANJTBt { top:50.9375rem;left:7.90625rem;width:31.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbC4eBEIILP2GVzn17x6JeKPR8qxJvm { top:7.875rem;left:8.8125rem;width:31.3125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTRclhPnBeXGw1mm2a0PdhIl91NCMET { top:10rem;left:14.5625rem;width:20.5625rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTSvTft0s1RqE4vff6E5PyVKQzREUdC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLoSqfFhbKInAE0RNyVmWOdpPXP2f5o { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0B2T5F5tx5Twv6A0s7puUApTm4P3m4K { top:19.3125rem;left:14.125rem;width:21.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QomGco5A0DWkIp6F61Z3cgUXRxuE57RI { top:35.6875rem;left:16.125rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7XVIaRT46T31lRlKnsrddpXd78Az4yD { top:35.0625rem;left:21.1875rem;width:7.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9zKWyHLqdiMmeIzqKBhR9A9fPO6T0p2 { top:35.6875rem;left:28.4375rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCZIsrR2ab7VsuVPuBkOlnRVAH2CJMd { top:34.75rem;left:10.3125rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GAe4rvoChop9q6Kur6BqRTcrIRQSwN { top:14.5625rem;left:8.8125rem;width:31.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRspGZceRwPiGqSvGF9zOVTNgZxNTcWk { top:40.6875rem;left:7.875rem;width:33.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTh0HMtU7zeBUTEf6HIICa5R6PP0nE5 { top:40.5rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q12crLrbrmZSGyZMhOUNytw4uatINflq { top:44.0625rem;left:8rem;width:23.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3QTuLoZA5Eba8TA4tTfEZaXsrd16QE { top:43.875rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGrGhsloxWMwTgRQIBw1ZRSWeXAH1gOW { top:47.375rem;left:7.875rem;width:23.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nl0v0HMBsL2sq3aKO85m9glIeoqbQk { top:47.1875rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0ZpSytFo9bzkWFGyOivw38reqxaKi3 { top:50.8125rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { top:54.4375rem;left:8.0625rem;width:31.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { top:54.25rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { top:57.6875rem;left:7.9375rem;width:21.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { top:57.5rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { top:61.1875rem;left:7.9375rem;width:23.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { top:61rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { top:64.625rem;left:7.9375rem;width:23.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { top:64.4375rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { top:68.125rem;left:7.9375rem;width:21rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { top:67.9375rem;left:5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epUJS1fohDid3SbwSqG1wIdXsrA0QBHZ { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwmWQ9s7rNfLBVoAJ71QSinmO3GiGul { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Fwshf9oU6QSnJeKc2RNQi7CpDzKNuA { width:47.0625rem;height:7.625rem;top:87.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fw1lFa1pmIpKDn8iMPSzZeDDVusizt { display:block; }
 }@media only screen and (max-width: 763px) { #g10fyQ7UxJRGEL7RmcHXKN3IZSleoIu2 { top:72.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0sqCF9BgCS1ZaebXmrAKx6ZNorwNLt { top:19.375rem;left:8.8125rem;width:31.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZXZDbKcsXzmTbg7R01Pt6AGOUrZvDIC { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1VSeFlMQcruXqg009wgqkf10bMQDJRu { top:28.8125rem;left:27.25rem;width:20.5rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbP15A70US4TzVIolyR39vPXMvHz6aya { display:none; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kDVsmbslWQmI3H8Hpx929QzaO6cFJOuk { top:56.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7F0cLxodsF29EylNXZm5wcoRcdPe2NU { top:34.125rem;left:0rem;width:15.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iZ0coTJBDrFHxJai5THpZLbTTy4vSd { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2816xXC8iu3abSUTCkEAs217F3Qprs9 { top:22.375rem;left:0rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3igDkIfaQHLE2BttE8PQvNffqkkhAR { top:48.9375rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w437JFwzCA5pqNvAWkHMnT2boqJbqJqJ { top:65.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDDJ446A2JUFWNoXQV4DiTymQyZFWZGK { top:62.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBEPZKE5JyILgU2XfSkC6Sa52RZJ4R3p { top:42.6875rem;left:0rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD6yRgGvNWxRB6lh2IvU89CTTo5uUamZ { top:44.75rem;left:0rem;width:16.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD451ETTszxShRqItQBUyP5zX8UqM8Oi { top:71.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNC2V2aMlJx8pgq8JKmWIl0d4i6xWV2u { top:13.5rem;left:0rem;width:29.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zde22bh5vTPfqqKkJnEMoVcvmEAXewTb { top:51rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGak1yXLBbRHhdlATqo5wkJEFhnwfoh { top:74.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5LdGr14NX1AZmvdAGHneClRJFsAwVD1 { top:55.125rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCQL904LlXGLAqhOrfngdue9k7EpBoM { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBwFxGlTOgEUEtKxKiFaNi4Giogts4Hw { width:46.75rem;height:10rem;top:92rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXkTRqs58Cw45IEHisF8tA7Cxo6b3U6b { display:block; }
 }@media only screen and (max-width: 763px) { #SE3Wacpp52bveZLo4OCJIAsDA8iOZANk { top:77.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzOMZNDc8VDEe0TSyzbhQ7XyrBxCRug6 { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThqsTPahp3paxk4U6xzKqRse0Ww83x9G { top:63.3125rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7ZqhITSIEVf5qkl2TFm5ufGF2u4URob { top:77.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uat0ayFHnBWGmXNM3f6TpoI5FmncRTwJ { top:34.875rem;left:25.8125rem;width:21.6875rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcN5PbXXqdzliTHqsAMMGLESMUF5EI9k { top:55.0625rem;left:28.875rem;width:18.875rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeTy7bPo4ilqn5hn1rvRx74b71fP8Qr4 { top:56.0625rem;left:41.5rem;width:6.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZk6vCpmFKbdW8cbQOXVbeLFbmCG7PR6 { top:29.4375rem;left:0rem;width:7.1875rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZKtJWuvgucqVhQgAgHOsdzF5wpyt31k { top:56.0625rem;left:39.4375rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIPoyzFipmK0Vzk6cHn7bvnad8WLGFB8 { top:28.1875rem;left:25.8125rem;width:21.9375rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFSO5JxstHU3MZEkOJz3KEbwbGvPdg4i { top:5.5rem;left:0rem;width:20rem;height:4.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdRGeQBGfNgzFRqDC9mLPaqQ77pcPTTC { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHyOGf2oLmXlmrDvF90Iih9PqbXBx3Tg { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fs89Z42iJ4SFTyyhPLhW5rhPM98M1Frx { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxQxOoVT8knHGTsQxmFcNNmu5E47BBlS { display:none; }
 }@media only screen and (max-width: 763px) { #xipELNfGpnBfd50fo8TwAtaGlkEdCTMl { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3c2E6bu7Clcrx3X0mLgNxA4NXMCy7vm { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHFD2z0NhWnlkPuyJRNxWzTNgXino58n { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zf8gTX5MfebtTbrLxDzuiAMio4UWnD09 { width:46.75rem;height:10rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCX7Dm9uGLatPShT8Tf8m7Vhf1kWJGeq { display:block; }
 }@media only screen and (max-width: 763px) { #BB2ZyayNdhDvEc4QJAcwW1zvxAUUKeW4 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8AgorGzFWsvI0rlIrv15S1upRF3TlMT { top:23.5625rem;left:0.125rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTrXFznDqwUSGfEEufmpzMDBTbXkoLqO { top:23.5rem;left:42.375rem;width:5.375rem;height:1.8536144619863rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wscc3b5VLGzkAN4oOnDZ5vefSLcRGSLC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l47lo89Qimg2mfnXFqnZO9fk2buglayA { top:118.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { top:4.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVbm41nTMevRiTR7yd1738lkmvNKFTqi { top:10rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { display:block; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { top:2.8125rem;left:6.3431720733644rem;width:35rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { display:flex;height:auto;width:27.8125rem;top:32.375rem;left:6.3421516418456rem; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OkIwsfed8t7gqOkKzNemg42CgxQ2783L {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 {  }
 }@media only screen and (max-width: 763px) { #T80ploo63TrGiFE3FBswb8S6La9rziOO { display:block; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZ6VtOVHDBh1DlgSDzThf7P2o0OIh3aq { top:1.75rem;left:0rem;width:47rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ISRSFT11SybhEdfT6FcBETO3oCT22V { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLJqewhNlxH3eK3ZLVolxfXV1Kweh7QL { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra18dPXnTWl17udKHg7DVfNceBiVol7N { width:46.75rem;height:10rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7oz8yxtFdFg3oEftKFMm62K4NcO1Gtq { display:block; }
 }@media only screen and (max-width: 763px) { #kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn { display:none; }#kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cireirBwWr4TgDNfTyLM69upVsgMp1So { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oldeOluqLMPuM07osBmaVUTkC6UaPBJS { top:119.625rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBLlauTTvQlyV8H5y1GGiSc59GiNevas { top:102.875rem;left:0rem;width:47rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrRguyqNvrNwKIuuPru1S4g1dBDgF4Ks { width:46.75rem;height:10rem;top:115rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOUnAaiooHAOdb6FRAFsTWywPHyi95fN { display:block; }
 }@media only screen and (max-width: 763px) { #dVL3qoH1n7NTcLgCBIA12fx1iEdOKnHC { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h362K5EoBU9Cuub7yzkVtbl8CfhcEmE1 { width:16.6875rem;height:8rem;top:20.125rem;left:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { display:block; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { top:0.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC { position:relative;z-index:auto;display:block; }#DNgB3l3DgylpAhPy9RqWv1eyBfPoXBeC > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieN8CdBCD31bJ9UONAdXTLTEJQmmbenG { width:20rem;height:4.548825rem;top:0.724609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3GqDZJITnynE6aPzqOg5ILTld4Qh6C9 { width:20rem;height:6.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSLr4TZoT2bRaN2y8phNJai8F3o6OZ33 { width:14.75rem;height:0;top:0.494140625rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S { display:block; }#WLGkSMf1Rgwl3SraqurfdxDfoJ9FZ43S > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCZNBzCPaNGNAfPZNenxTWw0DfbSUqEp { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMmf84lJQB4UNSbdVdOGBL8Qgi4MpPkQ { width:20rem;height:8.53125rem;top:3.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .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; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-number { padding-top:0.37125rem;padding-right:0.351875rem;padding-bottom:0.37125rem;padding-left:0.351875rem;width:2.105625rem;min-width:2.105625rem;height:1.995625rem;font-size:1.48625rem;line-height:31.93px;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; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2325rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.810625rem;height:0.7875rem;font-size:0.5575rem;line-height:12.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh { display:flex;width:15.25rem;height:3.758125rem;top:22.875rem;left:1.4375rem;padding-top:0.46875rem;padding-right:0.523125rem;padding-bottom:0.46875rem;padding-left:0.523125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #OHJ45fpGHn9m7ThhEuaWTSKc527HsZrf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #plLuM9iNhU7dBP4zA4po1beMBP4GWR1I {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #zgg08WiBETdbsMA7LwS0LS42SGZow3RN {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #HQq5ODapsTuQRwCeiQ7TnQ5IzT63PTnz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #pdw4Xvd4ymxKCpUAVBnm4gd145NUk1hO {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #W50VIfL6wOCZTJzyJhTdA3M62Ld7mnUU {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #whnotvR0llHwKOAMtTUdHrZCBxFz1mqE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #becI6SboMU1PRD7ll7BPXBKx2aQ8XmPs {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #GyBXgOlPtn2cEZTw5aEIRa2Ko8hM8xsI {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #rnCZQVwXMZDVCV4vfeqibLiAqDZCPJIx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #JxOmtAkA9An2Mr3BQsSG4uO0u2cVTniG {  }
 }@media only screen and (max-width: 763px) { #nTvPq6m1R3KwTKUdpUwxk5itPqH7TZvh #ClJl4aTG2n0UMMkzMMG1k0fgSRzHvyaK {  }
 }@media only screen and (max-width: 763px) { #ElEfV3f5rvUNTnATfG39o4BNcuCSkluM { width:20rem;height:2.11230625rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PocAZuGZ761notoPPuiKqE9ZddWga4gQ { width:19rem;height:12.6875rem;top:30.96875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfHsIK0WfXP8hIcJF5N0DfQpyWZpxdsT { display:block; }
 }@media only screen and (max-width: 763px) { #fHki8kmgbiAvI2KGsKL8919BoT0JdCb5 { width:20rem;height:2.5996125rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCl1JXekEBi2nVDcL7ZAAN58m1Iv8HD { width:20rem;height:2.5996125rem;top:18.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #faRW4FPaSnhB23X4sRyTCFWpnhUwTTdx { width:19.375rem;height:9.9375rem;top:29rem;left:0.3125rem;z-index:15099;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwwHwngUqNx9G8yk2fsSkq5XiOQsLBK { display:block; }
 }@media only screen and (max-width: 763px) { #UCazky5uikEn1GeikDWFi13RoBtITiio { width:20rem;height:1.94921875rem;top:0.7744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t0THOe50y7cCCapDA1K2uW6R4X3txA { display:none; }#U0t0THOe50y7cCCapDA1K2uW6R4X3txA > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JRJsh8Ia0VcfuQtXAhIB0QUexSHyBsU1 { width:20rem;height:0;top:12.25rem;left:1.53125rem;font-size:1.875rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #ga0hDyLCS3sMd51Q17Q0cQILwfiHKdAD { width:20rem;height:0;top:5.625rem;left:1.53125rem;font-size:1.875rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #T5FUpDCH93Aor8WMVeG6nV0DpWNiB9Vq { width:19.25rem;height:22.0625rem;top:1.4375rem;left:0.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #s8xUhf424SvCV9LzK7ukcTwgid8VxbOW { width:17.374rem;height:8.6855625rem;top:13.3125rem;left:1.3125rem;font-size:1.375rem;z-index:15073;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AR2ksnof1IZUi8oudHFqy7QvMDOxHoxP { display:block; }
 }@media only screen and (max-width: 763px) { #uMcvKwRPVV8yJEZF0Twfk7XtQ19q3nhF { width:20rem;height:2.0996125rem;top:9rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.3125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #hSyi6dd4VHgCy95vHkvZEg3GANwOCDtT { width:19.0625rem;height:5.25rem;top:3.1875rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #srq1agMhACHcVAgGSSAIdLo29sHpud11 { display:block; }#srq1agMhACHcVAgGSSAIdLo29sHpud11 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnfdBDVC78SpO4y25iQdAB42tUC2slWn { width:20rem;height:4.548825rem;top:1.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM { display:block; }#JsBbF5NNBbKevPCQ4yZJLJe9cMGDN2dM > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cv1cftyyXLomShDfx6oWT25VAAE2Mvk8 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilQpcNqm5c3LRIakXNDfK0ZyrNS0Jgkx { width:20rem;height:4.2246125rem;top:9.9228515625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyawA8UOnRQhvomu6NtUtFHLggudUTfn { width:19.75rem;height:12.25rem;top:15.423828125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK { background-color:#ffffff;background-image:none;display:block; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { background-color: transparent; background-image: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row > .video-iframe-container { display: none; }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .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); }#StMI9TZe8PsqTRaZTKtSNqT6Eu1DmQtK > .row .container { width:20rem;height:189.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is3E1PXh9H8bTInZRp5uyNsRBTtZK0ap { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXV4hIkFDyTEv7GDBnczCfte4rQrEnR { width:20rem;height:27.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uot7q93yeMbqaL3D8bGnTarNCVVvEgtc { width:20rem;height:3.57421875rem;top:7.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krB3CLABletGmTJHLIM7iVQ5uUNMNVxm { width:13.75rem;height:13.75rem;top:16.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgkRtQ8abir9hkgoXJm6CI1waLKWqhg { width:9.375rem;height:0.3125rem;top:8.037109375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWoLM1ucrC1WfTm1R3mMTbTShPF9PDi2 { width:19rem;height:3.25rem;top:11.625rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFawh74VqlXZ2lEmudEZIkMT6BedBNEK { width:20rem;height:29.1875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiXXMkmkm9uO13zrLJgqTKq7OQMoHmI { width:20rem;height:5.361325rem;top:36.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTt75VMh4pExi3VKSx3zGwbwklFOafaT { width:18.8125rem;height:3.25rem;top:43rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg1mzeJVSXD9ID19ncS5e7VlM3xLwv { width:13.75rem;height:13.75rem;top:48.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rCR1l1TWnTuHUARLlUkuOicRpDhTHg { width:20rem;height:29.125rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKt4V0olt2HSSgWLsc4QI8tEv4FRNsfR { width:16.8125rem;height:3.57421875rem;top:67.75rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cocgW0TfPUSTEquVprx0AMVpAyWfVT7F { width:20rem;height:4.875rem;top:72.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPtsImcE9OXtsbitmdw00oHLircwzocw { width:13.75rem;height:13.75rem;top:79.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFTxQXlfwiTd61gEiIKoc3Jk1xT9xHTR { width:20rem;height:28.125rem;top:158.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Mk6adHAlzgELKCtAfeZwK5XT6L1Rse { width:13.75rem;height:13.75rem;top:171rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWCFR9Uuwae2Cz9lytaTPnKDvRFm6miJ { width:20rem;height:29.375rem;top:127.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVkWfvndFikSEvOMbgH7tMMMGfV2VHFV { width:13.75rem;height:13.75rem;top:141rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMadluyhQptfPMyBWliywiz7vug8O8AQ { width:20rem;height:28.1875rem;top:97.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT4UXMhOsVFLoATZfGFpHQGxy7sHsU2o { width:20rem;height:3.25rem;top:135.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5lVkUT0nM5yTE7EimZtzP5FroNRMI8i { width:19.125rem;height:0;top:171.375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w7gXd4htmaWqln3rUTZiL6750BMZVAn8 { width:13.75rem;height:13.75rem;top:109.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXQcarTaf0ORwLttL3prQtNp7WTqfbcc { width:19.4375rem;height:4.875rem;top:102.75rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQAXltxIkSTEmHKbxtkGdf6fV4wya11M { width:18.125rem;height:5.361325rem;top:129.3125rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiTl80NKkmFrdOZgXZZMpOqrxbA0M13s { width:17.5rem;height:3.57421875rem;top:160.75rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq50HezSRifJ8h8Hy3A5EqOBTuIzSf4I { width:20rem;height:3.57421875rem;top:98.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfPXPPl0JTGJ2qavXssgvrC4EGRqHMq3 { width:19.125rem;height:3.25rem;top:165.5625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #JGv9I5s360T1BeTDh1hazp20lz0gxPoR { background-color:#1b3980;background-image:none;display:block; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { background-color: transparent; background-image: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row > .video-iframe-container { display: none; }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .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); }#JGv9I5s360T1BeTDh1hazp20lz0gxPoR > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUeZTXAh1mHovJb0XtbXZ1FLirg5lhJJ { width:20rem;height:4.548825rem;top:0.849609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 { display:none; }#F6GEa9zxyf1N1dBvZehvT1fnTxI9RUr7 > .row .container { width:20rem;height:682.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dyzn46dhOyLTt8WXuHGt9EQAXu99JK2K { width:20rem;height:46.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHuQrQi7mImGUZ38kWwJxI8UztKDcpz { width:20rem;height:5.19921875rem;top:139.33984375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ykOiFmi2tBoy9vFZVFTGkD3emdKrIw { width:5.375rem;height:1.8534482758621rem;top:170.40234375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlZ9UdJI2x2PJOefI94SwRmpC08tCnim { width:2.0625rem;height:2.0625rem;top:148.58984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACPgfvCVoZ2giiRPU3lQUOxGTQ8WCgp0 { width:19.25rem;height:1.69921875rem;top:161.15234375rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOtVAU0K3MPCxsrTU7wSx5eG4wCQxy5 { width:18.625rem;height:1.69921875rem;top:151.90234375rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .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; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL .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; }
#QFueGkX35ag1qywKXxswJ2qCq2eSt2kL { display:flex;width:18rem;height:5.0625rem;top:188.75100625rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDH8hpet0CGAlsJv89QnVkNKUAH6AHUR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #B4uZa0oq98hZHgm9zXTXaBU8PQ1qNEx1 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #p7a1fTQv4udSNUv6FRaUDdrgvnZSesqF {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #JDhvmE6CfF5bOUevUUaFof49poPlvPOx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #ocNWAqEGxOH5tde1gbv1k7SMmTXl6JTD {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Dr4TCCmenycrSMg5TwiZNA2ZQrmrqxNL {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #zxOfJqLonQQcSFVDDMJzq3fSDrGZyWCO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #wnFNcGeuPikc6JnOeloCQ6b4rLHEmgII {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #DIsdMcKTLDDOGeOMwJn08HaBKW4u02bp {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #dIMhFytroJbbTk7COoP4n1mCbp3hXk5C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #Ag6GhR15D7pBFHSAXQOOsMu2aE8EcaH0 {  }
 }@media only screen and (max-width: 763px) { #QFueGkX35ag1qywKXxswJ2qCq2eSt2kL #qXMLBbQDGCnI8ZALuqchpKgOKWkRQW3s {  }
 }@media only screen and (max-width: 763px) { #iG9cFaGaAcnlCU8oby92imkcbnC9JSKm { width:20rem;height:21.3125rem;top:241.2509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaFbJO2w0ShVeaL8dWapSDhxRANJTBt { width:17.0625rem;height:3.0859375rem;top:423.00100625rem;left:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbC4eBEIILP2GVzn17x6JeKPR8qxJvm { width:20rem;height:6.6875rem;top:236.93850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTRclhPnBeXGw1mm2a0PdhIl91NCMET { width:20rem;height:3.8984375rem;top:232.2509765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcTSvTft0s1RqE4vff6E5PyVKQzREUdC { width:6.5625rem;height:3rem;top:244.93850625rem;left:13.4375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLoSqfFhbKInAE0RNyVmWOdpPXP2f5o { width:8.625rem;height:3.19921875rem;top:244.31350625rem;left:11.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0B2T5F5tx5Twv6A0s7puUApTm4P3m4K { width:16.25rem;height:11.375rem;top:380.87600625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QomGco5A0DWkIp6F61Z3cgUXRxuE57RI { width:6.25rem;height:1.4619125rem;top:397.31350625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7XVIaRT46T31lRlKnsrddpXd78Az4yD { width:7.1875rem;height:2.51855625rem;top:396.75100625rem;left:6.125rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9zKWyHLqdiMmeIzqKBhR9A9fPO6T0p2 { width:6.25rem;height:1.3808625rem;top:397.31350625rem;left:12.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmCZIsrR2ab7VsuVPuBkOlnRVAH2CJMd { width:18.875rem;height:3.125rem;top:396.31350625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GAe4rvoChop9q6Kur6BqRTcrIRQSwN { width:19.75rem;height:19.875rem;top:374.93850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRspGZceRwPiGqSvGF9zOVTNgZxNTcWk { width:16.375rem;height:3.0859375rem;top:403.81350625rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNTh0HMtU7zeBUTEf6HIICa5R6PP0nE5 { display:flex;width:1.875rem;height:1.875rem;top:400.68850625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Q12crLrbrmZSGyZMhOUNytw4uatINflq { width:14.6875rem;height:1.54296875rem;top:411.25100625rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3QTuLoZA5Eba8TA4tTfEZaXsrd16QE { display:flex;width:1.875rem;height:1.875rem;top:408.12600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #vGrGhsloxWMwTgRQIBw1ZRSWeXAH1gOW { width:15.0625rem;height:1.54296875rem;top:417.12600625rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nl0v0HMBsL2sq3aKO85m9glIeoqbQk { display:flex;width:1.875rem;height:1.875rem;top:414.00100625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #va0ZpSytFo9bzkWFGyOivw38reqxaKi3 { display:flex;width:1.875rem;height:1.875rem;top:419.87600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #MIKMSixe2kOzVeL9vyzV6CB2AJKwUkKk { width:14.5rem;height:3.0859375rem;top:436.31350625rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaeplnmtASl0TuM2Mn3NE7tm5RCdELpg { display:flex;width:1.875rem;height:1.875rem;top:433.18850625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #yJyhfn5mtB3ATa4T5vcNN0RqxItK536u { width:13rem;height:3.0859375rem;top:443.75100625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIskbgGIa70UWsTB6d6Ja9DTtzmB3xTW { display:flex;width:1.875rem;height:1.875rem;top:440.62600625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Niy4FZXDTSIvAH9PLWOmRZxltw4OMVxx { width:16rem;height:1.54296875rem;top:451.18850625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1NkJVxEadTuWmyS04TT4gwdWCqZxUUm { display:flex;width:1.875rem;height:1.875rem;top:448.06350625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #GS4ay1DVwb0eAVPf3KmGOGT0cbmkr5Dy { width:16.4375rem;height:1.54296875rem;top:457.06350625rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBVuGwGbU18T6ryFJF2DgnbmgT5Uzeg { display:flex;width:1.875rem;height:1.875rem;top:453.93850625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Q6w68hy95T5CSaIAQT6lo2T0ArRXBRvZ { width:13.125rem;height:3.0859375rem;top:462.93850625rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKIDLwi4qSF1MUTVswLqe9wbmaBQKxv { display:flex;width:1.875rem;height:1.875rem;top:459.81350625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #epUJS1fohDid3SbwSqG1wIdXsrA0QBHZ { width:20rem;height:2.8994125rem;top:467.25100625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwmWQ9s7rNfLBVoAJ71QSinmO3GiGul { width:20rem;height:5.19921875rem;top:476.50100625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Fwshf9oU6QSnJeKc2RNQi7CpDzKNuA { width:19rem;height:7.625rem;top:87.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9fw1lFa1pmIpKDn8iMPSzZeDDVusizt { display:block; }
 }@media only screen and (max-width: 763px) { #g10fyQ7UxJRGEL7RmcHXKN3IZSleoIu2 { width:20rem;height:0.125rem;top:681.25100625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0sqCF9BgCS1ZaebXmrAKx6ZNorwNLt { width:20rem;height:0.0625rem;top:248.43850625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZXZDbKcsXzmTbg7R01Pt6AGOUrZvDIC { width:20rem;height:6.625rem;top:588.3125rem;left:0rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #E1VSeFlMQcruXqg009wgqkf10bMQDJRu { width:20rem;height:5.84765625rem;top:588.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #AbP15A70US4TzVIolyR39vPXMvHz6aya { display:block; }#AbP15A70US4TzVIolyR39vPXMvHz6aya > .row .container { width:20rem;height:105.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDVsmbslWQmI3H8Hpx929QzaO6cFJOuk { display:flex;width:1.875rem;height:1.875rem;top:34.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #k7F0cLxodsF29EylNXZm5wcoRcdPe2NU { width:15.375rem;height:3.25rem;top:34.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iZ0coTJBDrFHxJai5THpZLbTTy4vSd { display:flex;width:1.875rem;height:1.875rem;top:39rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Q2816xXC8iu3abSUTCkEAs217F3Qprs9 { width:15.3730625rem;height:1.625rem;top:39.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3igDkIfaQHLE2BttE8PQvNffqkkhAR { width:16.4980625rem;height:3.25rem;top:47.125rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w437JFwzCA5pqNvAWkHMnT2boqJbqJqJ { display:flex;width:1.875rem;height:1.875rem;top:47.8125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #TDDJ446A2JUFWNoXQV4DiTymQyZFWZGK { display:flex;width:1.875rem;height:1.875rem;top:43.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #GBEPZKE5JyILgU2XfSkC6Sa52RZJ4R3p { width:14.2480625rem;height:3.25rem;top:42.6875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD6yRgGvNWxRB6lh2IvU89CTTo5uUamZ { width:16.4980625rem;height:3.25rem;top:51.5625rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD451ETTszxShRqItQBUyP5zX8UqM8Oi { display:flex;width:1.875rem;height:1.875rem;top:52.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #xNC2V2aMlJx8pgq8JKmWIl0d4i6xWV2u { width:17.0625rem;height:11.9375rem;top:16.75rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zde22bh5vTPfqqKkJnEMoVcvmEAXewTb { width:13.2480625rem;height:3.25rem;top:56rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGak1yXLBbRHhdlATqo5wkJEFhnwfoh { display:flex;width:1.875rem;height:1.875rem;top:56.6875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #I5LdGr14NX1AZmvdAGHneClRJFsAwVD1 { width:14.1855625rem;height:1.625rem;top:61.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKCQL904LlXGLAqhOrfngdue9k7EpBoM { display:flex;width:1.875rem;height:1.875rem;top:61.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #WBwFxGlTOgEUEtKxKiFaNi4Giogts4Hw { width:19rem;height:10rem;top:92rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXkTRqs58Cw45IEHisF8tA7Cxo6b3U6b { display:block; }
 }@media only screen and (max-width: 763px) { #SE3Wacpp52bveZLo4OCJIAsDA8iOZANk { width:14.1855625rem;height:3.25rem;top:65.1875rem;left:3.5rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #qzOMZNDc8VDEe0TSyzbhQ7XyrBxCRug6 { display:flex;width:1.875rem;height:1.875rem;top:65.875rem;left:0.8125rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #ThqsTPahp3paxk4U6xzKqRse0Ww83x9G { width:14.1855625rem;height:3.25rem;top:69.5625rem;left:3.5rem;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #d7ZqhITSIEVf5qkl2TFm5ufGF2u4URob { display:flex;width:1.875rem;height:1.875rem;top:70.25rem;left:0.8125rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #Uat0ayFHnBWGmXNM3f6TpoI5FmncRTwJ { width:18.625rem;height:19.87425rem;top:9.125rem;left:0.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xcN5PbXXqdzliTHqsAMMGLESMUF5EI9k { width:16.875rem;height:3rem;top:29.125rem;left:1.5625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DeTy7bPo4ilqn5hn1rvRx74b71fP8Qr4 { width:6.25rem;height:1.3808625rem;top:29.9375rem;left:12.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #TZk6vCpmFKbdW8cbQOXVbeLFbmCG7PR6 { width:7.1875rem;height:2.35546875rem;top:29.4375rem;left:6.4375rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #aZKtJWuvgucqVhQgAgHOsdzF5wpyt31k { width:6.25rem;height:1.4622375rem;top:29.875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #oIPoyzFipmK0Vzk6cHn7bvnad8WLGFB8 { width:18.875rem;height:5.99975625rem;top:4.5625rem;left:0.6875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #UFSO5JxstHU3MZEkOJz3KEbwbGvPdg4i { width:20rem;height:4.125rem;top:5.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15121;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TdRGeQBGfNgzFRqDC9mLPaqQ77pcPTTC { width:18.625rem;height:0.125rem;top:16.375rem;left:0.6875rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #mHyOGf2oLmXlmrDvF90Iih9PqbXBx3Tg { width:8.625rem;height:4rem;top:11.875rem;left:8.8125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2.5rem;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #fs89Z42iJ4SFTyyhPLhW5rhPM98M1Frx { width:6.5625rem;height:2.69921875rem;top:12.5625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.6875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #DxQxOoVT8knHGTsQxmFcNNmu5E47BBlS { top:2.5rem;left:0.0625rem;width:20rem;height:100.3125rem;z-index:15000;background-color:#faf7f2;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #xipELNfGpnBfd50fo8TwAtaGlkEdCTMl { width:20rem;height:2.5996125rem;top:77rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Z3c2E6bu7Clcrx3X0mLgNxA4NXMCy7vm { width:20rem;height:2.4375rem;top:80.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sHFD2z0NhWnlkPuyJRNxWzTNgXino58n { width:20rem;height:1.79980625rem;top:83.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #Zf8gTX5MfebtTbrLxDzuiAMio4UWnD09 { width:18.18725rem;height:8.125rem;top:86.625rem;left:0.875rem;font-size:1.5rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MCX7Dm9uGLatPShT8Tf8m7Vhf1kWJGeq { display:block; }
 }@media only screen and (max-width: 763px) { #BB2ZyayNdhDvEc4QJAcwW1zvxAUUKeW4 { width:11.9360625rem;height:1.19921875rem;top:96.75rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Q8AgorGzFWsvI0rlIrv15S1upRF3TlMT { width:2.06055rem;height:2.06055rem;top:96.3125rem;left:2.1875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #lTrXFznDqwUSGfEEufmpzMDBTbXkoLqO { width:3.49975625rem;height:1.25rem;top:99.5rem;left:1.0625rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #Wscc3b5VLGzkAN4oOnDZ5vefSLcRGSLC { width:13.62425rem;height:1.19921875rem;top:99.5rem;left:5.25rem;text-align:left;text-align-last:left;line-height:1.6;font-size:0.75rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #l47lo89Qimg2mfnXFqnZO9fk2buglayA { width:20rem;height:0.1875rem;top:75.125rem;left:0.1875rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #eMcSurqEfrRrco2DTK9wSHI656yzaB20 { display:block; }#eMcSurqEfrRrco2DTK9wSHI656yzaB20 > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQJ4daH8oTLI15oE3CyG9PaugG7uiIE { width:20rem;height:4.548825rem;top:1.248779296875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVbm41nTMevRiTR7yd1738lkmvNKFTqi { width:19.375rem;height:31.5rem;top:7.7611064910887rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ { display:none; }#gIExN5GL1Gc4BQXNO2r9PB84rROwvFaQ > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQPQKQ5pmpJ8cfST6NMLIlxXfTOihZfV { width:20rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rrC06OT2yvduFV2pfrNn6WHka8aogZvc { display:flex;height:auto;width:17.5rem;top:5.185546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #td52KtyHf0CC1DL1AaCOmebeEdObAWko {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #VKvfCd9PXp85D9nheEmL3iTDoRAneotT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DR1Gk7K0szMbNv7VpwC9XlKffAUTNkdp {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #PLAc3T7naH8E0NEgCRpQTthHq8Z2RMkS {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #h1O7lmn47WHxOoMbSdF3Z2kA2zZzRPA7 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #fVoi9wJsntiIgNAks3Dae0zQqC8XSDqE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JwTGtCkmBVFgghAVK3SVHqwsxO3L1v9e {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #b6yFssLx21lhMf9lLu4Ef9T6ghvEmdNG {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #L5xJqx1LJInEGBLs8V3dRWLshrOTVUWZ {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #JzNAhPRt5L1TaD1Fdh2zvzenh1BCglTm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #TivlZTRarehxK0FToxSkNaXoiZMhlPZw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #onCKeZGh5feiZOgKQBUmbt6kg3DCNSvT {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ogaxNb59A8yrz1DxomcrUaL8RVTXWTPm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #iKdL7QZMEO32MmmfZHfh8vAzTe2uh7SB {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OmdGcQQabS9QuhmqXTIGZxT0NpyhWzTE {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WzsesZX0boSoMFGTTSLhbhDMhZP4Ne0R {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WH9nUd4JEbbDVL3dAvRl14gnAfKQmeTf {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #CJxP6ae2LVbRXQe5DuCW5s1fLSXeKNvt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #BcE89FEIQWwR83bm41aWh9DgSH2ooEbX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #vVV9zIGqxWJ13CKZq7ysxMT4IMNGouxm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #kTwnPyt1vZwat1i6FISNwlXL67X7HyNt {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #AqTNkqkeb0cyDCZQBx2OAgCPGezDUMhy {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #s2Kh9SxLVM9KHrXoJLsNmTumNxVu3Kmi {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F42ohgAyS0Pf7u73xSS3XNO9pLvWyJOm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Q2phT5zUS3DcQgaEJM0gNQKF4Jkx5Osu {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #cfag5tHmGtNxymnT5ZQiwgZBtfKTgDRN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #tGI0GOlu1Sx5LmqvcKghtCa4A4nOTqUs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Tui344AXNHo0eSSBfm0c5g0GOy3DBwVN {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #F2NTZyr83BhlzA0nxu6TIT8on4OgrlDX {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #XMhE8SUecHt3TOfXCcaXexAUpweyXl3U {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Qfb0OcSh6TsbwLllfZAilnAERAzOXShh {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #WVNsFSa0gxo7vcFWQywIt1iXOG0M7zSs {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #KU3J1FANSR2JPcuXCtregXSFfTkpIl9T {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #D3umhLgTBPcisRyQdBS8f3RpwPO981Iw {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #Uor9QsBT4c3OXvdDMwyTZXXFgU0ixP7X {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #GySMlepgB5ggaZG8qWs15PV1VwRGwUzo {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #mM9ShaJ4IIiDTzxrDB8knwXVuQKbixtb {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #zOJ46lJs3CHV8HDDUmza8Its7Kanlmk9 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #sDCvvu8GmRKPrdHn7QthSGtxWxocplD6 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #DgGhzwCqZZKwrp91CuXKJsB9qFpNJzuk {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #uQA2eWOGn8KG0Iu8R06808AmGhydDXt1 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #ZmsqgS4raGZLcmOuo7rUSLoZ3Fyb1WSm {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #OkIwsfed8t7gqOkKzNemg42CgxQ2783L {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #QKD7TxnaIkkMTRzeDF4WZhho8sLxSlp2 {  }
 }@media only screen and (max-width: 763px) { #rrC06OT2yvduFV2pfrNn6WHka8aogZvc #d7TT2TWi2xPBzgVw2ptIoqxTlvynUxQ3 {  }
 }@media only screen and (max-width: 763px) { #T80ploo63TrGiFE3FBswb8S6La9rziOO { display:none; }#T80ploo63TrGiFE3FBswb8S6La9rziOO > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WZ6VtOVHDBh1DlgSDzThf7P2o0OIh3aq { width:19.25rem;height:25.0625rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2ISRSFT11SybhEdfT6FcBETO3oCT22V { width:20rem;height:0;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLJqewhNlxH3eK3ZLVolxfXV1Kweh7QL { width:20rem;height:0;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra18dPXnTWl17udKHg7DVfNceBiVol7N { width:19rem;height:10rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7oz8yxtFdFg3oEftKFMm62K4NcO1Gtq { display:block; }
 }@media only screen and (max-width: 763px) { #kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn { display:block; }#kFgDAENX7c9p9J6V0G3CLPtJTiWo2Tqn > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cireirBwWr4TgDNfTyLM69upVsgMp1So { width:20rem;height:0;top:12.25rem;left:1.53125rem;font-size:1.875rem;z-index:15131;display:none; }
 }@media only screen and (max-width: 763px) { #oldeOluqLMPuM07osBmaVUTkC6UaPBJS { width:20rem;height:0;top:5.625rem;left:1.53125rem;font-size:1.875rem;z-index:15132;display:none; }
 }@media only screen and (max-width: 763px) { #dBLlauTTvQlyV8H5y1GGiSc59GiNevas { width:19.25rem;height:22.0625rem;top:1.4375rem;left:0.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #SrRguyqNvrNwKIuuPru1S4g1dBDgF4Ks { width:17.374rem;height:8.6855625rem;top:13.3125rem;left:1.3125rem;font-size:1.375rem;z-index:15073;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bOUnAaiooHAOdb6FRAFsTWywPHyi95fN { display:block; }
 }@media only screen and (max-width: 763px) { #dVL3qoH1n7NTcLgCBIA12fx1iEdOKnHC { width:20rem;height:2.0996125rem;top:9rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.3125rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #h362K5EoBU9Cuub7yzkVtbl8CfhcEmE1 { width:19.0625rem;height:5.25rem;top:3.1875rem;left:0.5rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.adaptive-delivery-prevent-bg, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyload, #o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB.lazyloading { background-image: none; }#o3IL75e0kgTTGDoCkZBzW5hm72TJC9fB > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #boppnnufSTe552017n1cIxmSdpCkNnR8 { display:block; }#boppnnufSTe552017n1cIxmSdpCkNnR8 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpvzS7GEunKbNASiM2VIZD4HOXUJX37S { width:20rem;height:4.3828125rem;top:0.89577484130862rem;left:0rem;font-size:0.5625rem;display:block; }
 }