.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,253,254;--color-primary-1:242,250,253;--color-primary-2:229,244,250;--color-primary-3:115,122,125;--color-primary-4:34,37,38;--color-secondary-0:228,243,220;--color-secondary-1:165,215,139;--color-secondary-2:75,174,22;--color-secondary-3:38,87,11;--color-secondary-4:11,26,3;--color-tertiary-0:255,255,255;--color-tertiary-1:214,188,164;--color-tertiary-2:186,143,104;--color-tertiary-3:243,156,18;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/9b0108b9-e816-46e2-b9ff-0a5a43c02b73/to_1200x12003.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:50.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#WTmshrPRAFadUBSm9rTfpaUPoAOkKHvi { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.8541669845581rem;left:35.686199188233rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vnG3M5oC6JIJKrCDXzzA3BpZ00dE9HWE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:6.125rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.37890625rem;left:51.3125rem;overflow:hidden;display:block; }
#nBk2uRMeAZ256upr6CfQVspP5v7lrdM6 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41rem;width:21.8125rem;top:5.3333334922791rem;left:6.375rem;overflow:hidden;display:block; }
#oJn4xOcZbzJGsGL61mz7Nez5Wo4GMo7o { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15.75rem;top:26.8125rem;left:34.123046875rem;overflow:hidden;display:block; }
#T7L2MeV3vVabDwiE6TorX1NDvQQ0a1P1 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.354167938233rem;left:35.686199188233rem;height:7.123575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXhDRehtRPeRKaqPUXa69fRpL0Q5Vkpo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15.75rem;top:26.8125rem;left:45.74870300293rem;overflow:hidden;display:block; }
#SBN9rpUoB7Ie2ZVCISXTbJ0n0ax8XEig { position:absolute;display:block;z-index:15027;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.125rem;width:15.75rem;top:26.8125rem;left:55.99870300293rem;overflow:hidden;display:block; }
#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe { background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/9b0108b9-e816-46e2-b9ff-0a5a43c02b73/to_1200x12003.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe.adaptive-delivery-prevent-bg, #VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe.lazyload, #VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe.lazyloading { background-image: none; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe > .row .container { border-width: 0; border-radius: 0; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe > .row .container { font-size:0.875rem;font-family:"open sans";height:71.375rem;width:75rem;overflow:visible;position:relative;display:none; }#kQMSTDJDldpGTuZy67nNqlzMJt4ciMz0 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.8541669845581rem;left:35.686199188233rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKbO5gtEBnQ4qimxbsaQdByW49ubo5mc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15023;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.37890625rem;left:51.3125rem;overflow:hidden;display:block; }
#rdTNQmF3wDggkRnENO4tb5FOFZB5hNlt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41rem;width:21.8125rem;top:5.3333334922791rem;left:6.375rem;overflow:hidden;display:block; }
#DKnD3uLdTCncQWx9ZGECuLATDTe4uVM0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15.75rem;top:26.8125rem;left:34.123046875rem;overflow:hidden;display:block; }
#wT5FEKUMezFJKZpkD4vypMsWTdkKUxoT { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.354167938233rem;left:35.686199188233rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXpzmdEqfRDqk1AKH1iSV6LGuv5hNiMP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15.75rem;top:26.8125rem;left:45.74870300293rem;overflow:hidden;display:block; }
#CEH7KWrl3CscoMXnLy5PGgIGE642QU5E { position:absolute;display:block;z-index:15027;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.125rem;width:15.75rem;top:26.8125rem;left:55.99870300293rem;overflow:hidden;display:block; }
#B322ue78Jkp5ekU6nrP8VwhxSwwtxSsf { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:51.937509536743rem;left:9.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMXBKiifAyCq5C5KInMZoW9Q7hMG7ypv { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:60.250001907349rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr > .row .container { border-width: 0; border-radius: 0; }#S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:none; }#lTazcmEUUXKhKAyXTTArze0JTKTQhqt8 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.5833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wDX9an0kmAtqwPVZAaQViifdq8bd4mnB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.364583375rem;height:3.798177125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:22.454437255859rem;left:28.317708969116rem;display:block; }
#xO2zv3Q9i9awMUT1GTlaTpW54nhCXxfG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .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; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);background-color:transparent;background-image:none;color:#47545a;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.50390625rem;left:24.276041030884rem;z-index:15068; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #bTmyv2fitwTIVfcdez15H6i2Q3OqMheG { display:flex;position:relative;top:0rem;left:0rem; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #G6oTCwwxxIqwAsFQEnTJKNglTbTyHahN { width:auto; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #WEdyficeeD9RS1PNXH3otoAVyTeT5lby {  }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #F0pKNcuBvWDWMakWeSPgUni5TrrilE2T { display:flex;position:relative;top:0rem;left:0rem; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #XbTThBeT6VGXBwMNPBr5aCrNoT5qh4P2 {  }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #ohn7mXOrXD15ndzxqnkTt6rBALPiGy6g {  }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #XhgQ6UvUwC3uJunIeitmTFP23nhfEEJv { display:flex;position:relative;top:0rem;left:0rem; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #b2epapm59TlF68ZyB504QqlbbepNI5UN {  }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #s9m2Z31Sut3A0H3JVIeTaPxBuU082WeX {  }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #shq67BdHeqFHuIqF2hRC0dEXuaFRRihg { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #C0waGfA8q8hcw2IAau3TDtaTvBI9KkIa {  }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #I6KdSFmTT7mbwlV1hR1gauuC4sJ69H5k {  }
#HzQAbTGCZTvNT3Um67Bi7PowQgtuvwIS { color:rgba(var(--color-tertiary-2),1);display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQRASIgK5nf9ITOiq580zxG48EyE1X0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container { background-color: transparent; background-image: none; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container > .video-iframe-container { display: none; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row > .video-iframe-container { display: none; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .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); }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container { border-width: 0; border-radius: 0; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#D3Xc44VuuVfoPX6c3mHi2Rw183NmymMH { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.5833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XNAmLfMyVwngzOysUqBA7L6PnIUu6vQS { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.375rem;left:10rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp { background-color:#f4fafc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container { background-color: transparent; background-image: none; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container > .video-iframe-container { display: none; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row > .video-iframe-container { display: none; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .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); }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container { border-width: 0; border-radius: 0; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container { font-size:0.875rem;font-family:"open sans";height:51.25rem;width:75rem;overflow:visible;position:relative;display:block; }#kIalCzpEWurQvTvQcnpegfR4Gyodcbi1 { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:43.308825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMDIDWmEtO5C8MiOrUE7unREk8VJCQaN { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:45.833331584931rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container { background-color: transparent; background-image: none; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container > .video-iframe-container { display: none; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row > .video-iframe-container { display: none; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .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); }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container { border-width: 0; border-radius: 0; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#mCuW5swoOwNU2GBK7MyrUk3S3XBQGMbd { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container { background-color: transparent; background-image: none; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container > .video-iframe-container { display: none; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row > .video-iframe-container { display: none; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .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); }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container { border-width: 0; border-radius: 0; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container { font-size:0.875rem;font-family:arial;height:85.8125rem;width:75rem;position:relative;display:block; }#unaVyOdmuULJXWVxud7dvB6O86Jqr9fO { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.4336547851562rem;left:18.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDcTAlL6Krs5SoccSmB9BActZ73FUqI0 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.186199188233rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:13.164123535156rem;left:17.40625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLUcbRNEhso7ZrVWD6U2oF8QQK9nJxuH { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:64.6875rem;left:23.4375rem;height:5.248575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaX8yCV7JeJiomGfIWB9lT9MgN3wXAZW { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:54.1640625rem;left:0rem;height:6.186975rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fd9ZHhvFCRhsbIQmeEAmM1R5BALbgsrt { position:absolute;display:block;z-index:15027;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:34.75rem;width:26.25rem;top:17.393249511719rem;left:13.868489265442rem;overflow:hidden;display:block; }
#elf7Ue2lCEucd6GXVZie5cMw2db4UWAa { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:23.684936523438rem;left:38.270835876465rem;overflow:hidden;display:block; }
#lXtv3EDMnvrQfgDSUcu8T6o8zAJ7oglg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:80.5625rem;width:75rem;top:1.9375rem;left:0rem;display:block; }
#pc43SLXo8vTEBdQ3IKvOF4MKdPm5y6PD { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:22.265625rem;left:46.4375rem;overflow:hidden;display:block; }
#Bw4CGhkqAvRz90hGAAc7LtScvStQ4da0 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:33.143249511719rem;left:45.17578125rem;overflow:hidden;display:block; }
#Bqv1n4cqbmeEKyU2R2dxwdnoL39KFBni { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:74.587280273438rem;left:23.21875rem;height:10.416666269302rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uLb12plS9f0mdOW51RTomyc8xHGeN0Hw { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:50.6015625rem;left:0rem;height:8.3333330154419rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OoDDyNpAJw9oJ2V7E0tWpkEFypGLTe30 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:50.580749511719rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbxuHikGCl4532W9y4kkr1fIHHlWvSrO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3625rem;height:3.79921875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:72.25rem;left:28.3125rem;display:block; }
#S6hmv7TgKDuggyXIHTlkLRHDGFsa5mdM { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#cSS9XuoS42cNTceJ8bZo7oFCIhIcTcWB { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:82.955734252931rem;left:12.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oFlwKCUHuTVTLIBUDix02pi1HR68SqFI { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:78.455734252931rem;left:12.5rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mLXKc2O1uHVNO69w17F0oAKybu3vRhpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#mLXKc2O1uHVNO69w17F0oAKybu3vRhpa > .row .container { border-width: 0; border-radius: 0; }#mLXKc2O1uHVNO69w17F0oAKybu3vRhpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLXKc2O1uHVNO69w17F0oAKybu3vRhpa > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:none; }#FspSXxvtQCiPIqLiDhcxrGgHaxm3RNIv { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPTFGQOcWKL9500325t2t1kqknhrwQMg { position:relative;display:none; }#IPTFGQOcWKL9500325t2t1kqknhrwQMg { border-width: 0; border-radius: 0; }#IPTFGQOcWKL9500325t2t1kqknhrwQMg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPTFGQOcWKL9500325t2t1kqknhrwQMg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;background-image:none;font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#yheRxT3rcK5qT7oHRQ29TRbkS78138uw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:14.3125rem;left:3.125rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgcUcZ6RBEP4gdCPOfQg7JqyM7XrkE61 { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:19.0625rem;left:3.125rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uo3Dd1gPOR1hxGboTKDXEAQa3RDI79Bg { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:33.750000953674rem;left:3.125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMN2rEkIh5haxixmvwkxuvTSAZwpUUPM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.125rem;top:2.375rem;left:3.125rem;overflow:hidden;display:block; }
#OFD6bVchOFwwmXITgvZT0gtBqCTSNFll { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.79765625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:36.728907585144rem;left:4.6875rem;display:block; }
#ULK2nSCEL6m6WJDzUDws4PzwkOwUDW99 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Czv0QTm7aX2HbbdxkHWuAzH3LUy31gNX { color:#47545a;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:19.062500953674rem;left:28.375001907349rem;height:11.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGiF86TrnHa1HqbUpweGcJg0blT7b1ov { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:14.312500953674rem;left:28.125001907349rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX3DTuvKnPypozVEI6z9R7WUm9IREpQU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:18.125rem;top:2.40625rem;left:28.437501907349rem;overflow:hidden;display:block; }
#cT1xq6Ag2viwR0fCuPofDuHhpxeOXnbM { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:33.75rem;left:28.125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVLtnHFJIwGqLC0HVZ1Vw4CwGAP9z7GJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5828125rem;height:3.75546875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:36.75rem;left:29.6875rem;display:block; }
#PxQPrMr25TDIuSAHaiOLnXDALInKHqW2 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#BTFGQqTfGfIQbGiRVZOdnQPJ5W2zLnyO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.540625rem;height:3.71484375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:36.770298004151rem;left:54.729688644409rem;display:block; }
#w7Dq99twKOKqA7DyxdE1ruWBxbKpHaz8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#k2yqQTp9f9BOSlvv25RZvSMsc0Mx9QQ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:33.749986648559rem;left:53.125001907349rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mU4n8CbQcph0JJwMTrnzUpWeVkOJ3wqo { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:19.062486648559rem;left:51.54062461853rem;height:11.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkiZ9wv1t022stTk1ZOev8yPFIN2W9Xr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:14.312486648559rem;left:52.062501907349rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BU9VIaL6yklIPWBCgUteLu1hiD4mRHiD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:15.625rem;top:2.4062356948852rem;left:53.625001907349rem;overflow:hidden;display:block; }
#MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ > .row .container { border-width: 0; border-radius: 0; }#MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:none; }#ic1SUzZTckzdrWJurh58IAp8R3phPAZw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#RbtmuomCXr4iMd2a3DrL5NdMtEMCQ05N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15.5rem;top:3.6666717529297rem;left:57.875001907349rem;overflow:hidden;display:block; }
#aiB7aCQ4VmIEIiV5VxMgTM8m9MoqhdeU { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:15.6875rem;left:0rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HQEJnaEGcZhTwrT9bBtQqXbEn1AbkKG0 { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:20.395843505859rem;left:0rem;height:7.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .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; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .widget-text.counter-number { border-top:0.099375rem solid rgba(var(--color-tertiary-2),1);border-left:0.1rem solid rgba(var(--color-tertiary-2),1);border-right:0.1rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.099375rem solid rgba(var(--color-tertiary-2),1);background-color:transparent;background-image:none;color:#ca80a4;padding-top:0.52375rem;padding-right:0.475rem;padding-bottom:0.52375rem;padding-left:0.475rem;display:block;align-items:center;width:2.84875rem;min-width:2.84875rem;height:2.81375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.09375rem;font-weight:400;line-height:45.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.326875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.799375rem;height:1.1125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.785rem;font-weight:300;line-height:17.8px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15rem;height:5.499375rem;padding-top:0.065625rem;padding-right:0.068125rem;padding-bottom:0.065625rem;padding-left:0.068125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.395843505859rem;left:2.1171875rem;z-index:15064; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #JQutpZ9vBK8DJLi93TMUJkdf7WkZX2Ji { display:flex;position:relative;top:0rem;left:0rem; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #ICMh3iqwlpLpu1WE7CMSBToaK93htHgh { width:auto; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #KwDNehosADWETQvVKkqOBHb26w1IC6q5 {  }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #zVENa2iItnWMLrCsrOJ55OXtzrkixqlt { display:flex;position:relative;top:0rem;left:0rem; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #GNLVRZgIIQhTzW1OyIUGc2MLRg784Ra0 {  }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #B9XWVpFKcVdJqWtsvyNO2M4PIkrFKbU4 {  }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #b1Tviv9E97NR4ZZidPfat5tC5HePBIBv { display:flex;position:relative;top:0rem;left:0rem; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #SiQGr0J8nv9aJOppi5OG6mDSerSmqrBk {  }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #M4EVSFl7zZdR5sdTVaxRJPvUIZwC07VP {  }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #pBMv1aovm2vwnZTpvBvB3yUJx1a6lDIe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #tRTc8uR378M2ndPHTLSFgTwKstNo5beB {  }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #pKMZWLTLqgfMsiZKxLxJoPRlyBpfvtZU {  }
#n4BAFZ13Q0XkTDLg53ual67liZicDoyD { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:15.66667175293rem;left:56.250001907349rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebSxtyaxOmWQNGVGTVokMRbBN5hfsvvb { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:19.47917175293rem;left:56.250001907349rem;height:17.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THxctynzu2i8PQbX9lrL4NPJT6t37l5p { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.7981770783662rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:40.8125rem;left:1.5625rem;display:block; }
#VasSJ93yDQMHAXxdmqAAtonipLf9X29x { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#kddZCrGgUtZ75GZf0WZnHVIDNJRR6UwD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.500000312924rem;height:3.6731770783662rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:40.8125rem;left:57.854166030884rem;display:block; }
#DluMunwAlsZvAxK7M1fKG4EWsT7wJP0T { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#OaT0Ths1Fd8cDFEIKGtnvaXmsTE7f2bd { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:20.395843505859rem;left:0rem;height:7.6666665077213rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uSBTlQotsguwCSH56Qr43leJmy9Gr3R3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:36.6875rem;left:0rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Feq0SZdN3id1Z5zhc7K8a2Jq4ETabTn2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:18.5rem;top:3.6875rem;left:18.875rem;overflow:hidden;display:block; }
#XXHLdTAgVaUn4JNL2z4egR8ZfAeWNWfp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:16.0625rem;top:3.6875rem;left:38.84375rem;overflow:hidden;display:block; }
#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container { background-color: transparent; background-image: none; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container > .video-iframe-container { display: none; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row > .video-iframe-container { display: none; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .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); }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container { border-width: 0; border-radius: 0; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container { font-size:0.875rem;font-family:"open sans";height:10rem;width:75rem;overflow:visible;position:relative;display:block; }#poxOycMO8FOHioVxd1eWPANXNGWPG5EO { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.8958339691163rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmgercgV8iD7yNBt11kgdX5y8svcauQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container { background-color: transparent; background-image: none; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container > .video-iframe-container { display: none; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row > .video-iframe-container { display: none; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .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); }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container { border-width: 0; border-radius: 0; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#EAIo5nQDvIexNHofvrhtgqxaeno4yb50 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:38.4375rem;width:23.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:50.625001907349rem;overflow:hidden;display:block; }
#rO01cwKFXs5Lx3mhpRdiV5heZmQHsQG3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:38.4375rem;width:23.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:0.625rem;overflow:hidden;display:block; }
#z1MbILpq2EPeIz3CUAOJX2l5XAooRCqn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:38.4375rem;width:23.75rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:25.000001907349rem;overflow:hidden;display:block; }
#VGwJFOiTCGs2pL3hGAzZ9B3xztRiaqTO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:1.7291717529297rem;left:0rem;height:3.373575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQepamHDfqAv4sUtaz2U3zotLMMPTMfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#AQepamHDfqAv4sUtaz2U3zotLMMPTMfw > .row .container { border-width: 0; border-radius: 0; }#AQepamHDfqAv4sUtaz2U3zotLMMPTMfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQepamHDfqAv4sUtaz2U3zotLMMPTMfw > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:none; }#oklVRiJcbrSgt1UGcPB9gUIFOoy19Gdm { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.5833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT > .row .container { border-width: 0; border-radius: 0; }#Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT > .row .container { font-size:0.875rem;font-family:arial;height:70.75rem;width:75rem;position:relative;display:none; }#pcDC2V2htAh49OnwZNNvQ2rTFDRqgVAd { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:1.75rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFvIAhNnKAwXqEkyJoUMK188HMvDWivK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.934906005859rem;left:17.375001907349rem;overflow:hidden;display:block; }
#ncTonxdV129bqd2kIve2NLcWT7oGVl8D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:38.4375rem;width:23.75rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:25.625001907349rem;overflow:hidden;display:block; }
#wEgJrgrCHmQDQP7LHqyhhpWnN5TV9BmO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.1875rem;width:12.5rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.89323425293rem;left:3.375rem;overflow:hidden;display:block; }
#f1lICd7feVqkwfyTHiES2iMDFBlAsOMO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.1875rem;width:12.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.9765625rem;left:31.250001907349rem;overflow:hidden;display:block; }
#q8HW6U5dh3ADzAGXTQPQ2hdmve6f2SDx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.1875rem;width:12.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.934906005859rem;left:45.333337783814rem;overflow:hidden;display:block; }
#tgsVl3b9OccSDiucP5HrIJASKIxydTkp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.1875rem;width:12.5rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:44.934906005859rem;left:59.500001907349rem;overflow:hidden;display:block; }
#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container { background-color: transparent; background-image: none; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container > .video-iframe-container { display: none; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row > .video-iframe-container { display: none; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .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); }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container { border-width: 0; border-radius: 0; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#qzerTrCTaQSpozyRTqCIRqaqL6TDHfEb { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container { background-color: transparent; background-image: none; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container > .video-iframe-container { display: none; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row > .video-iframe-container { display: none; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .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); }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container { border-width: 0; border-radius: 0; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#Mdcc8E1nMy7Itls48EXpWbWyTQhaDvwa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:37.3125rem;width:56.25rem;top:3.75rem;left:9.375rem;overflow:hidden;display:block; }
#gBnzOye3mbzeWed3CXOi0AybNtxLlce2 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:1.5208435058594rem;left:0rem;height:3.373575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o > .row .container { border-width: 0; border-radius: 0; }#wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:none; }#TJvs3qB4Gcwx0LwT5bxTb5pTdJdNi82n { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:37.25rem;width:55.9375rem;top:3.75rem;left:9.375rem;overflow:hidden;display:block; }
#vmaER13UhJty6CVBeIlLMFvkmevEdwtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#vmaER13UhJty6CVBeIlLMFvkmevEdwtT > .row .container { border-width: 0; border-radius: 0; }#vmaER13UhJty6CVBeIlLMFvkmevEdwtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmaER13UhJty6CVBeIlLMFvkmevEdwtT > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:none; }#qdKBpBt00QJRzoGWAMJ695AJhObN4b8z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:37.25rem;width:55.9375rem;top:3.75rem;left:9.375rem;overflow:hidden;display:block; }
#cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV > .row .container { border-width: 0; border-radius: 0; }#cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:none; }#cWoJ46Tyhn089XAVlJTirBTTzMSTXs4r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.125rem;width:50rem;top:4.3249999284744rem;left:12.5rem;display:block; }
#w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL > .row .container { border-width: 0; border-radius: 0; }#w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#QDaBiUTTTvJulpfTHBh2WGxwGKgrqAQv { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.5833334922791rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HFKTBB13rJVhpS7CQfzh5B8m6bmzJWP2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.40625rem;height:3.840625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:3.0171880722046rem;left:28.296876907349rem;display:block; }
#LlXgk4Db9TEmI5dKa4VoQK09XPTiwobv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo > .row .container { border-width: 0; border-radius: 0; }#LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:none; }#x5u6mvt9Ll2lMWWA6nuouVSDanFb6bAE { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti > .row .container { border-width: 0; border-radius: 0; }#Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:none; }#XIb7GyMFNhBhSJTgsiTBhpHbaHilBxRI { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.75rem;left:18.750001907349rem;height:15.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTAmy7zhR1oKIGuvNS1frEmTNXwtuTGe { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.75rem;left:0rem;height:2.0625rem;color:#47545a;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oUBEwQWJvZbO07FI1qJT9xvgBTwwqas0 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.75rem;left:0rem;height:2.0833332538605rem;color:#47545a;text-align:center;text-align-last:center;font-style:italic;display:none; }
#QNZJaX7GdeZIJoxTkqmAfNq2TteiF1Tm { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.75rem;left:18.750001907349rem;height:15rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a > .row .container { border-width: 0; border-radius: 0; }#sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a > .row .container { font-size:0.875rem;font-family:arial;height:85.5rem;width:75rem;position:relative;display:none; }#HaeiozDSRmIVHxpZw155RoJFfzKK9mFT { position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.125rem;width:8.6875rem;top:38.875rem;left:24.125rem;display:none; }
#PdMLLgKN7vPcr8m379JNblFmwhW84QbB { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:24.160417556762rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rXJKuOu9gEOaGzn0kCLTPF5FLgMfopD4 { position:absolute;display:block;z-index:15042;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:48.375rem;left:24.0625rem;display:none; }
#sOOk74I4HtlIODGklnE45yfJLw2K6mbl { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:42.691667556763rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FMFTgdETDe1neMa2hXCu0ZhmQKAP0oTp { color:#72686c;display:block;width:8.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:48.937551498413rem;left:33.125001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hOuWKOiU2pqNspGG53Mu9hLsmoVCLy85 { position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:48.375rem;left:33.1875rem;display:none; }
#GoyogLIhR5NHmxFI7I2urq6gMSkFlAlC { position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;border-top:0.0625rem solid #f2522e;border-left:0.0625rem solid #f2522e;border-right:0.0625rem solid #f2522e;border-bottom:0.0625rem solid #f2522e;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:2.3125rem;width:8.6875rem;top:48.375rem;left:42.5625rem;display:none; }
#iN0T2lZGAnUS4kCqPBOVClleXlLuVLIQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:54.875rem;top:46.875061035156rem;left:10.03125rem;overflow:hidden;display:block; }
#kpTh6Kw5eOo5wVtw2utZdaBERFb4LPcf { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:16.8671875rem;left:0rem;height:23.375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxMmRZ4wd615ix8esD53qh9B8lb5rW63 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:41.750061035156rem;left:0rem;height:2.125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWLOlFw4ZfqhXnmva98sI23lSPzH8L0r { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.2005310058594rem;left:0rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liK5mQNgqbVPL2ehqmnMGNadOL3ir9zG { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:79.6640625rem;left:0rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbeEaO6UGUpTrqc91U3lyDgEd5t27Kuo { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.2005310058594rem;left:0rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jb2b4MPJT4ar9zVvE3o8DsTqZp59gRul { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:16.8671875rem;left:0rem;height:22.916665792465rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M1WnVAB5vq4xHb3qCa19xoim1Nyf44FN { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:41.750061035156rem;left:0rem;height:2.0833332538605rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#muxS5RDZpREDEot7FuAOAuCT17TwyxWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container { background-color: transparent; background-image: none; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container > .video-iframe-container { display: none; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row > .video-iframe-container { display: none; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .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); }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container { border-width: 0; border-radius: 0; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#WdLT8EX6m9EfFBCTRPKfQ2ZrSG96pdPJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.0625rem;left:0rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utGaHv8zI0qm7ayWPUk25UVSZ5OCN7ud { background-color:transparent;background-image:none;border-top:0.125rem solid #ba7291;border-left:0.125rem solid #ba7291;border-right:0.125rem solid #ba7291;border-bottom:0.125rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ba7291;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.235675811767rem;height:3.17578125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:14.3125rem;left:18.875rem;display:block; }
#wOBPNJMhSJL0CrIoUUgEp1KhnEZq5b4H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container { background-color: transparent; background-image: none; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container > .video-iframe-container { display: none; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row > .video-iframe-container { display: none; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .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); }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container { border-width: 0; border-radius: 0; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;width:75rem;position:relative;display:block; }#FLshWoUNmRazW4R3cFhG5C24So3reVBf { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#AXunfJIFQDmfuM3IQGSxnCZte2urQTJP { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:55.3125rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#VTtN6kdwluBhIAWOtKgECf783X6wpzT0 { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGqGvTISdRMehckIhwrJ4d5q5FJq9Kp5 { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:43.9622rem;text-align:left;text-align-last:left;display:block; }
#XoeWebLochqL8GZlwhlrOWSBv0UfHTiL { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#JmxyA3b2ub6iUBQ1A94sTH3l5oXyd1My { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#dEVizGPUWN4whBAUiQKTO8lTIhm7NhTH { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container { background-color: transparent; background-image: none; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container > .video-iframe-container { display: none; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row > .video-iframe-container { display: none; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .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); }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container { border-width: 0; border-radius: 0; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#Qy1sXozCWtWLZ7uDwHtODxuMJ23Wnf9o { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#PDNKKD5CrbHMuO0VrA6FwLTeVif3sZuJ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:42rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#wFxt3WCnToRANiNPAcqZ4UIszD43a4z0 { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9bcgb8ETkDLZstTr6cy5loyXVXU3uZl { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:34.4052rem;text-align:left;text-align-last:left;display:block; }
#SWderLQJv4RBLo6tE9L3nBLPdUVt9FI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#JSgAGunV35nl26h6a0LQAH1BPwMFmh4g { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container { background-color: transparent; background-image: none; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container > .video-iframe-container { display: none; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row > .video-iframe-container { display: none; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .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); }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container { border-width: 0; border-radius: 0; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#ZGmIx77f6MKfd855gTppsvOz4xTWL07X { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#uJ6JEheP7LFEsXnwoaOBlxJg1CeTFB4P { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:48.1875rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#vmqy5DJ3UGqXtOTdJeTAM4tOPprLAnLf { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4snPLZCE2TPGNWUIiJXHpCVi30DUpRx { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:42.0508rem;text-align:left;text-align-last:left;display:block; }
#MMBXtotQymtL5pF52T6F9z5zoPAqcy9v { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container { background-color: transparent; background-image: none; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container > .video-iframe-container { display: none; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row > .video-iframe-container { display: none; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .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); }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container { border-width: 0; border-radius: 0; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#vdclMWZmu8xvTW101HwOQCPuw17f8BeS { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kzUqx3pfMSl2dNwmkZ3AgfTgJLgRktg3 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:39.375rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#yMwfTIAZcQnuPcNHgMKPAGDWBTaCFFQc { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omSAh5xCTX2ebNePtAzKf5RA65LhVtTI { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:32.4938rem;text-align:left;text-align-last:left;display:block; }
#XZV1amgAgW3DmXyDc6TZK8Rno6i9srub { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container { background-color: transparent; background-image: none; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container > .video-iframe-container { display: none; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row > .video-iframe-container { display: none; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .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); }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container { border-width: 0; border-radius: 0; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#aUiILqEixhJPdp45iiUOuQdHvrrJJba6 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#zf7yAg5sBlfXDpwQueylsFxn8cJXObLs { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.875rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#dHGEgU9IMMaZ2Qlx2bvbbkJ0AT0MvBTd { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGhM2CCHgCF2WoWsB5Ucb2CACHOzR73P { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:24.8482rem;text-align:left;text-align-last:left;display:block; }
#PBLNtNn9rLEMMKHEPuKTPxNpScCAhCD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#BfDIbs50g1lRD700GWmgP6teJI24fGvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#BfDIbs50g1lRD700GWmgP6teJI24fGvM > .row .container { border-width: 0; border-radius: 0; }#BfDIbs50g1lRD700GWmgP6teJI24fGvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfDIbs50g1lRD700GWmgP6teJI24fGvM > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:none; }#dGszb2XLORynxbHW5eCgm1MIoN9cD4Z2 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0.0625rem;left:0rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tErtcemOF1rcLTkzhomZAf1mkMAAIfux { background-color:transparent;background-image:none;border-top:0.125rem solid #ba7291;border-left:0.125rem solid #ba7291;border-right:0.125rem solid #ba7291;border-bottom:0.125rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ba7291;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.235675811767rem;height:3.17578125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:10.312530517578rem;left:18.881510734558rem;display:block; }
#cMusTBBS58SNhudrTumB8MUTqx4Gl5JG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kthpCps5lyJqbdKb9ka71ftUqCMFfhxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#kthpCps5lyJqbdKb9ka71ftUqCMFfhxs > .row .container { border-width: 0; border-radius: 0; }#kthpCps5lyJqbdKb9ka71ftUqCMFfhxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kthpCps5lyJqbdKb9ka71ftUqCMFfhxs > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:none; }#MxqCnnRlEwKlsdnTMpLXBdhfnpsSf4u9 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#sRlEyG7HdcIX9W9y9gK42oxX7FfClE57 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:46.8125rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#DBfMoV93yCLahKXnr1Qgrv61roet3rU2 { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmOGfJ76y4yubktLTR6ArNhtGlruKVFc { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.968750953674rem;height:42.075rem;text-align:center;text-align-last:center;display:block; }
#JNko6kGr08D2oHo0VM8LrDsbFtVlomJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#OB67kp5EVAgKOTR0ZZq88limPX34IPLq { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:13.33335rem;text-align:center;text-align-last:center;display:none; }
#moO32ivbuabNhJ0zosmRil62dcC0sBnq { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y > .row .container { border-width: 0; border-radius: 0; }#TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.5625rem;width:75rem;position:relative;display:none; }#QySA8Xopl3gheB55Udc1RfiMA3l12P6e { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.625rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#EtDGDkF9fbITfrbedoweIM4nsXZKi4IQ { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P41DorFGW9L3cBL1yvHT3gq430cdSn3b { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:8.1875rem;left:11.968750953674rem;height:15.3rem;text-align:center;text-align-last:center;display:block; }
#mJSB26H5v6C1XbKoVzc2RccMps43xOMg { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.3125rem;left:11.96875rem;height:10.0000125rem;text-align:center;text-align-last:center;display:none; }
#JsVRWyrJAzkgS8bKPo8RsfnhUcbM65GP { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.3125rem;left:11.96875rem;height:10.0000125rem;text-align:center;text-align-last:center;display:none; }
#U7TQeiFWIm9imPJHGPS2fNodLTi9q32B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#U7TQeiFWIm9imPJHGPS2fNodLTi9q32B > .row .container { border-width: 0; border-radius: 0; }#U7TQeiFWIm9imPJHGPS2fNodLTi9q32B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7TQeiFWIm9imPJHGPS2fNodLTi9q32B > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.625rem;width:75rem;position:relative;display:none; }#ldX1CJBoczoWleQVATumJcK0Z1Uoo81V { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:40.6875rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#g3KG9zwcgL4xbbdhi2L3OfNTkdI0Cvmc { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:2.875rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rORDCfTWp7XZQNXMzVDLlveUG0XxcCEO { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:7.9375rem;left:11.968750953674rem;height:36.3375rem;text-align:center;text-align-last:center;display:block; }
#MQI5wwCTMRZLlPTc6tox4TAu8Qs5Xm2m { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:16.3125rem;left:11.96875rem;height:10.125rem;text-align:center;text-align-last:center;display:none; }
#IEl2CnhscqpXB9670DWx0lMyB2Hp9Wgp { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.9375rem;left:11.96875rem;height:28.33336875rem;text-align:center;text-align-last:center;display:none; }
#D1zATbxkfTTqv52JfRT06zgez3soc9ZR { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.9375rem;left:11.96875rem;height:28.33336875rem;text-align:center;text-align-last:center;display:none; }
#TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 > .row .container { border-width: 0; border-radius: 0; }#TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31rem;width:75rem;position:relative;display:none; }#fOoFoBV3e3svZ2rxwT1UT7NFaPD3beRq { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.0625rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#f5xmHCldFr2yprUpG6s7i7ftCKP6oAHf { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:2.8333129882812rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGnLsZ5tiIArN0Vd1IVPEiUQpIAPSLW2 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:7.8958129882812rem;left:11.968750953674rem;height:22.95rem;text-align:center;text-align-last:center;display:block; }
#VLLhqw3oX4DmgcyUlsRWzKiiC8RoNnlT { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:14.625rem;left:11.96875rem;height:16.6666875rem;text-align:center;text-align-last:center;display:none; }
#P8HLWNmrcuD7cyDIutPEZrkebpDByy1g { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:14.625rem;left:11.96875rem;height:16.6666875rem;text-align:center;text-align-last:center;display:none; }
#CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC > .row .container { border-width: 0; border-radius: 0; }#CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.5625rem;width:75rem;position:relative;display:none; }#vdfqcMBaT5OBsLFqMUCgqoPyIg4skuvA { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ba7291;border-left:0.0625rem solid #ba7291;border-right:0.0625rem solid #ba7291;border-bottom:0.0625rem solid #ba7291;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#GLm0rDv7Ngwlypg92sWD0LUSs0vzOvGV { color:#ba7291;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:2.8958129882812rem;left:6.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omr5q3sN9kupBk10HmXW39eqhzu29DwW { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:7.7708129882812rem;left:11.968750953674rem;height:28.6875rem;text-align:center;text-align-last:center;display:block; }
#OFrctbdT3MVa1XZqarIMeObF5sZhdhCz { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.90625rem;left:13.46875rem;height:26.66669375rem;text-align:center;text-align-last:center;display:none; }
#XCFdoffteo9kne6kd9Gd0sgwrsGpT20V { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.90625rem;left:13.46875rem;height:26.66669375rem;text-align:center;text-align-last:center;display:none; }
#fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafd;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; }#fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI > .row .container { border-width: 0; border-radius: 0; }#fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#IMKgoO1Xbe8R2FDODipK0FkF0DTCydop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#IMKgoO1Xbe8R2FDODipK0FkF0DTCydop > .row .container { border-width: 0; border-radius: 0; }#IMKgoO1Xbe8R2FDODipK0FkF0DTCydop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMKgoO1Xbe8R2FDODipK0FkF0DTCydop > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#iCMk1XuFukWCK10AsJpJLHKi6FhxpztJ { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvXz5h5k9tMFrobhASENBNIo8eShdmGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#vvXz5h5k9tMFrobhASENBNIo8eShdmGI > .row .container { border-width: 0; border-radius: 0; }#vvXz5h5k9tMFrobhASENBNIo8eShdmGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvXz5h5k9tMFrobhASENBNIo8eShdmGI > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#BkXRJ4DmCLUV1JbX0bAgACmSsRmdbm7t { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:4.5833129882812rem;left:2.5rem;height:12.7468125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OpplJTSatRz5ZeQQkmuhJwSzB30WWyGE { color:#47545a;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:18.2734375rem;left:2.5rem;height:21.2446875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Am7TlFmKb55zm9PhzHX2qToUTbQEEURe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:4.5612182617188rem;left:35.125001907349rem;overflow:hidden;display:block; }
#Ne3tpTrD1BahgpgLSs0PJ4o314oLgR4t { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:3.29296875rem;left:0rem;height:12.499999523163rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#FEzWndvRNfKwAU6V2eaq50AkDgFLtZ4U { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:42.5rem;width:75rem;top:1.9375rem;left:0rem;display:block; }
#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container { background-color: transparent; background-image: none; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container > .video-iframe-container { display: none; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row > .video-iframe-container { display: none; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .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); }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container { border-width: 0; border-radius: 0; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#bUquRmqKR6Cr31ZxNg98c2UWJUEHTeyM { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container { background-color: transparent; background-image: none; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container > .video-iframe-container { display: none; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row > .video-iframe-container { display: none; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .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); }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container { border-width: 0; border-radius: 0; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#qVt7x7mImOFfGzaNgOQFFva81fWBc1Pg { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.4336547851562rem;left:18.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekbLZfX3Sizg9CeGG1mKJ978qvwLba6Q { color:rgba(var(--color-tertiary-2),1);display:block;width:40.186199188233rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:13.164123535156rem;left:17.40625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyUEbUzGCi7HMsLB6Wh0pNNMR2mbN8VM { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:61.20546913147rem;left:23.437501907349rem;height:5.248575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFTxFixq38fiK7Vr0IRSPl35W6iFx31v { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.40625rem;height:3.840625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:68.912500381469rem;left:28.296876907349rem;display:block; }
#lm339mXpoF6VQN6kMTNWD9luM1bUWCaL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#DBCeelZNS9g0xMUFES1tAm0aN14Jfl8w { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:54.1640625rem;left:0rem;height:6.186975rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#g1zyKpryNdCnk9cwQX0h3MpTalGe1nvF { position:absolute;display:block;z-index:15027;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:34.75rem;width:26.25rem;top:17.393249511719rem;left:13.868489265442rem;overflow:hidden;display:block; }
#Adwk2T9am9OTX66X6XhDIm1HOBiPccxe { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:23.684936523438rem;left:38.270835876465rem;overflow:hidden;display:block; }
#Pm8QIOsGcar7NI2zmL23TvV3M7ik80a1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:74.25rem;width:75rem;top:1.9375rem;left:0rem;display:block; }
#F5xbkk6BtAcs5dEzu9U72NSRH5ETSwXJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:22.265625rem;left:46.4375rem;overflow:hidden;display:block; }
#w44KGSGpFN4SlcuTvQ1qTV9833MFIhss { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:33.143249511719rem;left:45.17578125rem;overflow:hidden;display:block; }
#CgBrZddTudMHUT8yTaFFQCFRUiGZz9gW { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:74.587280273438rem;left:23.21875rem;height:10.416666269302rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IURl1foUBu3Diu67eBFr3d3N2vITwOIp { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:50.6015625rem;left:0rem;height:8.3333330154419rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#dhAkeR8ubHHevoqcIa4Le0NcscM6crqw { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:50.580749511719rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF > .row .container { border-width: 0; border-radius: 0; }#q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:none; }#iWeXaMKZRrUbnIPQWyMks0XTGOFWzUEB { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CO88FcOrXmZ2vHyX72mC9UwU6GfIvOtw { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.2916870117188rem;left:8.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 > .row .container { border-width: 0; border-radius: 0; }#FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:none; }#t6nkwoOVeGz7SoDcVpdHMHtLiaxJB08z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#ZVVRqV49saFlqTGB98Edd43MGeGC6BcZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.125rem;top:3.6666717529297rem;left:18.750001907349rem;overflow:hidden;display:block; }
#x8ki6KyDqVC2rGBunot9rRVXZZZtSDnM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15.5rem;top:3.6666717529297rem;left:57.875001907349rem;overflow:hidden;display:block; }
#eELdegIfHwOXygpXVfRvZB15ml1t3Kbp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:15.6875rem;left:0rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcs8fGVV1OCPufAcB1zoEPG0o3bEgad6 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:15.66667175293rem;left:18.750001907349rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1WnSGgtUhb1TzbDUhwidREsyJBnw8mH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:15.66667175293rem;left:37.500001907349rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEAE0D5OxTc03o0ZieaZ12OnE2xafPBg { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:15.66667175293rem;left:56.250001907349rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqhPeBciwg2EhkcJa4hzT2xxy7XmCc2B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:15.5rem;top:3.75rem;left:39.125001907349rem;overflow:hidden;display:block; }
#VDC6EQtfpQrl6TF4RMJV0hhyA554likn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#VDC6EQtfpQrl6TF4RMJV0hhyA554likn > .row .container { border-width: 0; border-radius: 0; }#VDC6EQtfpQrl6TF4RMJV0hhyA554likn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDC6EQtfpQrl6TF4RMJV0hhyA554likn > .row .container { font-size:0.875rem;font-family:arial;height:89.5625rem;width:75rem;position:relative;display:none; }#lR4KJLCLNI4QUi98lshKKy19bTxPmklJ { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.4336547851562rem;left:18.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQeZTndwWpCJeQTingmHTriQfBztFZuk { color:rgba(var(--color-tertiary-2),1);display:block;width:40.186199188233rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:13.164123535156rem;left:17.40625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDoqKm7rVotZkAEyTSmlNwUHTncbARTJ { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:64.705749511719rem;left:23.406250953674rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJGZlqXOnyn35gf529qp3ZVpQFHx6xGw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.40624935925rem;height:3.8411458283662rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:72.037780761719rem;left:28.276043891907rem;display:block; }
#KXHBNqcOVC0XPXO4E4pvFu9hSFipat6T { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#RUfU7nhaA4iaMTwNsCIQkzZzOOLJgaHn { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:77.337280273438rem;left:23.218750953674rem;height:10.3125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3csfywk7Do65381d7EKMCZt85AHK4AR { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:54.1640625rem;left:0rem;height:8.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#D4EfvfqCGUBomMgwXqmCo1wNJaUXhbdn { position:absolute;display:block;z-index:15027;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:34.75rem;width:26.25rem;top:17.393249511719rem;left:13.868489265442rem;overflow:hidden;display:block; }
#FShSqHi23XaOqxazl8NVaFL82AeattrZ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:23.684936523438rem;left:38.270835876465rem;overflow:hidden;display:block; }
#uJx1eUPGgvNdE43TfRIcMeOgbC4APZ4p { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:85.6875rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#cTV9rcwfVwLHMxbg6emDgmt145wgsSRw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:22.265625rem;left:46.4375rem;overflow:hidden;display:block; }
#uP52KQEpARU499egEndRD4NP8qNSERyX { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:12.5rem;top:33.143249511719rem;left:45.17578125rem;overflow:hidden;display:block; }
#gOFwEk7ScJC19iwycZUlNQ45yFPamW3Z { display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:74.587280273438rem;left:23.21875rem;height:10.416666269302rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oLO8sQyPUX2oXr9h91Zhvr2ovtTz8PZU { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:50.6015625rem;left:0rem;height:8.3333330154419rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#hT13ZFqnVMz1lsHUfxL93arncqebLPiy { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:50.580749511719rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugoymtIHSMTsoSu3zg2LolHekkOTHrft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container { background-color: transparent; background-image: none; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container > .video-iframe-container { display: none; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row > .video-iframe-container { display: none; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .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); }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container { border-width: 0; border-radius: 0; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container { background-color: transparent; background-image: none; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container > .video-iframe-container { display: none; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row > .video-iframe-container { display: none; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .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); }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container { border-width: 0; border-radius: 0; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#ZBNx3HMNgZeGggVxU9dqr6TINO9elTCq { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container { background-color: transparent; background-image: none; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container > .video-iframe-container { display: none; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row > .video-iframe-container { display: none; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .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); }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container { border-width: 0; border-radius: 0; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#wpbhoixtJ9sgKK5Ir3UPUKnZO1cmIT2n { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:30.4375rem;top:2.6041870117188rem;left:2.5rem;overflow:hidden;display:block; }
#rV3ISffHhbOxHnmrDaKCior8zuebUUgW { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10rem;left:36.375rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIbKK32J3TxDSdTNprQtPuVmwoOZlZTa { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4791870117188rem;left:37.498697280884rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JXDF7K2MdfunsGOKokvrkJwTDkhwVkGT { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.25rem;left:36.375rem;height:17.71396875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXmXvBVmZaEHRbX0I25aTycwsFcFIzJK { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.25rem;left:37.5rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QWqnHKdTSAHETrTgp090rnNtAT8U7mVE { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13.25rem;left:37.5rem;height:18rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;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; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container { background-color: transparent; background-image: none; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container > .video-iframe-container { display: none; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row > .video-iframe-container { display: none; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .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); }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container { border-width: 0; border-radius: 0; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#lEZTKyRTPU8gCKdweOABWH8Qk6TVaDpv { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position: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:block; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.adaptive-delivery-prevent-bg, #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.lazyload, #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.lazyloading { background-image: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { background-color: transparent; background-image: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container > .video-iframe-container { display: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container { display: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .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); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { border-width: 0; border-radius: 0; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container { background-color: transparent; background-image: none; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container > .video-iframe-container { display: none; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row > .video-iframe-container { display: none; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .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); }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container { border-width: 0; border-radius: 0; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#qy5If4R1TTfpqOx890EqbbkpmTw1qgdK { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.75rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mN0klLn0yIVt93ezS1nmpuIvsP4QBkT6 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.186199188233rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:9.2904052734375rem;left:17.406251907349rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container { background-color: transparent; background-image: none; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container > .video-iframe-container { display: none; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row > .video-iframe-container { display: none; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .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); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container { border-width: 0; border-radius: 0; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container { font-size:0.875rem;font-family:"open sans";height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#VO4EU3dKkuWkZbnXO7orxwtoWgT367Kk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:29.6875rem;top:1.125rem;left:3.375rem;overflow:hidden;display:block; }
#NTty3TGphb5AZPzCGScST3TTbVTtsHbp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15.75rem;top:10.8125rem;left:35.25rem;overflow:hidden;display:block; }
#Ds190TQSJA8i0lpTxkNeMxZHumlFZxNQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:15.75rem;top:10.8125rem;left:45.3125rem;overflow:hidden;display:block; }
#vmWdn97BAiIIzcTxZomh5FMxkk47UMBL { position:absolute;display:block;z-index:15027;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.125rem;width:15.75rem;top:10.8125rem;left:55.5625rem;overflow:hidden;display:block; }
#qnn7VQnBQHvZlQl5OFTsc3MlJlPNflGJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f4fafc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:74.958333328369rem;height:7.4583333283663rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:42.520874023438rem;left:0rem;display:block; }
#xzripGS1peUUwT8eVD3yE48ryaDQkKOA { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container { background-color: transparent; background-image: none; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container > .video-iframe-container { display: none; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row > .video-iframe-container { display: none; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .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); }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container { border-width: 0; border-radius: 0; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#IMO8i2arcuPiQtPPgt3XLPvpgUlTKQmi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:6.125rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.4050788879394rem;left:34.374607086182rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WTmshrPRAFadUBSm9rTfpaUPoAOkKHvi { top:6.7291693687437rem;left:12.90625rem;width:21.875rem;height:4.21875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnG3M5oC6JIJKrCDXzzA3BpZ00dE9HWE { width:4.3125rem;height:4.3125rem;top:2.2083358764649rem;left:21.688802719116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBk2uRMeAZ256upr6CfQVspP5v7lrdM6 { width:18.75rem;height:35.0625rem;top:17.083334922791rem;left:3.0221354961395rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #oJn4xOcZbzJGsGL61mz7Nez5Wo4GMo7o { width:13.125rem;height:16.6875rem;top:33.5rem;left:30.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #T7L2MeV3vVabDwiE6TorX1NDvQQ0a1P1 { top:10.979166984558rem;left:3.78125rem;width:40.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXhDRehtRPeRKaqPUXa69fRpL0Q5Vkpo { width:13.125rem;height:16.6875rem;top:26.1875rem;left:22.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #SBN9rpUoB7Ie2ZVCISXTbJ0n0ax8XEig { width:13.125rem;height:16.6875rem;top:22rem;left:30.9375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe { display:none; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe > .row .container { width:47.75rem;height:75.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kQMSTDJDldpGTuZy67nNqlzMJt4ciMz0 { top:6.7291693687437rem;left:12.90625rem;width:21.875rem;height:4.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKbO5gtEBnQ4qimxbsaQdByW49ubo5mc { width:4.3125rem;height:4.3125rem;top:2.2083358764649rem;left:21.688802719116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdTNQmF3wDggkRnENO4tb5FOFZB5hNlt { width:18.75rem;height:35.0625rem;top:17.083334922791rem;left:3.0221354961395rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #DKnD3uLdTCncQWx9ZGECuLATDTe4uVM0 { width:13.125rem;height:16.6875rem;top:33.5rem;left:30.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #wT5FEKUMezFJKZpkD4vypMsWTdkKUxoT { top:10.979166984558rem;left:3.78125rem;width:40.1875rem;height:5.6666665rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXpzmdEqfRDqk1AKH1iSV6LGuv5hNiMP { width:13.125rem;height:16.6875rem;top:26.1875rem;left:22.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #CEH7KWrl3CscoMXnLy5PGgIGE642QU5E { width:13.125rem;height:16.6875rem;top:22rem;left:30.9375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #B322ue78Jkp5ekU6nrP8VwhxSwwtxSsf { top:57.3125rem;left:3.7812498807907rem;width:40.1875rem;height:5.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMXBKiifAyCq5C5KInMZoW9Q7hMG7ypv { top:64.6875rem;left:3.7812498807907rem;width:40.1875rem;height:6rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr { display:none; }#S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr > .row .container { width:47.75rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lTazcmEUUXKhKAyXTTArze0JTKTQhqt8 { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.25rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wDX9an0kmAtqwPVZAaQViifdq8bd4mnB { width:18.528645875rem;height:2.970052125rem;top:15.5546875rem;left:14.610677719116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xO2zv3Q9i9awMUT1GTlaTpW54nhCXxfG { display:block; }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .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; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #d99e30;border-left:0.1875rem solid #d99e30;border-right:0.1875rem solid #d99e30;border-bottom:0.1875rem solid #d99e30; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL { width:20.625rem;height:8.19140625rem;display:flex;top:5.0286560058594rem;left:13.358073234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #bTmyv2fitwTIVfcdez15H6i2Q3OqMheG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #G6oTCwwxxIqwAsFQEnTJKNglTbTyHahN {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #WEdyficeeD9RS1PNXH3otoAVyTeT5lby {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #F0pKNcuBvWDWMakWeSPgUni5TrrilE2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #XbTThBeT6VGXBwMNPBr5aCrNoT5qh4P2 {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #ohn7mXOrXD15ndzxqnkTt6rBALPiGy6g {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #XhgQ6UvUwC3uJunIeitmTFP23nhfEEJv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #b2epapm59TlF68ZyB504QqlbbepNI5UN {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #s9m2Z31Sut3A0H3JVIeTaPxBuU082WeX {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #shq67BdHeqFHuIqF2hRC0dEXuaFRRihg { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #C0waGfA8q8hcw2IAau3TDtaTvBI9KkIa {  }
 }@media only screen and (max-width: 1199px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #I6KdSFmTT7mbwlV1hR1gauuC4sJ69H5k {  }
 }@media only screen and (max-width: 1199px) { #HzQAbTGCZTvNT3Um67Bi7PowQgtuvwIS { width:24.25rem;height:1.833333375rem;top:2.6549530029297rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQRASIgK5nf9ITOiq580zxG48EyE1X0O { display:block; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D3Xc44VuuVfoPX6c3mHi2Rw183NmymMH { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.25rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XNAmLfMyVwngzOysUqBA7L6PnIUu6vQS { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp { display:block; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container { width:47.75rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kIalCzpEWurQvTvQcnpegfR4Gyodcbi1 { width:43.75rem;height:35.4375rem;top:2.6458377838135rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JMDIDWmEtO5C8MiOrUE7unREk8VJCQaN { width:43.75rem;height:38.5rem;top:0rem;left:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId { display:block; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mCuW5swoOwNU2GBK7MyrUk3S3XBQGMbd { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN { display:block; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container { width:47.75rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #unaVyOdmuULJXWVxud7dvB6O86Jqr9fO { top:4.9583435058594rem;left:3.78125rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDcTAlL6Krs5SoccSmB9BActZ73FUqI0 { top:8.75rem;left:11.375rem;width:25rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLUcbRNEhso7ZrVWD6U2oF8QQK9nJxuH { top:50.9375rem;left:9.8125rem;width:28.125rem;height:4.725rem;font-size:1.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #TaX8yCV7JeJiomGfIWB9lT9MgN3wXAZW { width:40.625rem;height:5.625rem;top:44.213305711746rem;left:3.5624998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fd9ZHhvFCRhsbIQmeEAmM1R5BALbgsrt { width:24rem;height:31.6875rem;top:10.143249511719rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #elf7Ue2lCEucd6GXVZie5cMw2db4UWAa { width:12.5rem;height:15.9375rem;top:18.725280761719rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXtv3EDMnvrQfgDSUcu8T6o8zAJ7oglg { width:43.75rem;height:63.25rem;top:2.6015625rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pc43SLXo8vTEBdQ3IKvOF4MKdPm5y6PD { width:12.5rem;height:15.9375rem;top:13.604187011719rem;left:31.552085876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bw4CGhkqAvRz90hGAAc7LtScvStQ4da0 { width:12.5rem;height:15.9375rem;top:24.686218261719rem;left:30.678386688233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bqv1n4cqbmeEKyU2R2dxwdnoL39KFBni { width:25rem;height:9.1666668653488rem;top:51.25rem;left:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uLb12plS9f0mdOW51RTomyc8xHGeN0Hw { width:40.625rem;height:7.3333334922787rem;top:60.416687011719rem;left:3.3645834922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OoDDyNpAJw9oJ2V7E0tWpkEFypGLTe30 { width:40.625rem;height:1.59375rem;top:40.541687011719rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbxuHikGCl4532W9y4kkr1fIHHlWvSrO { width:18.5703125rem;height:3.01171875rem;top:57.8125rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6hmv7TgKDuggyXIHTlkLRHDGFsa5mdM { display:block; }
 }@media only screen and (max-width: 1199px) { #cSS9XuoS42cNTceJ8bZo7oFCIhIcTcWB { top:65.6875rem;left:9.78125rem;width:28.125rem;height:0;font-size:1.6875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #oFlwKCUHuTVTLIBUDix02pi1HR68SqFI { top:70.3125rem;left:9.78125rem;width:28.125rem;height:0;font-size:1.6875rem;font-weight:300;font-style:normal;z-index:15008;display:none; }
 }@media only screen and (max-width: 1199px) { #mLXKc2O1uHVNO69w17F0oAKybu3vRhpa { display:none; }#mLXKc2O1uHVNO69w17F0oAKybu3vRhpa > .row .container { width:47.75rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FspSXxvtQCiPIqLiDhcxrGgHaxm3RNIv { top:2.9583435058594rem;left:3.78125rem;width:40.1875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPTFGQOcWKL9500325t2t1kqknhrwQMg { display:none; }#IPTFGQOcWKL9500325t2t1kqknhrwQMg > .row .container { width:47.75rem;height:78.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yheRxT3rcK5qT7oHRQ29TRbkS78138uw { top:2.7916717529297rem;left:20.96875rem;width:25rem;height:4.1666665rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgcUcZ6RBEP4gdCPOfQg7JqyM7XrkE61 { top:8.1458435058594rem;left:22.75rem;width:25rem;height:3.83333325rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uo3Dd1gPOR1hxGboTKDXEAQa3RDI79Bg { top:12.500000834465rem;left:20.968750357628rem;width:25rem;height:1.916666625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMN2rEkIh5haxixmvwkxuvTSAZwpUUPM { width:18.125rem;height:9.6875rem;top:2.8125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFD6bVchOFwwmXITgvZT0gtBqCTSNFll { width:18.4453125rem;height:2.88671875rem;top:15.998438358307rem;left:24.246094107628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULK2nSCEL6m6WJDzUDws4PzwkOwUDW99 { display:block; }
 }@media only screen and (max-width: 1199px) { #Czv0QTm7aX2HbbdxkHWuAzH3LUy31gNX { top:29.032562255859rem;left:21rem;width:25rem;height:11.49999975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGiF86TrnHa1HqbUpweGcJg0blT7b1ov { top:23.930999755859rem;left:21rem;width:25rem;height:4.1666665rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wX3DTuvKnPypozVEI6z9R7WUm9IREpQU { width:18.125rem;height:9.6875rem;top:23.910171508789rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cT1xq6Ag2viwR0fCuPofDuHhpxeOXnbM { top:41.28125rem;left:20.968750357628rem;width:25rem;height:1.916666625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVLtnHFJIwGqLC0HVZ1Vw4CwGAP9z7GJ { width:18.48675rem;height:2.928125rem;top:44.25rem;left:24.225000739097rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxQPrMr25TDIuSAHaiOLnXDALInKHqW2 { display:block; }
 }@media only screen and (max-width: 1199px) { #BTFGQqTfGfIQbGiRVZOdnQPJ5W2zLnyO { width:18.4453125rem;height:2.88671875rem;top:73.75rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7Dq99twKOKqA7DyxdE1ruWBxbKpHaz8 { display:block; }
 }@media only screen and (max-width: 1199px) { #k2yqQTp9f9BOSlvv25RZvSMsc0Mx9QQ4 { top:69.625rem;left:21.0625rem;width:25rem;height:1.916666625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mU4n8CbQcph0JJwMTrnzUpWeVkOJ3wqo { top:55.9375rem;left:21.0625rem;width:25rem;height:11.49999975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkiZ9wv1t022stTk1ZOev8yPFIN2W9Xr { top:50.75rem;left:24.4375rem;width:18.125rem;height:4.1666665rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BU9VIaL6yklIPWBCgUteLu1hiD4mRHiD { width:15.5rem;height:9.6875rem;top:50.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ { display:none; }#MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ > .row .container { width:47.75rem;height:92.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ic1SUzZTckzdrWJurh58IAp8R3phPAZw { width:18.125rem;height:9.6875rem;top:2.8125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbtmuomCXr4iMd2a3DrL5NdMtEMCQ05N { width:15.5rem;height:9.6875rem;top:65.856765747069rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aiB7aCQ4VmIEIiV5VxMgTM8m9MoqhdeU { top:2.7916717529297rem;left:20.96875rem;width:25rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQEJnaEGcZhTwrT9bBtQqXbEn1AbkKG0 { top:8.1458435058594rem;left:22.75rem;width:25rem;height:0;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .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; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .widget-text.counter-number { padding-top:0.47125rem;padding-right:0.4225rem;padding-bottom:0.47125rem;padding-left:0.4225rem;width:2.535rem;min-width:2.535rem;height:2.533125rem;font-size:1.885rem;line-height:40.53px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ba8f68;border-left:0.0625rem solid #ba8f68;border-right:0.0625rem solid #ba8f68;border-bottom:0.0625rem solid #ba8f68; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.380625rem;height:1.00125rem;font-size:0.706875rem;line-height:16.02px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L { width:13.5rem;height:4.89625rem;display:flex;top:14.83203125rem;left:27.029949188233rem;z-index:15057;padding-top:0.12rem;padding-right:0.124375rem;padding-bottom:0.12rem;padding-left:0.124375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #JQutpZ9vBK8DJLi93TMUJkdf7WkZX2Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #ICMh3iqwlpLpu1WE7CMSBToaK93htHgh {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #KwDNehosADWETQvVKkqOBHb26w1IC6q5 {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #zVENa2iItnWMLrCsrOJ55OXtzrkixqlt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #GNLVRZgIIQhTzW1OyIUGc2MLRg784Ra0 {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #B9XWVpFKcVdJqWtsvyNO2M4PIkrFKbU4 {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #b1Tviv9E97NR4ZZidPfat5tC5HePBIBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #SiQGr0J8nv9aJOppi5OG6mDSerSmqrBk {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #M4EVSFl7zZdR5sdTVaxRJPvUIZwC07VP {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #pBMv1aovm2vwnZTpvBvB3yUJx1a6lDIe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #tRTc8uR378M2ndPHTLSFgTwKstNo5beB {  }
 }@media only screen and (max-width: 1199px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #pKMZWLTLqgfMsiZKxLxJoPRlyBpfvtZU {  }
 }@media only screen and (max-width: 1199px) { #n4BAFZ13Q0XkTDLg53ual67liZicDoyD { top:65.855484008787rem;left:25.654949188233rem;width:18.125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebSxtyaxOmWQNGVGTVokMRbBN5hfsvvb { top:69.216140747069rem;left:25.654949188233rem;width:18.125rem;height:17.2125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THxctynzu2i8PQbX9lrL4NPJT6t37l5p { width:18.44531185925rem;height:2.8867188245058rem;top:14.81120300293rem;left:2.6315104961395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VasSJ93yDQMHAXxdmqAAtonipLf9X29x { display:block; }
 }@media only screen and (max-width: 1199px) { #kddZCrGgUtZ75GZf0WZnHVIDNJRR6UwD { width:18.44531185925rem;height:2.8867188245058rem;top:77.002609252931rem;left:1.30859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DluMunwAlsZvAxK7M1fKG4EWsT7wJP0T { display:block; }
 }@media only screen and (max-width: 1199px) { #OaT0Ths1Fd8cDFEIKGtnvaXmsTE7f2bd { top:8.0208435058594rem;left:20.96875rem;width:25rem;height:5.7375rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #uSBTlQotsguwCSH56Qr43leJmy9Gr3R3 { top:29.032562255859rem;left:21rem;width:25rem;height:1.9125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Feq0SZdN3id1Z5zhc7K8a2Jq4ETabTn2 { width:18.125rem;height:9.6875rem;top:23.910171508789rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XXHLdTAgVaUn4JNL2z4egR8ZfAeWNWfp { width:15.5rem;height:9.6875rem;top:44.972671508789rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FttsaRBRygWIJUegVLn6VzBSKTTcQuPk { display:block; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #poxOycMO8FOHioVxd1eWPANXNGWPG5EO { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmgercgV8iD7yNBt11kgdX5y8svcauQC { display:block; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container { width:47.75rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EAIo5nQDvIexNHofvrhtgqxaeno4yb50 { width:13.75rem;height:22.1875rem;top:2.4375076293945rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rO01cwKFXs5Lx3mhpRdiV5heZmQHsQG3 { width:13.6875rem;height:22.1875rem;top:2.4375076293945rem;left:2.2916667461395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z1MbILpq2EPeIz3CUAOJX2l5XAooRCqn { width:13.6875rem;height:22.1875rem;top:2.4791717529297rem;left:31.833335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGwJFOiTCGs2pL3hGAzZ9B3xztRiaqTO { width:40.625rem;height:3.1875rem;top:0.7500076293945rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQepamHDfqAv4sUtaz2U3zotLMMPTMfw { display:none; }#AQepamHDfqAv4sUtaz2U3zotLMMPTMfw > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oklVRiJcbrSgt1UGcPB9gUIFOoy19Gdm { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT { display:none; }#Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT > .row .container { width:47.75rem;height:40.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pcDC2V2htAh49OnwZNNvQ2rTFDRqgVAd { width:40.625rem;height:3.1875rem;top:0.70703125rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFvIAhNnKAwXqEkyJoUMK188HMvDWivK { width:6.25rem;height:10.0625rem;top:27.446624755859rem;left:13.229166984558rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncTonxdV129bqd2kIve2NLcWT7oGVl8D { width:13.75rem;height:22.125rem;top:2.96875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEgJrgrCHmQDQP7LHqyhhpWnN5TV9BmO { width:6.25rem;height:10.0625rem;top:27.40495300293rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1lICd7feVqkwfyTHiES2iMDFBlAsOMO { width:6.25rem;height:10.0625rem;top:27.48828125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q8HW6U5dh3ADzAGXTQPQ2hdmve6f2SDx { width:6.25rem;height:10.0625rem;top:27.446624755859rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgsVl3b9OccSDiucP5HrIJASKIxydTkp { width:6.25rem;height:10.0625rem;top:27.446624755859rem;left:35.770835876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq { display:block; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qzerTrCTaQSpozyRTqCIRqaqL6TDHfEb { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS { display:block; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mdcc8E1nMy7Itls48EXpWbWyTQhaDvwa { width:43.75rem;height:29rem;top:2.4791564941406rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBnzOye3mbzeWed3CXOi0AybNtxLlce2 { width:40.625rem;height:3.1875rem;top:0.83334350585938rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o { display:none; }#wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o > .row .container { width:47.75rem;height:35.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TJvs3qB4Gcwx0LwT5bxTb5pTdJdNi82n { width:43.75rem;height:29.125rem;top:2.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmaER13UhJty6CVBeIlLMFvkmevEdwtT { display:none; }#vmaER13UhJty6CVBeIlLMFvkmevEdwtT > .row .container { width:47.75rem;height:31.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qdKBpBt00QJRzoGWAMJ695AJhObN4b8z { width:43.75rem;height:29.125rem;top:2.4583282470703rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV { display:none; }#cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cWoJ46Tyhn089XAVlJTirBTTzMSTXs4r { width:47.75rem;height:26.859375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL { display:none; }#w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QDaBiUTTTvJulpfTHBh2WGxwGKgrqAQv { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.25rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HFKTBB13rJVhpS7CQfzh5B8m6bmzJWP2 { width:18.5703125rem;height:3.01171875rem;top:1.8992195129394rem;left:14.589844107628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlXgk4Db9TEmI5dKa4VoQK09XPTiwobv { display:block; }
 }@media only screen and (max-width: 1199px) { #LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo { display:none; }#LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo > .row .container { width:47.75rem;height:9.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #x5u6mvt9Ll2lMWWA6nuouVSDanFb6bAE { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti { display:none; }#Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #XIb7GyMFNhBhSJTgsiTBhpHbaHilBxRI { width:37.5rem;height:12.499999523163rem;top:2.125rem;left:5.1250019073486rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTAmy7zhR1oKIGuvNS1frEmTNXwtuTGe { width:25rem;height:3.6666667461395rem;top:16.684906005859rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUBEwQWJvZbO07FI1qJT9xvgBTwwqas0 { width:25rem;height:3.6666667461395rem;top:16.684906005859rem;left:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QNZJaX7GdeZIJoxTkqmAfNq2TteiF1Tm { width:37.5rem;height:12.499999523163rem;top:2.125rem;left:5.1250019073486rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a { display:none; }#sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a > .row .container { width:47.75rem;height:62.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HaeiozDSRmIVHxpZw155RoJFfzKK9mFT { width:8.687125rem;height:8.124625rem;top:17.497264862061rem;left:10.359374821186rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PdMLLgKN7vPcr8m379JNblFmwhW84QbB { width:8.75rem;height:1.277775rem;top:28.25rem;left:10.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rXJKuOu9gEOaGzn0kCLTPF5FLgMfopD4 { width:8.6875rem;height:2.3125rem;top:27.625rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sOOk74I4HtlIODGklnE45yfJLw2K6mbl { width:8.75rem;height:1.277775rem;top:28.3125rem;left:28.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FMFTgdETDe1neMa2hXCu0ZhmQKAP0oTp { width:8.75rem;height:1.277775rem;top:28.25rem;left:19.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hOuWKOiU2pqNspGG53Mu9hLsmoVCLy85 { width:8.6875rem;height:2.3125rem;top:27.6875rem;left:19.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GoyogLIhR5NHmxFI7I2urq6gMSkFlAlC { width:8.6875rem;height:2.3125rem;top:27.6875rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iN0T2lZGAnUS4kCqPBOVClleXlLuVLIQ { width:40.6875rem;height:21.8125rem;top:36.915405273438rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpTh6Kw5eOo5wVtw2utZdaBERFb4LPcf { width:46.25rem;height:21.083332896232rem;top:11.175811767578rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxMmRZ4wd615ix8esD53qh9B8lb5rW63 { width:46.25rem;height:1.9166666269302rem;top:33.55078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWLOlFw4ZfqhXnmva98sI23lSPzH8L0r { top:2.8125rem;left:1.25rem;width:43.75rem;height:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liK5mQNgqbVPL2ehqmnMGNadOL3ir9zG { top:60.884155273438rem;left:3.78125rem;width:40.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbeEaO6UGUpTrqc91U3lyDgEd5t27Kuo { top:2.8125rem;left:1.25rem;width:43.75rem;height:6.5rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Jb2b4MPJT4ar9zVvE3o8DsTqZp59gRul { width:46.25rem;height:21.083332896232rem;top:11.175811767578rem;left:0.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M1WnVAB5vq4xHb3qCa19xoim1Nyf44FN { width:46.25rem;height:1.9166666269302rem;top:33.55078125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #muxS5RDZpREDEot7FuAOAuCT17TwyxWb { display:block; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WdLT8EX6m9EfFBCTRPKfQ2ZrSG96pdPJ { top:2.8125rem;left:3.7792966961861rem;width:40.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utGaHv8zI0qm7ayWPUk25UVSZ5OCN7ud { width:18.53125rem;height:3.1302082538605rem;top:10.375rem;left:14.609375rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #wOBPNJMhSJL0CrIoUUgEp1KhnEZq5b4H { display:block; }
 }@media only screen and (max-width: 1199px) { #UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe { display:block; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container { width:47.75rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FLshWoUNmRazW4R3cFhG5C24So3reVBf { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AXunfJIFQDmfuM3IQGSxnCZte2urQTJP { width:40.4375rem;height:52.9375rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTtN6kdwluBhIAWOtKgECf783X6wpzT0 { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 1199px) { #sGqGvTISdRMehckIhwrJ4d5q5FJq9Kp5 { width:39.75rem;height:0;top:7.0625rem;left:3.9999998807907rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XoeWebLochqL8GZlwhlrOWSBv0UfHTiL { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JmxyA3b2ub6iUBQ1A94sTH3l5oXyd1My { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #dEVizGPUWN4whBAUiQKTO8lTIhm7NhTH { width:38.375rem;height:46.9625rem;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN { display:block; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container { width:47.75rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qy1sXozCWtWLZ7uDwHtODxuMJ23Wnf9o { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PDNKKD5CrbHMuO0VrA6FwLTeVif3sZuJ { width:40.4375rem;height:36.875rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFxt3WCnToRANiNPAcqZ4UIszD43a4z0 { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 1199px) { #W9bcgb8ETkDLZstTr6cy5loyXVXU3uZl { width:39.75rem;height:32.5125rem;top:6.8749980926512rem;left:3.9999998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWderLQJv4RBLo6tE9L3nBLPdUVt9FI7 { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JSgAGunV35nl26h6a0LQAH1BPwMFmh4g { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP { display:block; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container { width:47.75rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZGmIx77f6MKfd855gTppsvOz4xTWL07X { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uJ6JEheP7LFEsXnwoaOBlxJg1CeTFB4P { width:40.4375rem;height:48.3125rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmqy5DJ3UGqXtOTdJeTAM4tOPprLAnLf { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 1199px) { #p4snPLZCE2TPGNWUIiJXHpCVi30DUpRx { width:39.75rem;height:43.35rem;top:6.125rem;left:3.9999998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MMBXtotQymtL5pF52T6F9z5zoPAqcy9v { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA { display:block; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vdclMWZmu8xvTW101HwOQCPuw17f8BeS { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kzUqx3pfMSl2dNwmkZ3AgfTgJLgRktg3 { width:40.4375rem;height:33.5625rem;top:2.8125rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMwfTIAZcQnuPcNHgMKPAGDWBTaCFFQc { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 1199px) { #omSAh5xCTX2ebNePtAzKf5RA65LhVtTI { width:39.75rem;height:30.70625rem;top:5.9812500476837rem;left:3.9999998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZV1amgAgW3DmXyDc6TZK8Rno6i9srub { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS { display:block; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container { width:47.75rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aUiILqEixhJPdp45iiUOuQdHvrrJJba6 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zf7yAg5sBlfXDpwQueylsFxn8cJXObLs { width:40.4375rem;height:27.3125rem;top:2.8125rem;left:3.617968916893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHGEgU9IMMaZ2Qlx2bvbbkJ0AT0MvBTd { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 1199px) { #oGhM2CCHgCF2WoWsB5Ucb2CACHOzR73P { width:39.75rem;height:23.48125rem;top:5.8750004768372rem;left:3.9999998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBLNtNn9rLEMMKHEPuKTPxNpScCAhCD3 { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BfDIbs50g1lRD700GWmgP6teJI24fGvM { display:none; }#BfDIbs50g1lRD700GWmgP6teJI24fGvM > .row .container { width:47.75rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dGszb2XLORynxbHW5eCgm1MIoN9cD4Z2 { top:2.8125rem;left:3.7792966961861rem;width:40.1875rem;height:5.6666665077209rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tErtcemOF1rcLTkzhomZAf1mkMAAIfux { width:18.53125rem;height:3.1302082538605rem;top:10.375rem;left:14.609375rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #cMusTBBS58SNhudrTumB8MUTqx4Gl5JG { display:block; }
 }@media only screen and (max-width: 1199px) { #kthpCps5lyJqbdKb9ka71ftUqCMFfhxs { display:none; }#kthpCps5lyJqbdKb9ka71ftUqCMFfhxs > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #MxqCnnRlEwKlsdnTMpLXBdhfnpsSf4u9 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sRlEyG7HdcIX9W9y9gK42oxX7FfClE57 { width:40.4375rem;height:33.5625rem;top:2.8125rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBfMoV93yCLahKXnr1Qgrv61roet3rU2 { width:6.1875rem;height:1.25rem;top:2.3125305175781rem;left:5.09375rem;font-size:6.25rem;color:#ba7291;display:block; }
 }@media only screen and (max-width: 1199px) { #LmOGfJ76y4yubktLTR6ArNhtGlruKVFc { width:39.75rem;height:0;top:14.125000417232rem;left:4.0000001788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JNko6kGr08D2oHo0VM8LrDsbFtVlomJQ { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OB67kp5EVAgKOTR0ZZq88limPX34IPLq { width:39.75rem;height:12.26665rem;top:15.00390625rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #moO32ivbuabNhJ0zosmRil62dcC0sBnq { width:37.5rem;height:30.666667580604rem;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y { display:none; }#TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #QySA8Xopl3gheB55Udc1RfiMA3l12P6e { width:41.1875rem;height:14.625rem;top:2.8125rem;left:3.1796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtDGDkF9fbITfrbedoweIM4nsXZKi4IQ { width:6.1875rem;height:1.25rem;top:2.1458129882812rem;left:5.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P41DorFGW9L3cBL1yvHT3gq430cdSn3b { width:33.875rem;height:0;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mJSB26H5v6C1XbKoVzc2RccMps43xOMg { width:33.875rem;height:12.5rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JsVRWyrJAzkgS8bKPo8RsfnhUcbM65GP { width:37.5rem;height:12.000000238419rem;top:5.7916564941406rem;left:5.125rem;font-size:0.9375rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #U7TQeiFWIm9imPJHGPS2fNodLTi9q32B { display:none; }#U7TQeiFWIm9imPJHGPS2fNodLTi9q32B > .row .container { width:47.75rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ldX1CJBoczoWleQVATumJcK0Z1Uoo81V { width:41.4375rem;height:32.0625rem;top:2.8125rem;left:3.1809897422791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3KG9zwcgL4xbbdhi2L3OfNTkdI0Cvmc { width:6.1875rem;height:1.25rem;top:2.0833129882812rem;left:5.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rORDCfTWp7XZQNXMzVDLlveUG0XxcCEO { width:47.75rem;height:0;top:16.562507629394rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQI5wwCTMRZLlPTc6tox4TAu8Qs5Xm2m { width:16rem;height:14.0625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IEl2CnhscqpXB9670DWx0lMyB2Hp9Wgp { width:47.75rem;height:26.06663125rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #D1zATbxkfTTqv52JfRT06zgez3soc9ZR { width:37.5rem;height:29.333334088326rem;top:5.5833129882812rem;left:5.125rem;font-size:0.9375rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 { display:none; }#TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #fOoFoBV3e3svZ2rxwT1UT7NFaPD3beRq { width:41.1875rem;height:20.0625rem;top:2.8125rem;left:3.1796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5xmHCldFr2yprUpG6s7i7ftCKP6oAHf { width:6.1875rem;height:1.25rem;top:2.25rem;left:5.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGnLsZ5tiIArN0Vd1IVPEiUQpIAPSLW2 { width:37.5rem;height:0;top:13.0625rem;left:5.0937501788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VLLhqw3oX4DmgcyUlsRWzKiiC8RoNnlT { width:33.875rem;height:17.1875rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P8HLWNmrcuD7cyDIutPEZrkebpDByy1g { width:37.5rem;height:17.333333849907rem;top:5.6875rem;left:5.125rem;font-size:0.9375rem;z-index:15020;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC { display:none; }#CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vdfqcMBaT5OBsLFqMUCgqoPyIg4skuvA { width:41.4375rem;height:28.4375rem;top:2.8125rem;left:3.1796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLm0rDv7Ngwlypg92sWD0LUSs0vzOvGV { width:6.1875rem;height:1.25rem;top:2.5rem;left:5.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omr5q3sN9kupBk10HmXW39eqhzu29DwW { width:47.75rem;height:0;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OFrctbdT3MVa1XZqarIMeObF5sZhdhCz { width:47.75rem;height:25rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XCFdoffteo9kne6kd9Gd0sgwrsGpT20V { width:37.5rem;height:25.333333849907rem;top:6.0625rem;left:5.125rem;font-size:0.9375rem;z-index:15021;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI { display:none; }#fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI > .row .container { width:47.75rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IMKgoO1Xbe8R2FDODipK0FkF0DTCydop { display:none; }#IMKgoO1Xbe8R2FDODipK0FkF0DTCydop > .row .container { width:47.75rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iCMk1XuFukWCK10AsJpJLHKi6FhxpztJ { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvXz5h5k9tMFrobhASENBNIo8eShdmGI { display:none; }#vvXz5h5k9tMFrobhASENBNIo8eShdmGI > .row .container { width:47.75rem;height:84.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BkXRJ4DmCLUV1JbX0bAgACmSsRmdbm7t { top:5.2473754882812rem;left:2.625rem;width:43.75rem;height:11.475rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpplJTSatRz5ZeQQkmuhJwSzB30WWyGE { top:58.083374023438rem;left:5.75rem;width:37.5rem;height:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Am7TlFmKb55zm9PhzHX2qToUTbQEEURe { width:37.5rem;height:37.5rem;top:18.666687011719rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ne3tpTrD1BahgpgLSs0PJ4o314oLgR4t { top:2.3528442382812rem;left:2.625rem;width:43.75rem;height:11.499999761581rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FEzWndvRNfKwAU6V2eaq50AkDgFLtZ4U { width:47.75rem;height:77.5625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DukOKH0vKmRDbzPEsWOSfHn0KhleEobv { display:block; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bUquRmqKR6Cr31ZxNg98c2UWJUEHTeyM { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ { display:block; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container { width:47.75rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qVt7x7mImOFfGzaNgOQFFva81fWBc1Pg { top:4.9583435058594rem;left:3.78125rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ekbLZfX3Sizg9CeGG1mKJ978qvwLba6Q { top:8.75rem;left:11.375rem;width:25rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xyUEbUzGCi7HMsLB6Wh0pNNMR2mbN8VM { top:49.838282394223rem;left:9.8125003576281rem;width:28.125rem;height:4.725rem;font-size:1.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #pFTxFixq38fiK7Vr0IRSPl35W6iFx31v { width:18.5703125rem;height:3.01171875rem;top:56.750000762753rem;left:14.589844107628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lm339mXpoF6VQN6kMTNWD9luM1bUWCaL { display:block; }
 }@media only screen and (max-width: 1199px) { #DBCeelZNS9g0xMUFES1tAm0aN14Jfl8w { width:40.625rem;height:5.625rem;top:44.213305711746rem;left:3.5624998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g1zyKpryNdCnk9cwQX0h3MpTalGe1nvF { width:24rem;height:31.6875rem;top:10.143249511719rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Adwk2T9am9OTX66X6XhDIm1HOBiPccxe { width:12.5rem;height:15.9375rem;top:18.725280761719rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pm8QIOsGcar7NI2zmL23TvV3M7ik80a1 { width:43.75rem;height:60.5625rem;top:2.6031265258789rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F5xbkk6BtAcs5dEzu9U72NSRH5ETSwXJ { width:12.5rem;height:15.9375rem;top:13.604187011719rem;left:31.552085876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w44KGSGpFN4SlcuTvQ1qTV9833MFIhss { width:12.5rem;height:15.9375rem;top:24.686218261719rem;left:30.678386688233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgBrZddTudMHUT8yTaFFQCFRUiGZz9gW { width:25rem;height:9.1666668653488rem;top:51.25rem;left:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IURl1foUBu3Diu67eBFr3d3N2vITwOIp { width:40.625rem;height:7.3333334922787rem;top:60.416687011719rem;left:3.3645834922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dhAkeR8ubHHevoqcIa4Le0NcscM6crqw { width:40.625rem;height:1.59375rem;top:40.541687011719rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF { display:none; }#q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF > .row .container { width:47.75rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iWeXaMKZRrUbnIPQWyMks0XTGOFWzUEB { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CO88FcOrXmZ2vHyX72mC9UwU6GfIvOtw { top:5.875rem;left:9.78125rem;width:28.125rem;height:2.3333332538605rem;font-size:1.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 { display:none; }#FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 > .row .container { width:47.75rem;height:51.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #t6nkwoOVeGz7SoDcVpdHMHtLiaxJB08z { width:18.125rem;height:9.6875rem;top:2.7708740234375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVVRqV49saFlqTGB98Edd43MGeGC6BcZ { width:18.125rem;height:9.6875rem;top:15.22265625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8ki6KyDqVC2rGBunot9rRVXZZZtSDnM { width:15.5rem;height:9.6875rem;top:39.23046875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eELdegIfHwOXygpXVfRvZB15ml1t3Kbp { top:5.5104370117188rem;left:20.96875rem;width:25rem;height:4.1666665077209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcs8fGVV1OCPufAcB1zoEPG0o3bEgad6 { top:17.962280273438rem;left:20.96875rem;width:25rem;height:4.1666665077209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1WnSGgtUhb1TzbDUhwidREsyJBnw8mH { top:30.087280273438rem;left:23.875rem;width:18.125rem;height:4.1666665077209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEAE0D5OxTc03o0ZieaZ12OnE2xafPBg { top:42.04296875rem;left:24.375rem;width:18.125rem;height:2.0833332538605rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqhPeBciwg2EhkcJa4hzT2xxy7XmCc2B { width:15.5rem;height:9.6875rem;top:27.34765625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDC6EQtfpQrl6TF4RMJV0hhyA554likn { display:none; }#VDC6EQtfpQrl6TF4RMJV0hhyA554likn > .row .container { width:47.75rem;height:73.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lR4KJLCLNI4QUi98lshKKy19bTxPmklJ { top:4.9583435058594rem;left:3.78125rem;width:40.1875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQeZTndwWpCJeQTingmHTriQfBztFZuk { top:8.75rem;left:11.375rem;width:25rem;height:2.6666667461395rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDoqKm7rVotZkAEyTSmlNwUHTncbARTJ { top:44.229187011719rem;left:9.78125rem;width:28.125rem;height:4.6666665077209rem;font-size:1.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #dJGZlqXOnyn35gf529qp3ZVpQFHx6xGw { width:18.57031185925rem;height:3.0117188245058rem;top:50.3125rem;left:14.58984375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXHBNqcOVC0XPXO4E4pvFu9hSFipat6T { display:block; }
 }@media only screen and (max-width: 1199px) { #RUfU7nhaA4iaMTwNsCIQkzZzOOLJgaHn { width:25rem;height:9.1666668653488rem;top:54.375rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3csfywk7Do65381d7EKMCZt85AHK4AR { width:40.625rem;height:7.3333334922787rem;top:63.541687011719rem;left:3.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D4EfvfqCGUBomMgwXqmCo1wNJaUXhbdn { width:24rem;height:31.6875rem;top:10.143249511719rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FShSqHi23XaOqxazl8NVaFL82AeattrZ { width:12.5rem;height:15.9375rem;top:18.725280761719rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJx1eUPGgvNdE43TfRIcMeOgbC4APZ4p { width:43.75rem;height:71.1875rem;top:2.6041870117188rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTV9rcwfVwLHMxbg6emDgmt145wgsSRw { width:12.5rem;height:15.9375rem;top:13.604187011719rem;left:31.552085876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uP52KQEpARU499egEndRD4NP8qNSERyX { width:12.5rem;height:15.9375rem;top:24.686218261719rem;left:30.678386688233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gOFwEk7ScJC19iwycZUlNQ45yFPamW3Z { width:25rem;height:9.1666668653488rem;top:51.25rem;left:11.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oLO8sQyPUX2oXr9h91Zhvr2ovtTz8PZU { width:40.625rem;height:7.3333334922787rem;top:60.416687011719rem;left:3.3645834922791rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hT13ZFqnVMz1lsHUfxL93arncqebLPiy { width:40.625rem;height:1.5833333730698rem;top:40.541687011719rem;left:3.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugoymtIHSMTsoSu3zg2LolHekkOTHrft { display:block; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container { width:47.75rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G { display:block; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZBNx3HMNgZeGggVxU9dqr6TINO9elTCq { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 { display:block; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container { width:47.75rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wpbhoixtJ9sgKK5Ir3UPUKnZO1cmIT2n { width:22.75rem;height:28.0625rem;top:6.71875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rV3ISffHhbOxHnmrDaKCior8zuebUUgW { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:2.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIbKK32J3TxDSdTNprQtPuVmwoOZlZTa { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:2.3333332538605rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JXDF7K2MdfunsGOKokvrkJwTDkhwVkGT { width:43.75rem;height:0;top:9.5rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QXmXvBVmZaEHRbX0I25aTycwsFcFIzJK { width:23.125rem;height:18.0625rem;top:9.7083435058594rem;left:24.5625rem;font-size:1.0625rem;z-index:15008;line-height:1.7;display:block; }
 }@media only screen and (max-width: 1199px) { #QWqnHKdTSAHETrTgp090rnNtAT8U7mVE { width:43.75rem;height:0;top:9.5rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV { display:block; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lEZTKyRTPU8gCKdweOABWH8Qk6TVaDpv { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf { background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.adaptive-delivery-prevent-bg, #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.lazyload, #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.lazyloading { background-image: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { background-color: transparent; background-image: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container > .video-iframe-container { display: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container { display: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .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); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { border-width: 0; border-radius: 0; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT { display:block; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qy5If4R1TTfpqOx890EqbbkpmTw1qgdK { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:3.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mN0klLn0yIVt93ezS1nmpuIvsP4QBkT6 { top:5.854248046875rem;left:11.375rem;width:25rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 { display:block; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container { width:47.75rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VO4EU3dKkuWkZbnXO7orxwtoWgT367Kk { width:18.75rem;height:24.875rem;top:0.0625rem;left:3.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #NTty3TGphb5AZPzCGScST3TTbVTtsHbp { width:9.375rem;height:11.875rem;top:6.625rem;left:34.6875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #Ds190TQSJA8i0lpTxkNeMxZHumlFZxNQ { width:9.375rem;height:11.875rem;top:6.625rem;left:22.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #vmWdn97BAiIIzcTxZomh5FMxkk47UMBL { width:9.375rem;height:11.875rem;top:6.6875rem;left:28.4375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 1199px) { #qnn7VQnBQHvZlQl5OFTsc3MlJlPNflGJ { width:47.458333328366rem;height:5.5833333283663rem;top:25.71875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzripGS1peUUwT8eVD3yE48ryaDQkKOA { display:block; }
 }@media only screen and (max-width: 1199px) { #r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK { display:block; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IMO8i2arcuPiQtPPgt3XLPvpgUlTKQmi { width:4.3125rem;height:4.3125rem;top:3.1242218017578rem;left:21.686716854572rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/9b0108b9-e816-46e2-b9ff-0a5a43c02b73/to_1200x12003.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTmshrPRAFadUBSm9rTfpaUPoAOkKHvi { width:20rem;height:2.34375rem;top:5.7708334922791rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnG3M5oC6JIJKrCDXzzA3BpZ00dE9HWE { width:3.75rem;height:3.75rem;top:1.20703125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBk2uRMeAZ256upr6CfQVspP5v7lrdM6 { width:10.5rem;height:19.625rem;top:13.020833969116rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJn4xOcZbzJGsGL61mz7Nez5Wo4GMo7o { width:7.5rem;height:9.4375rem;top:40.625rem;left:6.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #T7L2MeV3vVabDwiE6TorX1NDvQQ0a1P1 { width:20rem;height:3.75rem;top:8.1041669845581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXhDRehtRPeRKaqPUXa69fRpL0Q5Vkpo { width:7.5rem;height:9.4375rem;top:34rem;left:9rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #SBN9rpUoB7Ie2ZVCISXTbJ0n0ax8XEig { width:7.5rem;height:9.4375rem;top:33.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe { background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/9b0108b9-e816-46e2-b9ff-0a5a43c02b73/to_1200x12003.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe.adaptive-delivery-prevent-bg, #VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe.lazyload, #VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe.lazyloading { background-image: none; }#VbKrNkTqpxeOlUamJ9zeMKJM9GwWnLPe > .row .container { width:20rem;height:64.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kQMSTDJDldpGTuZy67nNqlzMJt4ciMz0 { width:20rem;height:2.33333325rem;top:5.7708334922791rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKbO5gtEBnQ4qimxbsaQdByW49ubo5mc { width:3.75rem;height:3.75rem;top:1.20703125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdTNQmF3wDggkRnENO4tb5FOFZB5hNlt { width:10.5rem;height:19.625rem;top:13.020833969116rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKnD3uLdTCncQWx9ZGECuLATDTe4uVM0 { width:7.5rem;height:9.4375rem;top:40.625rem;left:6.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wT5FEKUMezFJKZpkD4vypMsWTdkKUxoT { width:20rem;height:3.66666675rem;top:8.1041669845581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXpzmdEqfRDqk1AKH1iSV6LGuv5hNiMP { width:7.5rem;height:9.4375rem;top:34rem;left:9rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #CEH7KWrl3CscoMXnLy5PGgIGE642QU5E { width:7.5rem;height:9.4375rem;top:33.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B322ue78Jkp5ekU6nrP8VwhxSwwtxSsf { width:18.75rem;height:3.66666675rem;top:51.875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMXBKiifAyCq5C5KInMZoW9Q7hMG7ypv { width:20rem;height:6.666666875rem;top:56.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr { display:none; }#S0lBx5GFzaXc3TKfQn7RuMOlg7mlczEr > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTazcmEUUXKhKAyXTTArze0JTKTQhqt8 { width:18.75rem;height:0;top:1.6458358764649rem;left:0.625rem;font-size:1.375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #wDX9an0kmAtqwPVZAaQViifdq8bd4mnB { width:18.375rem;height:3.8125rem;top:11.33203125rem;left:0.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xO2zv3Q9i9awMUT1GTlaTpW54nhCXxfG { display:block; }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .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;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL .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; }
#VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL { width:14.625rem;height:5.4375rem;display:flex;top:4.75rem;left:2.4830729961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #bTmyv2fitwTIVfcdez15H6i2Q3OqMheG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #G6oTCwwxxIqwAsFQEnTJKNglTbTyHahN {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #WEdyficeeD9RS1PNXH3otoAVyTeT5lby {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #F0pKNcuBvWDWMakWeSPgUni5TrrilE2T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #XbTThBeT6VGXBwMNPBr5aCrNoT5qh4P2 {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #ohn7mXOrXD15ndzxqnkTt6rBALPiGy6g {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #XhgQ6UvUwC3uJunIeitmTFP23nhfEEJv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #b2epapm59TlF68ZyB504QqlbbepNI5UN {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #s9m2Z31Sut3A0H3JVIeTaPxBuU082WeX {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #shq67BdHeqFHuIqF2hRC0dEXuaFRRihg { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #C0waGfA8q8hcw2IAau3TDtaTvBI9KkIa {  }
 }@media only screen and (max-width: 763px) { #VRpxG42NkdMJeHCPMksSo5aE6nTkfqDL #I6KdSFmTT7mbwlV1hR1gauuC4sJ69H5k {  }
 }@media only screen and (max-width: 763px) { #HzQAbTGCZTvNT3Um67Bi7PowQgtuvwIS { width:20rem;height:1.5rem;top:2.3528671264649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQRASIgK5nf9ITOiq580zxG48EyE1X0O { display:block; }#eQRASIgK5nf9ITOiq580zxG48EyE1X0O > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3Xc44VuuVfoPX6c3mHi2Rw183NmymMH { width:18.75rem;height:4.125rem;top:1.6458358764649rem;left:0.625rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XNAmLfMyVwngzOysUqBA7L6PnIUu6vQS { width:20rem;height:auto;top:4.375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp { display:block; }#Ez4OCSEsbhiErl14qTsiOdJiFTmHPVBp > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIalCzpEWurQvTvQcnpegfR4Gyodcbi1 { width:20rem;height:0;top:1.2291679382324rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMDIDWmEtO5C8MiOrUE7unREk8VJCQaN { width:20rem;height:55.78125rem;top:0.0625rem;left:0rem;font-size:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId { display:block; }#fLEVtaH3nOQE88wRr8enK5G2Ml7kJBId > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mCuW5swoOwNU2GBK7MyrUk3S3XBQGMbd { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN { display:block; }#aSPCn5WyGyiDeBEBGsHnpTpSE6p5PiBN > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unaVyOdmuULJXWVxud7dvB6O86Jqr9fO { width:18.75rem;height:2.0625rem;top:2.7890014648438rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDcTAlL6Krs5SoccSmB9BActZ73FUqI0 { width:18.125rem;height:2.125rem;top:5.6171875rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLUcbRNEhso7ZrVWD6U2oF8QQK9nJxuH { width:18.125rem;height:3.5rem;top:56.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaX8yCV7JeJiomGfIWB9lT9MgN3wXAZW { width:18.125rem;height:0;top:63.17578125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd9ZHhvFCRhsbIQmeEAmM1R5BALbgsrt { width:15.625rem;height:20.625rem;top:7.03125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elf7Ue2lCEucd6GXVZie5cMw2db4UWAa { width:12.5rem;height:15.9375rem;top:26.747375488281rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXtv3EDMnvrQfgDSUcu8T6o8zAJ7oglg { width:20rem;height:68.0625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc43SLXo8vTEBdQ3IKvOF4MKdPm5y6PD { width:12.5rem;height:15.9375rem;top:46.790344238281rem;left:5.4270834922791rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bw4CGhkqAvRz90hGAAc7LtScvStQ4da0 { width:12.8125rem;height:16.4375rem;top:25.82421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqv1n4cqbmeEKyU2R2dxwdnoL39KFBni { width:19.997396469116rem;height:0;top:68.1328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #uLb12plS9f0mdOW51RTomyc8xHGeN0Hw { width:18.125rem;height:9.5625rem;top:44.9296875rem;left:0.90625rem;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OoDDyNpAJw9oJ2V7E0tWpkEFypGLTe30 { width:20rem;height:1.5rem;top:41.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbxuHikGCl4532W9y4kkr1fIHHlWvSrO { width:12.5rem;height:3.75rem;top:61.625rem;left:3.75rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #S6hmv7TgKDuggyXIHTlkLRHDGFsa5mdM { display:block; }
 }@media only screen and (max-width: 763px) { #cSS9XuoS42cNTceJ8bZo7oFCIhIcTcWB { width:20rem;height:3.5rem;top:72.75rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oFlwKCUHuTVTLIBUDix02pi1HR68SqFI { width:20rem;height:auto;top:70.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLXKc2O1uHVNO69w17F0oAKybu3vRhpa { display:none; }#mLXKc2O1uHVNO69w17F0oAKybu3vRhpa > .row .container { width:20rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FspSXxvtQCiPIqLiDhcxrGgHaxm3RNIv { width:18.75rem;height:2.08333325rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTFGQOcWKL9500325t2t1kqknhrwQMg { display:none; }#IPTFGQOcWKL9500325t2t1kqknhrwQMg > .row .container { width:20rem;height:122.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yheRxT3rcK5qT7oHRQ29TRbkS78138uw { width:18.75rem;height:3.83333325rem;top:3.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgcUcZ6RBEP4gdCPOfQg7JqyM7XrkE61 { width:18.75rem;height:5.75rem;top:21.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo3Dd1gPOR1hxGboTKDXEAQa3RDI79Bg { width:18.75rem;height:1.916666625rem;top:26.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMN2rEkIh5haxixmvwkxuvTSAZwpUUPM { width:18.125rem;height:9.6875rem;top:8.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFD6bVchOFwwmXITgvZT0gtBqCTSNFll { width:15.625rem;height:3.75rem;top:29.5rem;left:2.1875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ULK2nSCEL6m6WJDzUDws4PzwkOwUDW99 { display:block; }
 }@media only screen and (max-width: 763px) { #Czv0QTm7aX2HbbdxkHWuAzH3LUy31gNX { width:18.75rem;height:11.49999975rem;top:53.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGiF86TrnHa1HqbUpweGcJg0blT7b1ov { width:18.75rem;height:3.83333325rem;top:38.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX3DTuvKnPypozVEI6z9R7WUm9IREpQU { width:18.125rem;height:9.6875rem;top:42.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT1xq6Ag2viwR0fCuPofDuHhpxeOXnbM { width:18.75rem;height:1.916666625rem;top:66.514062881469rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLtnHFJIwGqLC0HVZ1Vw4CwGAP9z7GJ { width:15.5625rem;height:3.75rem;top:71.125rem;left:2.25rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PxQPrMr25TDIuSAHaiOLnXDALInKHqW2 { display:block; }
 }@media only screen and (max-width: 763px) { #BTFGQqTfGfIQbGiRVZOdnQPJ5W2zLnyO { width:15.5rem;height:3.6875rem;top:112.5625rem;left:2.2500001192093rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #w7Dq99twKOKqA7DyxdE1ruWBxbKpHaz8 { display:block; }
 }@media only screen and (max-width: 763px) { #k2yqQTp9f9BOSlvv25RZvSMsc0Mx9QQ4 { width:18.75rem;height:1.916666625rem;top:109.55781269074rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4n8CbQcph0JJwMTrnzUpWeVkOJ3wqo { width:18.75rem;height:11.49999975rem;top:95.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkiZ9wv1t022stTk1ZOev8yPFIN2W9Xr { width:18.75rem;height:3.83333325rem;top:79.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU9VIaL6yklIPWBCgUteLu1hiD4mRHiD { width:15.5rem;height:9.6875rem;top:84.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ { display:none; }#MI7TeHV9EafP076sMJDuXNGS4oD9J4CJ > .row .container { width:20rem;height:169.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ic1SUzZTckzdrWJurh58IAp8R3phPAZw { width:18.125rem;height:9.6875rem;top:8.65625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtmuomCXr4iMd2a3DrL5NdMtEMCQ05N { width:15.5rem;height:9.6875rem;top:109.6640625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiB7aCQ4VmIEIiV5VxMgTM8m9MoqhdeU { width:18.75rem;height:6.375rem;top:1.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQEJnaEGcZhTwrT9bBtQqXbEn1AbkKG0 { width:18.75rem;height:7.65rem;top:19.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .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;border-top:0.1875rem solid #ba8f68;border-left:0.1875rem solid #ba8f68;border-right:0.1875rem solid #ba8f68;border-bottom:0.1875rem solid #ba8f68; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L .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; }
#Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L { width:14.625rem;height:5.4375rem;display:flex;top:28.47917175293rem;left:2.5611979961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #JQutpZ9vBK8DJLi93TMUJkdf7WkZX2Ji { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #ICMh3iqwlpLpu1WE7CMSBToaK93htHgh {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #KwDNehosADWETQvVKkqOBHb26w1IC6q5 {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #zVENa2iItnWMLrCsrOJ55OXtzrkixqlt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #GNLVRZgIIQhTzW1OyIUGc2MLRg784Ra0 {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #B9XWVpFKcVdJqWtsvyNO2M4PIkrFKbU4 {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #b1Tviv9E97NR4ZZidPfat5tC5HePBIBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #SiQGr0J8nv9aJOppi5OG6mDSerSmqrBk {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #M4EVSFl7zZdR5sdTVaxRJPvUIZwC07VP {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #pBMv1aovm2vwnZTpvBvB3yUJx1a6lDIe { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #tRTc8uR378M2ndPHTLSFgTwKstNo5beB {  }
 }@media only screen and (max-width: 763px) { #Wfb6Tk97Pk5bP7TZQsO8NR5un55DGd5L #pKMZWLTLqgfMsiZKxLxJoPRlyBpfvtZU {  }
 }@media only screen and (max-width: 763px) { #n4BAFZ13Q0XkTDLg53ual67liZicDoyD { width:18.75rem;height:2.125rem;top:106.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebSxtyaxOmWQNGVGTVokMRbBN5hfsvvb { width:18.75rem;height:17.2125rem;top:120.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxctynzu2i8PQbX9lrL4NPJT6t37l5p { width:15.625rem;height:3.75rem;top:36.114593505859rem;left:2.1875rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VasSJ93yDQMHAXxdmqAAtonipLf9X29x { display:block; }
 }@media only screen and (max-width: 763px) { #kddZCrGgUtZ75GZf0WZnHVIDNJRR6UwD { width:15.5rem;height:3.625rem;top:139.10418701172rem;left:2.25rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DluMunwAlsZvAxK7M1fKG4EWsT7wJP0T { display:block; }
 }@media only screen and (max-width: 763px) { #OaT0Ths1Fd8cDFEIKGtnvaXmsTE7f2bd { width:20rem;height:auto;top:8.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSBTlQotsguwCSH56Qr43leJmy9Gr3R3 { width:18.75rem;height:1.9125rem;top:143.97918701172rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feq0SZdN3id1Z5zhc7K8a2Jq4ETabTn2 { width:18.5rem;height:9.8125rem;top:147.14141235351rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXHLdTAgVaUn4JNL2z4egR8ZfAeWNWfp { width:16.0625rem;height:9.8125rem;top:158.20391235351rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FttsaRBRygWIJUegVLn6VzBSKTTcQuPk { display:block; }#FttsaRBRygWIJUegVLn6VzBSKTTcQuPk > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poxOycMO8FOHioVxd1eWPANXNGWPG5EO { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmgercgV8iD7yNBt11kgdX5y8svcauQC { display:block; }#cmgercgV8iD7yNBt11kgdX5y8svcauQC > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAIo5nQDvIexNHofvrhtgqxaeno4yb50 { width:18.125rem;height:29.3125rem;top:34.20703125rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO01cwKFXs5Lx3mhpRdiV5heZmQHsQG3 { width:18.125rem;height:29.3125rem;top:3.6497497558594rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1MbILpq2EPeIz3CUAOJX2l5XAooRCqn { width:18.125rem;height:29.3125rem;top:64.651046752931rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGwJFOiTCGs2pL3hGAzZ9B3xztRiaqTO { width:20rem;height:3rem;top:1.12890625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQepamHDfqAv4sUtaz2U3zotLMMPTMfw { display:none; }#AQepamHDfqAv4sUtaz2U3zotLMMPTMfw > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oklVRiJcbrSgt1UGcPB9gUIFOoy19Gdm { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT { display:none; }#Dp7ZP7bFuZC5R66Mwmu45fGcthPTOXRT > .row .container { width:20rem;height:35.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pcDC2V2htAh49OnwZNNvQ2rTFDRqgVAd { width:20rem;height:3rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFvIAhNnKAwXqEkyJoUMK188HMvDWivK { width:12.5rem;height:20.1875rem;top:60.243488311767rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncTonxdV129bqd2kIve2NLcWT7oGVl8D { width:18.125rem;height:29.125rem;top:3.625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEgJrgrCHmQDQP7LHqyhhpWnN5TV9BmO { width:12.5rem;height:20.1875rem;top:38.805988311767rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1lICd7feVqkwfyTHiES2iMDFBlAsOMO { width:12.5rem;height:20.1875rem;top:81.680988311769rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8HW6U5dh3ADzAGXTQPQ2hdmve6f2SDx { width:12.5rem;height:20.1875rem;top:103.11848831177rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgsVl3b9OccSDiucP5HrIJASKIxydTkp { width:12.5rem;height:20.1875rem;top:124.55598831177rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq { display:block; }#EHRl2f3UOaupBsRdLGiJT1wxakCZFZEq > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzerTrCTaQSpozyRTqCIRqaqL6TDHfEb { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS { display:block; }#Xi1u0V03HORGz8UTgNJf6CuQKVZATSoS > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mdcc8E1nMy7Itls48EXpWbWyTQhaDvwa { width:20rem;height:13.257142857143rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBnzOye3mbzeWed3CXOi0AybNtxLlce2 { width:20rem;height:3rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o { display:none; }#wwbUNpQlgD4BxJR9EMRckpHCRzU4y50o > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJvs3qB4Gcwx0LwT5bxTb5pTdJdNi82n { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmaER13UhJty6CVBeIlLMFvkmevEdwtT { display:none; }#vmaER13UhJty6CVBeIlLMFvkmevEdwtT > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qdKBpBt00QJRzoGWAMJ695AJhObN4b8z { width:20rem;height:13.314285714286rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV { display:none; }#cECtNmHgW6oS5Fzun15XZXsVxp3wZZuV > .row .container { width:20rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cWoJ46Tyhn089XAVlJTirBTTzMSTXs4r { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL { display:none; }#w7zsu32rgqccaMcZbtbX1Jxvaco6C1DL > .row .container { width:20rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QDaBiUTTTvJulpfTHBh2WGxwGKgrqAQv { width:18.75rem;height:0;top:1.6458358764649rem;left:0.625rem;font-size:1.375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #HFKTBB13rJVhpS7CQfzh5B8m6bmzJWP2 { width:18.375rem;height:3.8125rem;top:1.51953125rem;left:0.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LlXgk4Db9TEmI5dKa4VoQK09XPTiwobv { display:block; }
 }@media only screen and (max-width: 763px) { #LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo { display:none; }#LOgvVItrWdlDdIT1fqOWfF3zcdpeDioo > .row .container { width:20rem;height:5.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x5u6mvt9Ll2lMWWA6nuouVSDanFb6bAE { width:18.75rem;height:4.1666665077209rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti { display:none; }#Rc3vN4Dh3xthQKF2tcaJ8sIogJKeJlti > .row .container { width:20rem;height:19.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XIb7GyMFNhBhSJTgsiTBhpHbaHilBxRI { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTAmy7zhR1oKIGuvNS1frEmTNXwtuTGe { width:20rem;height:0;top:14.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUBEwQWJvZbO07FI1qJT9xvgBTwwqas0 { width:20rem;height:3.1666667461395rem;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #QNZJaX7GdeZIJoxTkqmAfNq2TteiF1Tm { width:20rem;height:11.083333611488rem;top:1.1875rem;left:0rem;font-size:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a { display:none; }#sQN4UpW0ABaz74J16LkuDe0qv2kAqs5a > .row .container { width:20rem;height:58.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HaeiozDSRmIVHxpZw155RoJFfzKK9mFT { width:8.6875rem;height:8.125rem;top:12.573486328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdMLLgKN7vPcr8m379JNblFmwhW84QbB { width:8.75rem;height:0;top:28.042710423469rem;left:11.186458468438rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXJKuOu9gEOaGzn0kCLTPF5FLgMfopD4 { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOOk74I4HtlIODGklnE45yfJLw2K6mbl { width:8.75rem;height:0;top:29.243750691414rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMFTgdETDe1neMa2hXCu0ZhmQKAP0oTp { width:8.75rem;height:0;top:29.243750691414rem;left:11.186458468438rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOuWKOiU2pqNspGG53Mu9hLsmoVCLy85 { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoyogLIhR5NHmxFI7I2urq6gMSkFlAlC { width:8.6875rem;height:2.3125rem;top:48.375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iN0T2lZGAnUS4kCqPBOVClleXlLuVLIQ { width:15.5rem;height:8.3125rem;top:8.0520629882812rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTh6Kw5eOo5wVtw2utZdaBERFb4LPcf { width:18.125rem;height:0;top:17.967407226562rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxMmRZ4wd615ix8esD53qh9B8lb5rW63 { width:18.125rem;height:0;top:50.127685546875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWLOlFw4ZfqhXnmva98sI23lSPzH8L0r { width:20rem;height:0;top:2.5728759765625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #liK5mQNgqbVPL2ehqmnMGNadOL3ir9zG { width:20rem;height:1.75rem;top:55.484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbeEaO6UGUpTrqc91U3lyDgEd5t27Kuo { width:20rem;height:5.5000001192093rem;top:1.4453125rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Jb2b4MPJT4ar9zVvE3o8DsTqZp59gRul { width:18.125rem;height:31.166667342186rem;top:18.00390625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #M1WnVAB5vq4xHb3qCa19xoim1Nyf44FN { width:18.125rem;height:3.6666667461395rem;top:50.5625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #muxS5RDZpREDEot7FuAOAuCT17TwyxWb { display:block; }#muxS5RDZpREDEot7FuAOAuCT17TwyxWb > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdLT8EX6m9EfFBCTRPKfQ2ZrSG96pdPJ { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utGaHv8zI0qm7ayWPUk25UVSZ5OCN7ud { width:18.75rem;height:3.125rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOBPNJMhSJL0CrIoUUgEp1KhnEZq5b4H { display:block; }
 }@media only screen and (max-width: 763px) { #UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe { display:block; }#UHkGxD2Tub5hAH00lvZ2xpgHR0eDpfFe > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLshWoUNmRazW4R3cFhG5C24So3reVBf { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #AXunfJIFQDmfuM3IQGSxnCZte2urQTJP { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTtN6kdwluBhIAWOtKgECf783X6wpzT0 { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGqGvTISdRMehckIhwrJ4d5q5FJq9Kp5 { width:16.375rem;height:0;top:3.1250004768372rem;left:1.8125001192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoeWebLochqL8GZlwhlrOWSBv0UfHTiL { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #JmxyA3b2ub6iUBQ1A94sTH3l5oXyd1My { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEVizGPUWN4whBAUiQKTO8lTIhm7NhTH { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN { display:block; }#OTLWLFIXJ15hyQ4OAS78vNOQFAxtTcZN > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy1sXozCWtWLZ7uDwHtODxuMJ23Wnf9o { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #PDNKKD5CrbHMuO0VrA6FwLTeVif3sZuJ { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFxt3WCnToRANiNPAcqZ4UIszD43a4z0 { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9bcgb8ETkDLZstTr6cy5loyXVXU3uZl { width:16.375rem;height:55.99375rem;top:1.4374990463257rem;left:1.8125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWderLQJv4RBLo6tE9L3nBLPdUVt9FI7 { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #JSgAGunV35nl26h6a0LQAH1BPwMFmh4g { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP { display:block; }#QHzPEXiQ8qW5sr0ukpomDBlLmKGnpeKP > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGmIx77f6MKfd855gTppsvOz4xTWL07X { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #uJ6JEheP7LFEsXnwoaOBlxJg1CeTFB4P { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmqy5DJ3UGqXtOTdJeTAM4tOPprLAnLf { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4snPLZCE2TPGNWUIiJXHpCVi30DUpRx { width:16.375rem;height:77.66875rem;top:1.0617179870606rem;left:1.8125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBXtotQymtL5pF52T6F9z5zoPAqcy9v { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA { display:block; }#Fn4FNOVlCsE6knZd70PH98Nm8hRzymXA > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdclMWZmu8xvTW101HwOQCPuw17f8BeS { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #kzUqx3pfMSl2dNwmkZ3AgfTgJLgRktg3 { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMwfTIAZcQnuPcNHgMKPAGDWBTaCFFQc { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #omSAh5xCTX2ebNePtAzKf5RA65LhVtTI { width:16.375rem;height:46.9625rem;top:2.0625rem;left:1.8125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZV1amgAgW3DmXyDc6TZK8Rno6i9srub { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS { display:block; }#PzJGE3dTr8Fce0MAMf041bMWEaTsB6qS > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUiILqEixhJPdp45iiUOuQdHvrrJJba6 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #zf7yAg5sBlfXDpwQueylsFxn8cJXObLs { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHGEgU9IMMaZ2Qlx2bvbbkJ0AT0MvBTd { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGhM2CCHgCF2WoWsB5Ucb2CACHOzR73P { width:16.375rem;height:34.31875rem;top:2.0625004768372rem;left:1.8125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBLNtNn9rLEMMKHEPuKTPxNpScCAhCD3 { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #BfDIbs50g1lRD700GWmgP6teJI24fGvM { display:none; }#BfDIbs50g1lRD700GWmgP6teJI24fGvM > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGszb2XLORynxbHW5eCgm1MIoN9cD4Z2 { width:20rem;height:3.6666667461395rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tErtcemOF1rcLTkzhomZAf1mkMAAIfux { width:18.75rem;height:3.125rem;top:6rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMusTBBS58SNhudrTumB8MUTqx4Gl5JG { display:block; }
 }@media only screen and (max-width: 763px) { #kthpCps5lyJqbdKb9ka71ftUqCMFfhxs { display:none; }#kthpCps5lyJqbdKb9ka71ftUqCMFfhxs > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MxqCnnRlEwKlsdnTMpLXBdhfnpsSf4u9 { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #sRlEyG7HdcIX9W9y9gK42oxX7FfClE57 { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBfMoV93yCLahKXnr1Qgrv61roet3rU2 { width:6.1875rem;height:auto;top:3.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmOGfJ76y4yubktLTR6ArNhtGlruKVFc { width:16.375rem;height:0;top:3.1250004768372rem;left:1.8125001192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNko6kGr08D2oHo0VM8LrDsbFtVlomJQ { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #OB67kp5EVAgKOTR0ZZq88limPX34IPLq { width:18.125rem;height:21.666666150093rem;top:1.375rem;left:0.90625rem;font-size:1rem;z-index:15019;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #moO32ivbuabNhJ0zosmRil62dcC0sBnq { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y { display:none; }#TugUUNgN7yw5raeZ7Ay8UptUaXy9Mr0y > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QySA8Xopl3gheB55Udc1RfiMA3l12P6e { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtDGDkF9fbITfrbedoweIM4nsXZKi4IQ { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P41DorFGW9L3cBL1yvHT3gq430cdSn3b { width:16.5rem;height:0;top:3.125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJSB26H5v6C1XbKoVzc2RccMps43xOMg { width:18.125rem;height:14.999999642372rem;top:0.0625rem;left:0.90625rem;font-size:1rem;z-index:15020;color:#47545a;font-weight:300;font-style:normal;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JsVRWyrJAzkgS8bKPo8RsfnhUcbM65GP { width:20rem;height:auto;top:14.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7TQeiFWIm9imPJHGPS2fNodLTi9q32B { display:none; }#U7TQeiFWIm9imPJHGPS2fNodLTi9q32B > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ldX1CJBoczoWleQVATumJcK0Z1Uoo81V { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3KG9zwcgL4xbbdhi2L3OfNTkdI0Cvmc { width:6.1875rem;height:auto;top:2.875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rORDCfTWp7XZQNXMzVDLlveUG0XxcCEO { width:16rem;height:0;top:1rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQI5wwCTMRZLlPTc6tox4TAu8Qs5Xm2m { width:16rem;height:14.0625rem;top:3.75rem;left:2rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #IEl2CnhscqpXB9670DWx0lMyB2Hp9Wgp { width:18.125rem;height:49.999999046326rem;top:0.0625rem;left:0.90625rem;font-size:1rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #D1zATbxkfTTqv52JfRT06zgez3soc9ZR { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 { display:none; }#TzTmPR4AzZLXKmdhC5zaTaE5R59GD5F8 > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fOoFoBV3e3svZ2rxwT1UT7NFaPD3beRq { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5xmHCldFr2yprUpG6s7i7ftCKP6oAHf { width:6.1875rem;height:auto;top:2.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGnLsZ5tiIArN0Vd1IVPEiUQpIAPSLW2 { width:16.5rem;height:0;top:3.125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLLhqw3oX4DmgcyUlsRWzKiiC8RoNnlT { width:18.125rem;height:31.666666746139rem;top:0.0625rem;left:0.9375rem;font-size:1rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #P8HLWNmrcuD7cyDIutPEZrkebpDByy1g { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC { display:none; }#CZHKmGVEFCWJlBtCOZh8JCcwlu4eb9pC > .row .container { width:20rem;height:47.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vdfqcMBaT5OBsLFqMUCgqoPyIg4skuvA { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLm0rDv7Ngwlypg92sWD0LUSs0vzOvGV { width:6.1875rem;height:auto;top:2.875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #omr5q3sN9kupBk10HmXW39eqhzu29DwW { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFrctbdT3MVa1XZqarIMeObF5sZhdhCz { width:18.125rem;height:46.666665792465rem;top:0.0625rem;left:0.90625rem;font-size:1rem;z-index:15021;color:#47545a;font-weight:300;font-style:normal;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XCFdoffteo9kne6kd9Gd0sgwrsGpT20V { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI { display:none; }#fu7kvTsHo8cnQFJPxmO7JBmRgy9s34aI > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IMKgoO1Xbe8R2FDODipK0FkF0DTCydop { display:none; }#IMKgoO1Xbe8R2FDODipK0FkF0DTCydop > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iCMk1XuFukWCK10AsJpJLHKi6FhxpztJ { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvXz5h5k9tMFrobhASENBNIo8eShdmGI { display:none; }#vvXz5h5k9tMFrobhASENBNIo8eShdmGI > .row .container { width:20rem;height:67.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BkXRJ4DmCLUV1JbX0bAgACmSsRmdbm7t { width:20rem;height:0;top:1.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpplJTSatRz5ZeQQkmuhJwSzB30WWyGE { width:18.75rem;height:22.95rem;top:39.4765625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am7TlFmKb55zm9PhzHX2qToUTbQEEURe { width:18.75rem;height:18.75rem;top:19.497375488281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3tpTrD1BahgpgLSs0PJ4o314oLgR4t { width:20rem;height:15.3rem;top:2.6015625rem;left:0rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FEzWndvRNfKwAU6V2eaq50AkDgFLtZ4U { width:20rem;height:63.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukOKH0vKmRDbzPEsWOSfHn0KhleEobv { display:block; }#DukOKH0vKmRDbzPEsWOSfHn0KhleEobv > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUquRmqKR6Cr31ZxNg98c2UWJUEHTeyM { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ { display:block; }#epENpWUI5ss3S0QbVM1fy4OkRIODpFWJ > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVt7x7mImOFfGzaNgOQFFva81fWBc1Pg { width:18.75rem;height:2.0625rem;top:2.7890014648438rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekbLZfX3Sizg9CeGG1mKJ978qvwLba6Q { width:18.125rem;height:2.125rem;top:5.6171875rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyUEbUzGCi7HMsLB6Wh0pNNMR2mbN8VM { width:18.125rem;height:3.5rem;top:55.339807510376rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTxFixq38fiK7Vr0IRSPl35W6iFx31v { width:12.4984375rem;height:3.375rem;top:60.490627288818rem;left:3.750781416893rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lm339mXpoF6VQN6kMTNWD9luM1bUWCaL { display:block; }
 }@media only screen and (max-width: 763px) { #DBCeelZNS9g0xMUFES1tAm0aN14Jfl8w { width:18.125rem;height:0;top:63.17578125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1zyKpryNdCnk9cwQX0h3MpTalGe1nvF { width:15.625rem;height:20.625rem;top:7.03125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adwk2T9am9OTX66X6XhDIm1HOBiPccxe { width:12.5rem;height:15.9375rem;top:26.747375488281rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pm8QIOsGcar7NI2zmL23TvV3M7ik80a1 { width:20rem;height:64.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xbkk6BtAcs5dEzu9U72NSRH5ETSwXJ { width:12.5rem;height:15.9375rem;top:46.790344238281rem;left:5.4270834922791rem;display:none; }
 }@media only screen and (max-width: 763px) { #w44KGSGpFN4SlcuTvQ1qTV9833MFIhss { width:12.8125rem;height:16.4375rem;top:25.82421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBrZddTudMHUT8yTaFFQCFRUiGZz9gW { width:19.997396469116rem;height:0;top:68.1328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #IURl1foUBu3Diu67eBFr3d3N2vITwOIp { width:18.125rem;height:9.5625rem;top:44.9296875rem;left:0.90625rem;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dhAkeR8ubHHevoqcIa4Le0NcscM6crqw { width:20rem;height:1.5rem;top:41.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF { display:none; }#q4n4v8TTPTx0kcawRf7QFROfJgTM4TIF > .row .container { width:20rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iWeXaMKZRrUbnIPQWyMks0XTGOFWzUEB { width:18.75rem;height:2.0833332538605rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO88FcOrXmZ2vHyX72mC9UwU6GfIvOtw { width:20rem;height:1.75rem;top:3.70703125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 { display:none; }#FxsVTMKgxksxGUcR4TiJic3sziiEmiT3 > .row .container { width:20rem;height:68.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t6nkwoOVeGz7SoDcVpdHMHtLiaxJB08z { width:18.125rem;height:9.6875rem;top:8.65625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVRqV49saFlqTGB98Edd43MGeGC6BcZ { width:18.125rem;height:9.6875rem;top:25.3515625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ki6KyDqVC2rGBunot9rRVXZZZtSDnM { width:15.5rem;height:9.6875rem;top:57.2890625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELdegIfHwOXygpXVfRvZB15ml1t3Kbp { width:18.75rem;height:6.2499997615814rem;top:1.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcs8fGVV1OCPufAcB1zoEPG0o3bEgad6 { width:18.75rem;height:3.8333332538605rem;top:20.854125976562rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WnSGgtUhb1TzbDUhwidREsyJBnw8mH { width:18.75rem;height:3.8333332538605rem;top:37.467468261719rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEAE0D5OxTc03o0ZieaZ12OnE2xafPBg { width:18.75rem;height:2.0833332538605rem;top:54.229187011719rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqhPeBciwg2EhkcJa4hzT2xxy7XmCc2B { width:15.5rem;height:9.6875rem;top:42.21875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDC6EQtfpQrl6TF4RMJV0hhyA554likn { display:none; }#VDC6EQtfpQrl6TF4RMJV0hhyA554likn > .row .container { width:20rem;height:77.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lR4KJLCLNI4QUi98lshKKy19bTxPmklJ { width:18.75rem;height:2.0833332538605rem;top:2.7890014648438rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQeZTndwWpCJeQTingmHTriQfBztFZuk { width:18.125rem;height:2.0833332538605rem;top:5.6171875rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDoqKm7rVotZkAEyTSmlNwUHTncbARTJ { width:18.125rem;height:3.5rem;top:58.83984375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJGZlqXOnyn35gf529qp3ZVpQFHx6xGw { width:12.498698234558rem;height:3.375rem;top:63.428405761719rem;left:3.75rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KXHBNqcOVC0XPXO4E4pvFu9hSFipat6T { display:block; }
 }@media only screen and (max-width: 763px) { #RUfU7nhaA4iaMTwNsCIQkzZzOOLJgaHn { width:19.997396469116rem;height:0;top:53.3203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3csfywk7Do65381d7EKMCZt85AHK4AR { width:18.125rem;height:0;top:63.17578125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4EfvfqCGUBomMgwXqmCo1wNJaUXhbdn { width:15.625rem;height:20.625rem;top:7.03125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FShSqHi23XaOqxazl8NVaFL82AeattrZ { width:12.5rem;height:15.9375rem;top:26.747375488281rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJx1eUPGgvNdE43TfRIcMeOgbC4APZ4p { width:20rem;height:75.9375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTV9rcwfVwLHMxbg6emDgmt145wgsSRw { width:12.5rem;height:15.9375rem;top:46.790344238281rem;left:5.4270834922791rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP52KQEpARU499egEndRD4NP8qNSERyX { width:12.8125rem;height:16.4375rem;top:25.82421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOFwEk7ScJC19iwycZUlNQ45yFPamW3Z { width:19.997396469116rem;height:9.5000002384187rem;top:68.1328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #oLO8sQyPUX2oXr9h91Zhvr2ovtTz8PZU { width:18.125rem;height:12.666666984558rem;top:44.9296875rem;left:0.90625rem;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hT13ZFqnVMz1lsHUfxL93arncqebLPiy { width:20rem;height:1.5rem;top:41.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugoymtIHSMTsoSu3zg2LolHekkOTHrft { display:block; }#ugoymtIHSMTsoSu3zg2LolHekkOTHrft > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G { display:block; }#ArXpsdtGkaTTWET5z8dJgTIJXPv5B57G > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBNx3HMNgZeGggVxU9dqr6TINO9elTCq { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 { display:block; }#WJ1uRnoW4b9SExWkZfTJJuCk1ikqpAL5 > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpbhoixtJ9sgKK5Ir3UPUKnZO1cmIT2n { width:16.1875rem;height:20rem;top:0.58331298828125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV3ISffHhbOxHnmrDaKCior8zuebUUgW { width:20rem;height:0;top:22.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIbKK32J3TxDSdTNprQtPuVmwoOZlZTa { width:20rem;height:3.75rem;top:21.9765625rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JXDF7K2MdfunsGOKokvrkJwTDkhwVkGT { width:20rem;height:0;top:27.645874023438rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXmXvBVmZaEHRbX0I25aTycwsFcFIzJK { width:20rem;height:auto;top:9.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWqnHKdTSAHETrTgp090rnNtAT8U7mVE { width:20rem;height:22.3125rem;top:26.64453125rem;left:0rem;font-size:1.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV { display:block; }#LsV4S1v4m8VOwCDTaCtBSWkMVLNm6wBV > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEZTKyRTPU8gCKdweOABWH8Qk6TVaDpv { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf { background-color:#f4fafc;background-image:url("https://images.assets-landingi.com/uc/13c28d13-2376-496b-a5ed-e131d649e799/Zdjciegwnenastronzapisu5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.adaptive-delivery-prevent-bg, #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.lazyload, #VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf.lazyloading { background-image: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { background-color: transparent; background-image: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container > .video-iframe-container { display: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row > .video-iframe-container { display: none; }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .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); }#VAw1WpEVMzSGiLZm5vTzRSpfCL5ewVkf > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT { display:block; }#ZeAqagKqmKgxTuUMDfAyKFzvUSM6iCVT > .row .container { width:20rem;height:5.8328094482422rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qy5If4R1TTfpqOx890EqbbkpmTw1qgdK { width:18.75rem;height:2.0625rem;top:1.625rem;left:0.62226560711861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN0klLn0yIVt93ezS1nmpuIvsP4QBkT6 { width:20rem;height:2.125rem;top:3.7083740234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 { background-color:#e5f4fa;background-image:none;display:block; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container { background-color: transparent; background-image: none; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container > .video-iframe-container { display: none; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row > .video-iframe-container { display: none; }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .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); }#NeG7WvNDuUm7KRkDRqPTRgG0ApnDUeZ5 > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VO4EU3dKkuWkZbnXO7orxwtoWgT367Kk { width:18.0625rem;height:24.0625rem;top:0rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTty3TGphb5AZPzCGScST3TTbVTtsHbp { width:7.5rem;height:9.4375rem;top:13.8125rem;left:11.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Ds190TQSJA8i0lpTxkNeMxZHumlFZxNQ { width:7.5rem;height:9.4375rem;top:13.8125rem;left:6.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #vmWdn97BAiIIzcTxZomh5FMxkk47UMBL { width:7.5rem;height:9.4375rem;top:13.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnn7VQnBQHvZlQl5OFTsc3MlJlPNflGJ { width:19rem;height:4.375rem;top:24.875rem;left:0.5rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xzripGS1peUUwT8eVD3yE48ryaDQkKOA { display:block; }
 }@media only screen and (max-width: 763px) { #r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK { display:block; }#r8Ow0waTRRLLrhIakKpFXkli0i4fdRQK > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMO8i2arcuPiQtPPgt3XLPvpgUlTKQmi { width:2.8125rem;height:2.8125rem;top:3.03125rem;left:8.59375rem;display:block; }
 }