.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:211,248,192;--color-primary-1:114,167,85;--color-primary-2:75,174,22;--color-primary-3:70,125,39;--color-primary-4:55,120,21;--color-secondary-0:255,247,195;--color-secondary-1:244,206,131;--color-secondary-2:241,164,31;--color-secondary-3:243,156,18;--color-secondary-4:255,222,0;--color-tertiary-0:255,255,255;--color-tertiary-1:38,73,169;--color-tertiary-2:11,171,193;--color-tertiary-3:13,148,166;--color-tertiary-4:0,0,0;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4fdef;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.8);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { background-color: transparent; background-image: none; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container > .video-iframe-container { display: none; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row > .video-iframe-container { display: none; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .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); }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { border-width: 0; border-radius: 0; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#XOoPqdMZBDCXwOPhgEkgftMyqPsqW8WT { color:#f4fdef;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:0rem;height:1.298825rem;display:block; }
#u9PPL9pXaZqMcks368bTTFJi5lMCcbS0 { color:#f4fdef;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:14.000001907349rem;height:1.298825rem;display:block; }
#ceRu29iHRXVxwZD08Ebpo7BSWDSU3q8K { color:#f4fdef;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:25.500001907349rem;height:1.298825rem;display:block; }
#HhHh8X1HTXkEkoSgJJNa042873DTkvV1 { color:#f4fdef;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:35.562501907349rem;height:1.298825rem;display:block; }
#kitQn1Ims9ngekJKCtdgVxXMfgAte5Q5 { color:#f4fdef;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.2083334922791rem;left:44.375rem;height:1.3125rem;display:block; }
#nBravWQanRgoxEraGkA8OqJHnDkW0HOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.2291669845581rem;left:40.3125rem;height:1.298825rem;display:block; }
#ThbaM6MNofVPxasIekkVGhbAo2UAXFJ8 { color:#f4fdef;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:0rem;height:1.25rem;display:none; }
#CmVV8fit8ybOgRy3iivhm72100TcV5UP { color:#f4fdef;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2291679382324rem;left:14.000001907349rem;height:1.25rem;display:none; }
#QRnEhhzztflzMsv5vPt9T3ywMX985tgg { position:relative;display:block; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg { background-color: transparent; background-image: none; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container > .video-iframe-container { display: none; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row > .video-iframe-container { display: none; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .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); }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg { border-width: 0; border-radius: 0; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 { position:relative;display:none; }#azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 { border-width: 0; border-radius: 0; }#azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ODNvO9rzX15wM3cv8wrwo72C9BWl9qub { display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:12.1875rem;height:7.25rem;color:#f4b46d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSchiqtBaAwcMbxcwdHNcE6hpik81w7L { z-index:15001;top:18.4375rem;left:10.625rem;background-color:rgba(var(--color-secondary-4),0.35);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6240234375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vFxygXv6XxQEVOvuqASdTrbhSsxUoDT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHVbhfy0MJqG1PNikZLUXbbZCnMRT7T7 { position:absolute;display:block;z-index:15006;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:28.5625rem;width:24.5rem;top:3.0625rem;left:40.044921875rem;overflow:hidden;display:block; }
#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/ea468ffd-a33a-4d5c-a560-8a8b97630ceb/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.adaptive-delivery-prevent-bg, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyload, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyloading { background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { border-width: 0; border-radius: 0; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:none; }#kFK2deoF6FUnuU7qGykAzpTOFCz2sda8 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:41.040897607803rem;left:13.182444572449rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NUt4RZRbdkthNN7kiKqHLlwHDzgbPo0X { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fgmp6TKmbmzzvzQKcTKcJlRfgHMW7iKM { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WT8WDBEEU7XalL8fpEPy2S0asNUkeRww { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:14.624475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSivMrssHc5oPAPZPTbCyq7btNgWT1VX { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l0XnSCWh19y0iuU3MTEZ3tZozV3oem6A { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LaqfNsMeqvOfguUQhVJ9T8SzupRvQmcN { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:28.8125rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nNAy37VT00yXOUZtgeqcP2DFNnE9e49U { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:35.5625rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QflRfi4L25IgxvAnD4FiNuPRvTvf441I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.8216915130615rem;left:6.8106622695925rem;overflow:hidden;display:block; }
#W8VPdHPrmpEuG6mqIEAV29wKu1J65g7X { color:#ba7191;display:block;width:1.3120404375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4983921051026rem;left:24.484143257141rem;height:1.625rem;display:block; }
#EJnFkaxLrLkHTmFlUqQeOBlKhJBsvv8i { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffe298;border-left:0.125rem solid #ffe298;border-right:0.125rem solid #ffe298;border-bottom:0.125rem solid #ffe298;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:24.80790375rem;height:3.5579041875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:28.340990066528rem;left:4.6070775985717rem;display:block; }
#EyemvwCp4y9pTc6hyRwiDyUaJbf4Tasn { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#oo9PMDhLW9tPSreD8mBOQTPzd62lMvU7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.6870403125rem;width:64.1854324375rem;top:36.801469802856rem;left:6.8072156906125rem;display:none; }
#ExET1PTzTN9xyIlf5adTfPxc4JDshhbI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wqPeqPJaEEqtzATTTkfGBSIdhUUr3nhz { 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:31.25rem;width:31.25rem;display:none; }
#VH8ew3a4R76HwzyTPupeQo5iTRP5lTHF { 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:12.5rem;width:12.5rem;top:34.935661554336rem;left:0rem;overflow:hidden;display:none; }
#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/872bcba9-2c67-40ab-b74e-faec45f681ee/Oza2026para.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p.adaptive-delivery-prevent-bg, #mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p.lazyload, #mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p.lazyloading { background-image: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { background-color: transparent; background-image: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container > .video-iframe-container { display: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container { display: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .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); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { border-width: 0; border-radius: 0; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#aw3532e7wUQBKEsLpTwewTxNlXZBe1z8 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:41.040897607803rem;left:13.182444572449rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvCTf59wxkx6CWsi7BfmZoz18JRK3iCS { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g7QxUSErZA3di4XJBVkeS3xxo1sEUeBx { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#v4Ondf9ThC38ndrdewEN6dnK68M5BSxq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:14.624475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9NTGwkua4aOokAZIrCxO2DLOAqxH5nT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rJ3qy1Tp9857o6RhgyPuS0XhTA62TXbc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:12.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l7exUuR13zpZt9eDuB7wfwAdSJlGD85T { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:28.8125rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bKVphXU8nSDN7op5FQyvwMggLbSnThlS { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:35.5625rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wZ8sfUmbByqgFVMCqO394PnaTAK9RGCU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.8216915130615rem;left:6.8106622695925rem;overflow:hidden;display:block; }
#uJzuN9eGhFr7r58pZDuH2AOkZ8Ti8h5K { color:#ba7191;display:block;width:1.3120404375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4983921051026rem;left:24.484143257141rem;height:1.625rem;display:block; }
#S0hCK19RKRa8cN1t1eFyPlFcCh0Roeb8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffe298;border-left:0.125rem solid #ffe298;border-right:0.125rem solid #ffe298;border-bottom:0.125rem solid #ffe298;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:24.80790375rem;height:3.5579041875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:28.340990066528rem;left:4.6070775985717rem;display:block; }
#Qv8hnlxrn9QH82SImCboTlrBRkEa02fR { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#EyxetsQB69WSdlq4ZBKC0ZDgw5WJwItT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.6870403125rem;width:64.1854324375rem;top:36.801469802856rem;left:6.8072156906125rem;display:block; }
#OhHoGp7skvbBaU6bF4odlTNL6uoL13Vo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kn7Px3w3ZQh7zwh3qeVMyZeXusmbQUBA { 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:25.6875rem;width:31.25rem;display:none; }
#rWLsaZBobprbo2wR8whzEVGHNoJCTNWl { 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:12.5rem;width:12.5rem;top:34.935661554336rem;left:0rem;overflow:hidden;display:block; }
#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { position:relative;display:block; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { background-color: transparent; background-image: none; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container > .video-iframe-container { display: none; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row > .video-iframe-container { display: none; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .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); }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { border-width: 0; border-radius: 0; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe > .row .container { border-width: 0; border-radius: 0; }#SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#OTayWfPpUcFDqSXUpA1T9WWN1kgpm7Av { color:rgba(var(--color-primary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6455078125rem;left:6.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cu1a7Ea99wKTrXvtXsMZtZqRD6AQhB15 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:1.6875rem;left:28.125rem;display:block; }
#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container { background-color: transparent; background-image: none; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container > .video-iframe-container { display: none; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row > .video-iframe-container { display: none; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .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); }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container { border-width: 0; border-radius: 0; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#LoqfUHSLCLqXagO89UdBhvkt89OaN85u { color:rgba(var(--color-primary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0193538665771rem;left:6.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0vOB5J6Ix2JJCAbVC0clhRE6Oma9KRW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:1.6875rem;left:28.125rem;display:block; }
#hXBTIkMI4U0Eqyc4i1nr82VTeT2M5XzD { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6713418960569rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 { position:relative;display:block; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 { background-color: transparent; background-image: none; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row .container > .video-iframe-container { display: none; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row > .video-iframe-container { display: none; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .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); }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 { border-width: 0; border-radius: 0; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aQVlfntXSSSzyrhWb9buAGTc6zupfwow { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-secondary-4),1);border-left:0.25rem solid rgba(var(--color-secondary-4),1);border-right:0.25rem solid rgba(var(--color-secondary-4),1);border-bottom:0.25rem solid rgba(var(--color-secondary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-4),1);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; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF { 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:4.9580078125rem;left:23.369140625rem;z-index:15061; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #px7EK75s3Pormh0994yIp8zy2yrnqaa3 { display:flex;position:relative;top:0rem;left:0rem; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #NTrdgkqeBQZVRpnNItMbIffkRsKHV7M7 { width:auto; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #GhOyAueMxtngMptta7DqWz5MsxKy7Biz {  }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #J4SAKaLVOlBmTMDATEKUtESXkeqiUXLa { display:flex;position:relative;top:0rem;left:0rem; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #g0IEOqwUURO9OGklsqbiSeElpekGuow7 {  }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #Oc17qlnulidEpylTZX9JCa2eCCNmWZJk {  }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #tZ0N9TJ2g8nIT5Oxrxxi4AKBMOBxck8J { display:flex;position:relative;top:0rem;left:0rem; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #St8WKo4iAta2F0pM1OM4K4tytSe04XOB {  }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #dIrk4CAWKRBJM7D0rJkqEZSBxJMPCRC7 {  }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #bHWNIhugAUTtr9XQC56lkAwZZGZ5eN6E { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #yPVcTLglK82rZg3VoRXWNyGZK3yuXBlM {  }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #pV1hRuKbKG9zcys7e89OpetiQeKXsGpL {  }
#KutnaBaGrnemCUGlC5hZcJFCtfvLbrk5 { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4326171875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.1845703125rem;left:17.8095703125rem;display:block; }
#aAiqSTHQqpqR9S9Q0G6XyiRFhSiPcaGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ocp562nCEzwazeSdoXwkXDTmkozGNmaF { position:relative;display:none; }#Ocp562nCEzwazeSdoXwkXDTmkozGNmaF { border-width: 0; border-radius: 0; }#Ocp562nCEzwazeSdoXwkXDTmkozGNmaF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ocp562nCEzwazeSdoXwkXDTmkozGNmaF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fhKrQUaRFb1kMKLBuPbV5lcJ5HI6UUy2 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.8662109375rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEp4hR3dmASVx1Lr7pTOhuWU4cli05hG { 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:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:block; }
#ueRiiJTqbvzzLIMbaWX5TN985HcnMCHx { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:block; }
#xwITxf30yrC51MOtLTt2TIkKurm0DKCa { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:block; }
#H4dLIPxXJk5v4mKktAoLTtUU2lOuZEac { position:absolute;display:block;z-index:15021;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.125rem;width:23.3125rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:block; }
#JMV1KoXT6TiJsiTzuTsTvwE1UL7K9OWg { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykbZmdTElPPX9cmeTO2bQCcV0evG2Uqo { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.4375rem;left:25rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4Jw9Xff5zm4VbVlMklv3CXJSzkXgUip { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIoL0vdzGWSTLzl7GrSpsdGmZnoXk0cS { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:block; }
#DbwglkLpyQualnwzFgALO3dGOOfh0oN5 { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:block; }
#C8vAtIVwSw0MksLPzfhoBeXuGZKp2V9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdsZ1gFD0WQm00IyOWFP2WMOdoOyIhUh { box-sizing:content-box;height:22.375rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.3125rem;left:2.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#Mf1PaIXtnNwoSNCEHCiiHlymXRaz2Q2Z { box-sizing:content-box;height:22.3747691875rem;width:19.6243095625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.375rem;left:26.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#B01gwAOcVVit8sWnVaJW9TefFdfblHqy { box-sizing:content-box;height:22.375rem;width:23.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.375rem;left:48.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#mpLiAKiuMJrHUMrSJE0zJPBflGzTMZBv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:none; }
#O2R93yrZGlpV1AkMM235RR0R1w88wKJX { position:absolute;display:block;z-index:15021;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.2493105rem;width:23.6247691875rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:none; }
#tBvzhImTIoX70HyOQJKKENn15R93LKWZ { 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:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:none; }
#GExO9STNSkVcWd6H9HNu2zFeHPlNTQdK { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:none; }
#hT41DaJIZP8QV2XIU2Ji1FmseIs2DrHG { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:none; }
#imGZhqDpeB3t96mTMwbi14v7dtNnNdIg { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FguPytWw7xlGzFLHgTzVEnEplyPTicdM { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:5.955882375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kkugrWDEhW4G8PsAc7GbQclbteix8unk { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#UOwfT9GpzFhq8827FeSp3MeG5MzRxe78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZFIKOZOTKMMsGUTplR8lKFhPNuANp3G { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#ZUHnWPqIn2D2dADXZHI7WG4bApVe0uZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGuKVCmnANFMdUkSWtmTJCSCJNkPJVgd { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#cHBGEPTce58PG0ULV9XawbD7SWg0vPs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy > .row .container { border-width: 0; border-radius: 0; }#nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#KUQciyZBG9Ug84SBaBxTPBu73AayenpZ { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uny43Txt7kWhCep1fk3WOXPfAhtyQ2NU { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ.adaptive-delivery-prevent-bg, #EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ.lazyload, #EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ.lazyloading { background-image: none; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ > .row .container { border-width: 0; border-radius: 0; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:none; }#DT3eUz22lEaQiErIwoqrATVnprSBwhV5 { 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:31.25rem;width:31.25rem;display:none; }
#alCXMb7FUf0lf7Zfyaf2J5E6ZNfdKDaw { position:absolute;display:block;z-index:15011;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:36.25rem;top:10.9375rem;left:38.75rem;display:block; }
#GoDJpAFs72bCzX9GxqTcDmLALTT0hkVc { color:rgba(var(--color-primary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.0625rem;left:44rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#pmqm9CBcxfelosKA0iaWNtUO5pbzQuxt { color:rgba(var(--color-primary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XTos7chhskO8EDaA9qXEBWHzqLT9TdCr { color:rgba(var(--color-primary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.875rem;left:39.71875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G6NA36ShAJ1JBqd7TH3AfbhM6RdFTRm6 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:36.25rem;top:35.25rem;left:38.75rem;display:block; }
#AvTTNFLy5kRLer8P5Z7ky3acu63tcN7K { color:rgba(var(--color-secondary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15033;line-height:2;letter-spacing:0;top:36rem;left:39.8125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gr46KEwNsDxWVn4af3rMlgihLP5D3s6b { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.166015625rem;height:3.228515625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:41.103515625rem;left:38.833984375rem;display:block; }
#AmD3ZEiLyTN73D1TSzCSnwFi10vz4thQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { background-color: transparent; background-image: none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container > .video-iframe-container { display: none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row > .video-iframe-container { display: none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .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); }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { border-width: 0; border-radius: 0; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;position:relative;display:block; }#M6OymGwSpAc3TQzXiSb6E7CTtwRHMi9P { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125001907349rem;display:block; }
#Vhn3FClSe0gltw9HngBHKVtceNXdoQGe { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.7708358764649rem;left:0rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#td9S14XDcM9QXhEEsgAqz2K35kHGD5Cd { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:10.5517578125rem;left:3.125rem;height:49.16896875rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { background-color: transparent; background-image: none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container > .video-iframe-container { display: none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row > .video-iframe-container { display: none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .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); }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { border-width: 0; border-radius: 0; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:75rem;position:relative;display:block; }#Fz06yJIg3Py9TBf1XdBBsWPIk2FsUU8L { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STTdnTkS58undFVc4SNHHh1NByRE4HTb { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:8.7708435058594rem;left:3.125rem;height:59.85788125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2mZTZJuvNkUG6bOKUrk4QSndpSK0lJy { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { background-color: transparent; background-image: none; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container > .video-iframe-container { display: none; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row > .video-iframe-container { display: none; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .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); }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { border-width: 0; border-radius: 0; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#UHRssPcCWbXJ0VQ5FQEsA86D6pVzfTav { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThvM7mgaoE6K55Jrx0tBLTRrOzrXwuN9 { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:7.6875rem;left:3.125rem;height:32.06671875rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egnchyq8f2Ttz6PfVX5UxhVlsPNCmTxz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13rem;width:47.5rem;top:43.9375rem;left:13.75rem;display:block; }
#JwETWGA83snSFpChFW1NV89kEh9oNkdg { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8115234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:46.21875rem;left:15.46875rem;height:8.530725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d7d493b-1507-47fa-bbc5-6c0984a912b3/OzAOW1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH.adaptive-delivery-prevent-bg, #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH.lazyload, #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH.lazyloading { background-image: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { background-color: transparent; background-image: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.3); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container > .video-iframe-container { display: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.3); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row > .video-iframe-container { display: none; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .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); }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { border-width: 0; border-radius: 0; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#XJE03IyvnxOyUobL2FhaAtXlPWDZc5TC { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5rem;left:10rem;height:3.575rem;font-style:normal;display:block; }
#zewNzBL1TFFFvNu8ysIDWMQby6lczQTi { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.125rem;height:3.575rem;font-style:normal;display:block; }
#gu1oJ8rPUFez6PnTXvsqZDkHVtDmvsbM { color:#47545a;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.5rem;left:10rem;height:5.361325rem;font-style:normal;display:block; }
#HUw8NA2LPtlIJC97VuCm5LlohQVh9VAC { color:#47545a;display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.436569213868rem;left:42.499997138977rem;height:3.575rem;font-style:normal;display:block; }
#Qx8U5t3ilMdAJd0oKWuuyR9iSrT84wtg { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:35.625rem;left:10rem;height:1.7871125rem;font-style:normal;display:block; }
#XHcNMqCZn9DW2f8KneckSJm1hfiIAWTB { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:34.6875rem;left:42.5rem;height:3.575rem;font-style:normal;display:block; }
#NC6PTxl004FwUnQW5sauT88TrvdANHp9 { 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:2.5rem;width:2.5rem;top:17.5rem;left:6.25rem;overflow:hidden;display:block; }
#aVhy7oId5SMo2q0TKTNXhaBudHllrtPT { 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:2.5rem;width:2.5rem;top:17.5rem;left:39.375rem;overflow:hidden;display:block; }
#ZwiGtrp5ttPUlgVSOss5nTB890PSbG0U { 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:2.5rem;width:2.5rem;top:25.4375rem;left:6.25rem;overflow:hidden;display:block; }
#J2TvCROsJuStIQGfTv14yeauW0nGS4DO { 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:2.5rem;width:2.5rem;top:25.4375rem;left:39.375rem;overflow:hidden;display:block; }
#fkItHKCd3k9IhO9ICmaMybXTQN3FXTKD { 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:2.5rem;width:2.5rem;top:34.3125rem;left:39.375rem;overflow:hidden;display:block; }
#TS0sBHAtVdCkoyal55XJ2MdwKEvscDkF { 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:2.5rem;width:2.5rem;top:35.5625rem;left:6.25rem;overflow:hidden;display:block; }
#z0Vxy5cvTnGm2UoOklTuww4CEPQkaweD { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.906951904297rem;left:6.2488508224488rem;height:2.76278125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QGcXbWHDzZqsiGEwZ4CvhGZDHLIFxxs6 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.8115234375rem;width:47.5rem;top:40.125rem;left:13.75rem;display:block; }
#wKMgweOTpCL9JTur4O3LyTH7nGroUmGx { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.884765625rem;left:6.25rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyuqrcRBEHbdGHTq2ZTzJuhlqKB64oMq { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:45.634765625rem;left:13.75rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 { position:relative;display:block; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 { background-color: transparent; background-image: none; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row .container > .video-iframe-container { display: none; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row > .video-iframe-container { display: none; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .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); }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 { border-width: 0; border-radius: 0; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yzWOXeTSyE2ZksvHoyyLoPM2qUnBEzKq { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.8662109375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GnUsr9rOcVDuSMc5Ds9usAo4I3ZTJZNL { 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:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:block; }
#RmyMwZfXH8i3TJHW1BcB7r7ZNBxi0o4F { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:block; }
#kU4PfrCNiBJKoGlhS4ZeNlcTGxqolfW5 { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:block; }
#OpQmospDgukS82m12wKI22VdNnZN6k0J { position:absolute;display:block;z-index:15021;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.125rem;width:23.3125rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:block; }
#mcmJTuO5DSpDbEkAqhtMLpRH4embvuAS { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3xK1qK2bOkOOVmJPTFb5Rh1htMt1JIf { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.4375rem;left:25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivRbLceTn2Er79dKsoFSMlpwSCVTnMAe { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kharBySeURGHcodiNLGTnRdvnHoSFc1X { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:block; }
#EkqAdGygGP1Z8lORBwAu1gQ0dnFq9APL { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:block; }
#mk6189M60tsWDMIwRMJvESrM7cltFZ9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5Cct9EPpr8ZKzlCCfczzrcyBpO0kvF8 { box-sizing:content-box;height:22.375rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.3125rem;left:2.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#EJiBlFk3bNB5G5s9FfSllqOKLxePnzn1 { box-sizing:content-box;height:22.3747691875rem;width:19.6243095625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.375rem;left:26.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#vqU7cQkyadeWpV3vKOA6tlf8nnA6vy7W { box-sizing:content-box;height:22.375rem;width:23.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.375rem;left:48.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#TWxKa1woDgRL8OC0cKXh3UwbPAZmCPbr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:none; }
#PdGIveXH8zUqt4DMO6kudFvkwXRayG5y { position:absolute;display:block;z-index:15021;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.2493105rem;width:23.6247691875rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:none; }
#tpE9QwVBfFCOZwLOqqDsCZi3RBEeMmXA { 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:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:none; }
#uKbW1dgNidCJ6LODPOodpVwLbbT6N5dF { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:none; }
#PmmCBlGTWS3f0bJMIwUIZ4GhT4HtFxxT { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:none; }
#JxPvEJ1dbtGmC9kLVGAhEkzWRWtHHZO5 { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MRaaXiclPcFsMnRQ2sfb9V6P51HaGVNk { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:5.955882375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DDX8LxZ1JLLrX3drHH4etegXkIcQuVr5 { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#gt04spdctc7xznIW0ec2csN3VigACOE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9O76BI8SFn4VFwFZsR3DW5AIiSv4GBh { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#awOQfLwvMvycTC8QfeDKr434NQzURbX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRPDceJ0hoDTI2UzBz95wl7ezsydcbPw { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#erCRMSQ9wt9nVx2wRWWQ4LDkbGmMcurk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7zfauIb044mA1RHmhfkMGtgiXVScr9x { color:#47545a;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:39.0713763237rem;left:15.155361175537rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#y7wcbX0UJBW1dPH48UT8nT3Q4fsuQbNw { color:rgba(var(--color-secondary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:43.020240783691rem;left:6.25rem;height:3.0060375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/a2cca38d-4717-4c2c-97e8-3ae396bec5d0/Zdjciegwnenastronzapisu9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW.adaptive-delivery-prevent-bg, #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW.lazyload, #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW.lazyloading { background-image: none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { border-width: 0; border-radius: 0; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:none; }#TJOwFquTfuT29C87gVFrAezqS1SaSxnu { 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:11.25rem;width:20.625rem;display:none; }
#XDz9HbNgbEfJOzKG7mUaX46DEUdyT7Oa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.8125rem;width:64.1875rem;top:34.125rem;left:5.4375rem;display:none; }
#gzUg2IgnOBgE4poq59AFbfnzXdPoZuu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.9375rem;left:17.6875rem;height:7.3118125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/6bdaeba3-4369-457e-bed0-7286486b280b/Oza2026MiM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK.adaptive-delivery-prevent-bg, #Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK.lazyload, #Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK.lazyloading { background-image: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container { background-color: transparent; background-image: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container > .video-iframe-container { display: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row > .video-iframe-container { display: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .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); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container { border-width: 0; border-radius: 0; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#azgHcX8TT2i4R7QbAVy3HZ0Q2wP67Zoi { 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:11.25rem;width:20.625rem;display:none; }
#Mn9BRhtrgt1geapkmFbUiGCZnBMsNMr5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.8125rem;width:64.1875rem;top:34.125rem;left:5.4375rem;display:block; }
#TDuHQv2fgv6MRouX8FstxGFm0LRoxnJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.9375rem;left:17.6875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { background-color: transparent; background-image: none; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container > .video-iframe-container { display: none; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row > .video-iframe-container { display: none; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .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); }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { border-width: 0; border-radius: 0; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#LHWDLb9n7Nfp6LAFVsuA4xpO6N2h0He0 { color:rgba(var(--color-primary-4),1);display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:7.3333334922787rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OEeEC4TUArWQeglqWWC89ge1svEtWqsH { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5126953125rem;left:14.15625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOGsxpAoFnhkGJBAllMfc3plzJTkP7KQ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0753784179688rem;left:14.155560493469rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4gDLEViU1gSK8tWWF38Aqym6nVMl5aE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.5618095625rem;width:64.1875rem;top:21.830902099609rem;left:6.7486219406125rem;display:none; }
#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { background-color: transparent; background-image: none; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container > .video-iframe-container { display: none; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row > .video-iframe-container { display: none; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .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); }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { border-width: 0; border-radius: 0; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#oiT4MBVHpKtsVyhEHnnkalhmDgkTwshE { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:3.75rem;left:19.5625rem;height:13.75178125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtNln2vuXWK40FRIlZdVWFMm6IVpDKKR { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:1.52587890625E-5rem;left:6.2489604949951rem;height:18.4000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fLbXuzTki0TKnB0QJFBKpEhNmHrBf7L2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.75rem;left:16.4375rem;overflow:hidden;display:block; }
#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { background-color: transparent; background-image: none; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container > .video-iframe-container { display: none; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row > .video-iframe-container { display: none; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .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); }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { border-width: 0; border-radius: 0; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#vVQOlsEiaVQOoaUhSTGtiD4ZHtEHWDOU { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:2.5332641601562rem;left:20rem;height:11.001425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnHIXU3WGuagAmSlgQQthRmLMqAJtwqT { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:0.061451673507691rem;left:6.2489604949951rem;height:15.33334375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QHvgRRfDMMi4geGLLS5fgzWZg03wMkPy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.4965209960938rem;left:16.875rem;overflow:hidden;display:block; }
#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { background-color: transparent; background-image: none; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container > .video-iframe-container { display: none; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row > .video-iframe-container { display: none; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .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); }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { border-width: 0; border-radius: 0; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#T3KbfxQAeW3SGcpJTZKnZ5T3lgg6niw8 { color:rgba(var(--color-primary-4),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:2.5rem;left:20rem;height:8.25106875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lvm3ZisJyaxkB4JeazxxMed3Pzpt1w4R { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:1.7166137695312E-5rem;left:6.2489604949951rem;height:15.33334375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CHQtIt3vXpzHaIK1Upfxw10qL7filLo6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.5rem;left:16.8125rem;overflow:hidden;display:block; }
#siMTsySlEelQPyxPuxeersVVt4SZCv8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { background-color: transparent; background-image: none; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container > .video-iframe-container { display: none; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row > .video-iframe-container { display: none; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .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); }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { border-width: 0; border-radius: 0; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#LMuxNwUrHXMoAqT9AKygiQfsz3VMHgJC { color:rgba(var(--color-primary-4),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:2.2288818359375rem;left:19.623162269592rem;height:11.001425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZQ7mfJJyhP6mHHOBsMoiMtRz6U7hpT4 { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:1.7166137695312E-5rem;left:6.2489604949951rem;height:15.33334375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ozmqalFW3NKttooE16BklT4ZUEQt2rzE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.804443359375rem;left:16.875rem;overflow:hidden;display:block; }
#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { background-color: transparent; background-image: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .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); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { border-width: 0; border-radius: 0; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#P9L5nwwOe1PVlBob8VJcNzoVoFOg53T0 { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:2.720703125rem;left:18.75rem;display:block; }
#rHKaHvGr58B9k5b9kKXHAx2PMRdn54g3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1de3ad52-be08-4843-b626-3f1b6448c937/ToLoOzA.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo.adaptive-delivery-prevent-bg, #zF3WoxLv1togrwXXw3cemr9LiaTuhTfo.lazyload, #zF3WoxLv1togrwXXw3cemr9LiaTuhTfo.lazyloading { background-image: none; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container { background-color: transparent; background-image: none; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.6); }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container > .video-iframe-container { display: none; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.6); }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row > .video-iframe-container { display: none; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .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); }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container { border-width: 0; border-radius: 0; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#uKxf8lv8gHityUXGxqArJGGtPwoxHlu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.935546875rem;height:7.3117875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/62ce8337-f7bb-4be2-b6c5-3c0cd90cd652/7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.adaptive-delivery-prevent-bg, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyload, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyloading { background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { border-width: 0; border-radius: 0; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:none; }#izyv3gLIqBHsMTLd3RfgW25Lk85CDely { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.3125rem;left:33.125rem;height:5.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#WD4rxPZrZMGbfeltUcE0yNcBtzSNK3A5 { display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.6875rem;left:33.125rem;height:21.65040625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#J87asFGZJBZxSihOuhmx6G1ZDPANhaFL { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WGDw8qXpZKLUiUOHCaoRKGfvBuWNxdvT { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.8125rem;left:33.125rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#qr90I3srCoNcwRTpwpKtQ74KpzrzrJIE { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F2R4TJXrP7lIqCfHHLOa6Lymp2yZDtz6 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M0AIpg24OgF31fk042Fz9N3cDxaqLRcu { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rU4FIV136TTRSqMlWZDJPTiGNNcHNLVn { 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:11.25rem;width:20.625rem;display:none; }
#vWtKcMh2XicNqPUSyIAlECUdEgqugeuH { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VzNMEsmJXuAJtfOBm97n5HyMB3kbBWLD { display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OAdvcE85aIbPrzOvGwg4vxh8ZvNTpT79 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:33.125rem;height:3.65589375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/54c82227-e020-4558-a17d-16ed9763c3cc/OZA20262.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.adaptive-delivery-prevent-bg, #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.lazyload, #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.lazyloading { background-image: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { background-color: transparent; background-image: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container > .video-iframe-container { display: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container { display: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .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); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { border-width: 0; border-radius: 0; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#Vhr8PcvZ8BmZTJg67kTZeKccL7btuiby { display:block;width:38.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.37353515625rem;left:35.43798828125rem;height:5.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6EzoxgVNphBTKq4yaXpGKQJUtiRHbri { display:block;width:39.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.06103515625rem;left:35.43798828125rem;height:23.618625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#tRcGcuNR6CyRJykdedOwJemAIWKH7tDS { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a0hZHPSIF9l21cu2NAtKETJTVCbbFWZ5 { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.68505859375rem;left:35.43798828125rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dgq2LHuT3a6Ogcy1UZfvx4PQdRVW5urp { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PNhMR73Dr4CxwVX5Qt9KMm0XDbLHN30h { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MmshGrTGl9y0bTvCAsImcsQwxPcywohD { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lo5B1fSeGPziLr4T32dLPEStpzVA81ws { 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:11.25rem;width:20.0625rem;display:none; }
#whPZTLO2OGEThMUpk8IzTW5Dgdppuf8Q { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#s5yTz7n1rs4IfSTJ8TmeZlfvMfyFtEs8 { display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bSe7RM1Cu50fFznE1cCnciPxkKuAuSv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0576171875rem;left:35.43798828125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/c621b877-99fb-43eb-adc4-8db79bb310fb/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.adaptive-delivery-prevent-bg, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyload, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyloading { background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { background-color: transparent; background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .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); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { border-width: 0; border-radius: 0; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#WKryIWn4C3HCUcxT0UGTbbSN1mIazoUe { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wi3EpxUxc3fzODratNTn4x0XzmFIoJql { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.874610900879rem;left:34.311079025269rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmfnO6RQzS5e8mMLB0mMaimoTJfDHUWg { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F4wRh6h0MObxSrORFTlsJtZr6llxvpyE { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JkTMMGArVgTN5R9UO5wFHx8DyCHDLmpe { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dxVsJ9GZ2fMhu3RqArt6QB9cMEIDKR9c { 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:11.25rem;width:20.625rem;display:none; }
#BlrfcZXSI62o3nR8zZ3b9OCnXZJoITeD { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T6oMTCaZWSg3mAnxRVOEITxPT9OgCd8o { display:block;width:38.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.686405181885rem;left:34.311079025269rem;height:21.65040625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5c6;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; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { border-width: 0; border-radius: 0; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { font-size:0.875rem;font-family:ubuntu;height:33.5625rem;width:75rem;position:relative;display:none; }#BDpdZXl8nCNdUOze9q4mSlUh8xNz4IqL { color:#ccf6b6;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15027;line-height:.2;letter-spacing:0;top:1.3120422363281rem;left:12.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VR8a0I4aQd0DvITaQlzF5x2BMxV6uXyP { position:absolute;display:block;z-index:15001;background-color:#f4fdef;background-image:none;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.7495403125rem;width:56.25rem;top:3.75rem;left:9.3738508224488rem;display:block; }
#ERT1qcPO6elSsdmlyxcqIPvxzScoCTzW { display:block;width:44.1245384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:7.1243286132812rem;left:19.125rem;height:18.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#yaJ1oknlKxL9LwAgEfGXdnby6ofWS9Mg { display:block;width:49.873699188233rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:11.748779296875rem;left:12.5625rem;height:29.166665554047rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DqppipNqehTTVp0crbbqTSZTcQBbAFQZ { display:block;width:46.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:28.983947753906rem;left:19.123391151428rem;height:1.875rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { border-width: 0; border-radius: 0; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { font-size:0.875rem;font-family:ubuntu;height:30.375rem;width:75rem;position:relative;display:none; }#liPITAfS2u5UJBsnhybyGs1OtfCg07Ik { color:rgba(155,211,125,0.35);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15027;line-height:.2;letter-spacing:0;top:1.323486328125rem;left:12.247242927551rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZ1Wy4Ak6d7BOTW8W5EudTSM1JTLpRtl { position:absolute;display:block;z-index:15001;background-color:#f4fdef;background-image:none;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:26.25rem;width:56.25rem;top:4.1176147460938rem;left:9.3738508224488rem;display:block; }
#MdOhtD6JFq8nH4xGNP9I9ifEhDVu8wdv { display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.7440185546875rem;left:19.125rem;height:15rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#J9kF0KOsb53dJahKyay8PwqDxPl1Zxbi { display:block;width:49.873699188233rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:11.959716796875rem;left:12.5625rem;height:27.083332300186rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ybkCay4zbnx4y9PRr3bTEiMMkvFEPXK0 { display:block;width:49.8736190625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:25.085266113281rem;left:19.123391151428rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { border-width: 0; border-radius: 0; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { font-size:0.875rem;font-family:ubuntu;height:40.3125rem;width:75rem;position:relative;display:none; }#h0UenQ5M0eh4w3gsMR6i9XaTlZ8ITgwl { color:rgba(155,211,125,0.35);display:block;width:6.25rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15027;line-height:.2;letter-spacing:0;top:1.2867431640625rem;left:12.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfrXvz5RzTXlTIHOI9S6IwWbTeGwazcS { position:absolute;display:block;z-index:15001;background-color:#f4fdef;background-image:none;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:31rem;width:56.25rem;top:3.75rem;left:9.3738508224488rem;display:block; }
#teTazuQxP4zEwbbbAhpsCXI6f2kJHxWW { display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:6.590087890625rem;left:19.572609901428rem;height:19.125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TCBtboQM15mrcABndkt6nhIJalLB02HT { display:block;width:49.873699188233rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.25rem;left:12.5625rem;height:29.166665554047rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#EBC2xNK7wah0woa4PRnAQMQFTXxtCr9I { display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:29.152099609375rem;left:19.570313453674rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu > .row .container { border-width: 0; border-radius: 0; }#wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#XcxBt8wPUVKEaqHAlWQNHRSdIc6xdxRK { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.625rem;font-style:normal;display:block; }
#uKRGXQ1Qv25y8cXgZo9E5ExE7HUQml2M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#oT5bHG3K5XJFuVqNqr2ZoqkVoXbZ05GJ { 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.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#aU4O1G6tWi0RIL1vTsHvCRUXGOOzg5WA { 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.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#Nm3TZ4B85H9xA9p0LL2UdBzBg7T5ypqL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:9.375rem;top:4.953125rem;left:19.9375rem;overflow:hidden;display:block; }
#ivOgSMWebycoewNBOPck7G3iui5X1MPH { 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.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.adaptive-delivery-prevent-bg, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyload, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyloading { background-image: none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { border-width: 0; border-radius: 0; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:none; }#aU3rmq35uUZA4V1UeIL55UcdCTU0IKXZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.125rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N3q1yAWBhk3LWWeZ8RCPAlTSZ8NTKRDM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.625rem;left:43.0625rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mA6tAiruXmuXNU1IK1TDl2ANA8qoxKTL { 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:11.25rem;width:20.625rem;display:none; }
#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/d7ed749b-aae1-45a7-8a29-182c15e3b05f/Oza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.adaptive-delivery-prevent-bg, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyload, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyloading { background-image: none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { border-width: 0; border-radius: 0; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#a0psCCPiLQMFLXBMAZDHChybL9uxJS97 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.6392211914062rem;left:43.060658454895rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9NwzSg4X7fNFTH4iyZRKVyrr7eugh1W { 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:11.25rem;width:20.625rem;display:none; }
#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/ff4f68fd-48e7-4d51-b9ec-25b2e2768735/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.adaptive-delivery-prevent-bg, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyload, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyloading { background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { background-color: transparent; background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .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); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { border-width: 0; border-radius: 0; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#wDeboHlAGZu4dnnkFBfEXMQNUU87BcIU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.8122701875rem;width:47.5rem;top:23.13671875rem;left:17.370175361633rem;display:block; }
#suTtA1TpU5BNXA7XTf4sTOcqls3sMxXO { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.821228027344rem;left:18.774125099182rem;height:8.530725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { background-color: transparent; background-image: none; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container > .video-iframe-container { display: none; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row > .video-iframe-container { display: none; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .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); }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { border-width: 0; border-radius: 0; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#AO5UoawWvXuc3mZR2nkEwuucQUSEw30c { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1041870117188rem;left:0rem;height:11.000000238419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oifsFLWJXcvG25hB5t73GuSqoU00dXvc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.8122701875rem;width:47.5rem;top:23.13671875rem;left:17.370175361633rem;display:none; }
#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { background-color: transparent; background-image: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .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); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { border-width: 0; border-radius: 0; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#Znd7w2awTl1iKvP5pb5GcSr1ahd947fs { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;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:35.3125rem;width:22.5rem;top:8.6142578125rem;left:0rem;display:block; }
#GPWTQtaBKvoEHrXhg8nVzvhv7TQrh4kT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;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:15.438903808594rem;left:0.73299694061281rem;height:23.61505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPLslnWpJJoIJ1k2QNG5uTJCf7rOcm1c { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;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:35.375rem;width:22.5rem;top:8.615234375rem;left:26.150390625rem;display:block; }
#TX8stSiaPmNgBhMesTC0n0buBcvItXWI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.402160644531rem;left:26.872700691223rem;height:26.9886125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hMG6Fqg0MCe6gw9pXT7y4HSBPqWCaJt3 { position:absolute;display:block;z-index:15000;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 rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#rsa3aaXKPGdlpQOdqf41vLsmaiuy4iMQ { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vJnxDQ4kBatQEglMVvyEtgIdymyJJdqE { color:rgba(var(--color-tertiary-1),1);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; }
#SwbBub44ATSkPBZc0BcpsTId2KSucufM { 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 #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#zvK3I50EAfWtoJIWx9IwOgXFknsfyeb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSgl1Qmmhog6Dm5tK0sf9JEm4gSxGGXC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#SFwucAUO4nJ7PonZVRG6MaJ3iH19M2Ht { position:absolute;display:block;z-index:15000;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 rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#RlX2DBXOzt89QzMqk45VTmD5tngJvhVe { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M7NRqwaP0RvP6Rv5Vr3vqkfGkXDHE5kT { color:rgba(var(--color-tertiary-1),1);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; }
#udSRouX8UH8BHF7nLuAByAaG66WEnTVF { 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 #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#CRdCAltShg8OAW5Oxi8GRVPN9dk74qCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F52slL7hAZpBODOB4EyPSRESpFgFf3om { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#mp3zoZiOF80DCmwPJ11ORPfGaxxneUUP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#y1VuP5KkodHyAwPOaOKIkrCDOdOPRZ6C { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;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:35.375rem;width:22.5rem;top:8.615234375rem;left:52.3662109375rem;display:block; }
#ZbTIP6F4Qa1L1cbPMM9VXXlEL6r9iCRW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15000;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.747917175293rem;left:6.6604175567625rem;overflow:hidden;display:block; }
#BGKtlqWawUFpXg4QSl7OSrlbxRCEMTbb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;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.75rem;left:32.812501907349rem;overflow:hidden;display:block; }
#l59kezfFiOpUoVFmrbf6p1rtCyTBiEpx { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.435441970825rem;left:26.875001907349rem;height:32.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lH7woXGOf7kGFJy5mOTkTtC6tfsLE6DA { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.535417556762rem;left:53.058336257934rem;height:19.6rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TMc98s3eS1EAbAEgxEtUbQSoXT3CNbI0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:8.5776977539062rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXtttlxucshlq8R7hcn6d4GqoXg6Te6b { color:rgba(var(--color-tertiary-0),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:8.5776977539062rem;left:26.148896217346rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9X3clCCvZvTmhLslL200nCb2uOa38Cd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:9.375rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:8.5776977539062rem;left:52.363278388977rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuAu4zzKAefcyX2s6ccLFTgFXN2Xw4gh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;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.7470703125rem;left:58.9287109375rem;overflow:hidden;display:block; }
#RO8LK823ezR9wOT8azAhTuBv6kRW7E8M { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.4384765625rem;left:53.6162109375rem;height:21.928275rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wTUSUytbA9uJhlhRD24TE2ViNw5XxuGJ { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.502084732056rem;left:0.72291755676269rem;height:29.4rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { position:relative;display:block; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { background-color: transparent; background-image: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .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); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { border-width: 0; border-radius: 0; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HVD9DFXIBfIFAq0AphkH8JRAeP1daBem { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4287109375rem;height:3.3681640625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.8779296875rem;left:18.1591796875rem;display:block; }
#nDZ7Zx79WoXMH2oUPimTH53R14tbSwGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { background-color: transparent; background-image: none; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container > .video-iframe-container { display: none; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row > .video-iframe-container { display: none; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .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); }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { border-width: 0; border-radius: 0; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#btUbdRFD4BcZ53pv3ql3tLLqwVfI6bHR { box-sizing:content-box;height:9.74875rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;top:2.8737583160401rem;left:13.75rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#sbVMhGdvHTodO1FSSyKgfsBD7A20QLTJ { color:#091e5a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.599609375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { background-color: transparent; background-image: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .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); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { border-width: 0; border-radius: 0; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { background-color: transparent; background-image: none; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container > .video-iframe-container { display: none; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row > .video-iframe-container { display: none; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .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); }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { border-width: 0; border-radius: 0; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#IDKAc323TLiLKyAFqfD9qZvCfwGdSMZW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#q9xh2sCFZfvbSiAtinXtfFbEPA36JTn7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:28.40625rem;overflow:hidden;display:block; }
#CE1aoJSR0LK7KPrCHfPs1suKgeFDVTGe { display:block;width:23.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.629150390625rem;left:42.531018257141rem;height:14.62179375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wikE4x13yuvzsqTqCpX6587IAPKdCtVu { 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:42.9375rem;width:73.6875rem;display:none; }
#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { background-color: transparent; background-image: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .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); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { border-width: 0; border-radius: 0; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { background-color: transparent; background-image: none; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container > .video-iframe-container { display: none; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row > .video-iframe-container { display: none; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .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); }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { border-width: 0; border-radius: 0; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#N9W9NpD989PsfiFwOagbpT9vFrPd0UxZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#Wfmr2TxwT5TZd6OfV4paqFxADue3R9SS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.78125rem;left:38.28125rem;overflow:hidden;display:block; }
#GPIUTseXL91rGDmpG4lBW6hfgGewkxRI { display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.436767578125rem;left:9.8736219406125rem;height:12.99715rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { background-color: transparent; background-image: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .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); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { border-width: 0; border-radius: 0; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { background-color: transparent; background-image: none; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container > .video-iframe-container { display: none; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row > .video-iframe-container { display: none; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .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); }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { border-width: 0; border-radius: 0; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#uBJT9EzD0FToKUiCTTiqfcT0I032Pfu1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#xkvqNmOKytJU6SVuQ4HRdxZFIOSi3DLt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:28.40625rem;overflow:hidden;display:block; }
#iaRGl4T71fu89E5ZVa09RG7rsHRpMPw9 { display:block;width:26.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.129638671875rem;left:41.312039375305rem;height:12.7468125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nICHV24TWb22ybpIknui9y9vli8P7BRM { 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:42.9375rem;width:73.6875rem;display:none; }
#vko3ivJOTPTEaoAsxmapMaeyE9zB1HIw { display:block;width:26.3120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.129638671875rem;left:41.312039375305rem;height:12.352941375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { background-color: transparent; background-image: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .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); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { border-width: 0; border-radius: 0; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { background-color: transparent; background-image: none; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container > .video-iframe-container { display: none; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row > .video-iframe-container { display: none; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .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); }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { border-width: 0; border-radius: 0; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#a49DLV66phDNyHiX27WImurncNV6BIIN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#erJx9r6TCl1FzIrCDlL6qhDq3eKO03wM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.625rem;left:38.40625rem;overflow:hidden;display:block; }
#lRJ9UVaAmo3ktqln8DaTWTkSDvCTs95M { display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6904296875rem;left:7.9974718093875rem;height:14.6218rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { background-color: transparent; background-image: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .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); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { border-width: 0; border-radius: 0; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { background-color: transparent; background-image: none; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container > .video-iframe-container { display: none; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row > .video-iframe-container { display: none; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .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); }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { border-width: 0; border-radius: 0; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#xN1HwHkfpC2NaVaNTD96dlt2PRKJy1PH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#zsVgw8tTAlQp1AS8Xfhn6nnQsTXPZDTy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.1875rem;left:28.5859375rem;overflow:hidden;display:block; }
#XmtaT8HXk4gATwgrW68JKWT0o1aGcWLa { display:block;width:28.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.2950439453125rem;left:41.124768257141rem;height:11.37250625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ytqomVnSpcAcMTntQXvgex5sIk9JiyAx { display:block;width:28.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.2950439453125rem;left:41.124768257141rem;height:11.3235294375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { background-color: transparent; background-image: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .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); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { border-width: 0; border-radius: 0; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { background-color: transparent; background-image: none; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container > .video-iframe-container { display: none; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row > .video-iframe-container { display: none; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .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); }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { border-width: 0; border-radius: 0; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#FFCTymvw1liDNMev7Vb3rhU5m3tFEviD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:46.8125rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#TnFQz8gzirHZv9o8C6TEaTFPWeCiwZ9I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.625rem;left:37.84375rem;overflow:hidden;display:block; }
#J4IMficbqRU3eaAdTp4r895urfeyOLuy { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6795654296875rem;left:10.311350822449rem;height:8.123225rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.35);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; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { background-color: transparent; background-image: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .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); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { border-width: 0; border-radius: 0; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { background-color: transparent; background-image: none; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container > .video-iframe-container { display: none; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row > .video-iframe-container { display: none; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .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); }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { border-width: 0; border-radius: 0; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#yg8nGoNr1tsSxzE0VHATPXPoZbkTOKBT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:48.1875rem;top:0rem;left:-16.476562976837rem;overflow:hidden;display:block; }
#yoyrzAeZhm0WS4QhXJ7zCXQ41EzRpJag { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.843750953674rem;left:28.460939407349rem;overflow:hidden;display:block; }
#b7acdcRK1X0hhqsWhCRiBvF5LJgeSTuT { display:block;width:28.0618095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0804443359375rem;left:40.937497138977rem;height:9.74785rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { background-color: transparent; background-image: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .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); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { border-width: 0; border-radius: 0; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#PqNbIhmSMu9f3sdf7kDwSFtJQxIL8GGR { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4326171875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:3.375rem;left:18.75rem;display:block; }
#yemyX12aPpSJe6mKMbPOpyAvHHnlSRlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { background-color: transparent; background-image: none; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container > .video-iframe-container { display: none; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row > .video-iframe-container { display: none; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .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); }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { border-width: 0; border-radius: 0; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#JrzGQqq523Hqza9k1lFmtPkTgWWVQppV { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3120384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1929931640625rem;left:11.841681480407rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:url("https://images.assets-landingi.com/uc/79f18097-fcb2-4700-858f-af1478e191c6/_Zdjciegwnenastronzapisucz21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM.adaptive-delivery-prevent-bg, #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM.lazyload, #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM.lazyloading { background-image: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { background-color: transparent; background-image: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .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); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { border-width: 0; border-radius: 0; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#wz8RVBUokblw1s7NImu9wxVZoA2F6I1X { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.3935546875rem;left:43.919921875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EATwn2lxQulntWVPWVZXel8nIDHr1W9A { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5rem;width:32.6865234375rem;top:26.7060546875rem;left:39.169921875rem;display:block; }
#yMU0UHZSE4M31yCszffp9FC3dpd7Lh7l { position:absolute;display:block;z-index:15010;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.1875rem;box-shadow: none;height:35.75rem;width:37.5625rem;top:4.375rem;left:37.3095703125rem;display:block; }
#CwWZiC2bSKFDlPsTHIzUk4LwhP8OyZ85 { 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:46.875rem;width:75rem;display:none; }
#C3UE38WEReypCIO4ZyRa5EI9e3zfiTtA { color:rgba(var(--color-tertiary-1),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:6.4739990234375rem;left:39.3933801651rem;height:17.8178125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BUJGe9wkM0SeWZ1T5zUryfOqgND743DM { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4951171875rem;height:4.904296875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.3935546875rem;left:39.265625rem;display:block; }
#w1tSOBD89lD7ESsq6VqCFbvfOvP0JGKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { background-color: transparent; background-image: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .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); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { border-width: 0; border-radius: 0; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#P4Zp1rTWsmsw4t7xLbxi0penEPwkaDXB { position:absolute;display:block;z-index:15001;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.25rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#ZDTG4LznKkaQ1eq9vTsTRpMvIhxhHi8S { color:rgba(var(--color-primary-4),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6580810546875rem;left:8.5110292434694rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D52X24FgDVDscfREykc9T9esCiVItnAV { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.615844726562rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tskhLsS5LUkky74zHJEG97ozdST3pKwC { display:block;width:52.9997673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.1875rem;height:10.120725rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { background-color: transparent; background-image: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .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); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { border-width: 0; border-radius: 0; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#pR4bOKLNmchsKgSTsVDIyTQg02MZayCf { position:absolute;display:block;z-index:15001;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#R4P0rpmlxoRZ4HJduux41SGtFP5qVPM5 { color:rgba(var(--color-primary-4),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.653564453125rem;left:8.4972429275512rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR03SPIy45NzzMxQVuE6SVlr0MTW2fBT { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.124145507812rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x0HrZAplmTeMT9tfr5cxHFLNnGyeUU6I { display:block;width:47.6240806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:6.980712890625rem;left:17.1875rem;height:6.74715rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { background-color: transparent; background-image: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .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); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { border-width: 0; border-radius: 0; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#gp4UegSrDXUKfuBF2d3R3Lcpkq7duNcT { position:absolute;display:block;z-index:15001;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.0625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#y5ohzEu6HWzszxqEdBoXLL3o0C44ee9H { color:rgba(var(--color-primary-4),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.653564453125rem;left:8.4972429275512rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xkHsnfJbSqgytc0TC6i9MDXaJc6FMd7x { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19.122192382812rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C2JkQRNtKfGlOcWpC7ZUTX3R4eXLu4eq { display:block;width:47.9997673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.1875rem;height:11.8075125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { border-width: 0; border-radius: 0; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { font-size:0.875rem;font-family:arial;height:118.0625rem;width:75rem;position:relative;display:none; }#KGmt01kvHcSdz261KLRzNOc1LVSy73ya { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:10.75rem;width:21.875rem;top:5.375rem;left:26.5625rem;display:block; }
#T0idxaDpvwF6kJeAJ1OLUBGw6RKb35rt { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:77.0625rem;width:23.125rem;top:8.0716552734375rem;left:25.395835876465rem;display:block; }
#QvliTqcuE9nPF1SMX4VVLGislLhF3fSL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.4558821875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2GwmHb5NKTivmNqLr7pXPKu8UHit9q9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:71.66552734375rem;left:30.313804626465rem;display:block; }
#ZAfcd63kJtvs4cKIa6CHUxWyWt7Kmw1P { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#cxb9OTPo8mVKmzyyKsmMZZesxARLxegq { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:56.65625rem;left:28.522136688233rem;height:4.6323528125rem;text-align:center;text-align-last:center;display:block; }
#hI6wlpObUnBB57wym7xFR0EiOv5rVQg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T7r69ry6VNIHkdACqfD1rQodUiIA2f8B { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.416748046875rem;left:26.083335876465rem;height:4.19117625rem;text-align:left;text-align-last:left;display:block; }
#zPQVsweUJesFW8o6qKVna5ipWSKtibcq { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.625rem;left:28.03125rem;height:2.7941175rem;text-align:center;text-align-last:center;display:block; }
#E1nHtBvsRf06yTJ6aQRNHO0crlkoeBIo { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:33.4375rem;left:28.03125rem;height:1.76470575rem;text-align:center;text-align-last:center;display:block; }
#hlL9y123rNyFILwTtb7zub53lfENyFQI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.9375rem;left:44.74609375rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAcQmvdD4eEkJ2UlOhOpHp59eNKUy96L { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:53.126342773438rem;left:27.395835876465rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#rfaD40uaH69IwkpE3t5Kt0UT6RzwKk0x { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.0625rem;width:13.75rem;top:73.979248046875rem;left:37.864585876465rem;display:block; }
#afilAkQNVsdtxGfqA577mpMkHbxBxIIR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:75.957153320312rem;left:37.895835876465rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtJNydfKxcB9pdIaQ6TfLqvFqDdOotoX { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#yNXAEB0rwxnqDwyEiTT0tp89faoaUubZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MApXxksEs9PTiO143JiU492WVomE3Fgr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:86.9375rem;left:5.875rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ihF3IsR6eKHJ4awAJlFsQsMywdszb2fE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E7LQeVGOlUiKJEu4TBXl8vfZS1HxL6vL { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76.25rem;width:21.875rem;top:14.9375rem;left:53.125rem;display:block; }
#om8dpeq00CohKeqmu6IoGHaQcsqKOeKi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:10.5882350625rem;text-align:left;text-align-last:left;display:block; }
#bo15wL8yUVICp3hc6f8Z0AHkIzVAg9oB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#CHQwmwxeig6r1Uo7w1LVN9weOX54stgz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xp8lDJ49sZXAt4IUdq57r2I9TAt7ka0K { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.8125rem;left:55.595703125rem;height:4.6323528125rem;text-align:center;text-align-last:center;display:block; }
#XfbMmHQM5ggReTe2TH5KZbnMLOmy2kHy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.371125rem;height:4.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:67.374193191531rem;left:56.87656211853rem;display:block; }
#h2mhv50iwsxMVdL7t8am4tRDi0ABNMf6 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FI7MFp27e41xmH2KU58a8dTVfhCdNwVn { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63rem;width:21.875rem;top:14.9375rem;left:0rem;display:block; }
#ZD8b1qPuZuh9NAPDfwCRepW4VT6AkDva { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),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:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#LaH5vtcB6BckW8vcMiUXHT4ZZJaNJ06i { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:3.97058825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4DT6oNLrxm8KHOBcT2ekcOIZXFKfltm { color:rgba(var(--color-tertiary-4),0.5);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.5rem;height:34.4117638125rem;text-align:left;text-align-last:left;display:block; }
#mQ58C4QIEukN1SuTSnzozRT2UOCLMEoL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:69.6875rem;left:3.75rem;display:block; }
#oJGOmvT3HeESGrgV7AF2OpPCnhhADWoI { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#H5ZOoawEmIBzA1xNnM7RbeJ1kgOAGs6a { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:63.125rem;left:2.5rem;height:4.6323528125rem;text-align:center;text-align-last:center;display:block; }
#AQWxg3qrQ0URb0k0vmQu74et1GzzD2Ts { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:21.291748046875rem;left:29.833335876465rem;overflow:hidden;display:block; }
#qwlT9ZAL9zcVrycwRTAWRG4ZJEEwqCUT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.0625rem;width:13.6875rem;top:0.0625rem;left:44.684898376465rem;display:block; }
#cATdyQdTxmefrMs9esGvwTw6UVcBP9zT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:22.729248046875rem;left:26.5625rem;overflow:hidden;display:block; }
#wZiW7ZhgTsO1zl4rstOh7DZ95s4D3Wfp { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:60.6875rem;left:1.375rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#OG8yoPJrhEqdI9slvpFht76s2ewEaRxM { color:rgba(var(--color-primary-4),0.7);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:57.25rem;left:1.375rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#NFQ9lGt9n27ETqvI08BnGNRIEz7aJTMG { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:58.375rem;left:53.625rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#pcIddOaLv14VPVTEQi5avKFgi40Pinkb { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:67.75rem;left:1.375rem;height:1.83823525rem;text-align:center;text-align-last:center;display:block; }
#TJeHMhpJFQ6uCcEICgHysWkpH04lPqzM { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:65.5625rem;left:54.59375rem;height:1.83823525rem;text-align:center;text-align-last:center;display:block; }
#WIJaSk9PkwXsxMAwxiP8OIRUwaswsVm6 { color:rgba(var(--color-primary-4),0.7);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:49.979248046875rem;left:27.395835876465rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#GZeIUlnc9MVGoCUbNTN5JDdvJllUB60r { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:69.91552734375rem;left:27.90625rem;height:1.83823525rem;text-align:center;text-align-last:center;display:block; }
#TL9iShkEcwtb54pICa4QX52031TP6w8m { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:3.125rem;left:44.80859375rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVHqeV04xifnw1ozed7i0xkrhonGpxkk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:77.998779296875rem;left:37.989585876465rem;height:1.6911764375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDhsWEknIFb4wbe3uqrLmi4WMhwyxHUW { 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:8.4375rem;width:15.75rem;top:39.416748046875rem;left:29.625rem;overflow:hidden;display:block; }
#x6BXW9fDOLtrl7MkbAF3HKeU9chS967N { color:#fd4336;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.333374023438rem;left:26.5625rem;height:2.64705875rem;text-align:center;text-align-last:center;display:block; }
#bcOA1PCk9EUNVJP4CUhuiBUnwLLP4xbM { color:rgba(var(--color-primary-4),0.7);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:50.8359375rem;left:55.8125rem;height:2.2794118125rem;text-align:center;text-align-last:center;display:block; }
#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { background-color: transparent; background-image: none; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container > .video-iframe-container { display: none; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row > .video-iframe-container { display: none; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .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); }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { border-width: 0; border-radius: 0; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#AOBwikL8QUWipxDBtvF3X7zAl4tNNgsX { color:#107d84;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.505615234375rem;left:0rem;height:5.68715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEms24QvDXX5DB3z9oFssUmAbS4CI4ba { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5.68701171875rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#RJ0Un0sebihaqnecm0AOz9pRGbGpGbD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3747673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.85205078125rem;left:13.810891151428rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSNl0DWaJmChoUELkhg6ThKLscGsv5qT { color:#107d84;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.505615234375rem;left:0rem;height:5.588234875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { background-color: transparent; background-image: none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container > .video-iframe-container { display: none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row > .video-iframe-container { display: none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .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); }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { border-width: 0; border-radius: 0; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#CLEzLyoUB6KyLZhJfadQIqtbiM0NCJTR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.0622701875rem;width:13.6868105rem;top:8.5570068359375rem;left:44.619713783264rem;display:block; }
#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { border-width: 0; border-radius: 0; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { font-size:0.875rem;font-family:arial;height:110.3125rem;width:75rem;position:relative;display:none; }#dGmnET6DUXnBQ2Wy9Ugdmmbg3SQnTciQ { position:absolute;display:block;z-index:15028;background-color:#7b3955;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:10.7490806875rem;width:21.875rem;top:5.618408203125rem;left:26.017922401428rem;display:block; }
#A9G0wOG9bwvamcO9ABfhHgnC5smwKVx7 { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:103.8125rem;width:23.125rem;top:5.008056640625rem;left:25.375rem;display:block; }
#Jivu5woCJLn886SoSChtQmKDrclTJHdX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akzVIWttm3kzcQu4ustqExBS5msVmCQB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:73.383544921875rem;left:29.802388191223rem;display:block; }
#WK03m4zC0BAEeyTnpsW4ekwy43EOAm43 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#JsTNCzZMxh2lI2Hm8Unng7KfAMd8ButQ { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:62.2275390625rem;left:29.033203125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#IMZgJNtrfdV8my0LAzUy2PVzPFFIo9eP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nP0Re05D766HNDUDiiFWKF0EilJwetyQ { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.59375rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#XkzCqoE27Mkyd9F0mkkb42XhuPMro0EA { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.538452148438rem;left:27.997471809387rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#miWd3yVfFl7ZQ4F08zBtDnTZJTzVMFhM { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:29.811645507812rem;left:27.486210823059rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#tOPZBdXqaENEtw9cTaO7x6V4HuxEnkGu { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:43.21240234375rem;left:27.997471809387rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#G95gQCW7JARRxU9bvZJlHN4VrUnz5Muh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.9375rem;left:44.74609375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKDhacxHVeNdeMa3msvJdB91QIkxyBUm { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:59.9150390625rem;left:27.90625rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#GzkJqWPFisURls2VElsQs3PkuW8wB1ZZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.0622701875rem;width:13.75rem;top:76.875rem;left:37rem;display:block; }
#hPTmTdWbspgP7lqe1P9GU2PyeSDGm2eG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6868105rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:81.375rem;left:37rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKF21840FfxKabvKwrDke5R0kl2lanfZ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:21.1868095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.623901367188rem;left:27.466679573059rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#hgrkbtL0uS1oJ2evT06suSRS8U0BVUN9 { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#iupz6RTvo3l8ufweied36OV7OCWXD0Gw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKaTWyF1fAe0NEWTxMkV3JFfKH8dASwI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:86.9375rem;left:5.875rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BNfT65d9tsNfyyTxsJMtevr8S5M3qIq9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#thRw7yvZRJD6nbtPQSmBQRXwUIre4fD7 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74.5rem;width:21.875rem;top:14.9375rem;left:53.125rem;display:block; }
#UOvP3mkn1uSlOimG2xJyzkuOAqTns1sI { color:rgba(var(--color-tertiary-4),0.5);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.7490234375rem;left:53.75rem;height:8.28516875rem;text-align:left;text-align-last:left;display:block; }
#CE6fBMqaBFB9xTSoUXPOxf6eLRLtQEnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:8.2851625rem;text-align:left;text-align-last:left;display:block; }
#qfsotJqa30ntUXB7hXcwICCikeRlvKt4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),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:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#nNuIEHXvCVC6gPh45QBd62ESeX8zNNl8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXfPaVkouZaJnZmSk393drNZnTTrsUcZ { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:54.545654296875rem;left:54.780560493469rem;height:0;text-align:center;text-align-last:center;display:none; }
#C3SNtNTcgg1NHxDuDDXw9OLBO3S9LAsS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3701171875rem;height:4.2490234375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:58.9462890625rem;left:56.876953125rem;display:block; }
#O8sODtO3BHJxdMubA9CihZ3melz4gPSQ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QSNnqPgX6UMZzShBaNzzeTmsA3u7LunP { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75.6875rem;width:21.875rem;top:14.9365234375rem;left:0rem;display:block; }
#gR5n0AXSMLztEFI70mhhG4TlRJxLib99 { position:absolute;display:block;z-index:15005;background-color:#2fb2be;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:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#DA84nSPr76xGBq2neoWQG7e53420IqxT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#inPNx6TubZXBckTyPKnQNHUcpUkpAzf8 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.749267578125rem;left:1.0619659423828rem;height:17.9512rem;text-align:left;text-align-last:left;display:block; }
#IFQtzrvwrwArsXelyAbfCgLeqgTExqvp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3701171875rem;height:4.2490234375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:58.056640625rem;left:3.751953125rem;display:block; }
#h2KdBvZ8eXWnfcyTlhoWJX0kTVRhqFvx { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#SPuuzPMy2cZTwarlZckip5wfuJiv1TsX { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:47.8994140625rem;left:2.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#M59G4cE7XLh9IrTab7DMkUqPBwtBMUJt { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:18.561645507812rem;left:27.612591743469rem;overflow:hidden;display:block; }
#pWqwqEzW7rnravTaVk7nRglknEVDRbQh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9997701875rem;width:13.3743105rem;top:34.057983398438rem;left:30.811120033264rem;overflow:hidden;display:block; }
#Q59rCf4J5FvAbB2lEfL96FgERtflzQMG { color:rgba(var(--color-primary-4),1);display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:45.623046875rem;left:1.34375rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#QBb8IT5bT3OOEBwtSHTc2P1eo2EGhiZh { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:40.9619140625rem;left:1.34375rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#mMTfliBoETRp7cKTcesgrb9BkaMB4qfl { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:40rem;left:54.46875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#ppLbCxV4X6L3Tol3IW5rrHQULRe9nuCw { color:rgba(var(--color-primary-4),1);display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:45.623046875rem;left:54.46875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#ZSLWZ8WFHnE15thFImZ212mMi80DWqzK { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:53.59375rem;left:1.34375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#k5daRDswgAXCnhaEVOUfZfol0DkdhZg8 { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:72.25rem;left:2.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#iEzyMBOHomUMswnlmHA0HANumty0wkL7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:77.6318359375rem;left:2.8125rem;display:block; }
#shmw81IlSO0dASdz22NCbQoWPOTd7RvK { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#kDcJm3yVrUlnXSKQveEqxpDIUGwapU3t { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:72.25rem;left:56.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#XMvbM4TGJT6WdQT6AmqN1LMClZhN08uk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:77.65234375rem;left:57.1240234375rem;display:block; }
#vKmyW0s3ISZF3DJg2RCKV20FNvHikSgv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#LlTxbwZn7luKyJet97N5ToT8Ji6aziaa { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:55.7578125rem;left:27.361328125rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#Nk9IHpkH9WDL4XWRbO5ThfX7QBlrc5pv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37040425rem;height:4.2497701875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:96.8125rem;left:30.3125rem;display:block; }
#xXQnU1b7v6bTD038LtHzHZVspGzGJoLe { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xky6BnJMRogPZWf58za1OSkmf4AkPdqb { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:92.1875rem;left:29.0625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#ZtMCkAmte2xgxBBXoNrqfQcpZ6QcuMTa { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:85.99951171875rem;left:27.905560493469rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JE1MZ5Sfdyukm3ocufZ054UKNrKmTuy4 { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:64.59375rem;left:0.625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBL15LFXcvghfVrApShINb2HbddbIWTs { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:65.1025390625rem;left:54.46875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLr8QrUlD8XtR2TXMruQnoyO2JJS6rbR { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:3.125rem;left:44.80859375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOnbdDpE4TFyosK0Rux0blPUVQ6G6Nhi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4995403125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:78rem;left:37rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIfTokhkr0NP7wC7PhCs1gTuQhdRXbPz { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:56.07080078125rem;left:54.499081611633rem;height:0;text-align:center;text-align-last:center;display:none; }
#Hho5G6Jv8pRcMipFnRwUCzcmJcCe4E0p { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:67.817138671875rem;left:27.393151283264rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#fO1POCirmH9V75s5bAo4CDolS2oudtD6 { display:block;width:20.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:67.875rem;left:0rem;height:3.6123rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzTbZdzeG648bbM1gOJLUKDQnUkdndtT { display:block;width:20.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:67.62890625rem;left:54.0009765625rem;height:3.6123rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2xw21T3e70VqTqAbtTtNCrJTdWFzQZN { display:block;width:21.9370403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:83.224975585938rem;left:0rem;height:3.3994125rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c70SbAl7kt5woe7Ti9SuOnbdTxANgEAs { display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:83.205444335938rem;left:53.250226020813rem;height:3.3994125rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkm80x2TXVyx99Ta1bMww78fuxz88XHd { display:block;width:20.9995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:88.6875rem;left:27rem;height:3.6123rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1IgasnOZ2hJ0UfOF15GiIcIWPQo8OcT { display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:102.74194335938rem;left:26.623391151428rem;height:3.3994125rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avtqI9mr9DekIUoqRdhabyaTaTfgnW1r { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:48.96875rem;left:55.595703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#TwJRZ5iefbH4TnB22gv2MBuTKsPW78pJ { color:#47545a;display:block;width:19.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:54.994140625rem;left:54.46875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container { background-color: transparent; background-image: none; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container > .video-iframe-container { display: none; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row > .video-iframe-container { display: none; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .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); }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container { border-width: 0; border-radius: 0; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container { font-size:0.875rem;font-family:arial;height:79.8125rem;width:75rem;position:relative;display:block; }#nVrUXi0H3hGrdOEbIavxAyfgh0gD7qsu { position:absolute;display:block;z-index:15028;background-color:#7b3955;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:10.7490806875rem;width:21.875rem;top:5.618408203125rem;left:26.017922401428rem;display:block; }
#ACeR5QsWAXmByIdu6X994fXa8hAaBkTx { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.125rem;width:23.125rem;top:5.0072021484375rem;left:25.374643325806rem;display:block; }
#fl1IlU2mLa5lTV8uyaGKNTxELUWx2lWD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuFf6EdDRJoK7wpdC9ciFFHp7zcS4Et8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.370125rem;height:4.2495125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:65.1650390625rem;left:29.76953125rem;display:block; }
#hLMdT8G2PPXQ6sQslTZTeULbWDrxfzqL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#rM73kmFMq87UaTwrMKKHQtR86PCbUEGd { color:rgba(var(--color-primary-4),1);display:block;width:16.933625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.4775390625rem;left:29.03271484375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#qiDDAwUTGv5m6ZutFB91LiHcetSvNr08 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TGkhp82hBD3J3UEKeWNiiZpURiZk4zRi { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.59375rem;height:4.38654375rem;text-align:left;text-align-last:left;display:block; }
#IO3q9TI9BNiZUdSI3QFwK73FlXrAXyE5 { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.538452148438rem;left:27.997471809387rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#TVMsGfsdANTH24sJDv9V2PgWzuQULdxd { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:29.811645507812rem;left:27.486210823059rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#OJUEQ5CICEnJ9Jw3TELZyppPWXfZJLbn { color:#47545a;display:block;width:18.9372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:43.21240234375rem;left:27.997471809387rem;height:1.80615rem;text-align:center;text-align-last:center;display:block; }
#MvlxhO2vIhTETqVpxJV1td9TinfzTMSc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0.9375rem;left:44.74609375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuw7LsJoTnChm88Ceu20OhSSmGhyDfWL { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:57.1240234375rem;left:27.90625rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#oXXpoS6ou4oaQy7k9v6SZz3pH8adzxcW { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:5.1875rem;width:12.1875rem;top:68.37890625rem;left:36.9677734375rem;display:block; }
#ftfi3HhknH4XPTILKuIRkJ8unAFQQTNa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6865rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:70.2822265625rem;left:36.21826171875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZab0mnCIpZZfCUBVnQM8zIxosMprVqk { color:rgba(var(--color-tertiary-4),0.5);display:block;width:21.1868095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.623901367188rem;left:27.466679573059rem;height:8.2883625rem;text-align:left;text-align-last:left;display:block; }
#IPRRdPRNFTB74t0uAqePMmMdfbhp23Zm { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#f555aCvlPfxKDqk18QHvQLe9OxFkqEqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N0Q6aoWH5xOD59XBBsEuLSOFZVIhpCa1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:86.9375rem;left:5.875rem;height:2.41666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lAqMnPLkzzDoiEKUBWJJn3iLPZEzikX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zvn06tIPT0H2c548ua1aLFgAfgnT8PWQ { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44rem;width:21.875rem;top:14.93701171875rem;left:53.124998092651rem;display:block; }
#npEFFLbpNHSLbT5c2CUq009l7J3yqPcu { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.7490234375rem;left:53.75rem;height:6.90696875rem;text-align:left;text-align-last:left;display:block; }
#ApXtoJ4mln5QUR78yP9MT7wktk0O2mkC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:8.28835625rem;text-align:left;text-align-last:left;display:block; }
#XL74yf6tptwevX3cBfriLQ7wr5MoixER { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),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:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#STkrs7rOwq2Ce34VztgaTxPnJGR8hrdV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PR0cpwlhT1p7cKLX5HX7c9ygeHyadS7E { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:54.545654296875rem;left:54.780560493469rem;height:0;text-align:center;text-align-last:center;display:none; }
#RrIkL5tHinDvgxIJC2I1u5akq5vaPr0J { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.370125rem;height:4.249025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:49.7216796875rem;left:56.876953125rem;display:block; }
#Rfi93LTOD8ennf5mJP0d035qSmGJO5GW { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#VHVO6UoTAewJwBcfepAvPZtbWwJemIbs { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:21.875rem;top:14.936157226562rem;left:0rem;display:block; }
#pyEDAnRUM98irrG1KGZNwJ85VXVWBM7B { position:absolute;display:block;z-index:15005;background-color:#2fb2be;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:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#W2KhQob018eNS4pkKfHlZN1AaZh2oihe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukgiQs7LRNhIAplDNmMHEluXfahxrTW1 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.749267578125rem;left:1.0619659423828rem;height:17.9581125rem;text-align:left;text-align-last:left;display:block; }
#bwLfLkmEhNsl05r6eD22KDkyBcI6iBo2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.370125rem;height:4.249025rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:49.7216796875rem;left:3.751953125rem;display:block; }
#W0f74OPT4lbex97RlTaQZccDAQgu4QXG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#TVnU7VvDuhpPqxhqTgkreAyC8T8mMRZt { color:rgba(var(--color-primary-4),1);display:block;width:16.933625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:45.01806640625rem;left:2.47021484375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#hJGIbRIybtuHtTH5r0mOMZCoR9vrBVlM { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:18.561645507812rem;left:27.612591743469rem;overflow:hidden;display:block; }
#mEsWGcBlzP8K64EF7SB5IItebWRMOMEP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9997701875rem;width:13.3743105rem;top:34.057983398438rem;left:30.811120033264rem;overflow:hidden;display:block; }
#UZcixT3nlfK7TuZNOtDMeTsLZp6qi5W0 { color:rgba(var(--color-primary-4),1);display:block;width:19.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:42.056640625rem;left:1.34423828125rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#yDSpzw4GSWw6aSLEyfv9a10gH5EKrobG { color:#47545a;display:block;width:19.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:38.7001953125rem;left:0.625rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#a6yaF6PTbDLr7gzGwNV1c0TfIyXXivVW { color:#47545a;display:block;width:19.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:38.7001953125rem;left:54.46875rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#Rs7xfM5QKUPlFinnClRmADEks1VX3Hhh { color:rgba(var(--color-primary-4),1);display:block;width:19.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:42.73681640625rem;left:54.46923828125rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#aXpwckcKScXNzTBylEnrMILvXKQdancW { color:#47545a;display:block;width:19.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:53.984375rem;left:27.361328125rem;height:2.34375rem;text-align:center;text-align-last:center;display:block; }
#iFzVBTokqOeGwvT8H4IKsr8385NCc1G9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:3.125rem;left:44.80859375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaxBiSewENQlro8Oy6HJoUIRBxG7hio3 { color:#47545a;display:block;width:19.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:56.07080078125rem;left:54.499081611633rem;height:0;text-align:center;text-align-last:center;display:none; }
#gIk5qkql5zln3VxxQlRHkR4BFQsQoDXy { color:rgba(var(--color-primary-4),1);display:block;width:16.933625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:45.01806640625rem;left:55.59521484375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#BsftULcUA28vsNpwT19NNWgZ8TSIlo6Z { color:#47545a;display:block;width:16.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:56.247334480286rem;left:2.8746452331543rem;height:1.625rem;display:block; }
#DtgHC4zaugLDIfpmIllUmFDuZGyIUTlz { color:#47545a;display:block;width:16.1239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:75.121623992919rem;left:29.438032150269rem;height:1.625rem;display:block; }
#J32dPiPVhxmaW6Bv3h5NaU3RF3GXc3hQ { color:#47545a;display:block;width:16.1239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:55.555750846863rem;left:56.61842918396rem;height:1.625rem;display:block; }
#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { border-width: 0; border-radius: 0; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:none; }#ZQ4gV9C9gQQAJTZVMDa6rN9kPGoMo57T { color:rgba(var(--color-primary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.15625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaAToP7xwAMJEAtMbenrObtaFOdIoITS { display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:5.1861572265625rem;left:13.153721809388rem;height:5.41845rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKaecfJE4Vy7wuz9itgzOl84oV9clWon { position:absolute;display:block;z-index:15038;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.7495403125rem;width:9.7495403125rem;top:105.02978515625rem;left:4.7449445724488rem;overflow:hidden;display:none; }
#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { border-width: 0; border-radius: 0; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#zpJvKXOXLXTAHrs6qObXDA9ueJAAP0Em { color:rgba(var(--color-tertiary-0),1);display:block;width:54.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.5177001953125rem;left:12.748160362244rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { border-width: 0; border-radius: 0; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { font-size:0.875rem;font-family:arial;height:109.375rem;width:75rem;position:relative;display:none; }#HoVecWzb14h7m9pz3Qw3CdFKTBwiukvm { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#UF9w2JWweOLwAr2kmR61nEVM0xpTupsQ { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.852905273438rem;left:6.7395839691163rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#oDVRUqIIwTauAc177cUuRozK2cTTyksW { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76.25rem;width:21.875rem;top:14.9375rem;left:0rem;display:block; }
#gRt8652am4Xd5lTX3e56XhftIfuXPz6W { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),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:5.0625rem;width:20.625rem;top:15.5rem;left:0.625rem;display:block; }
#bW2THFB5y2ok1uWFlrQRl0XoNrqtvd22 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.5625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kygw1vC3KZ4Dtb6Dt2ZXEV0uTKCUZBl5 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:1.5rem;height:33rem;text-align:left;text-align-last:left;display:block; }
#gvEhTPL5WXyendiNyz6lH2XidDSMOHrJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:67.375rem;left:3.751953125rem;display:block; }
#wnDh1AQLgvWrOKKbMmzonlRAINx8Z55F { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#MdmxlFhcTb1eZDAMeZyQBtroA1G3pHvT { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:60.8125rem;left:2.470703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#wTNCpSUHzpySAUdx8SdVTVC3J31wTs7g { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:58.375rem;left:1.34375rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#xnMXy0TrZ5GdRbxh3kCerQkEfsmIUAIq { color:rgba(var(--color-primary-4),0.7);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:54.9375rem;left:1.34375rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#JiZufCbVT6VqTyuxx9Jz9TfZxPyWn8mf { 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:48.75rem;width:75rem;display:none; }
#T9OEnfNtEnW2f0KeHnqWcFMbZsUoD3HG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:46.5625rem;left:7.5rem;display:none; }
#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { border-width: 0; border-radius: 0; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { font-size:0.875rem;font-family:arial;height:109.375rem;width:75rem;position:relative;display:none; }#hyDTbEoiRzslxB9IhrPKkFRuTL0CNTW9 { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:44.145874023438rem;left:44.739583969116rem;height:1.833333375rem;text-align:center;text-align-last:center;display:none; }
#A9ftzkoUIrZtQmsZXmwdkWT46K19Tm8b { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.852905273438rem;left:6.7395839691163rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#LRQFaLGG4OTofmHH09cesWUAbC3849Ep { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76.25rem;width:21.875rem;top:14.9375rem;left:53.125rem;display:block; }
#pyRSuQci9Nu4E1AQq9LVa7HIkixGeUkV { color:rgba(var(--color-tertiary-4),0.5);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.125rem;left:53.75rem;height:17.875rem;text-align:left;text-align-last:left;display:block; }
#TR7udu58Ayx7GaLQ0FrTppkl9Hudf33R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.75rem;height:13.75rem;text-align:left;text-align-last:left;display:block; }
#pK2sVnygpzomTl2aWxNcCodqloDO9uZS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:5.0625rem;width:20.625rem;top:15.5rem;left:53.75rem;display:block; }
#s28q3bIdEiizPGHi0uvXMoTR5rmFvPed { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.0625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxLAhIrzTVvDPsAWxnuEBLFSxvglCTsg { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:60.8125rem;left:55.595703125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#czppn7T40BTKL3JKPGafyoXlGm1eNhvg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:67.375rem;left:56.033203125rem;display:block; }
#FdAgMPBF3GZA0W82JF0IuPAiy30cPJ64 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#oTn3VTOmgShyrnSsetmnd2B5s1oQKmUy { color:rgba(var(--color-primary-4),0.7);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:54.9375rem;left:54.59375rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#nMrtkF9XlCXJEOc5TIpNrrW55qXf2KCw { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:58.375rem;left:53.625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#DoEiZkoosZ2P7Br60r7VZ7L8UNfGr3f2 { position:absolute;display:block;z-index:15033;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:8rem;width:13.375rem;top:34.9375rem;left:32.59375rem;overflow:hidden;display:none; }
#Rd01koCVRyMKldZcKDsa0hxpSCrc1fw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:46.5625rem;left:7.5rem;display:none; }
#nXyRKpSSwpoHVVImLU40on9BqgOKma99 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nXyRKpSSwpoHVVImLU40on9BqgOKma99 > .row .container { border-width: 0; border-radius: 0; }#nXyRKpSSwpoHVVImLU40on9BqgOKma99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXyRKpSSwpoHVVImLU40on9BqgOKma99 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#leycg6uy5A3M9F3IUoo30bvsasbMdq6E { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOvoJffsIRRZPIS99dDdELEm8pryW6eW { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ.adaptive-delivery-prevent-bg, #aFqZsL6Tm36WibaBte032lJcvvELZ5pQ.lazyload, #aFqZsL6Tm36WibaBte032lJcvvELZ5pQ.lazyloading { background-image: none; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ > .row .container { border-width: 0; border-radius: 0; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:none; }#sSBoRqVvFFckWU6ZDV0kgtCz9aaSh04M { 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:31.25rem;width:31.25rem;display:none; }
#ZEDWKZekvH676i87C7Us6Ob8xuu2wvdU { position:absolute;display:block;z-index:15011;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:36.25rem;top:10.9375rem;left:38.75rem;display:block; }
#B31UTtNSgg9ESlkKQm2VaCvUeXeCMTXS { color:rgba(var(--color-primary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.0625rem;left:44rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#cq5vFQacf9OJFTiKouIyw5I0B9xnsLiM { color:rgba(var(--color-primary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0zgg1rinMlplrGPOuX31R6GHI6vsntM { color:rgba(var(--color-primary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.875rem;left:39.71875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NDK4EspIKW4hqCwGOc0MCV6zs5qAFptN { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:36.25rem;top:35.25rem;left:38.75rem;display:block; }
#xyxbLfxUrNTyS2APgAqrmgXk0aToKh4l { color:rgba(var(--color-secondary-0),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15033;line-height:2;letter-spacing:0;top:36rem;left:39.8125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h4qlMpiTQCNhESqTZ8eGxDE8Dkgv9ZIw { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.166015625rem;height:3.228515625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:41.103515625rem;left:38.833984375rem;display:block; }
#dcuyWzgNvecK1UrgUDfZvnwp8WpUVgSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { border-width: 0; border-radius: 0; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { font-size:0.875rem;font-family:arial;height:109.375rem;width:75rem;position:relative;display:none; }#GIyqavcNrL3qEz1475XKuJSfT6R7hl8I { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:10.75rem;width:21.875rem;top:5.375rem;left:26.5625rem;display:block; }
#wwRSparUFtRfSrgE7Bhhw7iHpONFJKdx { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.4375rem;width:23.125rem;top:4.875rem;left:25.9375rem;display:block; }
#uvdPFPigZnuy1bZfcxffiBTbLRvN92Ws { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:6.75rem;left:26.8125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWQyOQnecZAJm0CTbUxEThVRPCmPqbhE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.37109375rem;height:4.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:81.0625rem;left:30.314453125rem;display:block; }
#PrePV62cPzvXRHnRqzdWusqTn3tPOLzL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FVwSlfaDHeALPKDerxOycWTJERcLCrAu { color:rgba(var(--color-primary-4),1);display:block;width:16.93359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:74.90625rem;left:29.033203125rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#Tbp41XQVD1fdgCHEAAUKrP3TUAUGUk3L { color:#47545a;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:26.59375rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#yJauQBT0rZOgHnciQEkhT6OeUTrcepi7 { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33rem;left:28.03125rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#sUQVEatc9fcVDdbmymngOZo7l2KTbNJf { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:31.25rem;left:28.21875rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#VwV1UH1LsfBH2nezmdMPaMVgSQ2Ld5bV { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:44.1875rem;left:28.03125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#wOFBoIRyLSKkCUJco1W547pQ88gOzT5e { color:rgba(var(--color-primary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:72.65625rem;left:27.90625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#ThiITJdddAns0N5hb0E92hqC0URKcGsG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.25rem;width:13.1875rem;top:99.125rem;left:41.40625rem;display:block; }
#x1bHv3BrEySvIJuXJSc41WGyQsLiZtm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:102.9375rem;left:41.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNHRaebyGSLp5quwVu0EN474ws6pVfFK { color:rgba(var(--color-tertiary-4),0.5);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:46.375rem;left:27.9375rem;height:23.375rem;text-align:left;text-align-last:left;display:block; }
#bcGrCcRpff6LPG9klZpTK1m7TZKPbrOx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zzXAvbuVEL284RAAV8dr1NSo0S9nvDgM { color:#47545a;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.852905273438rem;left:6.7395839691163rem;height:3rem;text-align:left;text-align-last:left;display:none; }
#wUIDhihTlwn155rUWHprIu8GzPG5Zziu { position:absolute;display:block;z-index:15033;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:8rem;width:13.375rem;top:34.9375rem;left:32.59375rem;overflow:hidden;display:block; }
#IlgTKOHm1xzVGKpOZQQTTLcyEtEZ2ghI { color:rgba(var(--color-primary-4),0.7);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:69.375rem;left:27.90625rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#WfugWalr5X26aU4nmCU64yIVKlD1xgzs { color:#47545a;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:79.25rem;left:27.90625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#WrpT9L8PIMJogWOReDPdKG4F0X12irMn { color:#47545a;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:31.25rem;left:28.21875rem;height:1.75rem;text-align:center;text-align-last:center;display:none; }
#krEVCgEVFINlgcd36V8BSRg8sFM2TozH { 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:48.75rem;width:75rem;display:none; }
#UxXpp052GkUIRJG8CsKTq5Mr6wRl18NU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K5sAd2fgFTcLSBwxazZmvcaoGXKI2Bx6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:7.25rem;width:13.1875rem;top:99.125rem;left:41.40625rem;display:none; }
#LSIpcelOgZPmLpfoEtErUNT2TyUhXXxT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AWl4y7SnpTXaZqUGPOXSGZIT76SPWOyT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bZZBg9cSr07D3rZpePBmPCUTRRU5Olz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.6041870117188rem;left:36.489585876465rem;height:2.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Sf21PDGXsPPSTAMbeCWSoLyaMLTZz5pf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:46.5625rem;left:7.5rem;display:none; }
#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { border-width: 0; border-radius: 0; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#aWcS23OxZ6sfrehplb7i7AeEXr5LBoyC { color:#107d84;display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.15625rem;height:1.6176470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NImcU72VW4XnAXM0MRqeLB35D5tKSJDn { display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:5.1861572265625rem;left:13.153721809388rem;height:26.47058625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PeqbKhTsN5hkIBVS4ULgyGwd5arMVpEk { position:absolute;display:block;z-index:15038;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.7495403125rem;width:9.7495403125rem;top:105.02978515625rem;left:4.7449445724488rem;overflow:hidden;display:none; }
#QOkxishA5fbZATBvxlPsumOWszxHpOTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { border-width: 0; border-radius: 0; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#PUPCXRIKemk4diQnqOXkyveA6Sce19tU { color:rgba(var(--color-tertiary-0),1);display:block;width:54.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.5177001953125rem;left:12.748160362244rem;height:5.51470575rem;text-align:left;text-align-last:left;display:block; }
#PaiNrlwK3WCInBz6bMzbf42rKr9Vqbpt { color:rgba(var(--color-tertiary-0),1);display:block;width:54.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.5177001953125rem;left:12.748160362244rem;height:5.51470575rem;text-align:left;text-align-last:left;display:none; }
#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/de69e077-2a4d-4d70-b5b4-4193d2f0a302/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.adaptive-delivery-prevent-bg, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyload, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyloading { background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { background-color: transparent; background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .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); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { border-width: 0; border-radius: 0; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#xd5MawNsV0bkGmqLBS1aCkci091O3Naf { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.009033203125rem;left:14.555377006531rem;height:5.68715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGmftFigilkSFU5R8dIRT2sphT7HdP9U { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:28.123779296875rem;left:14.494484901428rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#Mu5VVgZtROlTyrPJOZCsZtVlXstxqd54 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3747673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.44287109375rem;left:14.615118980407rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { background-color: transparent; background-image: none; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container > .video-iframe-container { display: none; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row > .video-iframe-container { display: none; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .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); }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { border-width: 0; border-radius: 0; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#U3GssDxqItuhiJ9KmdCUBX5ZKa362Lv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3747673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.44287109375rem;left:14.615118980407rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { background-color: transparent; background-image: none; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container > .video-iframe-container { display: none; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row > .video-iframe-container { display: none; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .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); }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { border-width: 0; border-radius: 0; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#BrPTJyblPSafTyMlTEJ6fVnfIlpdbGwz { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.3251953125rem;left:40.625rem;height:5.0603625rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtsueVECeqqZmdGBigFG7x7b48EW6mwJ { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#OcNR32QdkxKno2dbPJHFHI4sG4fttyRS { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:37.436810493469rem;display:block; }
#v4tOuaLxtuGKwUmvxcpXuMSOig5PKTR1 { display:block;width:25.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4580078125rem;left:40.625rem;height:1.625rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gX0pNs3kceGqgf9o8JIPDkkBzsT3zGFi { position:absolute;display:block;z-index:14996;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#Vxxeb6KEL3FOhrsxxQmSW9LSLvh9wZKT { 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:15.9375rem;width:25.5rem;top:2.13818359375rem;left:5.9053316116333rem;overflow:hidden;display:block; }
#MubzLg5zui8uESllqxPM8yVv94WFWAuV { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:19.286376953125rem;left:5.0930604934692rem;display:block; }
#ly8M7vLkbuhZWTyx7ZuCPTdwJXCPGbRx { display:block;width:26.9370403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.873046875rem;left:5.2803316116333rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#UTGcimZorEVDHodA5aB96rgGBOeSV8Pi { display:block;width:24.3118095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.458984375rem;left:6.5923719406125rem;height:2.59765625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { background-color: transparent; background-image: none; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container > .video-iframe-container { display: none; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row > .video-iframe-container { display: none; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .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); }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { border-width: 0; border-radius: 0; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { background-color: transparent; background-image: none; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container > .video-iframe-container { display: none; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row > .video-iframe-container { display: none; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .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); }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { border-width: 0; border-radius: 0; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#VA4Z9GUlplNG2IeUXHTO83pZmWTpqNqG { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.78125rem;left:41.6826171875rem;height:8.433975rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdWciUCJdBaNLdmo63CUC41kXMRJ5M9C { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#FxnDHwevbpXJCZNDS3fLCVdcVnvf3y17 { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:37.436810493469rem;display:block; }
#ZzevVFDRVinK24C7PV4hsbL8ZPHZe8Ir { display:block;width:25.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.7080078125rem;left:41.6826171875rem;height:1.625rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x8tb5ZeLfyKftLM3vuD6owoGx81aMOaL { position:absolute;display:block;z-index:14996;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#igQTrJ9KJWqXrdM1ktiseAZ7NTDEbcsb { 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:15.9375rem;width:25.5rem;top:2.13818359375rem;left:5.9053316116333rem;overflow:hidden;display:block; }
#UcnnXUc28gGxqKTa5ui5927qLUQLndxb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:19.286376953125rem;left:5.0930604934692rem;display:block; }
#t53Ud0tUrJTfnUoqVkWdDOXgdrgo8txh { display:block;width:26.9370403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.780517578125rem;left:5.2803316116333rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#a1z9mtFkZDHXZ46eWGmpyWer6NEdpTFU { display:block;width:19.6243095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.364990234375rem;left:8.9361219406125rem;height:2.59765625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { background-color: transparent; background-image: none; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container > .video-iframe-container { display: none; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row > .video-iframe-container { display: none; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .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); }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { border-width: 0; border-radius: 0; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#ATKWwnL7xGcODyRz8qdygH9H4NpiqOMt { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4326171875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:1.875rem;left:19.3720703125rem;display:block; }
#iMsnPUexuMx6pJwcD6Tz16IONWsmhhTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzQiOtsmXA5mCTa0JNVrt0RSrG7pXl5P { color:#47545a;display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:7.7503547668456rem;left:15.776811599731rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { background-color: transparent; background-image: none; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container > .video-iframe-container { display: none; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row > .video-iframe-container { display: none; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .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); }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { border-width: 0; border-radius: 0; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#ATibuN4ygX0PBTbmAWzNTQHmpNK4sP4r { color:rgba(var(--color-primary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.958335876465rem;left:6.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrV2awOcwV9PEmcuUnGPtPTgNTGpMGOT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#uGE1Zpd9EpsAoekZbaKVPdmf81D4TtBJ { background-color:rgba(var(--color-secondary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3681640625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.25rem;left:52.5625rem;display:block; }
#i42udRb6Uxi3liQz1XFkvfqKt9ym3OST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mO8fg9ABaW2MPV3gKab6bBwSoBKwlQMB { position:absolute;display:block;z-index:14999;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:24.4375rem;width:28.125rem;top:12.0625rem;left:46.875rem;display:block; }
#Uxutvp094iSRoE7FUeb1ypZ36BNZPXL5 { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:25.6875rem;left:52.5625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVpeHU8mkknTZVPgOq6NmsaEao98UESc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:26.875rem;top:12.6875rem;left:47.5rem;overflow:hidden;display:block; }
#DGG5RSTN9aUa9uguTDv0qmIbbrcneCqh { position:absolute;display:block;z-index:15017;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:32.5625rem;width:50.5625rem;top:7.0000005960462rem;left:0rem;overflow:hidden;display:block; }
#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { position:relative;display:block; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { background-color: transparent; background-image: none; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container > .video-iframe-container { display: none; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row > .video-iframe-container { display: none; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .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); }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { border-width: 0; border-radius: 0; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:116.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KNfSrWTrrtAHcDcfCzG81NhKwNMiUq6T { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;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.8154296875rem;left:1.5625rem;overflow:hidden;display:block; }
#egExyH2Vz12pLdtTMGuPbUdZKA0GE0Un { display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3154296875rem;left:10.9375rem;height:2.84375rem;color:rgba(var(--color-primary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vqfzeyq9F7g6gBS3NamKGNWfh3qA55Iw { display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.2529296875rem;left:12.03125rem;height:4.0625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnHHw3PDCraO4Gdv0AlCpalb206TdD80 { display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.2412109375rem;left:10.875rem;height:11.37250625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4mzg2TcQPTqa5U292PFVf2b4gEaFq0k { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:33.791015625rem;left:1.5625rem;overflow:hidden;display:block; }
#kUtWLPofKxUNpwTiPRdf1cI3yGFV1HkD { display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.228515625rem;left:13.625rem;height:2.84375rem;color:rgba(var(--color-primary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWd4N4TlUKykrTw40O7Vp0eD6k8QzhTi { display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:37.103515625rem;left:12.03125rem;height:6.09375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QkF4dpoPh7A5LLD14k5gx69dt16daSd1 { display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:45.6787109375rem;left:10rem;height:8.12321875rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uft0xXAFxrHEflHTzIfJoKXdafVoT7KF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:59.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#vBUlH3tTxXBCOFPD9qSHvLhhxRvx43md { display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:61rem;left:12.03125rem;height:2.84375rem;color:rgba(var(--color-primary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3WzWzxleKH6TIpJosqpTQzsRs6DXx5M { display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:65.375rem;left:12.03125rem;height:4.0625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KZRlT5f7WXoKvzEXN88OfXPtdiWsTnlD { display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:72.5537109375rem;left:10rem;height:8.12321875rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fSnWwQCQ7PbTkylnsAfpsreXB7Z3op0Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:84.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#RidzNZ5LpwC583ARaStkV3LswogVJa50 { display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:86.4375rem;left:13.15625rem;height:2.84375rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWBXqEOe7vTncUrZ5p2RyVSw1vKgqmWp { display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:90.375rem;left:10.9375rem;height:4.0625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JbyGlCL0HQD7UVdU3h98Wwx6bMUPsQDP { display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:96.8037109375rem;left:9.375rem;height:8.12321875rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LXLeZ22yCK0WGWNJiDThSyUSsbHRtGnl { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4326171875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:109.125rem;left:18.1845703125rem;display:block; }
#RBeok5q1yc18XHGP8esH4a1AOWuAoHSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container { background-color: transparent; background-image: none; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container > .video-iframe-container { display: none; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row > .video-iframe-container { display: none; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .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); }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container { border-width: 0; border-radius: 0; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#NAHxnVZgFT3iGp6WxSvgJzumA4JskhA6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#FNZcBTZFEPEvSdWpvrrEIke1SQaa8JCR { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.375rem;width:28.125rem;top:7.25rem;left:39rem;display:block; }
#PCiyqbrPcd4gkmzTH5L4QC1u5mlTPsJ4 { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.875rem;left:43.375rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSEhF6rEHL6G3DFOtcG1FlmSHAAWmsRf { 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:11.875rem;width:26.875rem;top:7.875rem;left:39.625rem;overflow:hidden;display:block; }
#Xsw5Dqt2nQ9mDFWKFcAFvBPh5f2p3o7A { background-color:rgba(var(--color-secondary-4),0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3678375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:26.4375rem;left:43.6875rem;display:block; }
#uTi9TT1FOJMBoM22ECxK2nlkZcQJJTWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJAk08R6L7TRuphboNveidOaqCcChnL2 { 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:23.125rem;width:38.4375rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { position:relative;display:block; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { background-color: transparent; background-image: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .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); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { border-width: 0; border-radius: 0; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:88.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bueGrFVN42R0DpdDGuWl8vy3K3TKE0Si { color:rgba(var(--color-primary-4),1);display:block;width:28.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.75rem;left:7.123046875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MS7Ua34EiPeJ1hfcCun1vrhWza4zB6hK { color:#47545a;display:block;width:29.1240234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:6.810546875rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AELrwVuTa2CaOsQkvLKQBWi0yEi9Af0S { color:#47545a;display:block;width:22.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.1943359375rem;left:39.9988489151rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FedTtG41tGBrw9zngBBng24dZ80NWWAG { color:rgba(var(--color-primary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.75rem;left:40.6875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b5vP4wQSSVJTwNHbRt8z1OOK3DGoL8tV { color:rgba(var(--color-primary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.3125rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXVtZPK5ETFp9XAeahIkz5yzvJW0pBds { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.25rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zl1LtDsApRfyBFIqILHr6DagRMovQAsy { box-sizing:content-box;height:5.0625rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.875rem;left:6.5625rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#uOBUiS5Ddg98MBwaZElbw6NxF7khvDEx { box-sizing:content-box;height:7rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.875rem;left:40rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#ivJL5p63A9ZrzSmyxwUpdf7hyIghg97X { box-sizing:content-box;height:7.25rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.625rem;left:6.810546875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#xKHgu4mCn5vE4iKIxJggiz8WxiaLQkAI { box-sizing:content-box;height:7.375rem;width:28.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:18.625rem;left:39.998046875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#c4FBIDLAHTOhowJ6700cUdduhDm9VZLB { color:rgba(var(--color-primary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PctxvzlnJoKNuNc26CItWh9JmuxuRcuW { color:rgba(var(--color-primary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.4375rem;left:7.123046875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TiFfhq9dw5yiwPsUKVzq1p2ERUAZsLJO { color:rgba(var(--color-primary-4),1);display:block;width:28.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.625rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFKJmNlg6TDHH8ViELtytf6keihG9LxE { color:rgba(var(--color-primary-4),1);display:block;width:24.9365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.4375rem;left:40.6875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m4LWc7Nc1KFq7SD8pL70xZRF32hzGRZp { color:#47545a;display:block;width:31.6865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.4140625rem;left:7.125rem;height:7.31090625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKL8srSApiAHEULrU6JcJwWg3Ucc2PTR { color:#47545a;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.4140625rem;left:39.998046875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOmnZ88KKUpqPi4Z4qOlCObMTwxBT78m { box-sizing:content-box;height:7.375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.0625rem;left:7.3115234375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#JVOqSvTxxnIX0tEMqJIbpdGMKIk8fHBm { color:rgba(var(--color-primary-4),1);display:block;width:28.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:40.125rem;left:7.498046875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBJOQoCGD0uVwWk6uUPDVgaaqdwcDrMI { color:rgba(var(--color-primary-4),1);display:block;width:25.1240234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:42.5rem;left:7.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mOt8rQPkg4F4bTopruEctIzSn1h0seh9 { box-sizing:content-box;height:7.0625rem;width:28.1875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:39.0625rem;left:39.998046875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#QUMLT6uzTIfiO6RAmBWXiG3VGPuBveGo { color:rgba(var(--color-primary-4),1);display:block;width:28.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:40rem;left:40.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mM0xAwPTVzveBxvxNLgiRpMWBzOWOiKL { color:rgba(var(--color-primary-4),1);display:block;width:24.3115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:42.4375rem;left:40.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KPd8JM4mfTzezgmSCxTisdOPDGvPZusB { color:#47545a;display:block;width:25.8740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:48.3896484375rem;left:6.810546875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o179REmKBsSyoPGT5o3maBFKT37NlfuR { color:#47545a;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:47.6708984375rem;left:39.998046875rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iauh9PIh4qJrKEPkknkeCciNQRJgnVtI { box-sizing:content-box;height:5.9375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.375rem;left:7.3115234375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#P4W6IbpZL0ghgt0QZWCVJaPnJvx7nxd6 { box-sizing:content-box;height:5.9375rem;width:28.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.375rem;left:40.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#WK6qIMneu8BTMLSLWVOQnUsxpHdOfeC6 { color:rgba(var(--color-primary-4),1);display:block;width:14.4365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:54.375rem;left:7.498046875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUuBwfZeI8xQ6VDh3U3CMQdCVdFxnVcG { color:rgba(var(--color-primary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:57.4775390625rem;left:7.5595703125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#neCFoNzoCN5TCFTygv7lCUk7Jp3rpDVD { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:62.1396484375rem;left:7.3115234375rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i4xF1e6GssWtCTZftm64HTAG7h8RFMSG { color:rgba(var(--color-primary-4),1);display:block;width:12.3740234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:54.4375rem;left:41.03125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBtVmKqA5JmLCZQzcZuNGSs9rfIrC1ac { color:rgba(var(--color-primary-4),1);display:block;width:25.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:57.4775390625rem;left:41.03125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RsAuUuq0igXyQCvzDMZ13CHs4sTNzQDH { color:#47545a;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:62.1396484375rem;left:40.8740234375rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIPUGpFdJ5qyyBL6fumv3EPXn8NKNuVV { box-sizing:content-box;height:5.9375rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:69.0673828125rem;left:7.3115234375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#P7aQXXHL5CFMorbTATd7RInzWP0tsTkx { color:rgba(var(--color-primary-4),1);display:block;width:28.4990234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:69.6875rem;left:7.498046875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1bNGDGm7OL27C85v0HFc6Nvx8CG1Lnz { color:rgba(var(--color-primary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:72.6923828125rem;left:7.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQcxdAaty2sW4NrTZ3hAMxKwPnXmTAGk { color:#47545a;display:block;width:21.9365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:76.810546875rem;left:7.3115234375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twVuMGwe88cMWC1aE1P4zX0M0ITEHqvC { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4326171875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:81.875rem;left:18.75rem;display:block; }
#O777yUCFNQtaCipMdKDzRaxnzRqeXKaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { border-width: 0; border-radius: 0; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:none; }#Vo4a70kCcn0RMQ1nVTbayGGi4Ax5M6NV { color:rgba(var(--color-primary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.28125rem;left:7.874539375305rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UbZGxcdaX7H2TvThgFc5vCrPXeTNsIh1 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:5.5625rem;left:7.875rem;display:block; }
#TKGgamxcTlzmywlOJ3RWnDcv8T7SDwxP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.53125rem;left:16.28125rem;overflow:hidden;display:block; }
#wwTtv83naxrwvwSH7ciF3TXQup6AlPmb { position:absolute;display:block;z-index:15018;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:21.6875rem;width:33.5625rem;top:4.0312519073486rem;left:40.561851501465rem;overflow:hidden;display:block; }
#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/0d84d2b3-566a-464a-a0fb-2a28600c831c/Oza.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.adaptive-delivery-prevent-bg, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyload, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyloading { background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { border-width: 0; border-radius: 0; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:none; }#EwF2WFwtOhhfAM5wz3KlqKwhFxHzXASV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1870384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.786376953125rem;left:39.999997138977rem;height:13.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7JFo1DvDf1QP6u0TJyUTQpkHkrLgluo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1870384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.786376953125rem;left:39.999997138977rem;height:13.6764708125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nsOPTF2atUHwkHiTESSULKLEFS19N8Vq { 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:11.25rem;width:20.625rem;display:none; }
#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/ukN4H7lz/Oczyszczanie_z_Ajurweda_na_www_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT.adaptive-delivery-prevent-bg, #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT.lazyload, #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT.lazyloading { background-image: none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { border-width: 0; border-radius: 0; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { border-width: 0; border-radius: 0; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:none; }#LmyZF9FkK2XuNXQfwBGkJLPTDQ0EyOym { color:rgba(var(--color-primary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.21875rem;left:7.875rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K6N0M1G3q9MgN1SkISomMqL0XT7ZXIQb { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:5.5625rem;left:7.875rem;display:block; }
#Ufs3cph7fbpVeTTAvNLLss7GZBFzFngd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:30.6875rem;top:5.625rem;left:36.5rem;overflow:hidden;display:block; }
#LoWGWCMsIm4r5n3x0yK3cZ38iCb7lFUk { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:15.46875rem;left:12.9375rem;overflow:hidden;display:block; }
#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/sBigJ5tX/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP.adaptive-delivery-prevent-bg, #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP.lazyload, #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP.lazyloading { background-image: none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { border-width: 0; border-radius: 0; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/w4RfHu89/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz.adaptive-delivery-prevent-bg, #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz.lazyload, #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz.lazyloading { background-image: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { background-color: transparent; background-image: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container > .video-iframe-container { display: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row > .video-iframe-container { display: none; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .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); }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { border-width: 0; border-radius: 0; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#v6kEux8aseSUNHL0mr93UIKwIRBnT56f { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:26.2490234375rem;left:15.744484901428rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#iW1TI8qabvJqInrRbITT3oJ0afCv3otr { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.09326171875rem;left:15.805377006531rem;height:5.68715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { background-color: transparent; background-image: none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container > .video-iframe-container { display: none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row > .video-iframe-container { display: none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .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); }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { border-width: 0; border-radius: 0; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { background-color: transparent; background-image: none; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container > .video-iframe-container { display: none; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row > .video-iframe-container { display: none; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .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); }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { border-width: 0; border-radius: 0; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#LPG8SqyxZPzyaHQTbvMXetgFaLQlZBGk { color:rgba(var(--color-tertiary-1),1);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; }
#SiuHz3Krmh5DWWtG4aW3VpRbgv7osBo9 { position:absolute;display:block;z-index:15012;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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:32.0625rem;width:75rem;top:8.7236328125rem;left:0rem;display:block; }
#pOIBarsMlyibVqkVoxtadz2hIN6HTacH { color:rgba(var(--color-primary-4),0.5);display:block;width:6.24791875rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:8.74479675293rem;left:6.2187519073486rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAU06D7vTuDisEkBpmLI472SGReOxsXr { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:16.875rem;left:6.2187519073486rem;height:22.9368rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wqvOSO9xkgOQLWgXFDtrQ33SbRhGz4GZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15016;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.75rem;left:32.218751907349rem;overflow:hidden;display:block; }
#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { background-color: transparent; background-image: none; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container > .video-iframe-container { display: none; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row > .video-iframe-container { display: none; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .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); }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { border-width: 0; border-radius: 0; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#EDvm5STptpfdNwG7witlWomUIxMmTncp { color:rgba(var(--color-tertiary-1),1);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; }
#oeMuut4XxqcayTQ3F3pxrV1VXDh9TD2d { position:absolute;display:block;z-index:15012;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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:25.0625rem;width:75rem;top:9.21875rem;left:0rem;display:block; }
#xgbC825ItenHrA804SoQTaGCBaSBnDmg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15017;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.75rem;left:32.218751907349rem;overflow:hidden;display:block; }
#Fqoun9zTXcbTw6UTGaQ4tACXL0Twgyuu { color:rgba(var(--color-primary-4),0.5);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:7.682373046875rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0dZMBSSLAAPdGLdEaPgl3orPvCOE20l { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:15.90625rem;left:6.25rem;height:17.2026rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { background-color: transparent; background-image: none; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container > .video-iframe-container { display: none; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row > .video-iframe-container { display: none; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .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); }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { border-width: 0; border-radius: 0; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#EwWZV9ZykPEumWpGLO6aZ9CbvwaKHCv0 { color:rgba(var(--color-tertiary-1),1);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; }
#w12gKC3T4vaoqZTWFIQqE3S9z2vibMxA { position:absolute;display:block;z-index:15012;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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:24.875rem;width:75rem;top:9.4033203125rem;left:-0.125rem;display:block; }
#Xt30ytWUwdNW6NvmfXkzTh4BmKDtKcMP { color:rgba(var(--color-primary-4),0.5);display:block;width:6.24791875rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:8.74479675293rem;left:3.125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wlF6g2z8RtoltWDXq4nE8UKiJyw16Vxd { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:16.875rem;left:6.25rem;height:17.2026rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DLS9aaTMt5I77cCRPWdOMk6MkIiTQtVo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15016;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.75rem;left:32.218751907349rem;overflow:hidden;display:block; }
#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.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; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.adaptive-delivery-prevent-bg, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyload, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyloading { background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { background-color: transparent; background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.55); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.55); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .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); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { border-width: 0; border-radius: 0; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#qXFeDHMw3PFVmgEHSvFJTvMXRz4WzDDx { color:rgba(var(--color-primary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:10.96770625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7cg1VK1AMDST6POTI4wtbN2Ar0U6FBB { color:#a54870;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.9384765625rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXKgMFdqbvNdqFgI0i9p4MshV3lvBxkP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15014;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.77099609375rem;left:15.468751907349rem;overflow:hidden;display:block; }
#fuCq3ddyopKcbtv5V63GqxDV1ZDBxPOt { color:rgba(var(--color-primary-4),1);display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.333333969116rem;left:9.375rem;height:8.8333330154419rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VxqhCmDwQVpPZbnd732URKMLMZ6vLuMx { color:#a54870;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.895833969116rem;left:9.375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wDRZ8KsEU4TDKf8hxJNv84FAPgG28tUb { background-color:rgba(var(--color-primary-2),0.4);background-image:none;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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.4276199375rem;height:3.367417125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.1474609375rem;left:0rem;display:block; }
#q6bNQfqRzWx3vHoO7LJBpFuLzgAMvIWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRxnKG19wyGrXS6a3OwoypzTnOIHPTgT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:25rem;top:3.71875rem;left:50.000001907349rem;overflow:hidden;display:block; }
#JtoUcwPOiDcOwDg9qG5WU2ZSSBkuIWOP { color:#a54870;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.58349609375rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/36bcbe95-aa98-42fc-94e1-67d98e55334a/Oza2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.adaptive-delivery-prevent-bg, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyload, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyloading { background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { border-width: 0; border-radius: 0; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:none; }#aF3MN5TBcbbyLq2o1ERu8CRxQKgTO4X7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.125rem;height:7.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtyNFg9G8p1EPpImngMeFVzwolUFG2CJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.625rem;left:43.0625rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IQXtIEHe2eL8qzc04FhMypkVlZIzOZ66 { 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:11.25rem;width:20.625rem;display:none; }
#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/d7ed749b-aae1-45a7-8a29-182c15e3b05f/Oza.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.adaptive-delivery-prevent-bg, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyload, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyloading { background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { border-width: 0; border-radius: 0; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:none; }#DkOWhPqikuUqS4TXMqqOmBmGFaRFKkXw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.6392211914062rem;left:43.060658454895rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9RHAcibEvGV1wrXk0lHxy9ee0vBbgKc { 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:11.25rem;width:20.625rem;display:none; }
#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { position:relative;display:block; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { background-color: transparent; background-image: none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container > .video-iframe-container { display: none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row > .video-iframe-container { display: none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .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); }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { border-width: 0; border-radius: 0; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/d8kFAo1n/Oczyszczanie_z_Ajurwed_5_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup.adaptive-delivery-prevent-bg, #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup.lazyload, #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup.lazyloading { background-image: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { background-color: transparent; background-image: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container > .video-iframe-container { display: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row > .video-iframe-container { display: none; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .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); }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { border-width: 0; border-radius: 0; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#EKe50ecfTyCdn6ZtMtxrTdJBiU5RhOUI { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;top:22.68701171875rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#OPnB2V2i6PFQgTG2gqVU7f3Mw1tBIvHI { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3740234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:26.748046875rem;left:13.8125rem;height:6.498575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { position:relative;display:block; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { background-color: transparent; background-image: none; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container > .video-iframe-container { display: none; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row > .video-iframe-container { display: none; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .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); }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { border-width: 0; border-radius: 0; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zUoWyRcvRDo8ScwFC9EMTyMwfq7zZMyr { display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.75rem;height:7.4716rem;color:#f4b46d;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1PgskKxpJcDA5rUSGoPXJW1sNPp6Kg1 { z-index:15001;top:24.375rem;left:12.1875rem;background-color:rgba(var(--color-secondary-4),0.35);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6247701875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#guzzL43c78O6d1qm1Cx0Zz6DBO7BHTVy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0yT4Ikuoh268Qi4KrDsyRQB4T57AGIv { position:absolute;display:block;z-index:15006;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:25.6870403125rem;width:22.0622691875rem;top:8.83740234375rem;left:39.2957239151rem;overflow:hidden;display:block; }
#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DXDCZo2y/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.adaptive-delivery-prevent-bg, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyload, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyloading { background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { background-color: transparent; background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.5); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.5); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .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); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { border-width: 0; border-radius: 0; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#TKIVJyhsMqGuHQkKh4RMGkJXxXmPVSxI { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:7.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDuDfEklg1QO8AMN26A03wsUJVIwWTcs { background-color:rgba(var(--color-primary-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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:10.25rem;left:19.75rem;display:block; }
#yiWDwSTpqczaVydUTDfT7fm3R1KVG5NK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { background-color: transparent; background-image: none; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container > .video-iframe-container { display: none; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row > .video-iframe-container { display: none; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .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); }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { border-width: 0; border-radius: 0; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#JbQL5N29GBNFf0Ho8cbUnILGWnmVeXHG { box-sizing:content-box;height:9.4375rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:6.5234375rem;left:13.12109375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#F3DelLTgUS5FP7uqBgwiJ3Alh1lR2Igb { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2493095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.80517578125rem;left:16.747471809387rem;height:5.68714375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { background-color: transparent; background-image: none; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container > .video-iframe-container { display: none; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row > .video-iframe-container { display: none; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .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); }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { border-width: 0; border-radius: 0; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#QJlQrcwnMbVNGJcg8QXxVUd5ARwQ7UFe { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.0625rem;left:10.625rem;height:3.575rem;font-style:normal;display:block; }
#xSIDyAA8XSGwad8GRl1GwquMxKlMawkf { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:11rem;left:42.5rem;height:3.575rem;font-style:normal;display:block; }
#nWTMDOrnBsXo1sDUtVq4fMUWsXFP0WqH { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.10546875rem;left:10.622702598572rem;height:3.575rem;font-style:normal;display:block; }
#K5hB905gBiQ9pVVrXWmGZJmk2lvff7xx { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:18.0859375rem;left:42.4988489151rem;height:3.575rem;font-style:normal;display:block; }
#lXKVLiNQ8RdoNmH3ozzEIgkDoLP6MF2e { color:#47545a;display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.66650390625rem;left:10.622702598572rem;height:3.575rem;font-style:normal;display:block; }
#l2Vn33vrtPeqU30EhIcCp1vvoAQTTNer { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.041015625rem;left:7.0461854934694rem;overflow:hidden;display:block; }
#sV97TpR9H9rh8AJNTWt30zolgariMSVb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.041015625rem;left:39.070538520813rem;overflow:hidden;display:block; }
#WMwIgcGR9XLkkteCPcUt4ibGPFToHgfJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.0859375rem;left:7.0450372695925rem;overflow:hidden;display:block; }
#gm6eJ7RcPaGTbcXtIK9c6vQTxk5rpEgp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.0859375rem;left:39.068242073059rem;overflow:hidden;display:block; }
#foZGeMtKr3FqQC8k8E2msDuyDAsXnXln { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.69384765625rem;left:7.0450372695925rem;overflow:hidden;display:block; }
#pdu3hTzdOr9KCmQFkniqbTDK8WFJl5EF { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4326171875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:32.3359375rem;left:18.75rem;display:block; }
#IeBHtQRH1Z9oFasdtzxzg1brrbxclD8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container { background-color: transparent; background-image: none; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container > .video-iframe-container { display: none; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row > .video-iframe-container { display: none; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .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); }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container { border-width: 0; border-radius: 0; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#J5KiOQoA3ZpohoeN5IDaoAWLyomOC7ae { box-sizing:content-box;height:9.4375rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.0234375rem;left:13.75rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#gc06HubsJ7cekL18SgDDC5d02Qr643n2 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.2490234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.125rem;left:16.8125rem;height:5.68715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container { background-color: transparent; background-image: none; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container > .video-iframe-container { display: none; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row > .video-iframe-container { display: none; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .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); }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container { border-width: 0; border-radius: 0; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#bTw6akv6eLMcfIhiTPTDsU0KXGLRJ8mW { color:rgba(var(--color-primary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1220092773438rem;left:8.7477025985719rem;height:10.80699375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EBFT2GGsMU9C4IBQwTukbskJnn0fibpT { color:rgba(var(--color-secondary-2),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:2.847412109375rem;left:8.75rem;height:3.73579375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmTmtAwcVJUyPTg8UAuxcnFlPdAOuzmx { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.74169921875rem;left:41.6199426651rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQwu92er9T2X1Si3XDKtgCZ3Gtdod0xa { color:rgba(var(--color-primary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5479736328125rem;left:41.618794441223rem;height:12.35085rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE { position:relative;display:block; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE { background-color: transparent; background-image: none; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row .container > .video-iframe-container { display: none; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row > .video-iframe-container { display: none; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .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); }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE { border-width: 0; border-radius: 0; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KMNFBLUPHxWCnAL31ffsAxVihCRZ5MPH { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:18.40000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MEsA9BXKqwgCJTggm9VkkTFTsD3CnhZd { color:rgba(var(--color-tertiary-3),1);display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:0.062520027160644rem;left:6.2489604949951rem;height:18.4000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#l0eMzDRrqZnWMIRZdPLq9T7C2IOEpS2q { color:rgba(var(--color-secondary-2),1);display:block;width:23.3115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.501953125rem;left:8.75rem;height:1.86865rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ca60XX55Ure7FExCizfr6Pq7gvsu9aEB { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:2.5023193359375rem;left:41.25rem;height:3.73579375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1775wTOJWTxBfSTEE0iC6i7zSqBNEC8 { color:rgba(var(--color-primary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.9818420410156rem;left:41.2488489151rem;height:7.71928125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3eEXPQCUJqS3ehVF4wfvTqozxT4BgDK { color:rgba(var(--color-primary-4),1);display:block;width:30.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:6.126953125rem;left:8.75rem;height:7.71928125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { background-color: transparent; background-image: none; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container > .video-iframe-container { display: none; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row > .video-iframe-container { display: none; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .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); }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { border-width: 0; border-radius: 0; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#LeMZblz7sE1cVXMxHCeZTV76TE5N223o { box-sizing:content-box;height:10.5rem;width:47.5rem;position:absolute;display:block;z-index:15012;background-color:#fd4336;background-image:none;top:0.75rem;left:14.4970703125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#mlPeRzW5lo8eBupUmR1UO6scsw1cQm5S { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9990234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.1875rem;left:14.5rem;height:5.68715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbe6;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; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { background-color: transparent; background-image: none; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container > .video-iframe-container { display: none; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row > .video-iframe-container { display: none; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .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); }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { border-width: 0; border-radius: 0; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo { color:#47545a;display:block;width:44.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.7490234375rem;left:16.2333984375rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:before{  }
#cbIHruK3KpBJ2EVM6X64948vQluUvXI5 { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.24560546875rem;left:16.233914375305rem;height:1.7871125rem;font-style:normal;display:block; }
#A0udmVPqWVGFIx6LfQV8iUMXL7TwpKbH { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.998046875rem;left:16.2333984375rem;height:1.7871125rem;font-style:normal;display:block; }
#WUHc1eHeW8t6C96JUJ8UTp2lpqUJZGq5 { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.37255859375rem;left:16.230467796326rem;height:1.7871125rem;font-style:normal;display:block; }
#opNT1U7UuxT32mu4lTPfEIm9zQtH56eg { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.62353515625rem;left:16.230467796326rem;height:1.7871125rem;font-style:normal;display:block; }
#Ukq2oPwtQIzt3a1raafEyTtN92oDoLRw { color:#47545a;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.34228515625rem;left:16.230467796326rem;height:1.7871125rem;font-style:normal;display:block; }
#DLd79hnm8dwwRSI4w74FbqryVFA7n1px { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:4.8701171875rem;left:11.6083984375rem; }
#wA4G12WBWmOgN0xfCy6MOkSxtgJB7o9Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:10.623046875rem;left:11.6083984375rem; }
#ifr6v5dDFyOs8HPB8q2dmWE4R3y1AoSU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:16.248046875rem;left:11.6083984375rem; }
#ZAg6F6PrI6wbe7OoHAQws47Q8wGh1OgR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:21.9970703125rem;left:11.6083984375rem; }
#QrqG9U9ITetbk2z2ps2sPQi8K9QnQoOw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:27.966796875rem;left:11.6083984375rem; }
#mTzL6REy8cLuEQ0aI2TWTKGcs3HRKZnX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:34.8330078125rem;left:11.6083984375rem; }
#ydvACylcTTlaxte6LDxStIdSiENDWUDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/6bdaeba3-4369-457e-bed0-7286486b280b/Oza2026MiM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG.adaptive-delivery-prevent-bg, #ydvACylcTTlaxte6LDxStIdSiENDWUDG.lazyload, #ydvACylcTTlaxte6LDxStIdSiENDWUDG.lazyloading { background-image: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { background-color: transparent; background-image: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .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); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { border-width: 0; border-radius: 0; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#i2zXvEm7m9pg6mnVMSLiVK8B4LzFGfQe { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HJ0COFnALqMKdwxBOV5KIekJylZmHxPX { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.812519073486rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#piRwOuAZtVuWLB27L0hpuehymwW1kPl3 { 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.75rem;width:11.1875rem;display:none; }
#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { background-color: transparent; background-image: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container > .video-iframe-container { display: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row > .video-iframe-container { display: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .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); }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { border-width: 0; border-radius: 0; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#AFXsXldsGgxzJcwI9nQ3NBhxPQnpZx3p { color:rgba(var(--color-primary-4),1);display:block;width:59.6243095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.62451171875rem;left:7.6861219406125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xf0hVRe1C2kEbgG41ATai6VVi87wvccM { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.48779296875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyMTa6OtT97QGTb2tr3uoFTBm6pf3Lkh { color:rgba(var(--color-primary-4),1);display:block;width:59.6243095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1875rem;left:7.6861219406125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#co355MkxG0fL5fiTKyVW4qM0yTswmok8 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:21.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Rs6Ns5zxSo274qLTcVPqGsJEZykqfEqD { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uvoh5JfczQiSTPOVCi756nH8mnic5DAs { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.812519073486rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { position:relative;display:block; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { background-color: transparent; background-image: none; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container > .video-iframe-container { display: none; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row > .video-iframe-container { display: none; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .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); }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { border-width: 0; border-radius: 0; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ViiOl9iCQxbiCZGcrVLMTZPebXdP630a { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.8662109375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTefLGhRFM6KyCJE2Osn7tIvlZePs4ko { 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:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:block; }
#SF71ThGErsavay8FD7fLMPxbOamvXqce { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:block; }
#wC6JUZCWFPi5DD9UkM30EuIgToAKLdtG { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:block; }
#JhbwpIL1eK6mnNhIetyRs2T3uKx6USKG { position:absolute;display:block;z-index:15021;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.125rem;width:23.3125rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:block; }
#T7fIx9HRiKoBkAInTrSIsIXpEbOmNEm8 { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOocT2soTJgl6tVbDZLTym1CfiHQgqsI { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.4375rem;left:25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwGTMd4fUQ1KCVeMTCM6Z81lRy6U7PIE { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzLTWClFF3byB7sIwKhgaT84EP6FMDa5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:block; }
#osSkqBU6h7TZme7THKxI2NVl5GxvXdM6 { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:block; }
#bpIN7cw25CPHxoaGvakhqPhNbyk31SSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BV0sBEDFVx9CVWJzrKEbNR4c0Rfht0AV { box-sizing:content-box;height:22.375rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.3125rem;left:2.6875rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#ZBA2C4wZKrHvXPWvxVwrPiDeBkSrNZMn { box-sizing:content-box;height:22.3747691875rem;width:19.6243095625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.375rem;left:26.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#rRGMkqiS29MwrG1lHAuRuLAXmLTiQQmM { box-sizing:content-box;height:22.375rem;width:23.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.375rem;left:48.9375rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#Xb5GZi6hsPLZn3cHXB1z954q0dnW70kf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:10.125rem;left:61.3125rem;overflow:hidden;display:none; }
#RFkT81VS5oVDEXbHifpxRIJl2CComtu4 { position:absolute;display:block;z-index:15021;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.2493105rem;width:23.6247691875rem;top:2.75048828125rem;left:2.5999536514283rem;overflow:hidden;display:none; }
#z9wZFwnFW1WD81q9d6rErcmrJAT1Qaxc { 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:10.1872701875rem;width:16.8118095625rem;top:5.28466796875rem;left:28.342141151428rem;overflow:hidden;display:none; }
#w3yi8R69Ct68Kp2EAdpcHhGVdqQ3tiyG { 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:11.7497701875rem;width:18.3743095625rem;top:1.1875rem;left:56.25rem;overflow:hidden;display:none; }
#qnZ8eK1ubyU37QrzCpl1guI00ontLpZD { 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:8.3743105rem;width:13.9993105rem;top:7.123046875rem;left:49.375rem;overflow:hidden;display:none; }
#ceg4nbMrFqTUcVMtnETggoQKNTVBJ4Sn { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.45068359375rem;left:1.1534929275512rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RU25SkAEweDKSH0VfASiT56TE1KkZg0p { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:48.375rem;height:5.955882375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GR1Ka1EsWrX0tIpoWI3IyA5hDKi960yE { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#V5OrEOgZ27HnTSr6eXFV32T4pCG8TCte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gMkM4Is0FekvJ19yIHNIpOM5K6FV1WQC { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#MhksNg7oaTpfZcbZ81qymH9i02iPWCSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGKUtS4kn3USHEdpm5biVdDI8Xp48Cn4 { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43290425rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.4970703125rem;left:19.495633125305rem;display:none; }
#NhcAJHy7Lh9H7k5DrywUgIDOs5x2QW7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;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; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container { background-color: transparent; background-image: none; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container > .video-iframe-container { display: none; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row > .video-iframe-container { display: none; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .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); }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container { border-width: 0; border-radius: 0; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#c0SXaeuxDxCRfGqvk6K6xVHEKiPNdhoa { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTH19NQeZlcJCzkbwKgATDkLxTntQVzP { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#7b3955;background-image:none;top:10.639892578125rem;left:0rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#ZlzxZlVoyeTWZZ1tHdOQSm8laSopDTRI { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:#2fb2be;background-image:none;top:10.5859375rem;left:19.3738489151rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#fNb79X4LfQDi9G0FMcJoNvFFzCkncmTl { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#XXvxcuqKawQzEsv9sr2ZrMmtwUNVpVAa { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.5859375rem;left:58.749997138977rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#oCmk2MSryiBv78IQ7u7srNGBo5E8VUUe { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.0602025985718rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#f8TTTZ8581ns9olGA5pB2gEXTpggwdeU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.02685546875rem;left:0.34237194061279rem;height:3.0877125rem;text-align:center;text-align-last:center;display:block; }
#Cufb2WqyOZHTLwrgNzZ9UmioqZtbSMAn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.246552467346rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#kftCUPxhTo1W6Og4eZGNo9OKKUPpsVbB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5615234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.2763671875rem;left:19.716796875rem;height:4.63156875rem;text-align:center;text-align-last:center;display:block; }
#pQDVVJI3pVgQxG8qlDoKs7ua8qWWuUrE { color:rgba(var(--color-tertiary-0),1);display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:47.0546875rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#iPcxT5D8h8sVKfUBmvFDNzlCMpUhAaV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:39.400273323059rem;height:6.175425rem;text-align:center;text-align-last:center;display:block; }
#fCDHM2WucErSmkPQyq0aRwFNrmHrerc0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7493105rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:39.877064704895rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z0o9l28Bw5AWrA5lW5ZapNcU0Fmnbs70 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:50.739888191223rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eUGp3UZ0EIpJN30c0UhhC25lvAe8ir9I { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4997701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:64.12224292755rem;height:5.28125rem;text-align:right;text-align-last:right;display:block; }
#NMku1r8iFuEC7wFlzXJBzus3iT029T3h { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3747701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.606689453125rem;left:69.620862007144rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZDmf48S17E7Rskbcy6Gpq1URzSt96M5r { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.371337890625rem;left:59.438183784485rem;height:7.71928125rem;text-align:center;text-align-last:center;display:block; }
#snQpxAHTNETFK8mBSEqaSmcIxSPbZoRn { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefbe7;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; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { border-width: 0; border-radius: 0; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#bvnfTTpoeEgeNmr7Lbb509RcH01L2Emb { color:rgba(var(--color-primary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6455078125rem;left:6.25rem;height:7.3117875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8VU4RJwxdLNNgqNLBWWew4iCJ5PhgsJ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.75rem;top:1.6875rem;left:28.125rem;display:block; }
#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { position:relative;display:block; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { background-color: transparent; background-image: none; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container > .video-iframe-container { display: none; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row > .video-iframe-container { display: none; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .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); }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { border-width: 0; border-radius: 0; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sWdiLgou4AiyQNw1RMSdETgFlBTg3sLu { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.3730478286743rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQ4660gvOd7iCRmK3armJLA5pwXa9xQc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:2.625rem;left:3rem;display:none; }
#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW { position:relative;display:block; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW { background-color: transparent; background-image: none; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row .container > .video-iframe-container { display: none; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row > .video-iframe-container { display: none; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .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); }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW { border-width: 0; border-radius: 0; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kWXKLFBL63aob1Wt78fTF9BQBcv5uohw { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-secondary-4),1);border-left:0.25rem solid rgba(var(--color-secondary-4),1);border-right:0.25rem solid rgba(var(--color-secondary-4),1);border-bottom:0.25rem solid rgba(var(--color-secondary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-4),1);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; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L { 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:4.9580078125rem;left:23.369140625rem;z-index:15061; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #T8zDLBvpJMI9E9beQcPr3fDMfgNI0VA3 { display:flex;position:relative;top:0rem;left:0rem; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #cXiNxsuw5rbgn2RLobTCy2WUZQgVA9Ae { width:auto; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #CbB2bwusakZRQfMyMFZG34CdhhTkysBq {  }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #CozSKflkEH6rXpMIBqAlhCIc55BdnJff { display:flex;position:relative;top:0rem;left:0rem; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #FItwUTVKTNtAG5GL9TnD8EiVPPPvT0Iq {  }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #PTaBJULTAZkAEMyheetRcJfB05N0aBXf {  }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #P1qVl7nECHws7Fc3svnB9aKntTHE1mXN { display:flex;position:relative;top:0rem;left:0rem; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #wZ7IIqTlSJrnILSFBinpcmM7xJI5ckmh {  }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #M6QAJy0uHDrfwVkJJUxAQkTGzMshzQN5 {  }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #ZDMNWDF1MbEl73wVMfJUH9pAsVgZTtad { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #dCBtPr0MveR3xZMPuQz2DsmT8e0yvTn8 {  }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L #nLoxsEONcmTfOf7Z8cy3swdnyw8d7JVw {  }
#z7Igsk465hLE2nC3vdH44kTGohLBss2y { position:relative;display:none; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y { border-width: 0; border-radius: 0; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fdef;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RuavHvZZ7WENwzsugvFUEuMzE1lh62SJ { background-color:rgba(var(--color-primary-2),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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43359375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:7.63671875rem;left:18.75rem;display:block; }
#GKFyCzL8V8JEvoVG3rAaod75Bn0HoSXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/plYevto2/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.adaptive-delivery-prevent-bg, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyload, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyloading { background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { background-color: transparent; background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .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); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { border-width: 0; border-radius: 0; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#Pbp3AaoqcAbJCPqEqTBnLKxELp3a4UFZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.4375rem;top:3.84375rem;left:31.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa { position:relative;z-index:auto;display:block; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOoPqdMZBDCXwOPhgEkgftMyqPsqW8WT { width:13.0625rem;height:1.3rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9PPL9pXaZqMcks368bTTFJi5lMCcbS0 { width:10.5rem;height:1.3rem;top:1.25rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceRu29iHRXVxwZD08Ebpo7BSWDSU3q8K { width:8.5625rem;height:1.3rem;top:1.25rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhHh8X1HTXkEkoSgJJNa042873DTkvV1 { width:4.1875rem;height:1.3rem;top:1.25rem;left:36.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kitQn1Ims9ngekJKCtdgVxXMfgAte5Q5 { width:3.125rem;height:1.3rem;top:1.2500019073486rem;left:44.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nBravWQanRgoxEraGkA8OqJHnDkW0HOJ { width:2.6875rem;height:1.3rem;top:1.2500019073486rem;left:41.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThbaM6MNofVPxasIekkVGhbAo2UAXFJ8 { width:13rem;height:1.25rem;top:0.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmVV8fit8ybOgRy3iivhm72100TcV5UP { width:10.5rem;height:1.3rem;top:1.25rem;left:13.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRnEhhzztflzMsv5vPt9T3ywMX985tgg { display:block; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 { display:none; }#azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 > .row .container { width:47.75rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ODNvO9rzX15wM3cv8wrwo72C9BWl9qub { width:18.75rem;height:8.125rem;top:6.375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSchiqtBaAwcMbxcwdHNcE6hpik81w7L { top:17rem;left:2.75rem;width:18.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFxygXv6XxQEVOvuqASdTrbhSsxUoDT1 { display:block; }
 }@media only screen and (max-width: 763px) { #IHVbhfy0MJqG1PNikZLUXbbZCnMRT7T7 { width:18.75rem;height:21.8125rem;top:2.39599609375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX { background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/39bda729-0ba0-45b6-95d9-bc4da981907f/5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.adaptive-delivery-prevent-bg, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyload, #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX.lazyloading { background-image: none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kFK2deoF6FUnuU7qGykAzpTOFCz2sda8 { width:47.75rem;height:0;top:30.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUt4RZRbdkthNN7kiKqHLlwHDzgbPo0X { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgmp6TKmbmzzvzQKcTKcJlRfgHMW7iKM { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT8WDBEEU7XalL8fpEPy2S0asNUkeRww { width:47.75rem;height:0;top:26.375rem;left:0rem;font-size:1.5625rem;color:#377815;display:none; }
 }@media only screen and (max-width: 763px) { #lSivMrssHc5oPAPZPTbCyq7btNgWT1VX { width:47.75rem;height:4rem;top:19.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0XnSCWh19y0iuU3MTEZ3tZozV3oem6A { width:47.75rem;height:2.84375rem;top:28.28125rem;left:0rem;font-size:2.1875rem;color:#377815;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LaqfNsMeqvOfguUQhVJ9T8SzupRvQmcN { width:47.75rem;height:1.5rem;top:33.125rem;left:0rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nNAy37VT00yXOUZtgeqcP2DFNnE9e49U { width:47.75rem;height:1.625rem;top:35.5rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QflRfi4L25IgxvAnD4FiNuPRvTvf441I { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VPdHPrmpEuG6mqIEAV29wKu1J65g7X { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnFkaxLrLkHTmFlUqQeOBlKhJBsvv8i { width:18.4111328125rem;height:2.8525390625rem;top:34.9375rem;left:14.6689453125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyemvwCp4y9pTc6hyRwiDyUaJbf4Tasn { display:block; }
 }@media only screen and (max-width: 763px) { #oo9PMDhLW9tPSreD8mBOQTPzd62lMvU7 { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExET1PTzTN9xyIlf5adTfPxc4JDshhbI { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqPeqPJaEEqtzATTTkfGBSIdhUUr3nhz { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VH8ew3a4R76HwzyTPupeQo5iTRP5lTHF { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p { background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/39bda729-0ba0-45b6-95d9-bc4da981907f/5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p.adaptive-delivery-prevent-bg, #mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p.lazyload, #mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p.lazyloading { background-image: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { background-color: transparent; background-image: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container > .video-iframe-container { display: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container { display: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .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); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aw3532e7wUQBKEsLpTwewTxNlXZBe1z8 { width:47.75rem;height:0;top:30.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvCTf59wxkx6CWsi7BfmZoz18JRK3iCS { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7QxUSErZA3di4XJBVkeS3xxo1sEUeBx { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4Ondf9ThC38ndrdewEN6dnK68M5BSxq { width:47.75rem;height:0;top:26.375rem;left:0rem;font-size:1.5625rem;color:#377815;display:none; }
 }@media only screen and (max-width: 763px) { #O9NTGwkua4aOokAZIrCxO2DLOAqxH5nT { width:47.75rem;height:4rem;top:19.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ3qy1Tp9857o6RhgyPuS0XhTA62TXbc { width:47.75rem;height:2.84375rem;top:28.28125rem;left:0rem;font-size:2.1875rem;color:#377815;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #l7exUuR13zpZt9eDuB7wfwAdSJlGD85T { width:47.75rem;height:1.5rem;top:33.125rem;left:0rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bKVphXU8nSDN7op5FQyvwMggLbSnThlS { width:47.75rem;height:1.625rem;top:35.5rem;left:0rem;font-size:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8sfUmbByqgFVMCqO394PnaTAK9RGCU { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzuN9eGhFr7r58pZDuH2AOkZ8Ti8h5K { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hCK19RKRa8cN1t1eFyPlFcCh0Roeb8 { width:18.4111328125rem;height:2.8525390625rem;top:34.9375rem;left:14.6689453125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8hnlxrn9QH82SImCboTlrBRkEa02fR { display:block; }
 }@media only screen and (max-width: 763px) { #EyxetsQB69WSdlq4ZBKC0ZDgw5WJwItT { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhHoGp7skvbBaU6bF4odlTNL6uoL13Vo { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kn7Px3w3ZQh7zwh3qeVMyZeXusmbQUBA { width:31.25rem;height:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWLsaZBobprbo2wR8whzEVGHNoJCTNWl { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { display:block; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe { display:none; }#SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe > .row .container { width:47.75rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OTayWfPpUcFDqSXUpA1T9WWN1kgpm7Av { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cu1a7Ea99wKTrXvtXsMZtZqRD6AQhB15 { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi { display:block; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoqfUHSLCLqXagO89UdBhvkt89OaN85u { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0vOB5J6Ix2JJCAbVC0clhRE6Oma9KRW { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBTIkMI4U0Eqyc4i1nr82VTeT2M5XzD { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHymJmWedRg9DuarHZtJb4ODLC948Mu0 { display:block; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQVlfntXSSSzyrhWb9buAGTc6zupfwow { width:47.748699188233rem;height:1.86875rem;top:1.49755859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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 #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF { width:20.625rem;height:8.1925rem;display:flex;top:5.39453125rem;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: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #px7EK75s3Pormh0994yIp8zy2yrnqaa3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #NTrdgkqeBQZVRpnNItMbIffkRsKHV7M7 {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #GhOyAueMxtngMptta7DqWz5MsxKy7Biz {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #J4SAKaLVOlBmTMDATEKUtESXkeqiUXLa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #g0IEOqwUURO9OGklsqbiSeElpekGuow7 {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #Oc17qlnulidEpylTZX9JCa2eCCNmWZJk {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #tZ0N9TJ2g8nIT5Oxrxxi4AKBMOBxck8J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #St8WKo4iAta2F0pM1OM4K4tytSe04XOB {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #dIrk4CAWKRBJM7D0rJkqEZSBxJMPCRC7 {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #bHWNIhugAUTtr9XQC56lkAwZZGZ5eN6E { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #yPVcTLglK82rZg3VoRXWNyGZK3yuXBlM {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #pV1hRuKbKG9zcys7e89OpetiQeKXsGpL {  }
 }@media only screen and (max-width: 763px) { #KutnaBaGrnemCUGlC5hZcJFCtfvLbrk5 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAiqSTHQqpqR9S9Q0G6XyiRFhSiPcaGn { display:block; }
 }@media only screen and (max-width: 763px) { #Ocp562nCEzwazeSdoXwkXDTmkozGNmaF { display:none; }#Ocp562nCEzwazeSdoXwkXDTmkozGNmaF > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fhKrQUaRFb1kMKLBuPbV5lcJ5HI6UUy2 { width:47.75rem;height:4.0625rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEp4hR3dmASVx1Lr7pTOhuWU4cli05hG { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueRiiJTqbvzzLIMbaWX5TN985HcnMCHx { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwITxf30yrC51MOtLTt2TIkKurm0DKCa { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4dLIPxXJk5v4mKktAoLTtUU2lOuZEac { width:13.5rem;height:8.75rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #JMV1KoXT6TiJsiTzuTsTvwE1UL7K9OWg { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbZmdTElPPX9cmeTO2bQCcV0evG2Uqo { width:14.3125rem;height:3.25rem;top:14.25rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Jw9Xff5zm4VbVlMklv3CXJSzkXgUip { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIoL0vdzGWSTLzl7GrSpsdGmZnoXk0cS { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbwglkLpyQualnwzFgALO3dGOOfh0oN5 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8vAtIVwSw0MksLPzfhoBeXuGZKp2V9q { display:block; }
 }@media only screen and (max-width: 763px) { #FdsZ1gFD0WQm00IyOWFP2WMOdoOyIhUh { width:21.875rem;height:22.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1PaIXtnNwoSNCEHCiiHlymXRaz2Q2Z { width:19.5625rem;height:22.3125rem;top:2.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01gwAOcVVit8sWnVaJW9TefFdfblHqy { width:23.8125rem;height:22.3125rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpLiAKiuMJrHUMrSJE0zJPBflGzTMZBv { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2R93yrZGlpV1AkMM235RR0R1w88wKJX { width:13.75rem;height:8.8125rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #tBvzhImTIoX70HyOQJKKENn15R93LKWZ { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GExO9STNSkVcWd6H9HNu2zFeHPlNTQdK { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT41DaJIZP8QV2XIU2Ji1FmseIs2DrHG { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #imGZhqDpeB3t96mTMwbi14v7dtNnNdIg { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FguPytWw7xlGzFLHgTzVEnEplyPTicdM { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkugrWDEhW4G8PsAc7GbQclbteix8unk { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOwfT9GpzFhq8827FeSp3MeG5MzRxe78 { display:block; }
 }@media only screen and (max-width: 763px) { #tZFIKOZOTKMMsGUTplR8lKFhPNuANp3G { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUHnWPqIn2D2dADXZHI7WG4bApVe0uZC { display:block; }
 }@media only screen and (max-width: 763px) { #RGuKVCmnANFMdUkSWtmTJCSCJNkPJVgd { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHBGEPTce58PG0ULV9XawbD7SWg0vPs8 { display:block; }
 }@media only screen and (max-width: 763px) { #nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy { display:none; }#nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KUQciyZBG9Ug84SBaBxTPBu73AayenpZ { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uny43Txt7kWhCep1fk3WOXPfAhtyQ2NU { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ.adaptive-delivery-prevent-bg, #EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ.lazyload, #EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ.lazyloading { background-image: none; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DT3eUz22lEaQiErIwoqrATVnprSBwhV5 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #alCXMb7FUf0lf7Zfyaf2J5E6ZNfdKDaw { width:26.25rem;height:26.9375rem;top:4.03125rem;left:20.063802719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDJpAFs72bCzX9GxqTcDmLALTT0hkVc { width:22.9375rem;height:3.575rem;top:5.9375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmqm9CBcxfelosKA0iaWNtUO5pbzQuxt { width:25rem;height:1.4625rem;top:9.3125rem;left:20.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTos7chhskO8EDaA9qXEBWHzqLT9TdCr { width:25rem;height:13.1625rem;top:12.5625rem;left:20.688802719116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6NA36ShAJ1JBqd7TH3AfbhM6RdFTRm6 { width:26.3125rem;height:4.625rem;top:28.040405273438rem;left:20.032552719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTTNFLy5kRLer8P5Z7ky3acu63tcN7K { width:21.6875rem;height:2.125rem;top:28.970092773438rem;left:23.145833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr46KEwNsDxWVn4af3rMlgihLP5D3s6b { width:26.032551375rem;height:2.970052125rem;top:34.70703125rem;left:20.171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmD3ZEiLyTN73D1TSzCSnwFi10vz4thQ { display:block; }
 }@media only screen and (max-width: 763px) { #b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM { display:none; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { width:47.75rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M6OymGwSpAc3TQzXiSb6E7CTtwRHMi9P { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhn3FClSe0gltw9HngBHKVtceNXdoQGe { width:47.75rem;height:3.25rem;top:3.7479162216186rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9S14XDcM9QXhEEsgAqz2K35kHGD5Cd { width:47.75rem;height:41.4rem;top:8.6500005722044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi { display:none; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { width:47.75rem;height:54rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fz06yJIg3Py9TBf1XdBBsWPIk2FsUU8L { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTdnTkS58undFVc4SNHHh1NByRE4HTb { width:47.5625rem;height:50.4rem;top:4.96875rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2mZTZJuvNkUG6bOKUrk4QSndpSK0lJy { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng { display:block; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { width:47.75rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHRssPcCWbXJ0VQ5FQEsA86D6pVzfTav { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvM7mgaoE6K55Jrx0tBLTRrOzrXwuN9 { width:47.75rem;height:27rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egnchyq8f2Ttz6PfVX5UxhVlsPNCmTxz { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwETWGA83snSFpChFW1NV89kEh9oNkdg { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH { display:block; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJE03IyvnxOyUobL2FhaAtXlPWDZc5TC { width:25rem;height:3.5rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zewNzBL1TFFFvNu8ysIDWMQby6lczQTi { width:25rem;height:3.5rem;top:17.5rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu1oJ8rPUFez6PnTXvsqZDkHVtDmvsbM { width:25.5rem;height:5.25rem;top:25.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUw8NA2LPtlIJC97VuCm5LlohQVh9VAC { width:26.125rem;height:3.5rem;top:25.375rem;left:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8U5t3ilMdAJd0oKWuuyR9iSrT84wtg { width:25rem;height:1.75rem;top:35.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHcNMqCZn9DW2f8KneckSJm1hfiIAWTB { width:25rem;height:3.5rem;top:34.6875rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6PTxl004FwUnQW5sauT88TrvdANHp9 { width:2.5rem;height:2.5rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhy7oId5SMo2q0TKTNXhaBudHllrtPT { width:2.5rem;height:2.5rem;top:17.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwiGtrp5ttPUlgVSOss5nTB890PSbG0U { width:2.5rem;height:2.5rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TvCROsJuStIQGfTv14yeauW0nGS4DO { width:2.5rem;height:2.5rem;top:25.4375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkItHKCd3k9IhO9ICmaMybXTQN3FXTKD { width:2.5rem;height:2.5rem;top:34.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0sBHAtVdCkoyal55XJ2MdwKEvscDkF { width:2.5rem;height:2.5rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Vxy5cvTnGm2UoOklTuww4CEPQkaweD { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGcXbWHDzZqsiGEwZ4CvhGZDHLIFxxs6 { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMgweOTpCL9JTur4O3LyTH7nGroUmGx { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyuqrcRBEHbdGHTq2ZTzJuhlqKB64oMq { width:47.75rem;height:4.0625rem;top:4.9583435058594rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 { display:block; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzWOXeTSyE2ZksvHoyyLoPM2qUnBEzKq { width:47.75rem;height:4.0625rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnUsr9rOcVDuSMc5Ds9usAo4I3ZTJZNL { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmyMwZfXH8i3TJHW1BcB7r7ZNBxi0o4F { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU4PfrCNiBJKoGlhS4ZeNlcTGxqolfW5 { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQmospDgukS82m12wKI22VdNnZN6k0J { width:13.5rem;height:8.75rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mcmJTuO5DSpDbEkAqhtMLpRH4embvuAS { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3xK1qK2bOkOOVmJPTFb5Rh1htMt1JIf { width:14.3125rem;height:3.25rem;top:14.25rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivRbLceTn2Er79dKsoFSMlpwSCVTnMAe { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kharBySeURGHcodiNLGTnRdvnHoSFc1X { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkqAdGygGP1Z8lORBwAu1gQ0dnFq9APL { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk6189M60tsWDMIwRMJvESrM7cltFZ9t { display:block; }
 }@media only screen and (max-width: 763px) { #y5Cct9EPpr8ZKzlCCfczzrcyBpO0kvF8 { width:21.875rem;height:22.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiBlFk3bNB5G5s9FfSllqOKLxePnzn1 { width:19.5625rem;height:22.3125rem;top:2.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqU7cQkyadeWpV3vKOA6tlf8nnA6vy7W { width:23.8125rem;height:22.3125rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWxKa1woDgRL8OC0cKXh3UwbPAZmCPbr { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdGIveXH8zUqt4DMO6kudFvkwXRayG5y { width:13.75rem;height:8.8125rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #tpE9QwVBfFCOZwLOqqDsCZi3RBEeMmXA { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKbW1dgNidCJ6LODPOodpVwLbbT6N5dF { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmmCBlGTWS3f0bJMIwUIZ4GhT4HtFxxT { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxPvEJ1dbtGmC9kLVGAhEkzWRWtHHZO5 { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRaaXiclPcFsMnRQ2sfb9V6P51HaGVNk { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDX8LxZ1JLLrX3drHH4etegXkIcQuVr5 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gt04spdctc7xznIW0ec2csN3VigACOE6 { display:block; }
 }@media only screen and (max-width: 763px) { #F9O76BI8SFn4VFwFZsR3DW5AIiSv4GBh { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #awOQfLwvMvycTC8QfeDKr434NQzURbX4 { display:block; }
 }@media only screen and (max-width: 763px) { #PRPDceJ0hoDTI2UzBz95wl7ezsydcbPw { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #erCRMSQ9wt9nVx2wRWWQ4LDkbGmMcurk { display:block; }
 }@media only screen and (max-width: 763px) { #u7zfauIb044mA1RHmhfkMGtgiXVScr9x { width:44.6875rem;height:2.5625rem;top:39.0625rem;left:1.5303611755371rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7wcbX0UJBW1dPH48UT8nT3Q4fsuQbNw { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW { display:none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJOwFquTfuT29C87gVFrAezqS1SaSxnu { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDz9HbNgbEfJOzKG7mUaX46DEUdyT7Oa { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzUg2IgnOBgE4poq59AFbfnzXdPoZuu1 { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK { display:block; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container { width:47.75rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azgHcX8TT2i4R7QbAVy3HZ0Q2wP67Zoi { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mn9BRhtrgt1geapkmFbUiGCZnBMsNMr5 { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDuHQv2fgv6MRouX8FstxGFm0LRoxnJ3 { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkgHo75NydIABKeJDBQqsaNKiiDUyEAX { display:block; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHWDLb9n7Nfp6LAFVsuA4xpO6N2h0He0 { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEeEC4TUArWQeglqWWC89ge1svEtWqsH { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGsxpAoFnhkGJBAllMfc3plzJTkP7KQ { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4gDLEViU1gSK8tWWF38Aqym6nVMl5aE { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S { display:block; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiT4MBVHpKtsVyhEHnnkalhmDgkTwshE { width:41.5rem;height:12.75rem;top:0.0625rem;left:6.2500001788137rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtNln2vuXWK40FRIlZdVWFMm6IVpDKKR { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLbXuzTki0TKnB0QJFBKpEhNmHrBf7L2 { width:2.5rem;height:2.5rem;top:3.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 { display:block; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVQOlsEiaVQOoaUhSTGtiD4ZHtEHWDOU { width:41.5rem;height:10.625rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnHIXU3WGuagAmSlgQQthRmLMqAJtwqT { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHvgRRfDMMi4geGLLS5fgzWZg03wMkPy { width:2.5rem;height:2.5rem;top:2.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T { display:block; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3KbfxQAeW3SGcpJTZKnZ5T3lgg6niw8 { width:41.5rem;height:8.5rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvm3ZisJyaxkB4JeazxxMed3Pzpt1w4R { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHQtIt3vXpzHaIK1Upfxw10qL7filLo6 { width:2.5rem;height:2.5rem;top:2.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMTsySlEelQPyxPuxeersVVt4SZCv8d { display:block; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMuxNwUrHXMoAqT9AKygiQfsz3VMHgJC { width:41.5rem;height:10.625rem;top:0.0625rem;left:6.2500001788137rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQ7mfJJyhP6mHHOBsMoiMtRz6U7hpT4 { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozmqalFW3NKttooE16BklT4ZUEQt2rzE { width:2.5rem;height:2.5rem;top:2.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa { display:block; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9L5nwwOe1PVlBob8VJcNzoVoFOg53T0 { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHKaHvGr58B9k5b9kKXHAx2PMRdn54g3 { display:block; }
 }@media only screen and (max-width: 763px) { #zF3WoxLv1togrwXXw3cemr9LiaTuhTfo { display:block; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKxf8lv8gHityUXGxqArJGGtPwoxHlu6 { width:47.75rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/62ce8337-f7bb-4be2-b6c5-3c0cd90cd652/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.adaptive-delivery-prevent-bg, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyload, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyloading { background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #izyv3gLIqBHsMTLd3RfgW25Lk85CDely { width:25.75rem;height:4.6875rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4rxPZrZMGbfeltUcE0yNcBtzSNK3A5 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J87asFGZJBZxSihOuhmx6G1ZDPANhaFL { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGDw8qXpZKLUiUOHCaoRKGfvBuWNxdvT { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr90I3srCoNcwRTpwpKtQ74KpzrzrJIE { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #F2R4TJXrP7lIqCfHHLOa6Lymp2yZDtz6 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0AIpg24OgF31fk042Fz9N3cDxaqLRcu { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #rU4FIV136TTRSqMlWZDJPTiGNNcHNLVn { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWtKcMh2XicNqPUSyIAlECUdEgqugeuH { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzNMEsmJXuAJtfOBm97n5HyMB3kbBWLD { width:25.75rem;height:24.8625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OAdvcE85aIbPrzOvGwg4vxh8ZvNTpT79 { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/62ce8337-f7bb-4be2-b6c5-3c0cd90cd652/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.adaptive-delivery-prevent-bg, #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.lazyload, #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.lazyloading { background-image: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { background-color: transparent; background-image: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container > .video-iframe-container { display: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container { display: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .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); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vhr8PcvZ8BmZTJg67kTZeKccL7btuiby { width:25.75rem;height:4.6875rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6EzoxgVNphBTKq4yaXpGKQJUtiRHbri { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRcGcuNR6CyRJykdedOwJemAIWKH7tDS { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0hZHPSIF9l21cu2NAtKETJTVCbbFWZ5 { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgq2LHuT3a6Ogcy1UZfvx4PQdRVW5urp { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #PNhMR73Dr4CxwVX5Qt9KMm0XDbLHN30h { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmshGrTGl9y0bTvCAsImcsQwxPcywohD { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #lo5B1fSeGPziLr4T32dLPEStpzVA81ws { width:20.0625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #whPZTLO2OGEThMUpk8IzTW5Dgdppuf8Q { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5yTz7n1rs4IfSTJ8TmeZlfvMfyFtEs8 { width:25.75rem;height:24.8625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bSe7RM1Cu50fFznE1cCnciPxkKuAuSv9 { width:37.5rem;height:0;top:3.875rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/c621b877-99fb-43eb-adc4-8db79bb310fb/6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.adaptive-delivery-prevent-bg, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyload, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyloading { background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { background-color: transparent; background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .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); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKryIWn4C3HCUcxT0UGTbbSN1mIazoUe { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi3EpxUxc3fzODratNTn4x0XzmFIoJql { width:26.6875rem;height:2.34375rem;top:9.0000002384187rem;left:20.487499594688rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmfnO6RQzS5e8mMLB0mMaimoTJfDHUWg { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #F4wRh6h0MObxSrORFTlsJtZr6llxvpyE { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkTMMGArVgTN5R9UO5wFHx8DyCHDLmpe { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #dxVsJ9GZ2fMhu3RqArt6QB9cMEIDKR9c { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlrfcZXSI62o3nR8zZ3b9OCnXZJoITeD { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6oMTCaZWSg3mAnxRVOEITxPT9OgCd8o { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { display:block; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { background-color: transparent; background-image: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { display: none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:32.1875rem;position:relative;display:block; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container.adaptive-delivery-prevent-bg, #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container.lazyload, #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #BDpdZXl8nCNdUOze9q4mSlUh8xNz4IqL { width:6.1861977577209rem;height:1.5rem;top:7.25rem;left:2.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8a0I4aQd0DvITaQlzF5x2BMxV6uXyP { width:46.1875rem;height:24.9375rem;top:7.25rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERT1qcPO6elSsdmlyxcqIPvxzScoCTzW { width:37.5rem;height:22.3125rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJ1oknlKxL9LwAgEfGXdnby6ofWS9Mg { width:37.5rem;height:21rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqppipNqehTTVp0crbbqTSZTcQBbAFQZ { width:37.5rem;height:22.3125rem;top:11.177124023438rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { display:block; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { background-color: transparent; background-image: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { display: none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:27.25rem;position:relative;display:block; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container.adaptive-delivery-prevent-bg, #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container.lazyload, #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #liPITAfS2u5UJBsnhybyGs1OtfCg07Ik { width:6.1861977577209rem;height:1.5rem;top:2.4791564941406rem;left:2.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ1Wy4Ak6d7BOTW8W5EudTSM1JTLpRtl { width:46.1875rem;height:24.6875rem;top:2.5625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOhtD6JFq8nH4xGNP9I9ifEhDVu8wdv { width:37.5rem;height:20.71875rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9kF0KOsb53dJahKyay8PwqDxPl1Zxbi { width:37.5rem;height:19.5rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybkCay4zbnx4y9PRr3bTEiMMkvFEPXK0 { width:37.5rem;height:20.71875rem;top:7.67578125rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { display:block; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { background-color: transparent; background-image: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { display: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { width:47.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:32.125rem;position:relative;display:block; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container.adaptive-delivery-prevent-bg, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container.lazyload, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #h0UenQ5M0eh4w3gsMR6i9XaTlZ8ITgwl { width:6.1868104934692rem;height:1.5rem;top:0rem;left:2.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfrXvz5RzTXlTIHOI9S6IwWbTeGwazcS { width:46.1875rem;height:26.25rem;top:2.5625rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTazuQxP4zEwbbbAhpsCXI6f2kJHxWW { width:37.5rem;height:22.3125rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBtboQM15mrcABndkt6nhIJalLB02HT { width:37.5rem;height:21rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBC2xNK7wah0woa4PRnAQMQFTXxtCr9I { width:37.5rem;height:22.3125rem;top:7.9375rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu { display:none; }#wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcxBt8wPUVKEaqHAlWQNHRSdIc6xdxRK { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKRGXQ1Qv25y8cXgZo9E5ExE7HUQml2M { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT5bHG3K5XJFuVqNqr2ZoqkVoXbZ05GJ { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU4O1G6tWi0RIL1vTsHvCRUXGOOzg5WA { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm3TZ4B85H9xA9p0LL2UdBzBg7T5ypqL { width:9.375rem;height:3.875rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivOgSMWebycoewNBOPck7G3iui5X1MPH { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7ffc1b-8035-4d33-a206-81888f93e851/Zdjciegwnenastronzapisufale2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.adaptive-delivery-prevent-bg, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyload, #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV.lazyloading { background-image: none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aU3rmq35uUZA4V1UeIL55UcdCTU0IKXZ { width:22.1875rem;height:4rem;top:3.125rem;left:20.937500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3q1yAWBhk3LWWeZ8RCPAlTSZ8NTKRDM { width:25.625rem;height:25.33333375rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6tAiruXmuXNU1IK1TDl2ANA8qoxKTL { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4dccf42-8516-4fb9-bf40-7bc8805aa326/KluczedobalansowaniaVaty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.adaptive-delivery-prevent-bg, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyload, #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX.lazyloading { background-image: none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0psCCPiLQMFLXBMAZDHChybL9uxJS97 { width:25.625rem;height:23.750000125rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9NwzSg4X7fNFTH4iyZRKVyrr7eugh1W { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz { display:block; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDeboHlAGZu4dnnkFBfEXMQNUU87BcIU { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTtA1TpU5BNXA7XTf4sTOcqls3sMxXO { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp { display:block; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { width:47.75rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO5UoawWvXuc3mZR2nkEwuucQUSEw30c { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oifsFLWJXcvG25hB5t73GuSqoU00dXvc { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE { display:block; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { width:47.75rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znd7w2awTl1iKvP5pb5GcSr1ahd947fs { width:14.4375rem;height:62.6875rem;top:5.1895141601562rem;left:0.80767458677294rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWTQtaBKvoEHrXhg8nVzvhv7TQrh4kT { width:13.125rem;height:45rem;top:12.255249023438rem;left:1.5572917461395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPLslnWpJJoIJ1k2QNG5uTJCf7rOcm1c { width:14.4375rem;height:62.6875rem;top:5.1895141601562rem;left:32.217368900776rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX8stSiaPmNgBhMesTC0n0buBcvItXWI { width:13.125rem;height:54rem;top:12.213562011719rem;left:17.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMG6Fqg0MCe6gw9pXT7y4HSBPqWCaJt3 { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsa3aaXKPGdlpQOdqf41vLsmaiuy4iMQ { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJnxDQ4kBatQEglMVvyEtgIdymyJJdqE { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwbBub44ATSkPBZc0BcpsTId2KSucufM { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvK3I50EAfWtoJIWx9IwOgXFknsfyeb9 { display:block; }
 }@media only screen and (max-width: 763px) { #HSgl1Qmmhog6Dm5tK0sf9JEm4gSxGGXC { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFwucAUO4nJ7PonZVRG6MaJ3iH19M2Ht { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlX2DBXOzt89QzMqk45VTmD5tngJvhVe { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7NRqwaP0RvP6Rv5Vr3vqkfGkXDHE5kT { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udSRouX8UH8BHF7nLuAByAaG66WEnTVF { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRdCAltShg8OAW5Oxi8GRVPN9dk74qCS { display:block; }
 }@media only screen and (max-width: 763px) { #F52slL7hAZpBODOB4EyPSRESpFgFf3om { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp3zoZiOF80DCmwPJ11ORPfGaxxneUUP { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:33.356247723102rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #y1VuP5KkodHyAwPOaOKIkrCDOdOPRZ6C { width:14.4375rem;height:62.6875rem;top:5.1884765625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTIP6F4Qa1L1cbPMM9VXXlEL6r9iCRW { width:6.25rem;height:6.25rem;top:1.8333740234375rem;left:5.0260419845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKtlqWawUFpXg4QSl7OSrlbxRCEMTbb { width:6.25rem;height:6.25rem;top:1.7916870117188rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l59kezfFiOpUoVFmrbf6p1rtCyTBiEpx { width:18.75rem;height:14.05555rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH7woXGOf7kGFJy5mOTkTtC6tfsLE6DA { width:18.75rem;height:14.05555rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMc98s3eS1EAbAEgxEtUbQSoXT3CNbI0 { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:5.0572919845581rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXtttlxucshlq8R7hcn6d4GqoXg6Te6b { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:20.78125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9X3clCCvZvTmhLslL200nCb2uOa38Cd { width:6.1875rem;height:1.875rem;top:8.0416870117188rem;left:36.466148376465rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAu4zzKAefcyX2s6ccLFTgFXN2Xw4gh { width:6.25rem;height:6.25rem;top:1.875rem;left:20.750001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO8LK823ezR9wOT8azAhTuBv6kRW7E8M { width:13.125rem;height:23.90625rem;top:12.109375rem;left:17.542708575726rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUSUytbA9uJhlhRD24TE2ViNw5XxuGJ { width:18.75rem;height:11.4999875rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { display:block; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVD9DFXIBfIFAq0AphkH8JRAeP1daBem { width:18.725rem;height:3.32395625rem;top:2.1177082061767rem;left:14.512500941753rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #nDZ7Zx79WoXMH2oUPimTH53R14tbSwGK { display:block; }
 }@media only screen and (max-width: 763px) { #xErpT9ktW8vl7l6cwsu4meR1UeigBC8w { display:block; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btUbdRFD4BcZ53pv3ql3tLLqwVfI6bHR { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVMhGdvHTodO1FSSyKgfsBD7A20QLTJ { width:47.75rem;height:2.4375rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { display:block; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD { display:block; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDKAc323TLiLKyAFqfD9qZvCfwGdSMZW { width:39.8125rem;height:13.125rem;top:1.4375rem;left:2.34375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #q9xh2sCFZfvbSiAtinXtfFbEPA36JTn7 { width:3.75rem;height:3.75rem;top:6.96875rem;left:20.75rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #CE1aoJSR0LK7KPrCHfPs1suKgeFDVTGe { width:21.875rem;height:17rem;top:0.40625rem;left:24.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikE4x13yuvzsqTqCpX6587IAPKdCtVu { top:2.5rem;left:0.9375rem;width:21.875rem;height:12.6875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { display:block; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv { display:block; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9W9NpD989PsfiFwOagbpT9vFrPd0UxZ { width:21.875rem;height:12.6875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfmr2TxwT5TZd6OfV4paqFxADue3R9SS { width:3.75rem;height:3.75rem;top:4.46875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIUTseXL91rGDmpG4lBW6hfgGewkxRI { width:21.4375rem;height:15.3rem;top:0rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { display:block; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL { display:block; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBJT9EzD0FToKUiCTTiqfcT0I032Pfu1 { width:23.1875rem;height:7.6875rem;top:1.28125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xkvqNmOKytJU6SVuQ4HRdxZFIOSi3DLt { width:3.75rem;height:3.75rem;top:6.09375rem;left:21.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iaRGl4T71fu89E5ZVa09RG7rsHRpMPw9 { width:20.125rem;height:11.9rem;top:2.0625rem;left:26rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nICHV24TWb22ybpIknui9y9vli8P7BRM { top:1.4375rem;left:0.6875rem;width:22.5rem;height:13.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vko3ivJOTPTEaoAsxmapMaeyE9zB1HIw { width:20.125rem;height:11.9rem;top:2.0625rem;left:26rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { display:block; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV { display:block; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a49DLV66phDNyHiX27WImurncNV6BIIN { width:22.5625rem;height:13.125rem;top:1.875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJx9r6TCl1FzIrCDlL6qhDq3eKO03wM { width:3.75rem;height:3.75rem;top:6.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJ9UVaAmo3ktqln8DaTWTkSDvCTs95M { width:21.0625rem;height:17rem;top:0rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { display:block; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ { display:block; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN1HwHkfpC2NaVaNTD96dlt2PRKJy1PH { width:22.625rem;height:13.0625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zsVgw8tTAlQp1AS8Xfhn6nnQsTXPZDTy { width:3.75rem;height:3.75rem;top:5.8750610351562rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmtaT8HXk4gATwgrW68JKWT0o1aGcWLa { width:21.625rem;height:13.6rem;top:1.8125rem;left:25.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqomVnSpcAcMTntQXvgex5sIk9JiyAx { width:21.625rem;height:13.6rem;top:1.8125rem;left:25.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { display:block; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf { display:block; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { width:47.75rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFCTymvw1liDNMev7Vb3rhU5m3tFEviD { width:22rem;height:13.0625rem;top:1.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFQz8gzirHZv9o8C6TEaTFPWeCiwZ9I { width:3.75rem;height:3.75rem;top:5.9063110351562rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IMficbqRU3eaAdTp4r895urfeyOLuy { width:21.25rem;height:10.2rem;top:1.125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { display:block; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyJmszMSHfNTHQkcPXplerHyVeFNrwxf { display:block; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg8nGoNr1tsSxzE0VHATPXPoZbkTOKBT { width:22rem;height:12.75rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yoyrzAeZhm0WS4QhXJ7zCXQ41EzRpJag { width:3.75rem;height:3.75rem;top:6.2188110351562rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7acdcRK1X0hhqsWhCRiBvF5LJgeSTuT { width:21.0625rem;height:11.9rem;top:0rem;left:25.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtXENdCLXuv2y05v1VeZTn7ynACAcU2J { display:block; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqNbIhmSMu9f3sdf7kDwSFtJQxIL8GGR { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yemyX12aPpSJe6mKMbPOpyAvHHnlSRlC { display:block; }
 }@media only screen and (max-width: 763px) { #v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 { display:block; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrzGQqq523Hqza9k1lFmtPkTgWWVQppV { width:47.75rem;height:7.1875rem;top:5.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM { display:block; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz8RVBUokblw1s7NImu9wxVZoA2F6I1X { width:23.125rem;height:1.625rem;top:28.375rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATwn2lxQulntWVPWVZXel8nIDHr1W9A { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMU0UHZSE4M31yCszffp9FC3dpd7Lh7l { width:23.75rem;height:26.9375rem;top:0rem;left:23.873699188233rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CwWZiC2bSKFDlPsTHIzUk4LwhP8OyZ85 { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3UE38WEReypCIO4ZyRa5EI9e3zfiTtA { width:45.375rem;height:17.5rem;top:10.25rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUJGe9wkM0SeWZ1T5zUryfOqgND743DM { width:18.58463475rem;height:3.18489575rem;top:34.225219726562rem;left:22.114583969116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #w1tSOBD89lD7ESsq6VqCFbvfOvP0JGKU { display:block; }
 }@media only screen and (max-width: 763px) { #XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB { display:block; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Zp1rTWsmsw4t7xLbxi0penEPwkaDXB { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTG4LznKkaQ1eq9vTsTRpMvIhxhHi8S { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #D52X24FgDVDscfREykc9T9esCiVItnAV { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskhLsS5LUkky74zHJEG97ozdST3pKwC { width:37.5rem;height:18.0625rem;top:5.2318115234375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ { display:block; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pR4bOKLNmchsKgSTsVDIyTQg02MZayCf { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #R4P0rpmlxoRZ4HJduux41SGtFP5qVPM5 { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #DR03SPIy45NzzMxQVuE6SVlr0MTW2fBT { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0HrZAplmTeMT9tfr5cxHFLNnGyeUU6I { width:37.5rem;height:18.0625rem;top:5.9935302734375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq { display:block; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp4UegSrDXUKfuBF2d3R3Lcpkq7duNcT { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #y5ohzEu6HWzszxqEdBoXLL3o0C44ee9H { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #xkHsnfJbSqgytc0TC6i9MDXaJc6FMd7x { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JkQRNtKfGlOcWpC7ZUTX3R4eXLu4eq { width:37.5rem;height:21.675rem;top:7.2083740234375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA { display:none; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { width:47.75rem;height:92.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KGmt01kvHcSdz261KLRzNOc1LVSy73ya { width:17.75rem;height:7.6875rem;top:4.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0idxaDpvwF6kJeAJ1OLUBGw6RKb35rt { width:18.75rem;height:82.75rem;top:4rem;left:29rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QvliTqcuE9nPF1SMX4VVLGislLhF3fSL { width:16.5rem;height:6.875rem;top:5.15625rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GwmHb5NKTivmNqLr7pXPKu8UHit9q9 { width:14.6875rem;height:4.1845703125rem;top:66rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAfcd63kJtvs4cKIa6CHUxWyWt7Kmw1P { display:block; }
 }@media only screen and (max-width: 763px) { #cxb9OTPo8mVKmzyyKsmMZZesxARLxegq { width:12.5rem;height:2.34375rem;top:61.125rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6wlpObUnBB57wym7xFR0EiOv5rVQg1 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7r69ry6VNIHkdACqfD1rQodUiIA2f8B { width:15.3125rem;height:3.16875rem;top:12.4375rem;left:30.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQVsweUJesFW8o6qKVna5ipWSKtibcq { width:12.5rem;height:2.1125rem;top:25.625rem;left:31.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1nHtBvsRf06yTJ6aQRNHO0crlkoeBIo { width:12.5rem;height:1.38125rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL9y123rNyFILwTtb7zub53lfENyFQI { width:10rem;height:1.4625rem;top:87.5625rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VAcQmvdD4eEkJ2UlOhOpHp59eNKUy96L { width:12.5rem;height:1.6875rem;top:58.9375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfaD40uaH69IwkpE3t5Kt0UT6RzwKk0x { width:12.5rem;height:7.6875rem;top:84.875rem;left:25.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #afilAkQNVsdtxGfqA577mpMkHbxBxIIR { width:12.5rem;height:1.4625rem;top:2.125rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #vtJNydfKxcB9pdIaQ6TfLqvFqDdOotoX { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNXAEB0rwxnqDwyEiTT0tp89faoaUubZ { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MApXxksEs9PTiO143JiU492WVomE3Fgr { width:12.5rem;height:1.5rem;top:2.25rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #ihF3IsR6eKHJ4awAJlFsQsMywdszb2fE { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7LQeVGOlUiKJEu4TBXl8vfZS1HxL6vL { width:13.75rem;height:71.125rem;top:4rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #om8dpeq00CohKeqmu6IoGHaQcsqKOeKi { width:12.5rem;height:12.675rem;top:10rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo15wL8yUVICp3hc6f8Z0AHkIzVAg9oB { width:12.5rem;height:5.0625rem;top:4.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHQwmwxeig6r1Uo7w1LVN9weOX54stgz { width:12.5rem;height:3.25rem;top:5.875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8lDJ49sZXAt4IUdq57r2I9TAt7ka0K { width:12.5rem;height:2.34375rem;top:47.1875rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfbMmHQM5ggReTe2TH5KZbnMLOmy2kHy { width:12.5rem;height:4.185546875rem;top:52.3125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mhv50iwsxMVdL7t8am4tRDi0ABNMf6 { display:block; }
 }@media only screen and (max-width: 763px) { #FI7MFp27e41xmH2KU58a8dTVfhCdNwVn { width:13.75rem;height:71.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8b1qPuZuh9NAPDfwCRepW4VT6AkDva { width:12.5rem;height:5.0625rem;top:4.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaH5vtcB6BckW8vcMiUXHT4ZZJaNJ06i { width:12.5rem;height:4.875rem;top:4.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4DT6oNLrxm8KHOBcT2ekcOIZXFKfltm { width:12.5rem;height:30.63125rem;top:9.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ58C4QIEukN1SuTSnzozRT2UOCLMEoL { width:12.5rem;height:4.185546875rem;top:51.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJGOmvT3HeESGrgV7AF2OpPCnhhADWoI { display:block; }
 }@media only screen and (max-width: 763px) { #H5ZOoawEmIBzA1xNnM7RbeJ1kgOAGs6a { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQWxg3qrQ0URb0k0vmQu74et1GzzD2Ts { width:14.5625rem;height:9.4375rem;top:14.5rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwlT9ZAL9zcVrycwRTAWRG4ZJEEwqCUT { width:12.5rem;height:4.75rem;top:1.125rem;left:35.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #cATdyQdTxmefrMs9esGvwTw6UVcBP9zT { width:4.6875rem;height:4.6875rem;top:15.4375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiW7ZhgTsO1zl4rstOh7DZ95s4D3Wfp { width:12.5rem;height:1.6875rem;top:46.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8yoPJrhEqdI9slvpFht76s2ewEaRxM { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFQ9lGt9n27ETqvI08BnGNRIEz7aJTMG { width:12.5rem;height:1.6875rem;top:45.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIddOaLv14VPVTEQi5avKFgi40Pinkb { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJeHMhpJFQ6uCcEICgHysWkpH04lPqzM { width:12.5rem;height:1.6875rem;top:50.625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJaSk9PkwXsxMAwxiP8OIRUwaswsVm6 { width:15rem;height:1.6875rem;top:56.497817993164rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZeIUlnc9MVGoCUbNTN5JDdvJllUB60r { width:12.5rem;height:1.6875rem;top:50.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL9iShkEcwtb54pICa4QX52031TP6w8m { width:10rem;height:0;top:85.416748046875rem;left:19.583333969116rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #cVHqeV04xifnw1ozed7i0xkrhonGpxkk { width:10rem;height:1.4625rem;top:89.75rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #UDhsWEknIFb4wbe3uqrLmi4WMhwyxHUW { width:14.25rem;height:7.625rem;top:2.5768203735351rem;left:15.916667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6BXW9fDOLtrl7MkbAF3HKeU9chS967N { width:14.3125rem;height:17.95625rem;top:36.953125rem;left:30.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOA1PCk9EUNVJP4CUhuiBUnwLLP4xbM { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 { display:block; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOBwikL8QUWipxDBtvF3X7zAl4tNNgsX { width:47.75rem;height:2.03125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEms24QvDXX5DB3z9oFssUmAbS4CI4ba { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0Un0sebihaqnecm0AOz9pRGbGpGbD3 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSNl0DWaJmChoUELkhg6ThKLscGsv5qT { width:47.75rem;height:2.03125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 { display:block; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLEzLyoUB6KyLZhJfadQIqtbiM0NCJTR { width:12.5rem;height:4.75rem;top:1.125rem;left:35.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #kWg1if0yd4onDg9NRTzXHgR8APbkPT5H { display:none; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { width:47.75rem;height:92.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGmnET6DUXnBQ2Wy9Ugdmmbg3SQnTciQ { width:17.75rem;height:7.6875rem;top:4.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9G0wOG9bwvamcO9ABfhHgnC5smwKVx7 { width:18.75rem;height:82.75rem;top:4rem;left:29rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Jivu5woCJLn886SoSChtQmKDrclTJHdX { width:16.5rem;height:6.875rem;top:5.15625rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzVIWttm3kzcQu4ustqExBS5msVmCQB { width:14.6875rem;height:4.1845703125rem;top:66rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK03m4zC0BAEeyTnpsW4ekwy43EOAm43 { display:block; }
 }@media only screen and (max-width: 763px) { #JsTNCzZMxh2lI2Hm8Unng7KfAMd8ButQ { width:12.5rem;height:2.34375rem;top:61.125rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZgJNtrfdV8my0LAzUy2PVzPFFIo9eP { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nP0Re05D766HNDUDiiFWKF0EilJwetyQ { width:15.3125rem;height:3.16875rem;top:12.4375rem;left:30.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzCqoE27Mkyd9F0mkkb42XhuPMro0EA { width:12.5rem;height:2.1125rem;top:25.625rem;left:31.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWd3yVfFl7ZQ4F08zBtDnTZJTzVMFhM { width:12.5rem;height:1.38125rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPZBdXqaENEtw9cTaO7x6V4HuxEnkGu { width:12.5rem;height:1.38125rem;top:22.9375rem;left:32.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G95gQCW7JARRxU9bvZJlHN4VrUnz5Muh { width:10rem;height:1.4625rem;top:87.5625rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VKDhacxHVeNdeMa3msvJdB91QIkxyBUm { width:12.5rem;height:1.6875rem;top:58.9375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkJqWPFisURls2VElsQs3PkuW8wB1ZZ { width:12.5rem;height:7.6875rem;top:84.875rem;left:25.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #hPTmTdWbspgP7lqe1P9GU2PyeSDGm2eG { width:12.5rem;height:1.4625rem;top:2.125rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PKF21840FfxKabvKwrDke5R0kl2lanfZ { width:14.3125rem;height:17.95625rem;top:36.953125rem;left:30.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrkbtL0uS1oJ2evT06suSRS8U0BVUN9 { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iupz6RTvo3l8ufweied36OV7OCWXD0Gw { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKaTWyF1fAe0NEWTxMkV3JFfKH8dASwI { width:12.5rem;height:1.5rem;top:2.25rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #BNfT65d9tsNfyyTxsJMtevr8S5M3qIq9 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #thRw7yvZRJD6nbtPQSmBQRXwUIre4fD7 { width:13.75rem;height:71.125rem;top:4rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvP3mkn1uSlOimG2xJyzkuOAqTns1sI { width:12.5rem;height:17.95625rem;top:22rem;left:14.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6fBMqaBFB9xTSoUXPOxf6eLRLtQEnJ { width:12.5rem;height:12.675rem;top:10rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfsotJqa30ntUXB7hXcwICCikeRlvKt4 { width:12.5rem;height:5.0625rem;top:4.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuIEHXvCVC6gPh45QBd62ESeX8zNNl8 { width:12.5rem;height:3.25rem;top:5.875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfPaVkouZaJnZmSk393drNZnTTrsUcZ { width:12.5rem;height:2.34375rem;top:47.1875rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3SNtNTcgg1NHxDuDDXw9OLBO3S9LAsS { width:12.5rem;height:4.185546875rem;top:52.3125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sODtO3BHJxdMubA9CihZ3melz4gPSQ { display:block; }
 }@media only screen and (max-width: 763px) { #QSNnqPgX6UMZzShBaNzzeTmsA3u7LunP { width:13.75rem;height:71.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR5n0AXSMLztEFI70mhhG4TlRJxLib99 { width:12.5rem;height:5.0625rem;top:4.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA84nSPr76xGBq2neoWQG7e53420IqxT { width:12.5rem;height:4.875rem;top:4.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPNx6TubZXBckTyPKnQNHUcpUkpAzf8 { width:12.5rem;height:30.63125rem;top:9.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFQtzrvwrwArsXelyAbfCgLeqgTExqvp { width:12.5rem;height:4.185546875rem;top:51.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2KdBvZ8eXWnfcyTlhoWJX0kTVRhqFvx { display:block; }
 }@media only screen and (max-width: 763px) { #SPuuzPMy2cZTwarlZckip5wfuJiv1TsX { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59G4cE7XLh9IrTab7DMkUqPBwtBMUJt { width:14.5625rem;height:9.4375rem;top:14.5rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqwqEzW7rnravTaVk7nRglknEVDRbQh { width:13.375rem;height:8rem;top:27.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59rCf4J5FvAbB2lEfL96FgERtflzQMG { width:12.5rem;height:1.6875rem;top:46.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBb8IT5bT3OOEBwtSHTc2P1eo2EGhiZh { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMTfliBoETRp7cKTcesgrb9BkaMB4qfl { width:13.5625rem;height:1.6875rem;top:42.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLbCxV4X6L3Tol3IW5rrHQULRe9nuCw { width:12.5rem;height:1.6875rem;top:45.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSLWZ8WFHnE15thFImZ212mMi80DWqzK { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5daRDswgAXCnhaEVOUfZfol0DkdhZg8 { width:12.5rem;height:2.34375rem;top:60.75rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEzyMBOHomUMswnlmHA0HANumty0wkL7 { width:12.5rem;height:4.185546875rem;top:65.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmw81IlSO0dASdz22NCbQoWPOTd7RvK { display:block; }
 }@media only screen and (max-width: 763px) { #kDcJm3yVrUlnXSKQveEqxpDIUGwapU3t { width:12.5rem;height:2.34375rem;top:60.25rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvbM4TGJT6WdQT6AmqN1LMClZhN08uk { width:12.5rem;height:4.185546875rem;top:66.375rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmyW0s3ISZF3DJg2RCKV20FNvHikSgv { display:block; }
 }@media only screen and (max-width: 763px) { #LlTxbwZn7luKyJet97N5ToT8Ji6aziaa { width:15rem;height:1.6875rem;top:56.497817993164rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9IHpkH9WDL4XWRbO5ThfX7QBlrc5pv { width:12.5rem;height:4.185546875rem;top:79.9375rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQnU1b7v6bTD038LtHzHZVspGzGJoLe { display:block; }
 }@media only screen and (max-width: 763px) { #xky6BnJMRogPZWf58za1OSkmf4AkPdqb { width:12.5rem;height:2.34375rem;top:74.25rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMCkAmte2xgxBBXoNrqfQcpZ6QcuMTa { width:12.5rem;height:1.6875rem;top:57.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1MZ5Sfdyukm3ocufZ054UKNrKmTuy4 { width:12.5rem;height:1.6875rem;top:58.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL15LFXcvghfVrApShINb2HbddbIWTs { width:12.5rem;height:1.6875rem;top:71.375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLr8QrUlD8XtR2TXMruQnoyO2JJS6rbR { width:10rem;height:0;top:85.416748046875rem;left:19.583333969116rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #BOnbdDpE4TFyosK0Rux0blPUVQ6G6Nhi { width:10rem;height:1.4625rem;top:89.75rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #fIfTokhkr0NP7wC7PhCs1gTuQhdRXbPz { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hho5G6Jv8pRcMipFnRwUCzcmJcCe4E0p { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1POCirmH9V75s5bAo4CDolS2oudtD6 { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzTbZdzeG648bbM1gOJLUKDQnUkdndtT { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2xw21T3e70VqTqAbtTtNCrJTdWFzQZN { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70SbAl7kt5woe7Ti9SuOnbdTxANgEAs { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkm80x2TXVyx99Ta1bMww78fuxz88XHd { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1IgasnOZ2hJ0UfOF15GiIcIWPQo8OcT { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtqI9mr9DekIUoqRdhabyaTaTfgnW1r { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJRZ5iefbH4TnB22gv2MBuTKsPW78pJ { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb { display:block; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container { width:47.75rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVrUXi0H3hGrdOEbIavxAyfgh0gD7qsu { width:17.75rem;height:7.6875rem;top:4.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACeR5QsWAXmByIdu6X994fXa8hAaBkTx { width:18.75rem;height:82.75rem;top:4rem;left:29rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #fl1IlU2mLa5lTV8uyaGKNTxELUWx2lWD { width:16.5rem;height:6.875rem;top:5.15625rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuFf6EdDRJoK7wpdC9ciFFHp7zcS4Et8 { width:14.6875rem;height:4.1845703125rem;top:66rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLMdT8G2PPXQ6sQslTZTeULbWDrxfzqL { display:block; }
 }@media only screen and (max-width: 763px) { #rM73kmFMq87UaTwrMKKHQtR86PCbUEGd { width:12.5rem;height:2.34375rem;top:61.125rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDDAwUTGv5m6ZutFB91LiHcetSvNr08 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGkhp82hBD3J3UEKeWNiiZpURiZk4zRi { width:15.3125rem;height:3.16875rem;top:12.4375rem;left:30.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO3q9TI9BNiZUdSI3QFwK73FlXrAXyE5 { width:12.5rem;height:2.1125rem;top:25.625rem;left:31.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMsGfsdANTH24sJDv9V2PgWzuQULdxd { width:12.5rem;height:1.38125rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUEQ5CICEnJ9Jw3TELZyppPWXfZJLbn { width:12.5rem;height:1.38125rem;top:22.9375rem;left:32.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvlxhO2vIhTETqVpxJV1td9TinfzTMSc { width:10rem;height:1.4625rem;top:87.5625rem;left:26.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #tuw7LsJoTnChm88Ceu20OhSSmGhyDfWL { width:12.5rem;height:1.6875rem;top:58.9375rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXXpoS6ou4oaQy7k9v6SZz3pH8adzxcW { width:12.5rem;height:7.6875rem;top:84.875rem;left:25.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ftfi3HhknH4XPTILKuIRkJ8unAFQQTNa { width:12.5rem;height:1.4625rem;top:2.125rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gZab0mnCIpZZfCUBVnQM8zIxosMprVqk { width:14.3125rem;height:17.95625rem;top:36.953125rem;left:30.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPRRdPRNFTB74t0uAqePMmMdfbhp23Zm { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f555aCvlPfxKDqk18QHvQLe9OxFkqEqQ { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0Q6aoWH5xOD59XBBsEuLSOFZVIhpCa1 { width:12.5rem;height:1.5rem;top:2.25rem;left:35.25rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #lAqMnPLkzzDoiEKUBWJJn3iLPZEzikX5 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zvn06tIPT0H2c548ua1aLFgAfgnT8PWQ { width:13.75rem;height:71.125rem;top:4rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npEFFLbpNHSLbT5c2CUq009l7J3yqPcu { width:12.5rem;height:17.95625rem;top:22rem;left:14.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXtoJ4mln5QUR78yP9MT7wktk0O2mkC { width:12.5rem;height:12.675rem;top:10rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL74yf6tptwevX3cBfriLQ7wr5MoixER { width:12.5rem;height:5.0625rem;top:4.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STkrs7rOwq2Ce34VztgaTxPnJGR8hrdV { width:12.5rem;height:3.25rem;top:5.875rem;left:15.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR0cpwlhT1p7cKLX5HX7c9ygeHyadS7E { width:12.5rem;height:2.34375rem;top:47.1875rem;left:14.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIkL5tHinDvgxIJC2I1u5akq5vaPr0J { width:12.5rem;height:4.185546875rem;top:52.3125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfi93LTOD8ennf5mJP0d035qSmGJO5GW { display:block; }
 }@media only screen and (max-width: 763px) { #VHVO6UoTAewJwBcfepAvPZtbWwJemIbs { width:13.75rem;height:71.125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyEDAnRUM98irrG1KGZNwJ85VXVWBM7B { width:12.5rem;height:5.0625rem;top:4.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2KhQob018eNS4pkKfHlZN1AaZh2oihe { width:12.5rem;height:4.875rem;top:4.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgiQs7LRNhIAplDNmMHEluXfahxrTW1 { width:12.5rem;height:30.63125rem;top:9.625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLfLkmEhNsl05r6eD22KDkyBcI6iBo2 { width:12.5rem;height:4.185546875rem;top:51.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0f74OPT4lbex97RlTaQZccDAQgu4QXG { display:block; }
 }@media only screen and (max-width: 763px) { #TVnU7VvDuhpPqxhqTgkreAyC8T8mMRZt { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJGIbRIybtuHtTH5r0mOMZCoR9vrBVlM { width:14.5625rem;height:9.4375rem;top:14.5rem;left:30.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEsWGcBlzP8K64EF7SB5IItebWRMOMEP { width:13.375rem;height:8rem;top:27.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcixT3nlfK7TuZNOtDMeTsLZp6qi5W0 { width:12.5rem;height:1.6875rem;top:46.0625rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDSpzw4GSWw6aSLEyfv9a10gH5EKrobG { width:15rem;height:1.6875rem;top:42.1875rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6yaF6PTbDLr7gzGwNV1c0TfIyXXivVW { width:13.5625rem;height:1.6875rem;top:42.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7xfM5QKUPlFinnClRmADEks1VX3Hhh { width:12.5rem;height:1.6875rem;top:45.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXpwckcKScXNzTBylEnrMILvXKQdancW { width:15rem;height:1.6875rem;top:56.497817993164rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzVBTokqOeGwvT8H4IKsr8385NCc1G9 { width:10rem;height:0;top:85.416748046875rem;left:19.583333969116rem;font-size:1.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #oaxBiSewENQlro8Oy6HJoUIRBxG7hio3 { width:12.5rem;height:1.6875rem;top:64.3125rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIk5qkql5zln3VxxQlRHkR4BFQsQoDXy { width:12.5rem;height:2.34375rem;top:47.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsftULcUA28vsNpwT19NNWgZ8TSIlo6Z { width:16.0625rem;height:1.5625rem;top:56.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtgHC4zaugLDIfpmIllUmFDuZGyIUTlz { width:16.0625rem;height:1.5625rem;top:75.0625rem;left:15.813032150269rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J32dPiPVhxmaW6Bv3h5NaU3RF3GXc3hQ { width:16.0625rem;height:1.5625rem;top:55.5rem;left:31.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP { display:none; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQ4gV9C9gQQAJTZVMDa6rN9kPGoMo57T { width:43.0625rem;height:1.583333375rem;top:3.623779296875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaAToP7xwAMJEAtMbenrObtaFOdIoITS { width:46.6875rem;height:23.48125rem;top:1.9375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKaecfJE4Vy7wuz9itgzOl84oV9clWon { width:9.6875rem;height:9.6875rem;top:105rem;left:0.18244457244873rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp { display:none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpJvKXOXLXTAHrs6qObXDA9ueJAAP0Em { width:39.5rem;height:5.0625rem;top:2.0208740234375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X { display:none; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoVecWzb14h7m9pz3Qw3CdFKTBwiukvm { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF9w2JWweOLwAr2kmR61nEVM0xpTupsQ { width:15.3125rem;height:2rem;top:37.989624023438rem;left:25.895833969116rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oDVRUqIIwTauAc177cUuRozK2cTTyksW { width:13.75rem;height:41.25rem;top:7.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRt8652am4Xd5lTX3e56XhftIfuXPz6W { width:12.5rem;height:5.0625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2THFB5y2ok1uWFlrQRl0XoNrqtvd22 { width:12.5rem;height:4.875rem;top:8.1875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygw1vC3KZ4Dtb6Dt2ZXEV0uTKCUZBl5 { width:12.5rem;height:22rem;top:13.0625rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvEhTPL5WXyendiNyz6lH2XidDSMOHrJ { width:12.5rem;height:4.18619775rem;top:42.58203125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDh1AQLgvWrOKKbMmzonlRAINx8Z55F { display:block; }
 }@media only screen and (max-width: 763px) { #MdmxlFhcTb1eZDAMeZyQBtroA1G3pHvT { width:12.5rem;height:2.3125rem;top:39.479125976562rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNCpSUHzpySAUdx8SdVTVC3J31wTs7g { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMXy0TrZ5GdRbxh3kCerQkEfsmIUAIq { width:15rem;height:1.6875rem;top:70.231811523438rem;left:27.770833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiZufCbVT6VqTyuxx9Jz9TfZxPyWn8mf { width:47.75rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9OEnfNtEnW2f0KeHnqWcFMbZsUoD3HG { width:12.5rem;height:1.25rem;top:46.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp { display:none; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hyDTbEoiRzslxB9IhrPKkFRuTL0CNTW9 { width:12.5rem;height:1.4166666269302rem;top:25.75rem;left:32.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9ftzkoUIrZtQmsZXmwdkWT46K19Tm8b { width:15.3125rem;height:2rem;top:37.989624023438rem;left:25.895833969116rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LRQFaLGG4OTofmHH09cesWUAbC3849Ep { width:13.75rem;height:41.25rem;top:7.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyRSuQci9Nu4E1AQq9LVa7HIkixGeUkV { width:12.5rem;height:10rem;top:26.0625rem;left:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7udu58Ayx7GaLQ0FrTppkl9Hudf33R { width:12.5rem;height:12rem;top:13.125rem;left:16.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK2sVnygpzomTl2aWxNcCodqloDO9uZS { width:12.5rem;height:5.0625rem;top:8.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s28q3bIdEiizPGHi0uvXMoTR5rmFvPed { width:12.5rem;height:3.25rem;top:9rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLAhIrzTVvDPsAWxnuEBLFSxvglCTsg { width:12.5rem;height:2.3125rem;top:39.4140625rem;left:16.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czppn7T40BTKL3JKPGafyoXlGm1eNhvg { width:12.5rem;height:4.18619775rem;top:42.518188476562rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdAgMPBF3GZA0W82JF0IuPAiy30cPJ64 { display:block; }
 }@media only screen and (max-width: 763px) { #oTn3VTOmgShyrnSsetmnd2B5s1oQKmUy { width:15rem;height:1.6875rem;top:70.231811523438rem;left:27.770833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrtkF9XlCXJEOc5TIpNrrW55qXf2KCw { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoEiZkoosZ2P7Br60r7VZ7L8UNfGr3f2 { width:13.375rem;height:8rem;top:34.9375rem;left:18.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rd01koCVRyMKldZcKDsa0hxpSCrc1fw4 { width:12.5rem;height:1.25rem;top:46.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXyRKpSSwpoHVVImLU40on9BqgOKma99 { display:none; }#nXyRKpSSwpoHVVImLU40on9BqgOKma99 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #leycg6uy5A3M9F3IUoo30bvsasbMdq6E { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvoJffsIRRZPIS99dDdELEm8pryW6eW { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqZsL6Tm36WibaBte032lJcvvELZ5pQ { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ.adaptive-delivery-prevent-bg, #aFqZsL6Tm36WibaBte032lJcvvELZ5pQ.lazyload, #aFqZsL6Tm36WibaBte032lJcvvELZ5pQ.lazyloading { background-image: none; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sSBoRqVvFFckWU6ZDV0kgtCz9aaSh04M { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEDWKZekvH676i87C7Us6Ob8xuu2wvdU { width:26.25rem;height:26.9375rem;top:4.03125rem;left:20.063802719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #B31UTtNSgg9ESlkKQm2VaCvUeXeCMTXS { width:22.9375rem;height:3.575rem;top:5.9375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5vFQacf9OJFTiKouIyw5I0B9xnsLiM { width:25rem;height:1.4625rem;top:9.3125rem;left:20.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0zgg1rinMlplrGPOuX31R6GHI6vsntM { width:25rem;height:13.1625rem;top:12.5625rem;left:20.688802719116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDK4EspIKW4hqCwGOc0MCV6zs5qAFptN { width:26.3125rem;height:4.625rem;top:28.040405273438rem;left:20.032552719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyxbLfxUrNTyS2APgAqrmgXk0aToKh4l { width:21.6875rem;height:2.125rem;top:28.970092773438rem;left:23.145833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qlMpiTQCNhESqTZ8eGxDE8Dkgv9ZIw { width:26.032551375rem;height:2.970052125rem;top:34.70703125rem;left:20.171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcuyWzgNvecK1UrgUDfZvnwp8WpUVgSO { display:block; }
 }@media only screen and (max-width: 763px) { #Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 { display:none; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { width:47.75rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIyqavcNrL3qEz1475XKuJSfT6R7hl8I { width:19.375rem;height:14.25rem;top:8.4987182617188rem;left:25.552083969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRSparUFtRfSrgE7Bhhw7iHpONFJKdx { width:20rem;height:77.4375rem;top:7.875rem;left:25.270833969116rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uvdPFPigZnuy1bZfcxffiBTbLRvN92Ws { width:18.75rem;height:8.125rem;top:9.86328125rem;left:25.895833969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQyOQnecZAJm0CTbUxEThVRPCmPqbhE { width:14.6875rem;height:4.184896rem;top:78.608032226562rem;left:27.927083969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrePV62cPzvXRHnRqzdWusqTn3tPOLzL { display:block; }
 }@media only screen and (max-width: 763px) { #FVwSlfaDHeALPKDerxOycWTJERcLCrAu { width:12.5rem;height:2.3125rem;top:74.565063476562rem;left:29.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbp41XQVD1fdgCHEAAUKrP3TUAUGUk3L { width:15.3125rem;height:3rem;top:24.104187011719rem;left:25.895833969116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJauQBT0rZOgHnciQEkhT6OeUTrcepi7 { width:12.5rem;height:2rem;top:47.666687011719rem;left:25.895833969116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUQVEatc9fcVDdbmymngOZo7l2KTbNJf { width:12.5rem;height:1.375rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwV1UH1LsfBH2nezmdMPaMVgSQ2Ld5bV { width:12.5rem;height:1.375rem;top:45.291687011719rem;left:29.020833969116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOFBoIRyLSKkCUJco1W547pQ88gOzT5e { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiITJdddAns0N5hb0E92hqC0URKcGsG { width:12.5rem;height:4.75rem;top:65rem;left:28.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #x1bHv3BrEySvIJuXJSc41WGyQsLiZtm7 { width:12.5rem;height:1.4375rem;top:6.1875610351562rem;left:33.625rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QNHRaebyGSLp5quwVu0EN474ws6pVfFK { width:18.1875rem;height:11rem;top:41.979248046875rem;left:3.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGrCcRpff6LPG9klZpTK1m7TZKPbrOx { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzXAvbuVEL284RAAV8dr1NSo0S9nvDgM { width:15.3125rem;height:2rem;top:37.989624023438rem;left:25.895833969116rem;font-size:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wUIDhihTlwn155rUWHprIu8GzPG5Zziu { width:13.375rem;height:8rem;top:34.9375rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlgTKOHm1xzVGKpOZQQTTLcyEtEZ2ghI { width:15rem;height:1.6875rem;top:70.231811523438rem;left:27.770833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfugWalr5X26aU4nmCU64yIVKlD1xgzs { width:12.5rem;height:1.6875rem;top:72.856811523438rem;left:29.020833969116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpT9L8PIMJogWOReDPdKG4F0X12irMn { width:12.5rem;height:1.375rem;top:29.958374023438rem;left:4.71875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #krEVCgEVFINlgcd36V8BSRg8sFM2TozH { width:47.75rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxXpp052GkUIRJG8CsKTq5Mr6wRl18NU { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5sAd2fgFTcLSBwxazZmvcaoGXKI2Bx6 { width:12.5rem;height:4.75rem;top:65rem;left:28.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #LSIpcelOgZPmLpfoEtErUNT2TyUhXXxT { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWl4y7SnpTXaZqUGPOXSGZIT76SPWOyT { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZZBg9cSr07D3rZpePBmPCUTRRU5Olz4 { width:12.5rem;height:2rem;top:2.90625rem;left:18.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf21PDGXsPPSTAMbeCWSoLyaMLTZz5pf { width:12.5rem;height:1.25rem;top:46.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA { display:none; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWcS23OxZ6sfrehplb7i7AeEXr5LBoyC { width:43.0625rem;height:1.583333375rem;top:3.623779296875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NImcU72VW4XnAXM0MRqeLB35D5tKSJDn { width:46.6875rem;height:23.48125rem;top:1.9375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqbKhTsN5hkIBVS4ULgyGwd5arMVpEk { width:9.6875rem;height:9.6875rem;top:105rem;left:0.18244457244873rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOkxishA5fbZATBvxlPsumOWszxHpOTb { display:none; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PUPCXRIKemk4diQnqOXkyveA6Sce19tU { width:39.5rem;height:5.0625rem;top:2.0208740234375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaiNrlwK3WCInBz6bMzbf42rKr9Vqbpt { width:39.5rem;height:5.0625rem;top:2.0208740234375rem;left:1.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh { display:block; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd5MawNsV0bkGmqLBS1aCkci091O3Naf { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmftFigilkSFU5R8dIRT2sphT7HdP9U { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5VVgZtROlTyrPJOZCsZtVlXstxqd54 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp { display:block; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3GssDxqItuhiJ9KmdCUBX5ZKa362Lv1 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU2g3LZri60h9fRNQFUQFvpeAtAanh1H { display:block; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrPTJyblPSafTyMlTEJ6fVnfIlpdbGwz { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtsueVECeqqZmdGBigFG7x7b48EW6mwJ { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcNR32QdkxKno2dbPJHFHI4sG4fttyRS { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #v4tOuaLxtuGKwUmvxcpXuMSOig5PKTR1 { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0pNs3kceGqgf9o8JIPDkkBzsT3zGFi { width:24rem;height:31.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Vxxeb6KEL3FOhrsxxQmSW9LSLvh9wZKT { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MubzLg5zui8uESllqxPM8yVv94WFWAuV { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly8M7vLkbuhZWTyx7ZuCPTdwJXCPGbRx { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTGcimZorEVDHodA5aB96rgGBOeSV8Pi { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zftXs9CdbyotnbHQcKrvKztPU6GKxEmx { display:block; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ { display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA4Z9GUlplNG2IeUXHTO83pZmWTpqNqG { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWciUCJdBaNLdmo63CUC41kXMRJ5M9C { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxnDHwevbpXJCZNDS3fLCVdcVnvf3y17 { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ZzevVFDRVinK24C7PV4hsbL8ZPHZe8Ir { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tb5ZeLfyKftLM3vuD6owoGx81aMOaL { width:24rem;height:31.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #igQTrJ9KJWqXrdM1ktiseAZ7NTDEbcsb { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnnXUc28gGxqKTa5ui5927qLUQLndxb { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t53Ud0tUrJTfnUoqVkWdDOXgdrgo8txh { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1z9mtFkZDHXZ46eWGmpyWer6NEdpTFU { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi { display:block; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATKWwnL7xGcODyRz8qdygH9H4NpiqOMt { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMsnPUexuMx6pJwcD6Tz16IONWsmhhTQ { display:block; }
 }@media only screen and (max-width: 763px) { #mzQiOtsmXA5mCTa0JNVrt0RSrG7pXl5P { width:44.6875rem;height:2.5625rem;top:7.75rem;left:2.1518115997314rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1k0aLCRE02XPiLmZcg6b25H84133Uv { display:block; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATibuN4ygX0PBTbmAWzNTQHmpNK4sP4r { width:47.75rem;height:2.84375rem;top:3.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrV2awOcwV9PEmcuUnGPtPTgNTGpMGOT { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGE1Zpd9EpsAoekZbaKVPdmf81D4TtBJ { width:11.0625rem;height:3.3125rem;top:22.375rem;left:10.6875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #i42udRb6Uxi3liQz1XFkvfqKt9ym3OST { display:block; }
 }@media only screen and (max-width: 763px) { #mO8fg9ABaW2MPV3gKab6bBwSoBKwlQMB { width:12.5rem;height:19.375rem;top:8.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxutvp094iSRoE7FUeb1ypZ36BNZPXL5 { width:11.75rem;height:2.7625rem;top:15.25rem;left:10.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVpeHU8mkknTZVPgOq6NmsaEao98UESc { width:10.5625rem;height:5rem;top:9.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGG5RSTN9aUa9uguTDv0qmIbbrcneCqh { width:25rem;height:16.1875rem;top:3.5625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { display:block; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container { width:47.75rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNfSrWTrrtAHcDcfCzG81NhKwNMiUq6T { width:5.5rem;height:5.5rem;top:1.75rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egExyH2Vz12pLdtTMGuPbUdZKA0GE0Un { width:15.0625rem;height:3.25rem;top:7.3125rem;left:16.343751132488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqfzeyq9F7g6gBS3NamKGNWfh3qA55Iw { width:28.125rem;height:7.3125rem;top:12.112501144409rem;left:9.8125001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnHHw3PDCraO4Gdv0AlCpalb206TdD80 { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mzg2TcQPTqa5U292PFVf2b4gEaFq0k { width:5.5rem;height:5.5rem;top:1.875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUtWLPofKxUNpwTiPRdf1cI3yGFV1HkD { width:15.0625rem;height:3.25rem;top:8.5rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWd4N4TlUKykrTw40O7Vp0eD6k8QzhTi { width:31.25rem;height:8.775rem;top:13.350004196167rem;left:8.2500001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkF4dpoPh7A5LLD14k5gx69dt16daSd1 { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uft0xXAFxrHEflHTzIfJoKXdafVoT7KF { width:5.5rem;height:5.5rem;top:1.875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBUlH3tTxXBCOFPD9qSHvLhhxRvx43md { width:15.0625rem;height:3.25rem;top:8.5rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3WzWzxleKH6TIpJosqpTQzsRs6DXx5M { width:28.125rem;height:7.3125rem;top:13.300000190735rem;left:9.8125001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRlT5f7WXoKvzEXN88OfXPtdiWsTnlD { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnWwQCQ7PbTkylnsAfpsreXB7Z3op0Q { width:5.5rem;height:5.5rem;top:1.875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RidzNZ5LpwC583ARaStkV3LswogVJa50 { width:15.0625rem;height:3.25rem;top:8.5rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBXqEOe7vTncUrZ5p2RyVSw1vKgqmWp { width:21.875rem;height:7.3125rem;top:13.300008773804rem;left:12.937501132488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbyGlCL0HQD7UVdU3h98Wwx6bMUPsQDP { width:41.5rem;height:9.66875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXLeZ22yCK0WGWNJiDThSyUSsbHRtGnl { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBeok5q1yc18XHGP8esH4a1AOWuAoHSi { display:block; }
 }@media only screen and (max-width: 763px) { #CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t { display:block; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAHxnVZgFT3iGp6WxSvgJzumA4JskhA6 { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNZcBTZFEPEvSdWpvrrEIke1SQaa8JCR { width:12.5rem;height:19.375rem;top:8.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCiyqbrPcd4gkmzTH5L4QC1u5mlTPsJ4 { width:7.6875rem;height:2.7625rem;top:15.25rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSEhF6rEHL6G3DFOtcG1FlmSHAAWmsRf { width:11.375rem;height:5rem;top:9.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsw5Dqt2nQ9mDFWKFcAFvBPh5f2p3o7A { width:11.0625rem;height:3.32291675rem;top:22.4375rem;left:26.0625rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #uTi9TT1FOJMBoM22ECxK2nlkZcQJJTWs { display:block; }
 }@media only screen and (max-width: 763px) { #oJAk08R6L7TRuphboNveidOaqCcChnL2 { width:22.4375rem;height:13.5625rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { display:block; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bueGrFVN42R0DpdDGuWl8vy3K3TKE0Si { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7Ua34EiPeJ1hfcCun1vrhWza4zB6hK { width:31.25rem;height:4.875rem;top:7.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AELrwVuTa2CaOsQkvLKQBWi0yEi9Af0S { width:31.25rem;height:4.875rem;top:7.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FedTtG41tGBrw9zngBBng24dZ80NWWAG { width:31.25rem;height:3.25rem;top:3.4375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5vP4wQSSVJTwNHbRt8z1OOK3DGoL8tV { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVtZPK5ETFp9XAeahIkz5yzvJW0pBds { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1LtDsApRfyBFIqILHr6DagRMovQAsy { width:28.125rem;height:5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBUiS5Ddg98MBwaZElbw6NxF7khvDEx { width:28.125rem;height:6.9375rem;top:3.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJL5p63A9ZrzSmyxwUpdf7hyIghg97X { width:28.125rem;height:7.25rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHgu4mCn5vE4iKIxJggiz8WxiaLQkAI { width:28.125rem;height:7.375rem;top:18.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4FBIDLAHTOhowJ6700cUdduhDm9VZLB { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PctxvzlnJoKNuNc26CItWh9JmuxuRcuW { width:31.25rem;height:1.625rem;top:2.5625rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFfhq9dw5yiwPsUKVzq1p2ERUAZsLJO { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKJmNlg6TDHH8ViELtytf6keihG9LxE { width:31.25rem;height:1.625rem;top:2.2682189941406rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4LWc7Nc1KFq7SD8pL70xZRF32hzGRZp { width:31.25rem;height:8.125rem;top:5.375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKL8srSApiAHEULrU6JcJwWg3Ucc2PTR { width:31.25rem;height:1.625rem;top:4.8125rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmnZ88KKUpqPi4Z4qOlCObMTwxBT78m { width:28.125rem;height:7.375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOqSvTxxnIX0tEMqJIbpdGMKIk8fHBm { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJOQoCGD0uVwWk6uUPDVgaaqdwcDrMI { width:31.25rem;height:1.625rem;top:2.6875152587891rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOt8rQPkg4F4bTopruEctIzSn1h0seh9 { width:28.1875rem;height:7.0625rem;top:39.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUMLT6uzTIfiO6RAmBWXiG3VGPuBveGo { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM0xAwPTVzveBxvxNLgiRpMWBzOWOiKL { width:31.25rem;height:1.625rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPd8JM4mfTzezgmSCxTisdOPDGvPZusB { width:35rem;height:3.25rem;top:5.2083740234375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o179REmKBsSyoPGT5o3maBFKT37NlfuR { width:35rem;height:3.25rem;top:5.2083740234375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iauh9PIh4qJrKEPkknkeCciNQRJgnVtI { width:28.125rem;height:5.9375rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4W6IbpZL0ghgt0QZWCVJaPnJvx7nxd6 { width:28.125rem;height:5.9375rem;top:54.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6qIMneu8BTMLSLWVOQnUsxpHdOfeC6 { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUuBwfZeI8xQ6VDh3U3CMQdCVdFxnVcG { width:31.25rem;height:1.625rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neCFoNzoCN5TCFTygv7lCUk7Jp3rpDVD { width:31.25rem;height:3.25rem;top:4.9895935058594rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xF1e6GssWtCTZftm64HTAG7h8RFMSG { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtVmKqA5JmLCZQzcZuNGSs9rfIrC1ac { width:31.25rem;height:3.25rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsAuUuq0igXyQCvzDMZ13CHs4sTNzQDH { width:31.25rem;height:3.25rem;top:6.6028442382812rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPUGpFdJ5qyyBL6fumv3EPXn8NKNuVV { width:28.125rem;height:5.9375rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7aQXXHL5CFMorbTATd7RInzWP0tsTkx { width:31.25rem;height:4.875rem;top:3.4570465087891rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bNGDGm7OL27C85v0HFc6Nvx8CG1Lnz { width:31.25rem;height:1.625rem;top:2.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcxdAaty2sW4NrTZ3hAMxKwPnXmTAGk { width:38.9375rem;height:1.625rem;top:5.3841552734375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVuMGwe88cMWC1aE1P4zX0M0ITEHqvC { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O777yUCFNQtaCipMdKDzRaxnzRqeXKaH { display:block; }
 }@media only screen and (max-width: 763px) { #VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid { display:none; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vo4a70kCcn0RMQ1nVTbayGGi4Ax5M6NV { width:37.5rem;height:4.875rem;top:3.5625rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZGxcdaX7H2TvThgFc5vCrPXeTNsIh1 { width:18.75rem;height:0.0625rem;top:2.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGgamxcTlzmywlOJ3RWnDcv8T7SDwxP { width:13.0625rem;height:13.0625rem;top:8.4375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTtv83naxrwvwSH7ciF3TXQup6AlPmb { width:25rem;height:16.1875rem;top:3.5625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 { background-color:#eefbe7;background-image:url("https://images.assets-landingi.com/uc/eac2f862-c5ec-450e-97ef-40ac0f02e553/OzAiOW1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.adaptive-delivery-prevent-bg, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyload, #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28.lazyloading { background-image: none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { width:47.75rem;height:22.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EwF2WFwtOhhfAM5wz3KlqKwhFxHzXASV { width:23.5rem;height:16.875rem;top:2.78125rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JFo1DvDf1QP6u0TJyUTQpkHkrLgluo { width:23.5rem;height:16.875rem;top:2.78125rem;left:22.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsOPTF2atUHwkHiTESSULKLEFS19N8Vq { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT { display:none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { width:47.75rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mc7ntFrgdApOQORurc0DHoWn0IZog5uM { display:none; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { width:47.75rem;height:21.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LmyZF9FkK2XuNXQfwBGkJLPTDQ0EyOym { width:37.5rem;height:4.875rem;top:3.75rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6N0M1G3q9MgN1SkISomMqL0XT7ZXIQb { width:18.75rem;height:0.0625rem;top:2.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufs3cph7fbpVeTTAvNLLss7GZBFzFngd { width:22.4375rem;height:13.5625rem;top:3.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoWGWCMsIm4r5n3x0yK3cZ38iCb7lFUk { width:13.0625rem;height:13.0625rem;top:8.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP { display:none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz { display:block; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6kEux8aseSUNHL0mr93UIKwIRBnT56f { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1TI8qabvJqInrRbITT3oJ0afCv3otr { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE { display:block; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC { display:block; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { width:47.75rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPG8SqyxZPzyaHQTbvMXetgFaLQlZBGk { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiuHz3Krmh5DWWtG4aW3VpRbgv7osBo9 { width:41.25rem;height:70.6875rem;top:7.312744140625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIBarsMlyibVqkVoxtadz2hIN6HTacH { width:6.1875rem;height:3rem;top:5.781494140625rem;left:4.5625rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAU06D7vTuDisEkBpmLI472SGReOxsXr { width:37.5rem;height:59.2875rem;top:14.229248046875rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqvOSO9xkgOQLWgXFDtrQ33SbRhGz4GZ { width:9.375rem;height:9.375rem;top:2.625rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v { display:block; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { width:47.75rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDvm5STptpfdNwG7witlWomUIxMmTncp { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeMuut4XxqcayTQ3F3pxrV1VXDh9TD2d { width:41.25rem;height:24.4375rem;top:7.14599609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbC825ItenHrA804SoQTaGCBaSBnDmg { width:9.375rem;height:9.375rem;top:2.561279296875rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqoun9zTXcbTw6UTGaQ4tACXL0Twgyuu { width:6.1875rem;height:3rem;top:5.73828125rem;left:4.5625rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0dZMBSSLAAPdGLdEaPgl3orPvCOE20l { width:37.5rem;height:17.2125rem;top:12.125rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv { display:block; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { width:47.75rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwWZV9ZykPEumWpGLO6aZ9CbvwaKHCv0 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w12gKC3T4vaoqZTWFIQqE3S9z2vibMxA { width:41.25rem;height:47.5625rem;top:7.42724609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt30ytWUwdNW6NvmfXkzTh4BmKDtKcMP { width:6.1875rem;height:2rem;top:6.8828125rem;left:4.5625rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlF6g2z8RtoltWDXq4nE8UKiJyw16Vxd { width:37.5rem;height:38.25rem;top:14.3125rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLS9aaTMt5I77cCRPWdOMk6MkIiTQtVo { width:9.375rem;height:9.375rem;top:2.625rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 { display:block; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { width:47.75rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXFeDHMw3PFVmgEHSvFJTvMXRz4WzDDx { width:23.3125rem;height:4.0625rem;top:9.85302734375rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cg1VK1AMDST6POTI4wtbN2Ar0U6FBB { width:23.125rem;height:0;top:18.10302734375rem;left:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXKgMFdqbvNdqFgI0i9p4MshV3lvBxkP { width:4.6875rem;height:4.6875rem;top:5.14453125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuCq3ddyopKcbtv5V63GqxDV1ZDBxPOt { width:32.8125rem;height:11rem;top:5.9947919845581rem;left:7.46875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxqhCmDwQVpPZbnd732URKMLMZ6vLuMx { width:32.8125rem;height:13.75rem;top:13.9375rem;left:7.46875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDRZ8KsEU4TDKf8hxJNv84FAPgG28tUb { width:18.723958969116rem;height:3.3229167461395rem;top:27.123779296875rem;left:4.7838544845581rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #q6bNQfqRzWx3vHoO7LJBpFuLzgAMvIWB { display:block; }
 }@media only screen and (max-width: 763px) { #aRxnKG19wyGrXS6a3OwoypzTnOIHPTgT { width:18.75rem;height:28.125rem;top:5.10302734375rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoUcwPOiDcOwDg9qG5WU2ZSSBkuIWOP { width:23.125rem;height:6.5rem;top:16.030029296875rem;left:3.1875rem;font-size:1.25rem;z-index:15003;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7ffc1b-8035-4d33-a206-81888f93e851/Zdjciegwnenastronzapisufale2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.adaptive-delivery-prevent-bg, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyload, #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC.lazyloading { background-image: none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aF3MN5TBcbbyLq2o1ERu8CRxQKgTO4X7 { width:22.1875rem;height:4rem;top:3.125rem;left:20.937500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtyNFg9G8p1EPpImngMeFVzwolUFG2CJ { width:25.625rem;height:25.33333375rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXtIEHe2eL8qzc04FhMypkVlZIzOZ66 { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4dccf42-8516-4fb9-bf40-7bc8805aa326/KluczedobalansowaniaVaty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.adaptive-delivery-prevent-bg, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyload, #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u.lazyloading { background-image: none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DkOWhPqikuUqS4TXMqqOmBmGFaRFKkXw { width:25.625rem;height:23.750000125rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RHAcibEvGV1wrXk0lHxy9ee0vBbgKc { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { display:block; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container { width:47.75rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup { display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKe50ecfTyCdn6ZtMtxrTdJBiU5RhOUI { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPnB2V2i6PFQgTG2gqVU7f3Mw1tBIvHI { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { display:block; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container { width:47.75rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUoWyRcvRDo8ScwFC9EMTyMwfq7zZMyr { width:18.75rem;height:8.125rem;top:6.375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PgskKxpJcDA5rUSGoPXJW1sNPp6Kg1 { top:17rem;left:2.75rem;width:18.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guzzL43c78O6d1qm1Cx0Zz6DBO7BHTVy { display:block; }
 }@media only screen and (max-width: 763px) { #E0yT4Ikuoh268Qi4KrDsyRQB4T57AGIv { width:18.75rem;height:21.8125rem;top:2.39599609375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { background-color: transparent; background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .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); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { width:47.75rem;height:19.125rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/DXDCZo2y/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container.adaptive-delivery-prevent-bg, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container.lazyload, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TKIVJyhsMqGuHQkKh4RMGkJXxXmPVSxI { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDuDfEklg1QO8AMN26A03wsUJVIwWTcs { width:37.5rem;height:3.4375rem;top:8.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiWDwSTpqczaVydUTDfT7fm3R1KVG5NK { display:block; }
 }@media only screen and (max-width: 763px) { #MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy { display:block; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbQL5N29GBNFf0Ho8cbUnILGWnmVeXHG { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3DelLTgUS5FP7uqBgwiJ3Alh1lR2Igb { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRoVCd4E14otCFGW8WAib2DBiTr8LvVi { display:block; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJlQrcwnMbVNGJcg8QXxVUd5ARwQ7UFe { width:25rem;height:3.5rem;top:11rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSIDyAA8XSGwad8GRl1GwquMxKlMawkf { width:25rem;height:3.5rem;top:10.9375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTMDOrnBsXo1sDUtVq4fMUWsXFP0WqH { width:25rem;height:3.5rem;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5hB905gBiQ9pVVrXWmGZJmk2lvff7xx { width:25rem;height:3.5rem;top:18.0625rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXKVLiNQ8RdoNmH3ozzEIgkDoLP6MF2e { width:23.9375rem;height:3.5rem;top:25.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Vn33vrtPeqU30EhIcCp1vvoAQTTNer { width:2.5rem;height:2.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV97TpR9H9rh8AJNTWt30zolgariMSVb { width:2.5rem;height:2.5rem;top:11rem;left:25.445538520813rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwIgcGR9XLkkteCPcUt4ibGPFToHgfJ { width:2.5rem;height:2.5rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6eJ7RcPaGTbcXtIK9c6vQTxk5rpEgp { width:2.5rem;height:2.5rem;top:18.0625rem;left:25.443242073059rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZGeMtKr3FqQC8k8E2msDuyDAsXnXln { width:2.5rem;height:2.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdu3hTzdOr9KCmQFkniqbTDK8WFJl5EF { width:13.75rem;height:3.375rem;top:2.40625rem;left:16.166015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeBHtQRH1Z9oFasdtzxzg1brrbxclD8N { display:block; }
 }@media only screen and (max-width: 763px) { #ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q { display:block; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5KiOQoA3ZpohoeN5IDaoAWLyomOC7ae { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc06HubsJ7cekL18SgDDC5d02Qr643n2 { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v { display:block; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTw6akv6eLMcfIhiTPTDsU0KXGLRJ8mW { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EBFT2GGsMU9C4IBQwTukbskJnn0fibpT { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmTmtAwcVJUyPTg8UAuxcnFlPdAOuzmx { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQwu92er9T2X1Si3XDKtgCZ3Gtdod0xa { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TteTPI8dx0wCT65Gs6LktvKgtAThfwXE { display:block; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMNFBLUPHxWCnAL31ffsAxVihCRZ5MPH { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEsA9BXKqwgCJTggm9VkkTFTsD3CnhZd { width:47.75rem;height:2rem;top:5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0eMzDRrqZnWMIRZdPLq9T7C2IOEpS2q { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ca60XX55Ure7FExCizfr6Pq7gvsu9aEB { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1775wTOJWTxBfSTEE0iC6i7zSqBNEC8 { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z3eEXPQCUJqS3ehVF4wfvTqozxT4BgDK { width:41.5rem;height:17rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE { display:block; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeMZblz7sE1cVXMxHCeZTV76TE5N223o { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPeRzW5lo8eBupUmR1UO6scsw1cQm5S { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo { display:block; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { width:47.75rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo { width:43.75rem;height:25.25rem;top:0.0625rem;left:2.0000001788139rem;font-size:1.0625rem;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:before{  }
 }@media only screen and (max-width: 763px) { #cbIHruK3KpBJ2EVM6X64948vQluUvXI5 { width:43.75rem;height:1.75rem;top:5.1875rem;left:2.6089143753052rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0udmVPqWVGFIx6LfQV8iUMXL7TwpKbH { width:43.75rem;height:1.75rem;top:10.9375rem;left:2.6083984375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHc1eHeW8t6C96JUJ8UTp2lpqUJZGq5 { width:43.75rem;height:1.75rem;top:22.3125rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNT1U7UuxT32mu4lTPfEIm9zQtH56eg { width:25rem;height:1.75rem;top:16.5625rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukq2oPwtQIzt3a1raafEyTtN92oDoLRw { width:43.75rem;height:1.75rem;top:28.3125rem;left:2.6054677963257rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLd79hnm8dwwRSI4w74FbqryVFA7n1px { width:2.5rem;height:2.5rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4G12WBWmOgN0xfCy6MOkSxtgJB7o9Z { width:2.5rem;height:2.5rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifr6v5dDFyOs8HPB8q2dmWE4R3y1AoSU { width:2.5rem;height:2.5rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAg6F6PrI6wbe7OoHAQws47Q8wGh1OgR { width:2.5rem;height:2.5rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrqG9U9ITetbk2z2ps2sPQi8K9QnQoOw { width:2.5rem;height:2.5rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTzL6REy8cLuEQ0aI2TWTKGcs3HRKZnX { width:2.5rem;height:2.5rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydvACylcTTlaxte6LDxStIdSiENDWUDG { display:block; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { width:47.75rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zXvEm7m9pg6mnVMSLiVK8B4LzFGfQe { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ0COFnALqMKdwxBOV5KIekJylZmHxPX { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #piRwOuAZtVuWLB27L0hpuehymwW1kPl3 { width:11.1875rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe { display:block; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFXsXldsGgxzJcwI9nQ3NBhxPQnpZx3p { width:37.3125rem;height:2.25rem;top:3.875rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf0hVRe1C2kEbgG41ATai6VVi87wvccM { width:47.75rem;height:2.84375rem;top:13.1455078125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyMTa6OtT97QGTb2tr3uoFTBm6pf3Lkh { width:30.625rem;height:2.03125rem;top:6.75rem;left:13.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #co355MkxG0fL5fiTKyVW4qM0yTswmok8 { width:47.75rem;height:3.6666667461395rem;top:16.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rs6Ns5zxSo274qLTcVPqGsJEZykqfEqD { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uvoh5JfczQiSTPOVCi756nH8mnic5DAs { width:47.75rem;height:2.4166667461395rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { display:block; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViiOl9iCQxbiCZGcrVLMTZPebXdP630a { width:47.75rem;height:4.0625rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTefLGhRFM6KyCJE2Osn7tIvlZePs4ko { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF71ThGErsavay8FD7fLMPxbOamvXqce { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6JUZCWFPi5DD9UkM30EuIgToAKLdtG { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhbwpIL1eK6mnNhIetyRs2T3uKx6USKG { width:13.5rem;height:8.75rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T7fIx9HRiKoBkAInTrSIsIXpEbOmNEm8 { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOocT2soTJgl6tVbDZLTym1CfiHQgqsI { width:14.3125rem;height:3.25rem;top:14.25rem;left:15.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwGTMd4fUQ1KCVeMTCM6Z81lRy6U7PIE { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLTWClFF3byB7sIwKhgaT84EP6FMDa5 { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #osSkqBU6h7TZme7THKxI2NVl5GxvXdM6 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpIN7cw25CPHxoaGvakhqPhNbyk31SSn { display:block; }
 }@media only screen and (max-width: 763px) { #BV0sBEDFVx9CVWJzrKEbNR4c0Rfht0AV { width:21.875rem;height:22.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBA2C4wZKrHvXPWvxVwrPiDeBkSrNZMn { width:19.5625rem;height:22.3125rem;top:2.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRGMkqiS29MwrG1lHAuRuLAXmLTiQQmM { width:23.8125rem;height:22.3125rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb5GZi6hsPLZn3cHXB1z954q0dnW70kf { width:5.4375rem;height:5.4375rem;top:9.7705078125rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFkT81VS5oVDEXbHifpxRIJl2CComtu4 { width:13.75rem;height:8.8125rem;top:0.875rem;left:30.1806640625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #z9wZFwnFW1WD81q9d6rErcmrJAT1Qaxc { width:12.0625rem;height:7.3125rem;top:5.9580078125rem;left:17.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3yi8R69Ct68Kp2EAdpcHhGVdqQ3tiyG { width:17.1875rem;height:11.0625rem;top:4.0830078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnZ8eK1ubyU37QrzCpl1guI00ontLpZD { width:11.625rem;height:7rem;top:6.1142578125rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceg4nbMrFqTUcVMtnETggoQKNTVBJ4Sn { width:15.125rem;height:3.25rem;top:14.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU25SkAEweDKSH0VfASiT56TE1KkZg0p { width:15.375rem;height:5.85rem;top:13.2705078125rem;left:32.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR1Ka1EsWrX0tIpoWI3IyA5hDKi960yE { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5OrEOgZ27HnTSr6eXFV32T4pCG8TCte { display:block; }
 }@media only screen and (max-width: 763px) { #gMkM4Is0FekvJ19yIHNIpOM5K6FV1WQC { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhksNg7oaTpfZcbZ81qymH9i02iPWCSD { display:block; }
 }@media only screen and (max-width: 763px) { #GGKUtS4kn3USHEdpm5biVdDI8Xp48Cn4 { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhcAJHy7Lh9H7k5DrywUgIDOs5x2QW7i { display:block; }
 }@media only screen and (max-width: 763px) { #thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c { display:block; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0SXaeuxDxCRfGqvk6K6xVHEKiPNdhoa { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTH19NQeZlcJCzkbwKgATDkLxTntQVzP { width:16.25rem;height:16.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlzxZlVoyeTWZZ1tHdOQSm8laSopDTRI { width:16.25rem;height:16.25rem;top:10.5625rem;left:5.7488489151001rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNb79X4LfQDi9G0FMcJoNvFFzCkncmTl { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXvxcuqKawQzEsv9sr2ZrMmtwUNVpVAa { width:16.25rem;height:16.25rem;top:10.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmk2MSryiBv78IQ7u7srNGBo5E8VUUe { width:13.25rem;height:5.25rem;top:11.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TTTZ8581ns9olGA5pB2gEXTpggwdeU { width:15.5rem;height:2.9375rem;top:19rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cufb2WqyOZHTLwrgNzZ9UmioqZtbSMAn { width:12.5rem;height:5.25rem;top:11.875rem;left:7.6214466094969rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kftCUPxhTo1W6Og4eZGNo9OKKUPpsVbB { width:15.5rem;height:4.5rem;top:18.25rem;left:6.091796875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQDVVJI3pVgQxG8qlDoKs7ua8qWWuUrE { width:3.625rem;height:5.25rem;top:11.875rem;left:33.4296875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPcxT5D8h8sVKfUBmvFDNzlCMpUhAaV5 { width:15.5rem;height:6.125rem;top:17.5rem;left:25.774854660034rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDHM2WucErSmkPQyq0aRwFNrmHrerc0 { width:7.6875rem;height:3.25rem;top:12.8125rem;left:26.251953125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0o9l28Bw5AWrA5lW5ZapNcU0Fmnbs70 { width:3.4375rem;height:3.1875rem;top:12.8125rem;left:37.114888191223rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUGp3UZ0EIpJN30c0UhhC25lvAe8ir9I { width:5.4375rem;height:5.1875rem;top:11.875rem;left:42.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMku1r8iFuEC7wFlzXJBzus3iT029T3h { width:2.3125rem;height:3.1875rem;top:12.5625rem;left:45.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmf48S17E7Rskbcy6Gpq1URzSt96M5r { width:15.5rem;height:7.6875rem;top:17.3125rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQpxAHTNETFK8mBSEqaSmcIxSPbZoRn { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl { display:none; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { width:47.75rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvnfTTpoeEgeNmr7Lbb509RcH01L2Emb { width:47.75rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8VU4RJwxdLNNgqNLBWWew4iCJ5PhgsJ { width:18.75rem;height:0.0625rem;top:2.5rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { display:block; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWdiLgou4AiyQNw1RMSdETgFlBTg3sLu { width:47.748699188233rem;height:1.86875rem;top:1.49755859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ4660gvOd7iCRmK3armJLA5pwXa9xQc { width:13.875rem;height:4.375rem;top:2.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW { display:block; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row .container { width:47.75rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWXKLFBL63aob1Wt78fTF9BQBcv5uohw { width:47.748699188233rem;height:1.86875rem;top:1.49755859375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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 #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L { width:20.625rem;height:8.1925rem;display:flex;top:5.39453125rem;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: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #T8zDLBvpJMI9E9beQcPr3fDMfgNI0VA3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #cXiNxsuw5rbgn2RLobTCy2WUZQgVA9Ae {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #CbB2bwusakZRQfMyMFZG34CdhhTkysBq {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #CozSKflkEH6rXpMIBqAlhCIc55BdnJff { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #FItwUTVKTNtAG5GL9TnD8EiVPPPvT0Iq {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #PTaBJULTAZkAEMyheetRcJfB05N0aBXf {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #P1qVl7nECHws7Fc3svnB9aKntTHE1mXN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #wZ7IIqTlSJrnILSFBinpcmM7xJI5ckmh {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #M6QAJy0uHDrfwVkJJUxAQkTGzMshzQN5 {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #ZDMNWDF1MbEl73wVMfJUH9pAsVgZTtad { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #dCBtPr0MveR3xZMPuQz2DsmT8e0yvTn8 {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #nLoxsEONcmTfOf7Z8cy3swdnyw8d7JVw {  }
 }@media only screen and (max-width: 763px) { #z7Igsk465hLE2nC3vdH44kTGohLBss2y { display:none; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RuavHvZZ7WENwzsugvFUEuMzE1lh62SJ { width:13.75rem;height:3.375rem;top:2.54052734375rem;left:17rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFyCzL8V8JEvoVG3rAaod75Bn0HoSXR { display:block; }
 }@media only screen and (max-width: 763px) { #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { background-color: transparent; background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .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); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { width:47.75rem;height:18.75rem;background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/plYevto2/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container.adaptive-delivery-prevent-bg, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container.lazyload, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Pbp3AaoqcAbJCPqEqTBnLKxELp3a4UFZ { width:7.5rem;height:3rem;top:11.93359375rem;left:20.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QogtdT5GbD8u2OQETUFFPNIHh3T7F6sa > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOoPqdMZBDCXwOPhgEkgftMyqPsqW8WT { width:13.0625rem;height:0;top:1.7083333730698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #u9PPL9pXaZqMcks368bTTFJi5lMCcbS0 { width:10.4997701875rem;height:0;top:0.83065253496169rem;left:5.8513325452804rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ceRu29iHRXVxwZD08Ebpo7BSWDSU3q8K { width:8.5615806875rem;height:1.298825rem;top:0.625rem;left:11.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HhHh8X1HTXkEkoSgJJNa042873DTkvV1 { width:4.1865806875rem;height:1.298825rem;top:2.1875rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kitQn1Ims9ngekJKCtdgVxXMfgAte5Q5 { width:4.1865806875rem;height:1.3125rem;top:2.1875rem;left:12.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nBravWQanRgoxEraGkA8OqJHnDkW0HOJ { width:2.6872701875rem;height:1.298825rem;top:2.1875rem;left:8.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThbaM6MNofVPxasIekkVGhbAo2UAXFJ8 { width:5.9995403125rem;height:1.298825rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CmVV8fit8ybOgRy3iivhm72100TcV5UP { width:5rem;height:1.298825rem;top:0.625rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QRnEhhzztflzMsv5vPt9T3ywMX985tgg { display:block; }#QRnEhhzztflzMsv5vPt9T3ywMX985tgg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 { display:none; }#azMpMykxm4DpSKVbhI8IuaINlT5x7WA1 > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ODNvO9rzX15wM3cv8wrwo72C9BWl9qub { width:20rem;height:5.75rem;top:1.422119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSchiqtBaAwcMbxcwdHNcE6hpik81w7L { top:24.68408203125rem;left:1.561350941658rem;width:16.875rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFxygXv6XxQEVOvuqASdTrbhSsxUoDT1 { display:block; }
 }@media only screen and (max-width: 763px) { #IHVbhfy0MJqG1PNikZLUXbbZCnMRT7T7 { width:12.5rem;height:14.5rem;top:8.748779296875rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX { background-color:#377815;background-image:none;position:relative;z-index:auto;display:none; }#sngRFMu18FqlTSuTaEMbtaHf8DZyJqIX > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kFK2deoF6FUnuU7qGykAzpTOFCz2sda8 { width:20rem;height:0;top:6.3529119491575rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUt4RZRbdkthNN7kiKqHLlwHDzgbPo0X { width:18.125rem;height:5.5rem;top:32.6875rem;left:0.875rem;font-size:1.1875rem;z-index:15002;font-family:"josefin sans";font-weight:400;font-style:normal;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #fgmp6TKmbmzzvzQKcTKcJlRfgHMW7iKM { width:18.125rem;height:0;top:43.25rem;left:0.875rem;font-size:0;z-index:15005;font-family:"josefin sans";color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WT8WDBEEU7XalL8fpEPy2S0asNUkeRww { width:20rem;height:0;top:35.081570148468rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #lSivMrssHc5oPAPZPTbCyq7btNgWT1VX { width:20rem;height:3.625rem;top:26.061579227447rem;left:0rem;font-size:1.4375rem;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l0XnSCWh19y0iuU3MTEZ3tZozV3oem6A { width:20rem;height:auto;top:24.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaqfNsMeqvOfguUQhVJ9T8SzupRvQmcN { width:20rem;height:auto;top:31.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNAy37VT00yXOUZtgeqcP2DFNnE9e49U { width:20rem;height:auto;top:35.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QflRfi4L25IgxvAnD4FiNuPRvTvf441I { width:8.4375rem;height:4.1245403125rem;top:21.184511661529rem;left:5.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VPdHPrmpEuG6mqIEAV29wKu1J65g7X { width:1.25rem;height:1.1875rem;top:20.8125rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJnFkaxLrLkHTmFlUqQeOBlKhJBsvv8i { width:16.639015375rem;height:3.2015165625rem;top:40.873157978058rem;left:1.619944691658rem;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.125rem;border-top:0.1875rem solid #ffe298;border-left:0.1875rem solid #ffe298;border-right:0.1875rem solid #ffe298;border-bottom:0.1875rem solid #ffe298;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyemvwCp4y9pTc6hyRwiDyUaJbf4Tasn { display:block; }
 }@media only screen and (max-width: 763px) { #oo9PMDhLW9tPSreD8mBOQTPzd62lMvU7 { width:20rem;height:15.625rem;top:5.2987132072449rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExET1PTzTN9xyIlf5adTfPxc4JDshhbI { top:31.5rem;left:0.625rem;width:18.75rem;height:7.9375rem;z-index:14999;background-color:#f4fdef;background-image:none;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPeqPJaEEqtzATTTkfGBSIdhUUr3nhz { top:0.9857540130615rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:14998;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH8ew3a4R76HwzyTPupeQo5iTRP5lTHF { width:6.875rem;height:6.875rem;top:15.121782779694rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p { background-color:#377815;background-image:none;position:relative;z-index:auto;display:block; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { background-color: transparent; background-image: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container > .video-iframe-container { display: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row > .video-iframe-container { display: none; }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .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); }#mZDMnqTHFqsJb9HMuFTBoudUk7rZJB4p > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aw3532e7wUQBKEsLpTwewTxNlXZBe1z8 { width:20rem;height:0;top:6.3529119491575rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvCTf59wxkx6CWsi7BfmZoz18JRK3iCS { width:18.125rem;height:5.7rem;top:32.6875rem;left:0.875rem;font-size:1.1875rem;z-index:15002;font-family:"josefin sans";font-weight:400;font-style:normal;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #g7QxUSErZA3di4XJBVkeS3xxo1sEUeBx { width:18.125rem;height:0;top:43.25rem;left:0.875rem;font-size:0;z-index:15005;font-family:"josefin sans";color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v4Ondf9ThC38ndrdewEN6dnK68M5BSxq { width:20rem;height:0;top:35.081570148468rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #O9NTGwkua4aOokAZIrCxO2DLOAqxH5nT { width:20rem;height:3.7358rem;top:26.061579227447rem;left:0rem;font-size:1.4375rem;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3qy1Tp9857o6RhgyPuS0XhTA62TXbc { width:20rem;height:auto;top:24.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7exUuR13zpZt9eDuB7wfwAdSJlGD85T { width:20rem;height:auto;top:31.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKVphXU8nSDN7op5FQyvwMggLbSnThlS { width:20rem;height:auto;top:35.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZ8sfUmbByqgFVMCqO394PnaTAK9RGCU { width:8.4375rem;height:4.1245403125rem;top:21.184511661529rem;left:5.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzuN9eGhFr7r58pZDuH2AOkZ8Ti8h5K { width:1.25rem;height:1.21875rem;top:20.8125rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hCK19RKRa8cN1t1eFyPlFcCh0Roeb8 { width:16.639015375rem;height:3.2015165625rem;top:40.873157978058rem;left:1.619944691658rem;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.125rem;border-top:0.1875rem solid #ffe298;border-left:0.1875rem solid #ffe298;border-right:0.1875rem solid #ffe298;border-bottom:0.1875rem solid #ffe298;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8hnlxrn9QH82SImCboTlrBRkEa02fR { display:block; }
 }@media only screen and (max-width: 763px) { #EyxetsQB69WSdlq4ZBKC0ZDgw5WJwItT { width:20rem;height:15.625rem;top:5.2987132072449rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhHoGp7skvbBaU6bF4odlTNL6uoL13Vo { top:31.5rem;left:0.625rem;width:18.75rem;height:7.9375rem;z-index:14999;background-color:#f4fdef;background-image:none;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn7Px3w3ZQh7zwh3qeVMyZeXusmbQUBA { top:0.9857540130615rem;left:0.625rem;width:18.75rem;height:15.375rem;z-index:14998;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWLsaZBobprbo2wR8whzEVGHNoJCTNWl { width:6.875rem;height:6.875rem;top:15.121782779694rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTNA8q1RcwowGblJTqcm1NM3xNQROgNR { display:block; }#BTNA8q1RcwowGblJTqcm1NM3xNQROgNR > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe { display:none; }#SQFTfoc8E5062VOFaoNM4H7oSDVqbUpe > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OTayWfPpUcFDqSXUpA1T9WWN1kgpm7Av { width:20rem;height:3.5rem;top:2.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cu1a7Ea99wKTrXvtXsMZtZqRD6AQhB15 { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi { display:block; }#boWW4raiTM9nqG2ITNW9Ct4UQX3Bg9yi > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoqfUHSLCLqXagO89UdBhvkt89OaN85u { width:18.5618125rem;height:3.575rem;top:5.9153041839599rem;left:0.71732950210569rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0vOB5J6Ix2JJCAbVC0clhRE6Oma9KRW { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBTIkMI4U0Eqyc4i1nr82VTeT2M5XzD { width:20rem;height:2.03125rem;top:2.3224430084229rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHymJmWedRg9DuarHZtJb4ODLC948Mu0 { display:block; }#UHymJmWedRg9DuarHZtJb4ODLC948Mu0 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQVlfntXSSSzyrhWb9buAGTc6zupfwow { width:20rem;height:1.86865rem;top:1.009033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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 #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF .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; }
#DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF { width:14.625rem;height:5.4375rem;display:flex;top:3.5625rem;left:2.4833984375rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #px7EK75s3Pormh0994yIp8zy2yrnqaa3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #NTrdgkqeBQZVRpnNItMbIffkRsKHV7M7 {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #GhOyAueMxtngMptta7DqWz5MsxKy7Biz {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #J4SAKaLVOlBmTMDATEKUtESXkeqiUXLa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #g0IEOqwUURO9OGklsqbiSeElpekGuow7 {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #Oc17qlnulidEpylTZX9JCa2eCCNmWZJk {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #tZ0N9TJ2g8nIT5Oxrxxi4AKBMOBxck8J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #St8WKo4iAta2F0pM1OM4K4tytSe04XOB {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #dIrk4CAWKRBJM7D0rJkqEZSBxJMPCRC7 {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #bHWNIhugAUTtr9XQC56lkAwZZGZ5eN6E { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #yPVcTLglK82rZg3VoRXWNyGZK3yuXBlM {  }
 }@media only screen and (max-width: 763px) { #DcbtbP4kKT8nN2Nof8Wi7LmuUu4fKVrF #pV1hRuKbKG9zcys7e89OpetiQeKXsGpL {  }
 }@media only screen and (max-width: 763px) { #KutnaBaGrnemCUGlC5hZcJFCtfvLbrk5 { width:19rem;height:3.375rem;top:18.125rem;left:0rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aAiqSTHQqpqR9S9Q0G6XyiRFhSiPcaGn { display:block; }
 }@media only screen and (max-width: 763px) { #Ocp562nCEzwazeSdoXwkXDTmkozGNmaF { display:none; }#Ocp562nCEzwazeSdoXwkXDTmkozGNmaF > .row .container { width:20rem;height:72.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fhKrQUaRFb1kMKLBuPbV5lcJ5HI6UUy2 { width:20rem;height:3.57421875rem;top:1.220947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEp4hR3dmASVx1Lr7pTOhuWU4cli05hG { width:13.0618105rem;height:7.8745403125rem;top:24.513671875rem;left:3.9981616735458rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueRiiJTqbvzzLIMbaWX5TN985HcnMCHx { width:14.9368105rem;height:9.4370403125rem;top:40.64111328125rem;left:5.0631889104843rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwITxf30yrC51MOtLTt2TIkKurm0DKCa { width:10.7490806875rem;height:6.3740806875rem;top:46.8701171875rem;left:1.5590533018112rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4dLIPxXJk5v4mKktAoLTtUU2lOuZEac { width:17.8125rem;height:11.5625rem;top:8.01904296875rem;left:0.90418195724488rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMV1KoXT6TiJsiTzuTsTvwE1UL7K9OWg { width:20rem;height:0;top:36.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;display:none; }
 }@media only screen and (max-width: 763px) { #ykbZmdTElPPX9cmeTO2bQCcV0evG2Uqo { width:20rem;height:1.54361875rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#f1a41f;display:block; }
 }@media only screen and (max-width: 763px) { #S4Jw9Xff5zm4VbVlMklv3CXJSzkXgUip { width:20rem;height:0;top:7.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#2fb2be;display:none; }
 }@media only screen and (max-width: 763px) { #xIoL0vdzGWSTLzl7GrSpsdGmZnoXk0cS { width:3.8740806875rem;height:3.8740806875rem;top:48.8623046875rem;left:11.187958598137rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbwglkLpyQualnwzFgALO3dGOOfh0oN5 { width:16.875rem;height:2.8125rem;top:19.625rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #C8vAtIVwSw0MksLPzfhoBeXuGZKp2V9q { display:block; }
 }@media only screen and (max-width: 763px) { #FdsZ1gFD0WQm00IyOWFP2WMOdoOyIhUh { width:20rem;height:18rem;top:26.125rem;left:0rem;background-color:#ffeac6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mf1PaIXtnNwoSNCEHCiiHlymXRaz2Q2Z { width:20rem;height:24.0625rem;top:46.4375rem;left:0rem;background-color:#faf5f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B01gwAOcVVit8sWnVaJW9TefFdfblHqy { width:20rem;height:17.75rem;top:6.12939453125rem;left:0rem;background-color:#ddfbfc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mpLiAKiuMJrHUMrSJE0zJPBflGzTMZBv { width:5.6870403125rem;height:5.6870403125rem;top:52.125rem;left:1.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2R93yrZGlpV1AkMM235RR0R1w88wKJX { width:18.125rem;height:11.5625rem;top:7.937744140625rem;left:1.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tBvzhImTIoX70HyOQJKKENn15R93LKWZ { width:13.0618105rem;height:7.8745403125rem;top:29.6875rem;left:4.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GExO9STNSkVcWd6H9HNu2zFeHPlNTQdK { width:14.9368105rem;height:9.4370403125rem;top:51.5rem;left:5.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #hT41DaJIZP8QV2XIU2Ji1FmseIs2DrHG { width:10.7490806875rem;height:6.3740806875rem;top:57.8125rem;left:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #imGZhqDpeB3t96mTMwbi14v7dtNnNdIg { width:20rem;height:1.54361875rem;top:7.3701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#2fb2be;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #FguPytWw7xlGzFLHgTzVEnEplyPTicdM { width:20rem;height:4.62890625rem;top:47.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #kkugrWDEhW4G8PsAc7GbQclbteix8unk { width:16.875rem;height:2.8125rem;top:39.74951171875rem;left:1.561350941658rem;font-size:1.0625rem;z-index:15051;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOwfT9GpzFhq8827FeSp3MeG5MzRxe78 { display:block; }
 }@media only screen and (max-width: 763px) { #tZFIKOZOTKMMsGUTplR8lKFhPNuANp3G { width:16.875rem;height:2.8125rem;top:66.3125rem;left:1.5625rem;font-size:1.0625rem;z-index:15052;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHnWPqIn2D2dADXZHI7WG4bApVe0uZC { display:block; }
 }@media only screen and (max-width: 763px) { #RGuKVCmnANFMdUkSWtmTJCSCJNkPJVgd { width:16.875rem;height:2.8125rem;top:19.473876953125rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #cHBGEPTce58PG0ULV9XawbD7SWg0vPs8 { display:block; }
 }@media only screen and (max-width: 763px) { #nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy { display:none; }#nxbTt4VNoVpZFLG4U1vz0DL2axOyNmyy > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KUQciyZBG9Ug84SBaBxTPBu73AayenpZ { width:19.9970703125rem;height:1.7871125rem;top:1.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uny43Txt7kWhCep1fk3WOXPfAhtyQ2NU { width:20rem;height:1.7871125rem;top:4.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ { background-color:#002457;background-image:none;display:none; }#EtUp6MHig9gTmgE1OK3T6yIEwwlu8gRJ > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DT3eUz22lEaQiErIwoqrATVnprSBwhV5 { top:1.182861328125rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #alCXMb7FUf0lf7Zfyaf2J5E6ZNfdKDaw { width:20rem;height:20.4375rem;top:19.986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDJpAFs72bCzX9GxqTcDmLALTT0hkVc { width:20rem;height:3.2504875rem;top:23.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmqm9CBcxfelosKA0iaWNtUO5pbzQuxt { width:20rem;height:1.3808625rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTos7chhskO8EDaA9qXEBWHzqLT9TdCr { width:20rem;height:9.66603125rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6NA36ShAJ1JBqd7TH3AfbhM6RdFTRm6 { width:20rem;height:4.625rem;top:40.423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTTNFLy5kRLer8P5Z7ky3acu63tcN7K { width:20rem;height:2.125rem;top:41.673828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr46KEwNsDxWVn4af3rMlgihLP5D3s6b { width:18.625rem;height:3.1875rem;top:45.7158203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmD3ZEiLyTN73D1TSzCSnwFi10vz4thQ { display:block; }
 }@media only screen and (max-width: 763px) { #b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM { display:block; }#b2yOXS2AvZrb6TE8eXbiMvHEHlnstIhM > .row .container { width:20rem;height:81.167456054688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6OymGwSpAc3TQzXiSb6E7CTtwRHMi9P { width:12.5rem;height:0.062109375rem;top:1.25rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhn3FClSe0gltw9HngBHKVtceNXdoQGe { width:19.4370403125rem;height:4.63156875rem;top:1.2408065795899rem;left:0.28147977590561rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9S14XDcM9QXhEEsgAqz2K35kHGD5Cd { width:18.125rem;height:73.74465rem;top:7.4241714477537rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi { display:block; }#OtD7M0u4CObGg9I9IG7dc5TNEtsHfHCi > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz06yJIg3Py9TBf1XdBBsWPIk2FsUU8L { width:19.9989375rem;height:0;top:1.2479133605957rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #STTdnTkS58undFVc4SNHHh1NByRE4HTb { width:18.125rem;height:59.9236375rem;top:5.560417175293rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U2mZTZJuvNkUG6bOKUrk4QSndpSK0lJy { width:19.9979375rem;height:3.25rem;top:1.1249980926514rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15012;color:#377815;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng { display:block; }#Wzou3h7QLTqIhEoXQ542dpCAkTw8EVng > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHRssPcCWbXJ0VQ5FQEsA86D6pVzfTav { width:20rem;height:1.54385625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvM7mgaoE6K55Jrx0tBLTRrOzrXwuN9 { width:18.125rem;height:47.8071875rem;top:3.3369140625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egnchyq8f2Ttz6PfVX5UxhVlsPNCmTxz { width:20rem;height:7.8125rem;top:52.478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwETWGA83snSFpChFW1NV89kEh9oNkdg { width:20rem;height:5.3613375rem;top:53.703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH { display:block; }#QQTBVVsgiKTtdlw7oTvOI6c2PkQKR1BH > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJE03IyvnxOyUobL2FhaAtXlPWDZc5TC { width:16.875rem;height:2.76278125rem;top:1.3775329589844rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zewNzBL1TFFFvNu8ysIDWMQby6lczQTi { width:16.875rem;height:2.76278125rem;top:5.9903564453125rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu1oJ8rPUFez6PnTXvsqZDkHVtDmvsbM { width:16.875rem;height:5.52556875rem;top:10.456115722656rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUw8NA2LPtlIJC97VuCm5LlohQVh9VAC { width:16.875rem;height:2.76278125rem;top:17.63671875rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx8U5t3ilMdAJd0oKWuuyR9iSrT84wtg { width:16.875rem;height:2.76278125rem;top:22.097869873047rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHcNMqCZn9DW2f8KneckSJm1hfiIAWTB { width:16.875rem;height:2.76278125rem;top:25.931640625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6PTxl004FwUnQW5sauT88TrvdANHp9 { width:1.5625rem;height:1.5625rem;top:1.376953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVhy7oId5SMo2q0TKTNXhaBudHllrtPT { width:1.5625rem;height:1.5625rem;top:5.990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwiGtrp5ttPUlgVSOss5nTB890PSbG0U { width:1.5625rem;height:1.5625rem;top:10.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2TvCROsJuStIQGfTv14yeauW0nGS4DO { width:1.5625rem;height:1.5625rem;top:17.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkItHKCd3k9IhO9ICmaMybXTQN3FXTKD { width:1.5625rem;height:1.5625rem;top:26.525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0sBHAtVdCkoyal55XJ2MdwKEvscDkF { width:1.5625rem;height:1.5625rem;top:22.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Vxy5cvTnGm2UoOklTuww4CEPQkaweD { width:20rem;height:auto;top:10.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QGcXbWHDzZqsiGEwZ4CvhGZDHLIFxxs6 { width:20rem;height:5.75rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMgweOTpCL9JTur4O3LyTH7nGroUmGx { width:20rem;height:1.7871125rem;top:33.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyuqrcRBEHbdGHTq2ZTzJuhlqKB64oMq { width:18.125rem;height:0;top:24.9375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 { display:block; }#WNCJeHO9vOHVXF776p5W5IGXNxtA2og4 > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzWOXeTSyE2ZksvHoyyLoPM2qUnBEzKq { width:20rem;height:3.575rem;top:1.220947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnUsr9rOcVDuSMc5Ds9usAo4I3ZTJZNL { width:13.0618105rem;height:7.8745403125rem;top:24.513671875rem;left:3.9981616735458rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmyMwZfXH8i3TJHW1BcB7r7ZNBxi0o4F { width:14.9368105rem;height:9.4370403125rem;top:40.64111328125rem;left:5.0631889104843rem;display:none; }
 }@media only screen and (max-width: 763px) { #kU4PfrCNiBJKoGlhS4ZeNlcTGxqolfW5 { width:10.7490806875rem;height:6.3740806875rem;top:46.8701171875rem;left:1.5590533018112rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpQmospDgukS82m12wKI22VdNnZN6k0J { width:17.8125rem;height:11.5625rem;top:8.01904296875rem;left:0.90418195724488rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcmJTuO5DSpDbEkAqhtMLpRH4embvuAS { width:20rem;height:0;top:36.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;display:none; }
 }@media only screen and (max-width: 763px) { #S3xK1qK2bOkOOVmJPTFb5Rh1htMt1JIf { width:20rem;height:1.54385625rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#f1a41f;display:block; }
 }@media only screen and (max-width: 763px) { #ivRbLceTn2Er79dKsoFSMlpwSCVTnMAe { width:20rem;height:0;top:7.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#2fb2be;display:none; }
 }@media only screen and (max-width: 763px) { #kharBySeURGHcodiNLGTnRdvnHoSFc1X { width:3.8740806875rem;height:3.8740806875rem;top:48.8623046875rem;left:11.187958598137rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkqAdGygGP1Z8lORBwAu1gQ0dnFq9APL { width:16.875rem;height:2.8125rem;top:19.625rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #mk6189M60tsWDMIwRMJvESrM7cltFZ9t { display:block; }
 }@media only screen and (max-width: 763px) { #y5Cct9EPpr8ZKzlCCfczzrcyBpO0kvF8 { width:20rem;height:18rem;top:26.125rem;left:0rem;background-color:#ffeac6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EJiBlFk3bNB5G5s9FfSllqOKLxePnzn1 { width:20rem;height:24.0625rem;top:46.4375rem;left:0rem;background-color:#faf5f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vqU7cQkyadeWpV3vKOA6tlf8nnA6vy7W { width:20rem;height:17.75rem;top:6.12939453125rem;left:0rem;background-color:#ddfbfc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TWxKa1woDgRL8OC0cKXh3UwbPAZmCPbr { width:5.6870403125rem;height:5.6870403125rem;top:52.125rem;left:1.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PdGIveXH8zUqt4DMO6kudFvkwXRayG5y { width:18.125rem;height:11.5625rem;top:7.937744140625rem;left:1.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tpE9QwVBfFCOZwLOqqDsCZi3RBEeMmXA { width:13.0618105rem;height:7.8745403125rem;top:29.6875rem;left:4.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uKbW1dgNidCJ6LODPOodpVwLbbT6N5dF { width:14.9368105rem;height:9.4370403125rem;top:51.5rem;left:5.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PmmCBlGTWS3f0bJMIwUIZ4GhT4HtFxxT { width:10.7490806875rem;height:6.3740806875rem;top:57.8125rem;left:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JxPvEJ1dbtGmC9kLVGAhEkzWRWtHHZO5 { width:20rem;height:1.54385625rem;top:7.3701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#2fb2be;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #MRaaXiclPcFsMnRQ2sfb9V6P51HaGVNk { width:20rem;height:4.63156875rem;top:47.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DDX8LxZ1JLLrX3drHH4etegXkIcQuVr5 { width:16.875rem;height:2.8125rem;top:39.74951171875rem;left:1.561350941658rem;font-size:1.0625rem;z-index:15051;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gt04spdctc7xznIW0ec2csN3VigACOE6 { display:block; }
 }@media only screen and (max-width: 763px) { #F9O76BI8SFn4VFwFZsR3DW5AIiSv4GBh { width:16.875rem;height:2.8125rem;top:66.3125rem;left:1.5625rem;font-size:1.0625rem;z-index:15052;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #awOQfLwvMvycTC8QfeDKr434NQzURbX4 { display:block; }
 }@media only screen and (max-width: 763px) { #PRPDceJ0hoDTI2UzBz95wl7ezsydcbPw { width:16.875rem;height:2.8125rem;top:19.473876953125rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #erCRMSQ9wt9nVx2wRWWQ4LDkbGmMcurk { display:block; }
 }@media only screen and (max-width: 763px) { #u7zfauIb044mA1RHmhfkMGtgiXVScr9x { width:18.9994375rem;height:4.2246125rem;top:71.811964988706rem;left:0.49893462657929rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7wcbX0UJBW1dPH48UT8nT3Q4fsuQbNw { width:16.1248125rem;height:3.575rem;top:77.634941101075rem;left:1.9362570047379rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW { background-color:#eefbe7;background-image:none;display:none; }#Uu72ofOMpLtlkCTSSycyrfNcA89sGCQW > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJOwFquTfuT29C87gVFrAezqS1SaSxnu { top:0rem;left:0rem;width:20rem;height:10.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XDz9HbNgbEfJOzKG7mUaX46DEUdyT7Oa { width:20rem;height:20.75rem;top:34.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzUg2IgnOBgE4poq59AFbfnzXdPoZuu1 { width:20rem;height:auto;top:36.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK { background-color:#eefbe7;background-image:none;display:block; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container { background-color: transparent; background-image: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container > .video-iframe-container { display: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row > .video-iframe-container { display: none; }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .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); }#Lua5772IK6WJ2o43iWTHFIuXrSKOVEBK > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azgHcX8TT2i4R7QbAVy3HZ0Q2wP67Zoi { top:0rem;left:0rem;width:20rem;height:10.875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mn9BRhtrgt1geapkmFbUiGCZnBMsNMr5 { width:20rem;height:20.75rem;top:34.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDuHQv2fgv6MRouX8FstxGFm0LRoxnJ3 { width:20rem;height:auto;top:36.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wkgHo75NydIABKeJDBQqsaNKiiDUyEAX { display:block; }#wkgHo75NydIABKeJDBQqsaNKiiDUyEAX > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHWDLb9n7Nfp6LAFVsuA4xpO6N2h0He0 { width:20rem;height:5.3613375rem;top:1.8349609375rem;left:0rem;font-size:1.375rem;z-index:15011;text-align:center;text-align-last:center;font-family:"josefin sans";color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OEeEC4TUArWQeglqWWC89ge1svEtWqsH { width:20rem;height:1.625rem;top:8.78125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOGsxpAoFnhkGJBAllMfc3plzJTkP7KQ { width:20rem;height:1.625rem;top:7.15625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #l4gDLEViU1gSK8tWWF38Aqym6nVMl5aE { width:20rem;height:9.9375rem;top:1.2099609375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S { display:block; }#ZkT3SXlqMqMV3PfX0BdyuGFBK0WAEg3S > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiT4MBVHpKtsVyhEHnnkalhmDgkTwshE { width:18.125rem;height:0;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtNln2vuXWK40FRIlZdVWFMm6IVpDKKR { width:16.875rem;height:12.74859375rem;top:1.7486572265625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fLbXuzTki0TKnB0QJFBKpEhNmHrBf7L2 { width:1.5625rem;height:1.5625rem;top:1.7486572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 { display:block; }#oJ7lLylPyU2rKMWbld2Pqzy5QP4g8BZ8 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVQOlsEiaVQOoaUhSTGtiD4ZHtEHWDOU { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnHIXU3WGuagAmSlgQQthRmLMqAJtwqT { width:16.875rem;height:7.967875rem;top:1.6842651367188rem;left:2.4977020025253rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QHvgRRfDMMi4geGLLS5fgzWZg03wMkPy { width:1.5625rem;height:1.5625rem;top:1.6279907226562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T { display:block; }#FtcxpSmW1zM15dr6nx6zA4ZkSakIZW6T > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3KbfxQAeW3SGcpJTZKnZ5T3lgg6niw8 { width:18.125rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lvm3ZisJyaxkB4JeazxxMed3Pzpt1w4R { width:16.875rem;height:9.5614375rem;top:1.81298828125rem;left:2.4977020025253rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CHQtIt3vXpzHaIK1Upfxw10qL7filLo6 { width:1.5625rem;height:1.5625rem;top:1.81298828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMTsySlEelQPyxPuxeersVVt4SZCv8d { display:block; }#siMTsySlEelQPyxPuxeersVVt4SZCv8d > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMuxNwUrHXMoAqT9AKygiQfsz3VMHgJC { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZQ7mfJJyhP6mHHOBsMoiMtRz6U7hpT4 { width:16.875rem;height:9.56145rem;top:1.6934814453125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ozmqalFW3NKttooE16BklT4ZUEQt2rzE { width:1.5625rem;height:1.5625rem;top:1.6934814453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa { background-color:#fffbe6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { background-color: transparent; background-image: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { display: none; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .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); }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { border-width: 0; border-radius: 0; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZWrFPTqyBGRsXQvBlmTbQoNPNiftBBa > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9L5nwwOe1PVlBob8VJcNzoVoFOg53T0 { width:16.875rem;height:2.8125rem;top:2.3125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHKaHvGr58B9k5b9kKXHAx2PMRdn54g3 { display:block; }
 }@media only screen and (max-width: 763px) { #zF3WoxLv1togrwXXw3cemr9LiaTuhTfo { display:block; }#zF3WoxLv1togrwXXw3cemr9LiaTuhTfo > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKxf8lv8gHityUXGxqArJGGtPwoxHlu6 { width:20rem;height:5.36133125rem;top:1.491943359375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.adaptive-delivery-prevent-bg, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyload, #Sg8O6DSN0RTSQuDVt7976T40WQCzy9br.lazyloading { background-image: none; }#Sg8O6DSN0RTSQuDVt7976T40WQCzy9br > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #izyv3gLIqBHsMTLd3RfgW25Lk85CDely { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD4rxPZrZMGbfeltUcE0yNcBtzSNK3A5 { width:18.75rem;height:28.5rem;top:21.193359375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J87asFGZJBZxSihOuhmx6G1ZDPANhaFL { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #WGDw8qXpZKLUiUOHCaoRKGfvBuWNxdvT { width:20rem;height:1.75rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qr90I3srCoNcwRTpwpKtQ74KpzrzrJIE { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #F2R4TJXrP7lIqCfHHLOa6Lymp2yZDtz6 { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #M0AIpg24OgF31fk042Fz9N3cDxaqLRcu { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #rU4FIV136TTRSqMlWZDJPTiGNNcHNLVn { top:1.2879333496094rem;left:0rem;width:20rem;height:10.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vWtKcMh2XicNqPUSyIAlECUdEgqugeuH { width:18.75rem;height:4.6875rem;top:15.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #VzNMEsmJXuAJtfOBm97n5HyMB3kbBWLD { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #OAdvcE85aIbPrzOvGwg4vxh8ZvNTpT79 { width:20rem;height:0;top:5.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.adaptive-delivery-prevent-bg, #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.lazyload, #unQchms9JbXq6EQJvxlQRMEW8tHOLgX9.lazyloading { background-image: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { background-color: transparent; background-image: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container > .video-iframe-container { display: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row > .video-iframe-container { display: none; }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .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); }#unQchms9JbXq6EQJvxlQRMEW8tHOLgX9 > .row .container { width:20rem;height:52.681927734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vhr8PcvZ8BmZTJg67kTZeKccL7btuiby { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6EzoxgVNphBTKq4yaXpGKQJUtiRHbri { width:18.75rem;height:31.48883125rem;top:21.193359375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tRcGcuNR6CyRJykdedOwJemAIWKH7tDS { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #a0hZHPSIF9l21cu2NAtKETJTVCbbFWZ5 { width:20rem;height:1.78178125rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dgq2LHuT3a6Ogcy1UZfvx4PQdRVW5urp { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #PNhMR73Dr4CxwVX5Qt9KMm0XDbLHN30h { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #MmshGrTGl9y0bTvCAsImcsQwxPcywohD { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #lo5B1fSeGPziLr4T32dLPEStpzVA81ws { top:1.287353515625rem;left:0rem;width:20rem;height:11.125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #whPZTLO2OGEThMUpk8IzTW5Dgdppuf8Q { width:18.75rem;height:4.780725rem;top:15.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #s5yTz7n1rs4IfSTJ8TmeZlfvMfyFtEs8 { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #bSe7RM1Cu50fFznE1cCnciPxkKuAuSv9 { width:20rem;height:0;top:4.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.adaptive-delivery-prevent-bg, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyload, #ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9.lazyloading { background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { background-color: transparent; background-image: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row > .video-iframe-container { display: none; }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .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); }#ql4caZ4qHxcnoFFoGUnUnFuBBWJ2IES9 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKryIWn4C3HCUcxT0UGTbbSN1mIazoUe { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #wi3EpxUxc3fzODratNTn4x0XzmFIoJql { width:20rem;height:1.78178125rem;top:13.554229736328rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tmfnO6RQzS5e8mMLB0mMaimoTJfDHUWg { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #F4wRh6h0MObxSrORFTlsJtZr6llxvpyE { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #JkTMMGArVgTN5R9UO5wFHx8DyCHDLmpe { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #dxVsJ9GZ2fMhu3RqArt6QB9cMEIDKR9c { top:1.5464172363281rem;left:0rem;width:20rem;height:10.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BlrfcZXSI62o3nR8zZ3b9OCnXZJoITeD { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #T6oMTCaZWSg3mAnxRVOEITxPT9OgCd8o { width:16.4994375rem;height:25.49095rem;top:16.69655418396rem;left:1.7489346265793rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 { background-color:#fff7c3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { border-width: 0; border-radius: 0; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1KFLmDl2QwkR0Lhur7PvsK4PavmdNd5 > .row .container { width:20rem;height:37.2822265625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BDpdZXl8nCNdUOze9q4mSlUh8xNz4IqL { width:6.1875rem;height:auto;top:1.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VR8a0I4aQd0DvITaQlzF5x2BMxV6uXyP { width:19.4375rem;height:36rem;top:1.2826538085938rem;left:0.28147977590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERT1qcPO6elSsdmlyxcqIPvxzScoCTzW { width:17.5rem;height:0;top:5.4739990234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaJ1oknlKxL9LwAgEfGXdnby6ofWS9Mg { width:17.5rem;height:35.4375rem;top:1.2810363769531rem;left:1.2488510608673rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #DqppipNqehTTVp0crbbqTSZTcQBbAFQZ { width:20rem;height:auto;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN { background-color:#fff7c3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { border-width: 0; border-radius: 0; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dU8r9COPVlKhfSPo3GeTky6E9RUXdyBN > .row .container { width:20rem;height:31.89453125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #liPITAfS2u5UJBsnhybyGs1OtfCg07Ik { width:6.1875rem;height:auto;top:1.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZ1Wy4Ak6d7BOTW8W5EudTSM1JTLpRtl { width:19.4375rem;height:30.4375rem;top:1.33837890625rem;left:0.20335477590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdOhtD6JFq8nH4xGNP9I9ifEhDVu8wdv { width:17.5rem;height:0;top:2.6771240234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9kF0KOsb53dJahKyay8PwqDxPl1Zxbi { width:17.5rem;height:28.6875rem;top:3.2077026367188rem;left:1.2488510608673rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15005;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #ybkCay4zbnx4y9PRr3bTEiMMkvFEPXK0 { width:20rem;height:auto;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan { background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan.adaptive-delivery-prevent-bg, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan.lazyload, #HbTtLatXwCNf42ShGTTFTvWA1SdkHOan.lazyloading { background-image: none; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { border-width: 0; border-radius: 0; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbTtLatXwCNf42ShGTTFTvWA1SdkHOan > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0UenQ5M0eh4w3gsMR6i9XaTlZ8ITgwl { width:6.25rem;height:auto;top:1.3125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfrXvz5RzTXlTIHOI9S6IwWbTeGwazcS { width:19.4375rem;height:32.375rem;top:1.33837890625rem;left:0.20335477590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTazuQxP4zEwbbbAhpsCXI6f2kJHxWW { width:20rem;height:0;top:2.3216552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCBtboQM15mrcABndkt6nhIJalLB02HT { width:17.5rem;height:30.375rem;top:2.651123046875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15006;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #EBC2xNK7wah0woa4PRnAQMQFTXxtCr9I { width:20rem;height:auto;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu { display:none; }#wRJ4LbFPTyCtsTrxruooHedZJzBgnnEu > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcxBt8wPUVKEaqHAlWQNHRSdIc6xdxRK { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKRGXQ1Qv25y8cXgZo9E5ExE7HUQml2M { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT5bHG3K5XJFuVqNqr2ZoqkVoXbZ05GJ { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU4O1G6tWi0RIL1vTsHvCRUXGOOzg5WA { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm3TZ4B85H9xA9p0LL2UdBzBg7T5ypqL { width:5.125rem;height:2.125rem;top:7.7500247955325rem;left:11.180208206177rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivOgSMWebycoewNBOPck7G3iui5X1MPH { width:5.125rem;height:5.125rem;top:6.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV { background-color:#377815;background-image:none;display:none; }#ZgeMV6DWtvxwm8UWl79TELOVMULQQ1cV > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aU3rmq35uUZA4V1UeIL55UcdCTU0IKXZ { width:20rem;height:1.5rem;top:13.264038085938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3q1yAWBhk3LWWeZ8RCPAlTSZ8NTKRDM { width:18.125rem;height:26.5625rem;top:14.660217285156rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA6tAiruXmuXNU1IK1TDl2ANA8qoxKTL { top:1.3109130859375rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX { background-color:#377815;background-image:none;display:none; }#x6I7sWI9Bh5tXtcKpy5dTmyQKzNU2ISX > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0psCCPiLQMFLXBMAZDHChybL9uxJS97 { width:18.125rem;height:32.8125rem;top:13.462829589844rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9NwzSg4X7fNFTH4iyZRKVyrr7eugh1W { top:2.534423828125rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz { background-color:#f4fdef;background-image:url("https://images.assets-landingi.com/uc/ff4f68fd-48e7-4d51-b9ec-25b2e2768735/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.adaptive-delivery-prevent-bg, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyload, #i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz.lazyloading { background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { background-color: transparent; background-image: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row > .video-iframe-container { display: none; }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .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); }#i8mi1H5yuTOQP1JOheCTTaxIZeJ3RNDz > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDeboHlAGZu4dnnkFBfEXMQNUU87BcIU { width:20rem;height:8.9993105rem;top:8.1032104492188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #suTtA1TpU5BNXA7XTf4sTOcqls3sMxXO { width:20rem;height:0;top:4.9345092773438rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp { display:block; }#QdG0xE84JUmdFIQHNDAFfXbxtnM7izwp > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO5UoawWvXuc3mZR2nkEwuucQUSEw30c { width:20rem;height:7.14845rem;top:2.5rem;left:0rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oifsFLWJXcvG25hB5t73GuSqoU00dXvc { width:20rem;height:8.9993105rem;top:1.5142822265625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE { background-color:#eefbe7;background-image:none;display:block; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { background-color: transparent; background-image: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row > .video-iframe-container { display: none; }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .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); }#JicHmvgAQgpsDnQFqSaeIc6f11ksL6gE > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Znd7w2awTl1iKvP5pb5GcSr1ahd947fs { width:19.3125rem;height:25rem;top:3.4296875rem;left:0.3740234375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GPWTQtaBKvoEHrXhg8nVzvhv7TQrh4kT { width:18.125rem;height:0;top:6.3125019073488rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPLslnWpJJoIJ1k2QNG5uTJCf7rOcm1c { width:19.375rem;height:32.4375rem;top:32.2255859375rem;left:0.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TX8stSiaPmNgBhMesTC0n0buBcvItXWI { width:18.125rem;height:0;top:46.515625953674rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMG6Fqg0MCe6gw9pXT7y4HSBPqWCaJt3 { width:19.375rem;height:28.0625rem;top:47rem;left:-41.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #rsa3aaXKPGdlpQOdqf41vLsmaiuy4iMQ { width:19.9991875rem;height:1.86865rem;top:74rem;left:-41.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vJnxDQ4kBatQEglMVvyEtgIdymyJJdqE { width:18.125rem;height:13.81391875rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #SwbBub44ATSkPBZc0BcpsTId2KSucufM { width:18.6991875rem;height:3.386325rem;top:84.625rem;left:-33.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zvK3I50EAfWtoJIWx9IwOgXFknsfyeb9 { display:block; }
 }@media only screen and (max-width: 763px) { #HSgl1Qmmhog6Dm5tK0sf9JEm4gSxGGXC { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #SFwucAUO4nJ7PonZVRG6MaJ3iH19M2Ht { width:19.375rem;height:28.0625rem;top:56.260898590088rem;left:-44.573436707258rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RlX2DBXOzt89QzMqk45VTmD5tngJvhVe { width:19.9991875rem;height:1.86865rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #M7NRqwaP0RvP6Rv5Vr3vqkfGkXDHE5kT { width:18.125rem;height:13.81391875rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #udSRouX8UH8BHF7nLuAByAaG66WEnTVF { width:18.6991875rem;height:3.386325rem;top:93.8827727437rem;left:-36.960937470197rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #CRdCAltShg8OAW5Oxi8GRVPN9dk74qCS { display:block; }
 }@media only screen and (max-width: 763px) { #F52slL7hAZpBODOB4EyPSRESpFgFf3om { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #mp3zoZiOF80DCmwPJ11ORPfGaxxneUUP { width:3.75rem;height:0.125rem;top:2.5177135467529rem;left:13.125000834465rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1VuP5KkodHyAwPOaOKIkrCDOdOPRZ6C { width:19.375rem;height:29rem;top:69.318359375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZbTIP6F4Qa1L1cbPMM9VXXlEL6r9iCRW { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKtlqWawUFpXg4QSl7OSrlbxRCEMTbb { width:6.25rem;height:6.25rem;top:29.185546875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l59kezfFiOpUoVFmrbf6p1rtCyTBiEpx { width:18.125rem;height:28.68435rem;top:37.0380859375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lH7woXGOf7kGFJy5mOTkTtC6tfsLE6DA { width:18.125rem;height:22.31005rem;top:75.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TMc98s3eS1EAbAEgxEtUbQSoXT3CNbI0 { width:6.1875rem;height:auto;top:8.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXtttlxucshlq8R7hcn6d4GqoXg6Te6b { width:6.1875rem;height:auto;top:8.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9X3clCCvZvTmhLslL200nCb2uOa38Cd { width:6.1875rem;height:auto;top:8.5625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuAu4zzKAefcyX2s6ccLFTgFXN2Xw4gh { width:6.25rem;height:6.25rem;top:67.0546875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO8LK823ezR9wOT8azAhTuBv6kRW7E8M { width:18.125rem;height:0;top:32.914585113526rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTUSUytbA9uJhlhRD24TE2ViNw5XxuGJ { width:18.125rem;height:20.71646875rem;top:7.1796875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;line-height:1.5;color:#47545a;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { display:block; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 { background-color: transparent; background-image: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row > .video-iframe-container { display: none; }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .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); }#pHdCB9blg7TsTO4v27gtRJWy6nu8L4N3 > .row .container { width:20rem;height:5.9375rem;background-color:#eefbe7;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVD9DFXIBfIFAq0AphkH8JRAeP1daBem { width:18.75rem;height:3.3125rem;top:1.25rem;left:0.625rem;font-size:1.0625rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZ7Zx79WoXMH2oUPimTH53R14tbSwGK { display:block; }
 }@media only screen and (max-width: 763px) { #xErpT9ktW8vl7l6cwsu4meR1UeigBC8w { display:block; }#xErpT9ktW8vl7l6cwsu4meR1UeigBC8w > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btUbdRFD4BcZ53pv3ql3tLLqwVfI6bHR { width:20rem;height:6rem;top:1.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbVMhGdvHTodO1FSSyKgfsBD7A20QLTJ { width:15.1240234375rem;height:1.7871125rem;top:3.1875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { display:block; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { background-color: transparent; background-image: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row > .video-iframe-container { display: none; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .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); }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx { border-width: 0; border-radius: 0; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .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; }#kLWM5Wud6RWWTQTf2xg0cXl3ccfUGPUx > .row .container { width:20rem;height:1.25rem;background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD { display:block; }#FVusq8eTbnKzFWtTQ9p2Tt8VhzpPPDOD > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDKAc323TLiLKyAFqfD9qZvCfwGdSMZW { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9xh2sCFZfvbSiAtinXtfFbEPA36JTn7 { width:4.375rem;height:4.375rem;top:9.3671875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE1aoJSR0LK7KPrCHfPs1suKgeFDVTGe { width:18.75rem;height:12.4325375rem;top:15.967407226562rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikE4x13yuvzsqTqCpX6587IAPKdCtVu { width:20rem;height:11.6rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { display:block; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { background-color: transparent; background-image: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row > .video-iframe-container { display: none; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .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); }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf { border-width: 0; border-radius: 0; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .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; }#MqrZrhkB9gV3Fr3py09b6RZmQT9F4nTf > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv { display:block; }#RLa4Re69Aq8uUQTtWy6JpH3oByvblzcv > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9W9NpD989PsfiFwOagbpT9vFrPd0UxZ { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfmr2TxwT5TZd6OfV4paqFxADue3R9SS { width:4.375rem;height:4.375rem;top:9.55859375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPIUTseXL91rGDmpG4lBW6hfgGewkxRI { width:18.125rem;height:11.0511375rem;top:14.611328125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { display:block; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { background-color: transparent; background-image: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row > .video-iframe-container { display: none; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .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); }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf { border-width: 0; border-radius: 0; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .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; }#nDeUsHHlRVn63xTOsPxf7GwPk3d2c4gf > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL { display:block; }#vU2cJ1kQwAVIBL1eOMM89r6nNWbWxooL > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBJT9EzD0FToKUiCTTiqfcT0I032Pfu1 { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvqNmOKytJU6SVuQ4HRdxZFIOSi3DLt { width:4.375rem;height:4.375rem;top:9.517578125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaRGl4T71fu89E5ZVa09RG7rsHRpMPw9 { width:18.125rem;height:0;top:16.0634765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #nICHV24TWb22ybpIknui9y9vli8P7BRM { width:20rem;height:11.611111111111rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vko3ivJOTPTEaoAsxmapMaeyE9zB1HIw { width:17.625rem;height:8.28835625rem;top:15.4990234375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { display:block; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { background-color: transparent; background-image: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row > .video-iframe-container { display: none; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .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); }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns { border-width: 0; border-radius: 0; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .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; }#rTKf8T2bS1ZbwbBmKe9mBTEDJtOIHfns > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV { display:block; }#K6Lmy2ayln2klSWyiQaruWvzQNaWFCXV > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a49DLV66phDNyHiX27WImurncNV6BIIN { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erJx9r6TCl1FzIrCDlL6qhDq3eKO03wM { width:4.375rem;height:4.375rem;top:9.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJ9UVaAmo3ktqln8DaTWTkSDvCTs95M { width:18.125rem;height:12.4325375rem;top:15.1123046875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { display:block; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { background-color: transparent; background-image: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row > .video-iframe-container { display: none; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .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); }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn { border-width: 0; border-radius: 0; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .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; }#Lx4EHuAMnsVEVs7NThTElGTCLQunTyzn > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ { display:block; }#gZ22I5UpHmaatoo1Oe2qZm4RSt6TFCPQ > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN1HwHkfpC2NaVaNTD96dlt2PRKJy1PH { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsVgw8tTAlQp1AS8Xfhn6nnQsTXPZDTy { width:4.375rem;height:4.375rem;top:9.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmtaT8HXk4gATwgrW68JKWT0o1aGcWLa { width:18.8125rem;height:0;top:15.8037109375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytqomVnSpcAcMTntQXvgex5sIk9JiyAx { width:18.8115234375rem;height:13.81391875rem;top:14.5517578125rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { display:block; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { background-color: transparent; background-image: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row > .video-iframe-container { display: none; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .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); }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm { border-width: 0; border-radius: 0; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .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; }#SHcNgEtaLybZwxqIPAulMNVbS1FuK6sm > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf { display:block; }#Ko5eZy29C6UKazTv1ICc6y94DrxiPdAf > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFCTymvw1liDNMev7Vb3rhU5m3tFEviD { width:20rem;height:11.875rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnFQz8gzirHZv9o8C6TEaTFPWeCiwZ9I { width:4.375rem;height:4.375rem;top:9.3955078125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IMficbqRU3eaAdTp4r895urfeyOLuy { width:18.125rem;height:6.9069625rem;top:14.8310546875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { display:block; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { background-color: transparent; background-image: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row > .video-iframe-container { display: none; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .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); }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv { border-width: 0; border-radius: 0; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .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; }#r9GDEWA7hibJdi6RWzFoDrK8qf2i1tZv > .row .container { width:20rem;height:1.25rem;background-color:rgba(255,222,0,0.35);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyJmszMSHfNTHQkcPXplerHyVeFNrwxf { display:block; }#IyJmszMSHfNTHQkcPXplerHyVeFNrwxf > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg8nGoNr1tsSxzE0VHATPXPoZbkTOKBT { width:20rem;height:11.625rem;top:0rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoyrzAeZhm0WS4QhXJ7zCXQ41EzRpJag { width:4.375rem;height:4.375rem;top:9.5166015625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7acdcRK1X0hhqsWhCRiBvF5LJgeSTuT { width:18.125rem;height:9.66974375rem;top:15.0703125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtXENdCLXuv2y05v1VeZTn7ynACAcU2J { background-color:#f4fdef;background-image:none;display:block; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { background-color: transparent; background-image: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row > .video-iframe-container { display: none; }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .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); }#NtXENdCLXuv2y05v1VeZTn7ynACAcU2J > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqNbIhmSMu9f3sdf7kDwSFtJQxIL8GGR { width:18.9993095625rem;height:3.3743105rem;top:1.2626953125rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yemyX12aPpSJe6mKMbPOpyAvHHnlSRlC { display:block; }
 }@media only screen and (max-width: 763px) { #v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 { display:block; }#v0aJLOAPBfO5f7n7K9LWcCMUBatmV5K1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrzGQqq523Hqza9k1lFmtPkTgWWVQppV { width:20rem;height:5.361325rem;top:1.135009765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM { background-color:#fff7c3;background-image:none;display:block; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { background-color: transparent; background-image: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row > .video-iframe-container { display: none; }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .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); }#QDKCQl4CcqpTZwDhnJpv8VAePUSRARlM > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz8RVBUokblw1s7NImu9wxVZoA2F6I1X { width:19.3115234375rem;height:1.38139375rem;top:39.84375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATwn2lxQulntWVPWVZXel8nIDHr1W9A { width:20rem;height:4.3125rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMU0UHZSE4M31yCszffp9FC3dpd7Lh7l { width:20rem;height:37rem;top:1.375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CwWZiC2bSKFDlPsTHIzUk4LwhP8OyZ85 { top:2.397705078125rem;left:0.625rem;width:18.5rem;height:11.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C3UE38WEReypCIO4ZyRa5EI9e3zfiTtA { width:18.75rem;height:22.310025rem;top:15.126342773438rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUJGe9wkM0SeWZ1T5zUryfOqgND743DM { width:18.4609375rem;height:2.8984375rem;top:43.62109375rem;left:0.76953125rem;font-size:1.0625rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #w1tSOBD89lD7ESsq6VqCFbvfOvP0JGKU { display:block; }
 }@media only screen and (max-width: 763px) { #XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB { background-color:#f4fdef;background-image:none;display:block; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { background-color: transparent; background-image: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row > .video-iframe-container { display: none; }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .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); }#XB76DhJtESp4zyCxHwUg2Hf4leL5z4PB > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Zp1rTWsmsw4t7xLbxi0penEPwkaDXB { width:19.4375rem;height:27.875rem;top:2.20703125rem;left:0rem;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;display:block; }
 }@media only screen and (max-width: 763px) { #ZDTG4LznKkaQ1eq9vTsTRpMvIhxhHi8S { width:4.6875rem;height:0.75rem;top:4.3922119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #D52X24FgDVDscfREykc9T9esCiVItnAV { width:9.4990806875rem;height:1.59375rem;top:26.290649414062rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskhLsS5LUkky74zHJEG97ozdST3pKwC { width:16.5rem;height:19.122875rem;top:7.765380859375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ { background-color:#f4fdef;background-image:none;display:block; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { background-color: transparent; background-image: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row > .video-iframe-container { display: none; }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .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); }#ZqN4ldgcFWt88fvaogxJWP1O2mUDccNQ > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pR4bOKLNmchsKgSTsVDIyTQg02MZayCf { width:19.4375rem;height:27.875rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;display:block; }
 }@media only screen and (max-width: 763px) { #R4P0rpmlxoRZ4HJduux41SGtFP5qVPM5 { width:4.6875rem;height:0.75rem;top:3.1495361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #DR03SPIy45NzzMxQVuE6SVlr0MTW2fBT { width:11.6865806875rem;height:1.59375rem;top:25.25732421875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0HrZAplmTeMT9tfr5cxHFLNnGyeUU6I { width:16.9370403125rem;height:17.5293rem;top:6.557861328125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq { background-color:#f4fdef;background-image:none;display:block; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { background-color: transparent; background-image: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row > .video-iframe-container { display: none; }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .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); }#t4KepQAug1V1E4UhnKnPJCFd3yqhz6Jq > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp4UegSrDXUKfuBF2d3R3Lcpkq7duNcT { width:19.4375rem;height:34.9375rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #377815;border-left:0.125rem solid #377815;border-right:0.125rem solid #377815;border-bottom:0.125rem solid #377815;display:block; }
 }@media only screen and (max-width: 763px) { #y5ohzEu6HWzszxqEdBoXLL3o0C44ee9H { width:4.6875rem;height:0.75rem;top:2.2403564453125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#377815;display:block; }
 }@media only screen and (max-width: 763px) { #xkHsnfJbSqgytc0TC6i9MDXaJc6FMd7x { width:13.4995403125rem;height:1.59375rem;top:32.0703125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JkQRNtKfGlOcWpC7ZUTX3R4eXLu4eq { width:17.2495403125rem;height:25.4971625rem;top:5.68359375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA { display:none; }#UBbMC5NfOQqnfT2BgarwFpy5Oopgw5EA > .row .container { width:20rem;height:244.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KGmt01kvHcSdz261KLRzNOc1LVSy73ya { width:17.5rem;height:10.3125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0idxaDpvwF6kJeAJ1OLUBGw6RKb35rt { width:19.375rem;height:88.4375rem;top:7.5625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #QvliTqcuE9nPF1SMX4VVLGislLhF3fSL { width:17.5rem;height:7.5rem;top:2.8017578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #o2GwmHb5NKTivmNqLr7pXPKu8UHit9q9 { width:14.3125rem;height:4.25rem;top:87.9375rem;left:2.875rem;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.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ZAfcd63kJtvs4cKIa6CHUxWyWt7Kmw1P { display:block; }
 }@media only screen and (max-width: 763px) { #cxb9OTPo8mVKmzyyKsmMZZesxARLxegq { width:16.875rem;height:3rem;top:84.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI6wlpObUnBB57wym7xFR0EiOv5rVQg1 { width:10.6875rem;height:1.625rem;top:92.4375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #T7r69ry6VNIHkdACqfD1rQodUiIA2f8B { width:18.75rem;height:3.75rem;top:98.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPQVsweUJesFW8o6qKVna5ipWSKtibcq { width:18.75rem;height:2.5rem;top:67.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1nHtBvsRf06yTJ6aQRNHO0crlkoeBIo { width:18.9375rem;height:1.6875rem;top:33.1455078125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlL9y123rNyFILwTtb7zub53lfENyFQI { width:10.625rem;height:1.625rem;top:93.9375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VAcQmvdD4eEkJ2UlOhOpHp59eNKUy96L { width:19.1875rem;height:1.875rem;top:83.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfaD40uaH69IwkpE3t5Kt0UT6RzwKk0x { width:12.1875rem;height:5.5rem;top:25.625rem;left:7.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #afilAkQNVsdtxGfqA577mpMkHbxBxIIR { width:10.625rem;height:1.333333375rem;top:26.625rem;left:8.8125rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vtJNydfKxcB9pdIaQ6TfLqvFqDdOotoX { width:18.9375rem;height:1.6875rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #yNXAEB0rwxnqDwyEiTT0tp89faoaUubZ { width:10.6875rem;height:1.625rem;top:24.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MApXxksEs9PTiO143JiU492WVomE3Fgr { width:10.625rem;height:1.375rem;top:1.6875rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ihF3IsR6eKHJ4awAJlFsQsMywdszb2fE { width:7.5625rem;height:1.375rem;top:26.625rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #E7LQeVGOlUiKJEu4TBXl8vfZS1HxL6vL { width:18.75rem;height:41.8125rem;top:1.0517578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om8dpeq00CohKeqmu6IoGHaQcsqKOeKi { width:17.5rem;height:12.5rem;top:51.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo15wL8yUVICp3hc6f8Z0AHkIzVAg9oB { width:17.5rem;height:5.0625rem;top:24rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHQwmwxeig6r1Uo7w1LVN9weOX54stgz { width:13.75rem;height:3.25rem;top:47.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8lDJ49sZXAt4IUdq57r2I9TAt7ka0K { width:16.875rem;height:3rem;top:75.162719726562rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfbMmHQM5ggReTe2TH5KZbnMLOmy2kHy { width:14.3125rem;height:4.25rem;top:78.75rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mhv50iwsxMVdL7t8am4tRDi0ABNMf6 { display:block; }
 }@media only screen and (max-width: 763px) { #FI7MFp27e41xmH2KU58a8dTVfhCdNwVn { width:18.75rem;height:39.5625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8b1qPuZuh9NAPDfwCRepW4VT6AkDva { width:17.5rem;height:5.0625rem;top:46.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaH5vtcB6BckW8vcMiUXHT4ZZJaNJ06i { width:17.4375rem;height:3.25rem;top:2.8021240234375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4DT6oNLrxm8KHOBcT2ekcOIZXFKfltm { width:17.5rem;height:30rem;top:13.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ58C4QIEukN1SuTSnzozRT2UOCLMEoL { width:14.3125rem;height:4.25rem;top:36.70703125rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJGOmvT3HeESGrgV7AF2OpPCnhhADWoI { display:block; }
 }@media only screen and (max-width: 763px) { #H5ZOoawEmIBzA1xNnM7RbeJ1kgOAGs6a { width:16.875rem;height:3rem;top:33.145874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQWxg3qrQ0URb0k0vmQu74et1GzzD2Ts { width:18.75rem;height:12.1875rem;top:103.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwlT9ZAL9zcVrycwRTAWRG4ZJEEwqCUT { width:10.6875rem;height:5.5rem;top:90.5625rem;left:8.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #cATdyQdTxmefrMs9esGvwTw6UVcBP9zT { width:6.25rem;height:6.25rem;top:126.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZiW7ZhgTsO1zl4rstOh7DZ95s4D3Wfp { width:19.1875rem;height:1.875rem;top:172.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8yoPJrhEqdI9slvpFht76s2ewEaRxM { width:19.1875rem;height:1.875rem;top:163.25rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFQ9lGt9n27ETqvI08BnGNRIEz7aJTMG { width:19.1875rem;height:1.875rem;top:175.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIddOaLv14VPVTEQi5avKFgi40Pinkb { width:19.1875rem;height:1.875rem;top:178.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJeHMhpJFQ6uCcEICgHysWkpH04lPqzM { width:19.1875rem;height:1.875rem;top:185.125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJaSk9PkwXsxMAwxiP8OIRUwaswsVm6 { width:19.1875rem;height:1.875rem;top:169.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZeIUlnc9MVGoCUbNTN5JDdvJllUB60r { width:19.1875rem;height:1.875rem;top:191.375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL9iShkEcwtb54pICa4QX52031TP6w8m { width:13.5rem;height:0;top:207.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cVHqeV04xifnw1ozed7i0xkrhonGpxkk { width:13.5rem;height:0;top:209.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #UDhsWEknIFb4wbe3uqrLmi4WMhwyxHUW { width:15.75rem;height:8.4379925175869rem;top:212.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6BXW9fDOLtrl7MkbAF3HKeU9chS967N { width:20rem;height:0;top:225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcOA1PCk9EUNVJP4CUhuiBUnwLLP4xbM { width:19.1875rem;height:0;top:222.0625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 { display:block; }#bKX9ri45NbnRtCXHpqbSxwqGO0PgNrG8 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOBwikL8QUWipxDBtvF3X7zAl4tNNgsX { width:19.25rem;height:0;top:2.7354736328125rem;left:0.40670955181122rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEms24QvDXX5DB3z9oFssUmAbS4CI4ba { width:20rem;height:12.25rem;top:1.484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0Un0sebihaqnecm0AOz9pRGbGpGbD3 { width:20rem;height:3.25rem;top:8.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSNl0DWaJmChoUELkhg6ThKLscGsv5qT { width:19.2497691875rem;height:5.3613375rem;top:2.671142578125rem;left:0.37454044818878rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 { display:none; }#zzU3ePMGKVfUe5HE7T2kvO0MEDuuUJ44 > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CLEzLyoUB6KyLZhJfadQIqtbiM0NCJTR { width:10.6875rem;height:5.5rem;top:90.5625rem;left:8.5rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #kWg1if0yd4onDg9NRTzXHgR8APbkPT5H { display:none; }#kWg1if0yd4onDg9NRTzXHgR8APbkPT5H > .row .container { width:20rem;height:256.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGmnET6DUXnBQ2Wy9Ugdmmbg3SQnTciQ { width:17.5rem;height:10.3125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9G0wOG9bwvamcO9ABfhHgnC5smwKVx7 { width:19.375rem;height:88.4375rem;top:7.5625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Jivu5woCJLn886SoSChtQmKDrclTJHdX { width:17.5rem;height:7.5rem;top:2.8017578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #akzVIWttm3kzcQu4ustqExBS5msVmCQB { width:14.3125rem;height:4.25rem;top:87.9375rem;left:2.875rem;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.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #WK03m4zC0BAEeyTnpsW4ekwy43EOAm43 { display:block; }
 }@media only screen and (max-width: 763px) { #JsTNCzZMxh2lI2Hm8Unng7KfAMd8ButQ { width:16.875rem;height:3rem;top:84.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZgJNtrfdV8my0LAzUy2PVzPFFIo9eP { width:10.6875rem;height:1.625rem;top:92.4375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #nP0Re05D766HNDUDiiFWKF0EilJwetyQ { width:18.75rem;height:3.75rem;top:98.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkzCqoE27Mkyd9F0mkkb42XhuPMro0EA { width:18.75rem;height:2.5rem;top:67.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWd3yVfFl7ZQ4F08zBtDnTZJTzVMFhM { width:18.9375rem;height:1.6875rem;top:33.1455078125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPZBdXqaENEtw9cTaO7x6V4HuxEnkGu { width:18.9375rem;height:1.6875rem;top:61rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G95gQCW7JARRxU9bvZJlHN4VrUnz5Muh { width:10.625rem;height:1.625rem;top:93.9375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #VKDhacxHVeNdeMa3msvJdB91QIkxyBUm { width:19.1875rem;height:1.875rem;top:83.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzkJqWPFisURls2VElsQs3PkuW8wB1ZZ { width:12.1875rem;height:5.5rem;top:25.625rem;left:7.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #hPTmTdWbspgP7lqe1P9GU2PyeSDGm2eG { width:10.625rem;height:1.333333375rem;top:26.625rem;left:8.8125rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PKF21840FfxKabvKwrDke5R0kl2lanfZ { width:18.75rem;height:21.25rem;top:82.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrkbtL0uS1oJ2evT06suSRS8U0BVUN9 { width:18.9375rem;height:1.6875rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iupz6RTvo3l8ufweied36OV7OCWXD0Gw { width:10.6875rem;height:1.625rem;top:24.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #eKaTWyF1fAe0NEWTxMkV3JFfKH8dASwI { width:10.625rem;height:1.375rem;top:1.6875rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #BNfT65d9tsNfyyTxsJMtevr8S5M3qIq9 { width:7.5625rem;height:1.375rem;top:26.625rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #thRw7yvZRJD6nbtPQSmBQRXwUIre4fD7 { width:18.75rem;height:41.8125rem;top:1.0517578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvP3mkn1uSlOimG2xJyzkuOAqTns1sI { width:17.5rem;height:16.25rem;top:63.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6fBMqaBFB9xTSoUXPOxf6eLRLtQEnJ { width:17.5rem;height:12.5rem;top:51.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfsotJqa30ntUXB7hXcwICCikeRlvKt4 { width:17.5rem;height:5.0625rem;top:24rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuIEHXvCVC6gPh45QBd62ESeX8zNNl8 { width:13.75rem;height:3.25rem;top:47.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfPaVkouZaJnZmSk393drNZnTTrsUcZ { width:16.875rem;height:3rem;top:75.162719726562rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3SNtNTcgg1NHxDuDDXw9OLBO3S9LAsS { width:14.3125rem;height:4.25rem;top:78.75rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sODtO3BHJxdMubA9CihZ3melz4gPSQ { display:block; }
 }@media only screen and (max-width: 763px) { #QSNnqPgX6UMZzShBaNzzeTmsA3u7LunP { width:18.75rem;height:39.5625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR5n0AXSMLztEFI70mhhG4TlRJxLib99 { width:17.5rem;height:5.0625rem;top:46.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA84nSPr76xGBq2neoWQG7e53420IqxT { width:17.4375rem;height:3.25rem;top:2.8021240234375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPNx6TubZXBckTyPKnQNHUcpUkpAzf8 { width:17.5rem;height:30rem;top:13.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFQtzrvwrwArsXelyAbfCgLeqgTExqvp { width:14.3125rem;height:4.25rem;top:36.70703125rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2KdBvZ8eXWnfcyTlhoWJX0kTVRhqFvx { display:block; }
 }@media only screen and (max-width: 763px) { #SPuuzPMy2cZTwarlZckip5wfuJiv1TsX { width:16.875rem;height:3rem;top:33.145874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59G4cE7XLh9IrTab7DMkUqPBwtBMUJt { width:18.75rem;height:12.1875rem;top:103.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqwqEzW7rnravTaVk7nRglknEVDRbQh { width:13.375rem;height:8rem;top:117.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59rCf4J5FvAbB2lEfL96FgERtflzQMG { width:19.1875rem;height:1.875rem;top:172.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBb8IT5bT3OOEBwtSHTc2P1eo2EGhiZh { width:19.1875rem;height:1.875rem;top:163.25rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMTfliBoETRp7cKTcesgrb9BkaMB4qfl { width:19.1875rem;height:1.875rem;top:166.375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLbCxV4X6L3Tol3IW5rrHQULRe9nuCw { width:19.1875rem;height:1.875rem;top:175.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSLWZ8WFHnE15thFImZ212mMi80DWqzK { width:19.1875rem;height:1.875rem;top:178.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5daRDswgAXCnhaEVOUfZfol0DkdhZg8 { width:16.875rem;height:3rem;top:134rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEzyMBOHomUMswnlmHA0HANumty0wkL7 { width:14.3125rem;height:4.25rem;top:146.75rem;left:2.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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shmw81IlSO0dASdz22NCbQoWPOTd7RvK { display:block; }
 }@media only screen and (max-width: 763px) { #kDcJm3yVrUlnXSKQveEqxpDIUGwapU3t { width:16.875rem;height:3rem;top:138.25rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvbM4TGJT6WdQT6AmqN1LMClZhN08uk { width:14.3125rem;height:4.25rem;top:152.25rem;left:2.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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmyW0s3ISZF3DJg2RCKV20FNvHikSgv { display:block; }
 }@media only screen and (max-width: 763px) { #LlTxbwZn7luKyJet97N5ToT8Ji6aziaa { width:19.1875rem;height:1.875rem;top:169.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk9IHpkH9WDL4XWRbO5ThfX7QBlrc5pv { width:14.3125rem;height:4.25rem;top:157.75rem;left:2.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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQnU1b7v6bTD038LtHzHZVspGzGJoLe { display:block; }
 }@media only screen and (max-width: 763px) { #xky6BnJMRogPZWf58za1OSkmf4AkPdqb { width:16.875rem;height:3rem;top:142.5rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtMCkAmte2xgxBBXoNrqfQcpZ6QcuMTa { width:19.1875rem;height:1.875rem;top:197.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1MZ5Sfdyukm3ocufZ054UKNrKmTuy4 { width:19.1875rem;height:1.875rem;top:200.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL15LFXcvghfVrApShINb2HbddbIWTs { width:19.1875rem;height:1.875rem;top:203.875rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLr8QrUlD8XtR2TXMruQnoyO2JJS6rbR { width:13.5rem;height:0;top:207.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #BOnbdDpE4TFyosK0Rux0blPUVQ6G6Nhi { width:13.5rem;height:0;top:209.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #fIfTokhkr0NP7wC7PhCs1gTuQhdRXbPz { width:19.125rem;height:0;top:212.375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hho5G6Jv8pRcMipFnRwUCzcmJcCe4E0p { width:19.125rem;height:0;top:220.0625rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1POCirmH9V75s5bAo4CDolS2oudtD6 { width:20rem;height:0;top:215.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dzTbZdzeG648bbM1gOJLUKDQnUkdndtT { width:20rem;height:0;top:223rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J2xw21T3e70VqTqAbtTtNCrJTdWFzQZN { width:20rem;height:0;top:227.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70SbAl7kt5woe7Ti9SuOnbdTxANgEAs { width:20rem;height:0;top:237.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkm80x2TXVyx99Ta1bMww78fuxz88XHd { width:20rem;height:0;top:232.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A1IgasnOZ2hJ0UfOF15GiIcIWPQo8OcT { width:20rem;height:0;top:242.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtqI9mr9DekIUoqRdhabyaTaTfgnW1r { width:16.875rem;height:0;top:249.875rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJRZ5iefbH4TnB22gv2MBuTKsPW78pJ { width:19.125rem;height:0;top:246.9375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb { display:none; }#Dn5KtG1Cl2Td19TQTiD4lOPI0EtkSXBb > .row .container { width:20rem;height:261.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nVrUXi0H3hGrdOEbIavxAyfgh0gD7qsu { width:17.5rem;height:10.3125rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACeR5QsWAXmByIdu6X994fXa8hAaBkTx { width:19.375rem;height:88.4375rem;top:7.5625rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #fl1IlU2mLa5lTV8uyaGKNTxELUWx2lWD { width:17.5rem;height:7.5rem;top:2.8017578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #OuFf6EdDRJoK7wpdC9ciFFHp7zcS4Et8 { width:14.3125rem;height:4.25rem;top:87.9375rem;left:2.875rem;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.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #hLMdT8G2PPXQ6sQslTZTeULbWDrxfzqL { display:block; }
 }@media only screen and (max-width: 763px) { #rM73kmFMq87UaTwrMKKHQtR86PCbUEGd { width:16.875rem;height:3rem;top:84.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDDAwUTGv5m6ZutFB91LiHcetSvNr08 { width:10.6875rem;height:1.625rem;top:92.4375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TGkhp82hBD3J3UEKeWNiiZpURiZk4zRi { width:18.75rem;height:3.75rem;top:98.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO3q9TI9BNiZUdSI3QFwK73FlXrAXyE5 { width:18.75rem;height:2.5rem;top:67.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVMsGfsdANTH24sJDv9V2PgWzuQULdxd { width:18.9375rem;height:1.6875rem;top:33.1455078125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJUEQ5CICEnJ9Jw3TELZyppPWXfZJLbn { width:18.9375rem;height:1.6875rem;top:61rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvlxhO2vIhTETqVpxJV1td9TinfzTMSc { width:10.625rem;height:1.625rem;top:93.9375rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #tuw7LsJoTnChm88Ceu20OhSSmGhyDfWL { width:19.1875rem;height:1.875rem;top:83.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXXpoS6ou4oaQy7k9v6SZz3pH8adzxcW { width:12.1875rem;height:5.5rem;top:25.625rem;left:7.5625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ftfi3HhknH4XPTILKuIRkJ8unAFQQTNa { width:10.625rem;height:1.333333375rem;top:26.625rem;left:8.8125rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #gZab0mnCIpZZfCUBVnQM8zIxosMprVqk { width:18.75rem;height:21.25rem;top:82.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPRRdPRNFTB74t0uAqePMmMdfbhp23Zm { width:18.9375rem;height:1.6875rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #f555aCvlPfxKDqk18QHvQLe9OxFkqEqQ { width:10.6875rem;height:1.625rem;top:24.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #N0Q6aoWH5xOD59XBBsEuLSOFZVIhpCa1 { width:10.625rem;height:1.375rem;top:1.6875rem;left:9.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #lAqMnPLkzzDoiEKUBWJJn3iLPZEzikX5 { width:7.5625rem;height:1.375rem;top:26.625rem;left:8.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Zvn06tIPT0H2c548ua1aLFgAfgnT8PWQ { width:18.75rem;height:41.8125rem;top:1.0517578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npEFFLbpNHSLbT5c2CUq009l7J3yqPcu { width:17.5rem;height:16.25rem;top:63.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXtoJ4mln5QUR78yP9MT7wktk0O2mkC { width:17.5rem;height:12.5rem;top:51.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL74yf6tptwevX3cBfriLQ7wr5MoixER { width:17.5rem;height:5.0625rem;top:24rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STkrs7rOwq2Ce34VztgaTxPnJGR8hrdV { width:13.75rem;height:3.25rem;top:47.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR0cpwlhT1p7cKLX5HX7c9ygeHyadS7E { width:16.875rem;height:3rem;top:75.162719726562rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrIkL5tHinDvgxIJC2I1u5akq5vaPr0J { width:14.3125rem;height:4.25rem;top:78.75rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfi93LTOD8ennf5mJP0d035qSmGJO5GW { display:block; }
 }@media only screen and (max-width: 763px) { #VHVO6UoTAewJwBcfepAvPZtbWwJemIbs { width:18.75rem;height:39.5625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyEDAnRUM98irrG1KGZNwJ85VXVWBM7B { width:17.5rem;height:5.0625rem;top:46.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2KhQob018eNS4pkKfHlZN1AaZh2oihe { width:17.4375rem;height:3.25rem;top:2.8021240234375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgiQs7LRNhIAplDNmMHEluXfahxrTW1 { width:17.5rem;height:30rem;top:13.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLfLkmEhNsl05r6eD22KDkyBcI6iBo2 { width:14.3125rem;height:4.25rem;top:36.70703125rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0f74OPT4lbex97RlTaQZccDAQgu4QXG { display:block; }
 }@media only screen and (max-width: 763px) { #TVnU7VvDuhpPqxhqTgkreAyC8T8mMRZt { width:16.875rem;height:3rem;top:33.145874023438rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJGIbRIybtuHtTH5r0mOMZCoR9vrBVlM { width:18.75rem;height:12.1875rem;top:103.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEsWGcBlzP8K64EF7SB5IItebWRMOMEP { width:13.375rem;height:8rem;top:117.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcixT3nlfK7TuZNOtDMeTsLZp6qi5W0 { width:19.1875rem;height:1.875rem;top:172.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDSpzw4GSWw6aSLEyfv9a10gH5EKrobG { width:19.1875rem;height:1.875rem;top:163.25rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6yaF6PTbDLr7gzGwNV1c0TfIyXXivVW { width:19.1875rem;height:1.875rem;top:166.375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7xfM5QKUPlFinnClRmADEks1VX3Hhh { width:19.1875rem;height:1.875rem;top:175.75rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXpwckcKScXNzTBylEnrMILvXKQdancW { width:19.1875rem;height:1.875rem;top:169.5rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFzVBTokqOeGwvT8H4IKsr8385NCc1G9 { width:13.5rem;height:0;top:207.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #oaxBiSewENQlro8Oy6HJoUIRBxG7hio3 { width:19.125rem;height:0;top:212.375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIk5qkql5zln3VxxQlRHkR4BFQsQoDXy { width:16.875rem;height:0;top:249.875rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsftULcUA28vsNpwT19NNWgZ8TSIlo6Z { width:16.0625rem;height:0;top:253.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtgHC4zaugLDIfpmIllUmFDuZGyIUTlz { width:16.0625rem;height:0;top:259.0625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J32dPiPVhxmaW6Bv3h5NaU3RF3GXc3hQ { width:16.0625rem;height:0;top:256.25rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP { display:none; }#Qv8a8fnl6UkqFWQeKr4SFlwEeMGLNuyP > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQ4gV9C9gQQAJTZVMDa6rN9kPGoMo57T { width:19.9991875rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaAToP7xwAMJEAtMbenrObtaFOdIoITS { width:18.125rem;height:10.1982375rem;top:5.1826171875rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QKaecfJE4Vy7wuz9itgzOl84oV9clWon { width:2.875rem;height:2.875rem;top:1.47412109375rem;left:8.5627297163013rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp { display:none; }#KlAfwdAwVTTonXWQ2QqKVODVFZps1mLp > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpJvKXOXLXTAHrs6qObXDA9ueJAAP0Em { width:18.75rem;height:7.3529410625rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X { display:block; }#ZrKdB0OdQ94olgbsDi69iukJsWUEeW1X > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoVecWzb14h7m9pz3Qw3CdFKTBwiukvm { width:18.9375rem;height:1.69970625rem;top:24rem;left:0.3125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UF9w2JWweOLwAr2kmR61nEVM0xpTupsQ { width:20rem;height:auto;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oDVRUqIIwTauAc177cUuRozK2cTTyksW { width:18.75rem;height:48.1875rem;top:0.998779296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRt8652am4Xd5lTX3e56XhftIfuXPz6W { width:17.5rem;height:5.0625rem;top:1.5625rem;left:1.25rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bW2THFB5y2ok1uWFlrQRl0XoNrqtvd22 { width:17.4375rem;height:3.25rem;top:2.46875rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygw1vC3KZ4Dtb6Dt2ZXEV0uTKCUZBl5 { width:17.5rem;height:16.8847375rem;top:16.0625rem;left:1.25rem;font-size:1rem;color:#f3b807;display:block; }
 }@media only screen and (max-width: 763px) { #gvEhTPL5WXyendiNyz6lH2XidDSMOHrJ { width:14.3115rem;height:3.125rem;top:41.810546875rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDh1AQLgvWrOKKbMmzonlRAINx8Z55F { display:block; }
 }@media only screen and (max-width: 763px) { #MdmxlFhcTb1eZDAMeZyQBtroA1G3pHvT { width:16.875rem;height:3rem;top:38.125rem;left:1.5625rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #wTNCpSUHzpySAUdx8SdVTVC3J31wTs7g { width:19.1865234375rem;height:1.875rem;top:36.25rem;left:0rem;font-size:1.25rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #xnMXy0TrZ5GdRbxh3kCerQkEfsmIUAIq { width:19.1865234375rem;height:2.8125rem;top:33.0751953125rem;left:0rem;font-size:1.875rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #JiZufCbVT6VqTyuxx9Jz9TfZxPyWn8mf { top:6.62744140625rem;left:2.3747700452804rem;width:15.2493105rem;height:9.7495403125rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T9OEnfNtEnW2f0KeHnqWcFMbZsUoD3HG { top:46.537642478943rem;left:3.0300070047379rem;width:13.9373125rem;height:1.4624rem;z-index:15036;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp { display:block; }#ATWGpapqvEsAqq2QrlAzM8OoTXsFX4mp > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyDTbEoiRzslxB9IhrPKkFRuTL0CNTW9 { width:18.9375rem;height:1.69970625rem;top:25.5625rem;left:0.53125rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #A9ftzkoUIrZtQmsZXmwdkWT46K19Tm8b { width:20rem;height:auto;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LRQFaLGG4OTofmHH09cesWUAbC3849Ep { width:18.75rem;height:41.8125rem;top:7.2496948242188rem;left:0.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pyRSuQci9Nu4E1AQq9LVa7HIkixGeUkV { width:17.5rem;height:5.1953rem;top:27.849609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7udu58Ayx7GaLQ0FrTppkl9Hudf33R { width:17.5rem;height:9.0917875rem;top:17.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK2sVnygpzomTl2aWxNcCodqloDO9uZS { width:17.5rem;height:5.0625rem;top:1.6767578125rem;left:1.25rem;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s28q3bIdEiizPGHi0uvXMoTR5rmFvPed { width:13.75rem;height:3.25rem;top:2.5830078125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxLAhIrzTVvDPsAWxnuEBLFSxvglCTsg { width:16.875rem;height:3rem;top:38.90625rem;left:1.5625rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #czppn7T40BTKL3JKPGafyoXlGm1eNhvg { width:14.3115rem;height:3.125rem;top:42.625rem;left:2.84375rem;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.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdAgMPBF3GZA0W82JF0IuPAiy30cPJ64 { display:block; }
 }@media only screen and (max-width: 763px) { #oTn3VTOmgShyrnSsetmnd2B5s1oQKmUy { width:19.1865234375rem;height:2.8125rem;top:32.849609375rem;left:0rem;font-size:1.875rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #nMrtkF9XlCXJEOc5TIpNrrW55qXf2KCw { width:19.1865234375rem;height:1.875rem;top:37.03125rem;left:0rem;font-size:1.25rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #DoEiZkoosZ2P7Br60r7VZ7L8UNfGr3f2 { width:13.375rem;height:8rem;top:8rem;left:3.5625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Rd01koCVRyMKldZcKDsa0hxpSCrc1fw4 { top:47.134231567382rem;left:3.0308948755264rem;width:13.9364375rem;height:1.4624rem;z-index:15037;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyRKpSSwpoHVVImLU40on9BqgOKma99 { display:none; }#nXyRKpSSwpoHVVImLU40on9BqgOKma99 > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #leycg6uy5A3M9F3IUoo30bvsasbMdq6E { width:19.9970703125rem;height:1.7871125rem;top:1.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOvoJffsIRRZPIS99dDdELEm8pryW6eW { width:20rem;height:1.7871125rem;top:4.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqZsL6Tm36WibaBte032lJcvvELZ5pQ { background-color:#002457;background-image:none;display:none; }#aFqZsL6Tm36WibaBte032lJcvvELZ5pQ > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sSBoRqVvFFckWU6ZDV0kgtCz9aaSh04M { top:1.182861328125rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDWKZekvH676i87C7Us6Ob8xuu2wvdU { width:20rem;height:20.4375rem;top:19.986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B31UTtNSgg9ESlkKQm2VaCvUeXeCMTXS { width:20rem;height:3.2504875rem;top:23.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq5vFQacf9OJFTiKouIyw5I0B9xnsLiM { width:20rem;height:1.3808625rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0zgg1rinMlplrGPOuX31R6GHI6vsntM { width:20rem;height:9.66603125rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDK4EspIKW4hqCwGOc0MCV6zs5qAFptN { width:20rem;height:4.625rem;top:40.423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyxbLfxUrNTyS2APgAqrmgXk0aToKh4l { width:20rem;height:2.125rem;top:41.673828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4qlMpiTQCNhESqTZ8eGxDE8Dkgv9ZIw { width:18.625rem;height:3.1875rem;top:45.7158203125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcuyWzgNvecK1UrgUDfZvnwp8WpUVgSO { display:block; }
 }@media only screen and (max-width: 763px) { #Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 { display:block; }#Hw9LTvN2NBa0Vwi7kwDwFR07wZ8e0DG5 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIyqavcNrL3qEz1475XKuJSfT6R7hl8I { width:17.5rem;height:10.3125rem;top:5.3642578125rem;left:1.25rem;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wwRSparUFtRfSrgE7Bhhw7iHpONFJKdx { width:19.375rem;height:74.875rem;top:4.375rem;left:0.3125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uvdPFPigZnuy1bZfcxffiBTbLRvN92Ws { width:17.5rem;height:7.55946875rem;top:6.7705078125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #bWQyOQnecZAJm0CTbUxEThVRPCmPqbhE { width:14.3115234375rem;height:3.125rem;top:68.49609375rem;left:2.84375rem;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.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #PrePV62cPzvXRHnRqzdWusqTn3tPOLzL { display:block; }
 }@media only screen and (max-width: 763px) { #FVwSlfaDHeALPKDerxOycWTJERcLCrAu { width:16.875rem;height:3rem;top:60.935546875rem;left:1.5625rem;font-size:2rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #Tbp41XQVD1fdgCHEAAUKrP3TUAUGUk3L { width:18.75rem;height:3.896475rem;top:16.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJauQBT0rZOgHnciQEkhT6OeUTrcepi7 { width:18.75rem;height:2.59765rem;top:31.310791015625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUQVEatc9fcVDdbmymngOZo7l2KTbNJf { width:18.9372691875rem;height:1.69970625rem;top:28.82470703125rem;left:0.49862134456634rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwV1UH1LsfBH2nezmdMPaMVgSQ2Ld5bV { width:18.9375rem;height:0;top:49.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOFBoIRyLSKkCUJco1W547pQ88gOzT5e { width:19.1865234375rem;height:1.875rem;top:59.060546875rem;left:0.40625rem;font-size:1.25rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #ThiITJdddAns0N5hb0E92hqC0URKcGsG { width:12.1875rem;height:5.4997701875rem;top:0.56201171875rem;left:7.5rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #x1bHv3BrEySvIJuXJSc41WGyQsLiZtm7 { width:10.625rem;height:0;top:1.1875rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #QNHRaebyGSLp5quwVu0EN474ws6pVfFK { width:18.75rem;height:6.494125rem;top:45.268798828125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGrCcRpff6LPG9klZpTK1m7TZKPbrOx { width:12.125rem;height:1.38139375rem;top:1.935546875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15033;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zzXAvbuVEL284RAAV8dr1NSo0S9nvDgM { width:20rem;height:auto;top:42.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wUIDhihTlwn155rUWHprIu8GzPG5Zziu { width:13.3743105rem;height:7.9997701875rem;top:33.754638671875rem;left:3.3122700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlgTKOHm1xzVGKpOZQQTTLcyEtEZ2ghI { width:19.1865234375rem;height:4.5rem;top:53.1240234375rem;left:0rem;font-size:1.875rem;line-height:1.2;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #WfugWalr5X26aU4nmCU64yIVKlD1xgzs { width:19.1865234375rem;height:2.9989375rem;top:64.623046875rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpT9L8PIMJogWOReDPdKG4F0X12irMn { width:18.9372691875rem;height:1.69970625rem;top:43.0205078125rem;left:0.49862134456634rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #krEVCgEVFINlgcd36V8BSRg8sFM2TozH { top:19.132568359375rem;left:2.0094207525253rem;width:15.2493105rem;height:9.7495403125rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UxXpp052GkUIRJG8CsKTq5Mr6wRl18NU { width:11.9375rem;height:;top:2.62646484375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15034;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K5sAd2fgFTcLSBwxazZmvcaoGXKI2Bx6 { width:12.1875rem;height:4.5625rem;top:70.392578125rem;left:7.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LSIpcelOgZPmLpfoEtErUNT2TyUhXXxT { width:12.125rem;height:1.38139375rem;top:-20.554016113281rem;left:9.2598065137863rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15036;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AWl4y7SnpTXaZqUGPOXSGZIT76SPWOyT { width:11.9375rem;height:1.38139375rem;top:-20.554016113281rem;left:9.4473065137863rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bZZBg9cSr07D3rZpePBmPCUTRRU5Olz4 { width:12.1240234375rem;height:1.38139375rem;top:72.4541015625rem;left:7.8759765625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15034;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Sf21PDGXsPPSTAMbeCWSoLyaMLTZz5pf { top:76.560718536375rem;left:3.2732599973679rem;width:13.9364375rem;height:1.4624rem;z-index:15038;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA { display:none; }#QGfmdpRoaDDAbbfSSgQ8OPaTaE5LTHNA > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aWcS23OxZ6sfrehplb7i7AeEXr5LBoyC { width:19.9991875rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NImcU72VW4XnAXM0MRqeLB35D5tKSJDn { width:18.125rem;height:10.1982375rem;top:4.6826171875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PeqbKhTsN5hkIBVS4ULgyGwd5arMVpEk { width:2.875rem;height:2.875rem;top:1.21875rem;left:8.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QOkxishA5fbZATBvxlPsumOWszxHpOTb { display:none; }#QOkxishA5fbZATBvxlPsumOWszxHpOTb > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PUPCXRIKemk4diQnqOXkyveA6Sce19tU { width:18.75rem;height:0;top:2.1884765625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #PaiNrlwK3WCInBz6bMzbf42rKr9Vqbpt { width:18.75rem;height:12.25rem;top:1.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh { background-color:#fff7c3;background-image:url("https://images.assets-landingi.com/uc/de69e077-2a4d-4d70-b5b4-4193d2f0a302/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.adaptive-delivery-prevent-bg, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyload, #s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh.lazyloading { background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { background-color: transparent; background-image: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row > .video-iframe-container { display: none; }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .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); }#s8imULkCBEHfTGJ06FFg2JwNTMpqnMCh > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd5MawNsV0bkGmqLBS1aCkci091O3Naf { width:20rem;height:3.574225rem;top:3.9833984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGmftFigilkSFU5R8dIRT2sphT7HdP9U { width:20rem;height:7.75rem;top:2.7958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu5VVgZtROlTyrPJOZCsZtVlXstxqd54 { width:20rem;height:1.625rem;top:7.4951171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp { display:block; }#gsHsQPUlKTpfdENVF2Qhxr5H3zOJqxvp > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3GssDxqItuhiJ9KmdCUBX5ZKa362Lv1 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU2g3LZri60h9fRNQFUQFvpeAtAanh1H { display:block; }#iU2g3LZri60h9fRNQFUQFvpeAtAanh1H > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrPTJyblPSafTyMlTEJ6fVnfIlpdbGwz { width:18.123849875rem;height:7.49734375rem;top:16.18798828125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #LtsueVECeqqZmdGBigFG7x7b48EW6mwJ { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #OcNR32QdkxKno2dbPJHFHI4sG4fttyRS { width:20rem;height:17.375rem;top:11.4462890625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #v4tOuaLxtuGKwUmvxcpXuMSOig5PKTR1 { width:18.9993095625rem;height:1.4624rem;top:13.751220703125rem;left:0.49862134456634rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX0pNs3kceGqgf9o8JIPDkkBzsT3zGFi { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:15000;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vxxeb6KEL3FOhrsxxQmSW9LSLvh9wZKT { width:15.9375rem;height:9.9375rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #MubzLg5zui8uESllqxPM8yVv94WFWAuV { width:17.5rem;height:3.4375rem;top:24.44140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly8M7vLkbuhZWTyx7ZuCPTdwJXCPGbRx { width:20rem;height:1.38139375rem;top:25.47265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UTGcimZorEVDHodA5aB96rgGBOeSV8Pi { width:14.7495403125rem;height:0;top:48.572021484375rem;left:2.0002297163009rem;text-align:center;text-align-last:center;font-size:1rem;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #zftXs9CdbyotnbHQcKrvKztPU6GKxEmx { display:block; }#zftXs9CdbyotnbHQcKrvKztPU6GKxEmx > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ { display:block; }#QEMUaZWi3zmTtk1MX4eL6ZOvKbuMbPxJ > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA4Z9GUlplNG2IeUXHTO83pZmWTpqNqG { width:18.122701625rem;height:10.49625rem;top:16.310791015625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWciUCJdBaNLdmo63CUC41kXMRJ5M9C { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FxnDHwevbpXJCZNDS3fLCVdcVnvf3y17 { width:20rem;height:19.4375rem;top:12.451171875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZzevVFDRVinK24C7PV4hsbL8ZPHZe8Ir { width:18.3122691875rem;height:1.4624rem;top:13.91796875rem;left:0.84329044818881rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tb5ZeLfyKftLM3vuD6owoGx81aMOaL { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:15000;background-color:#f4fdef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #igQTrJ9KJWqXrdM1ktiseAZ7NTDEbcsb { width:15.9375rem;height:9.9375rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcnnXUc28gGxqKTa5ui5927qLUQLndxb { width:17.5rem;height:3.3125rem;top:27.7666015625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t53Ud0tUrJTfnUoqVkWdDOXgdrgo8txh { width:20rem;height:1.38139375rem;top:28.7744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1z9mtFkZDHXZ46eWGmpyWer6NEdpTFU { width:19.5622691875rem;height:0;top:46.695842765625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi { display:block; }#OXzDtp2knOQAEPDT1GLNOdud7SDW63Mi > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATKWwnL7xGcODyRz8qdygH9H4NpiqOMt { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMsnPUexuMx6pJwcD6Tz16IONWsmhhTQ { display:block; }
 }@media only screen and (max-width: 763px) { #mzQiOtsmXA5mCTa0JNVrt0RSrG7pXl5P { width:20rem;height:5.1988625rem;top:6.18696875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1k0aLCRE02XPiLmZcg6b25H84133Uv { display:block; }#Ih1k0aLCRE02XPiLmZcg6b25H84133Uv > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATibuN4ygX0PBTbmAWzNTQHmpNK4sP4r { width:20rem;height:1.7871125rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JrV2awOcwV9PEmcuUnGPtPTgNTGpMGOT { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGE1Zpd9EpsAoekZbaKVPdmf81D4TtBJ { width:15.625rem;height:3.3125rem;top:31.4375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42udRb6Uxi3liQz1XFkvfqKt9ym3OST { display:block; }
 }@media only screen and (max-width: 763px) { #mO8fg9ABaW2MPV3gKab6bBwSoBKwlQMB { width:18.75rem;height:20.0625rem;top:16.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxutvp094iSRoE7FUeb1ypZ36BNZPXL5 { width:18.75rem;height:3.574225rem;top:26.5625rem;left:0.625rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rVpeHU8mkknTZVPgOq6NmsaEao98UESc { width:17.4368095625rem;height:8.3122701875rem;top:16.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGG5RSTN9aUa9uguTDv0qmIbbrcneCqh { width:20rem;height:13rem;top:4.4746150970459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs { display:block; }#i9v6CHxTef0FGW0G0J1ormGvB8h5kzvs > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNfSrWTrrtAHcDcfCzG81NhKwNMiUq6T { width:6.25rem;height:6.25rem;top:0.81640625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egExyH2Vz12pLdtTMGuPbUdZKA0GE0Un { width:20rem;height:1.625rem;top:7.7744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqfzeyq9F7g6gBS3NamKGNWfh3qA55Iw { width:18.1875rem;height:5.5255625rem;top:10.2744140625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);line-height:1.3;color:#35b0be;display:block; }
 }@media only screen and (max-width: 763px) { #CnHHw3PDCraO4Gdv0AlCpalb206TdD80 { width:18.125rem;height:11.05114375rem;top:17.0244140625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z4mzg2TcQPTqa5U292PFVf2b4gEaFq0k { width:6.25rem;height:6.25rem;top:28.7470703125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUtWLPofKxUNpwTiPRdf1cI3yGFV1HkD { width:20rem;height:1.625rem;top:36.37890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWd4N4TlUKykrTw40O7Vp0eD6k8QzhTi { width:19.125rem;height:8.28834375rem;top:39.6220703125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:#35b0be;display:block; }
 }@media only screen and (max-width: 763px) { #QkF4dpoPh7A5LLD14k5gx69dt16daSd1 { width:18.875rem;height:6.90696875rem;top:49.322265625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uft0xXAFxrHEflHTzIfJoKXdafVoT7KF { width:6.25rem;height:6.25rem;top:56.759765625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBUlH3tTxXBCOFPD9qSHvLhhxRvx43md { width:20rem;height:3.25rem;top:64.072265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3WzWzxleKH6TIpJosqpTQzsRs6DXx5M { width:18.125rem;height:4.144175rem;top:68.197265625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;color:#35b0be;display:block; }
 }@media only screen and (max-width: 763px) { #KZRlT5f7WXoKvzEXN88OfXPtdiWsTnlD { width:18.0625rem;height:9.66975rem;top:73.6875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSnWwQCQ7PbTkylnsAfpsreXB7Z3op0Q { width:6.25rem;height:6.25rem;top:83.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RidzNZ5LpwC583ARaStkV3LswogVJa50 { width:20rem;height:1.625rem;top:90.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBXqEOe7vTncUrZ5p2RyVSw1vKgqmWp { width:17.1875rem;height:5.5255625rem;top:93.5rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;color:#35b0be;display:block; }
 }@media only screen and (max-width: 763px) { #JbyGlCL0HQD7UVdU3h98Wwx6bMUPsQDP { width:19.4375rem;height:6.90696875rem;top:100.625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXLeZ22yCK0WGWNJiDThSyUSsbHRtGnl { width:19rem;height:3.375rem;top:108.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBeok5q1yc18XHGP8esH4a1AOWuAoHSi { display:block; }
 }@media only screen and (max-width: 763px) { #CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t { display:block; }#CK3bruxoWM9qfHMMIwsivfAtSJ05eQ5t > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAHxnVZgFT3iGp6WxSvgJzumA4JskhA6 { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNZcBTZFEPEvSdWpvrrEIke1SQaa8JCR { width:18.75rem;height:20.0625rem;top:16rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCiyqbrPcd4gkmzTH5L4QC1u5mlTPsJ4 { width:18.75rem;height:3.574225rem;top:26.0625rem;left:0.625rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wSEhF6rEHL6G3DFOtcG1FlmSHAAWmsRf { width:17.4375rem;height:7.9375rem;top:16.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsw5Dqt2nQ9mDFWKFcAFvBPh5f2p3o7A { width:15.625rem;height:3.3125rem;top:30.9375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTi9TT1FOJMBoM22ECxK2nlkZcQJJTWs { display:block; }
 }@media only screen and (max-width: 763px) { #oJAk08R6L7TRuphboNveidOaqCcChnL2 { width:20rem;height:12.032520325203rem;top:2.4998378753662rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { background-color: transparent; background-image: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container { display: none; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .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); }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { border-width: 0; border-radius: 0; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3KN7PIdQR8az6WSFSPk71gLPQSeMpmt > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bueGrFVN42R0DpdDGuWl8vy3K3TKE0Si { width:18.125rem;height:1.4624rem;top:2.6923828125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7Ua34EiPeJ1hfcCun1vrhWza4zB6hK { width:16.5625rem;height:8.28834375rem;top:5.7861328125rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AELrwVuTa2CaOsQkvLKQBWi0yEi9Af0S { width:19.25rem;height:6.90695625rem;top:21.8115234375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FedTtG41tGBrw9zngBBng24dZ80NWWAG { width:18.125rem;height:2.76278125rem;top:17.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5vP4wQSSVJTwNHbRt8z1OOK3DGoL8tV { width:9.6875rem;height:1.4624rem;top:1.2721366882324rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVtZPK5ETFp9XAeahIkz5yzvJW0pBds { width:18.4375rem;height:1.4624rem;top:16.392578125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1LtDsApRfyBFIqILHr6DagRMovQAsy { width:20rem;height:4.4375rem;top:0.5361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBUiS5Ddg98MBwaZElbw6NxF7khvDEx { width:20rem;height:5.8125rem;top:46.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJL5p63A9ZrzSmyxwUpdf7hyIghg97X { width:20rem;height:5.625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHgu4mCn5vE4iKIxJggiz8WxiaLQkAI { width:20rem;height:4.6875rem;top:79.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4FBIDLAHTOhowJ6700cUdduhDm9VZLB { width:17.3736875rem;height:1.4624rem;top:30.673828125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PctxvzlnJoKNuNc26CItWh9JmuxuRcuW { width:15.9375rem;height:2.92480625rem;top:32.09375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFfhq9dw5yiwPsUKVzq1p2ERUAZsLJO { width:20rem;height:1.4624rem;top:47.673828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKJmNlg6TDHH8ViELtytf6keihG9LxE { width:19.875rem;height:2.76278125rem;top:49.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4LWc7Nc1KFq7SD8pL70xZRF32hzGRZp { width:19.25rem;height:8.28835625rem;top:36.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKL8srSApiAHEULrU6JcJwWg3Ucc2PTR { width:19.4375rem;height:1.38139375rem;top:53.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmnZ88KKUpqPi4Z4qOlCObMTwxBT78m { width:20rem;height:5.25rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOqSvTxxnIX0tEMqJIbpdGMKIk8fHBm { width:20rem;height:1.4624rem;top:56.517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBJOQoCGD0uVwWk6uUPDVgaaqdwcDrMI { width:17.2490234375rem;height:2.92480625rem;top:57.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOt8rQPkg4F4bTopruEctIzSn1h0seh9 { width:20rem;height:5.5625rem;top:15.5rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #QUMLT6uzTIfiO6RAmBWXiG3VGPuBveGo { width:20rem;height:1.4624rem;top:68.267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM0xAwPTVzveBxvxNLgiRpMWBzOWOiKL { width:18.125rem;height:1.4624rem;top:69.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPd8JM4mfTzezgmSCxTisdOPDGvPZusB { width:18.125rem;height:4.144175rem;top:62.1875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o179REmKBsSyoPGT5o3maBFKT37NlfuR { width:19.3125rem;height:5.52556875rem;top:73.375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iauh9PIh4qJrKEPkknkeCciNQRJgnVtI { width:20rem;height:4.4375rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4W6IbpZL0ghgt0QZWCVJaPnJvx7nxd6 { width:20rem;height:4.75rem;top:100.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6qIMneu8BTMLSLWVOQnUsxpHdOfeC6 { width:14.375rem;height:1.4624rem;top:80.705078125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUuBwfZeI8xQ6VDh3U3CMQdCVdFxnVcG { width:20rem;height:1.4624rem;top:82.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #neCFoNzoCN5TCFTygv7lCUk7Jp3rpDVD { width:18.8125rem;height:2.7627875rem;top:85.03125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xF1e6GssWtCTZftm64HTAG7h8RFMSG { width:12.3111875rem;height:1.4624rem;top:90.454265594481rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtVmKqA5JmLCZQzcZuNGSs9rfIrC1ac { width:18.125rem;height:1.4624rem;top:91.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsAuUuq0igXyQCvzDMZ13CHs4sTNzQDH { width:19.1875rem;height:4.144175rem;top:95.1875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPUGpFdJ5qyyBL6fumv3EPXn8NKNuVV { width:20rem;height:4.6875rem;top:89.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7aQXXHL5CFMorbTATd7RInzWP0tsTkx { width:20rem;height:1.4624rem;top:101.82942962646rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bNGDGm7OL27C85v0HFc6Nvx8CG1Lnz { width:20rem;height:1.4624rem;top:103.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcxdAaty2sW4NrTZ3hAMxKwPnXmTAGk { width:18.125rem;height:2.76278125rem;top:106.875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVuMGwe88cMWC1aE1P4zX0M0ITEHqvC { width:19rem;height:3.375rem;top:111.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O777yUCFNQtaCipMdKDzRaxnzRqeXKaH { display:block; }
 }@media only screen and (max-width: 763px) { #VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid { display:none; }#VkL5hFJ3ATuc11eLLO8JN5FSzlrMVSid > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vo4a70kCcn0RMQ1nVTbayGGi4Ax5M6NV { width:16.4372691875rem;height:3.5rem;top:11.7412109375rem;left:3.4995402097702rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbZGxcdaX7H2TvThgFc5vCrPXeTNsIh1 { width:12.5rem;height:0.124080875rem;top:2.019775390625rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGgamxcTlzmywlOJ3RWnDcv8T7SDwxP { width:6.4372701875rem;height:6.4372701875rem;top:11.730224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTtv83naxrwvwSH7ciF3TXQup6AlPmb { width:20rem;height:12.92364990689rem;top:19.4163671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 { background-color:#377815;background-image:none;display:none; }#PqVpHVrItE43WphGuTkA7Ar6DBWgFS28 > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EwF2WFwtOhhfAM5wz3KlqKwhFxHzXASV { width:18.75rem;height:0;top:1.6654052734375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7JFo1DvDf1QP6u0TJyUTQpkHkrLgluo { width:18.75rem;height:10.125rem;top:13.528076171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nsOPTF2atUHwkHiTESSULKLEFS19N8Vq { top:1.261474609375rem;left:0rem;width:20rem;height:10.875rem;z-index:15015;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT { display:none; }#tJoNJPuybXXEZ5EsKOWOTZvQcOlkydUT > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mc7ntFrgdApOQORurc0DHoWn0IZog5uM { display:none; }#Mc7ntFrgdApOQORurc0DHoWn0IZog5uM > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LmyZF9FkK2XuNXQfwBGkJLPTDQ0EyOym { width:16.5rem;height:3.5rem;top:14.34375rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6N0M1G3q9MgN1SkISomMqL0XT7ZXIQb { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufs3cph7fbpVeTTAvNLLss7GZBFzFngd { width:17rem;height:10.0625rem;top:2.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoWGWCMsIm4r5n3x0yK3cZ38iCb7lFUk { width:6.4372701875rem;height:6.4372701875rem;top:12.82861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP { display:none; }#tWuxCmtyz9O7R6VqEbrUd5gsfKiRUmyP > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz { display:block; }#tDuqlqmGkTcdzENw5PRTFuXpErK0yLHz > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6kEux8aseSUNHL0mr93UIKwIRBnT56f { width:20rem;height:6.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW1TI8qabvJqInrRbITT3oJ0afCv3otr { width:20rem;height:3.574225rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE { display:none; }#zuQ3Xbg8pCFe2VZgWOgiHznHbwsxAVxE > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC { display:block; }#ueL4wqOd5Rb5hWR0g76Hxvrt7hXXBXSC > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPG8SqyxZPzyaHQTbvMXetgFaLQlZBGk { width:18.1241875rem;height:0;top:94.966875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #SiuHz3Krmh5DWWtG4aW3VpRbgv7osBo9 { width:19.375rem;height:39.625rem;top:5.8115234375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOIBarsMlyibVqkVoxtadz2hIN6HTacH { width:6.1875rem;height:auto;top:8.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAU06D7vTuDisEkBpmLI472SGReOxsXr { width:18.125rem;height:33.984375rem;top:9.8984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqvOSO9xkgOQLWgXFDtrQ33SbRhGz4GZ { width:6.25rem;height:6.25rem;top:2.40380859375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v { display:block; }#mATXQLWvrOZGCHzlqOMkUkem1ShNTa1v > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDvm5STptpfdNwG7witlWomUIxMmTncp { 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) { #oeMuut4XxqcayTQ3F3pxrV1VXDh9TD2d { width:19.375rem;height:30.9375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgbC825ItenHrA804SoQTaGCBaSBnDmg { width:6.25rem;height:6.25rem;top:0.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqoun9zTXcbTw6UTGaQ4tACXL0Twgyuu { width:6.1875rem;height:auto;top:7.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0dZMBSSLAAPdGLdEaPgl3orPvCOE20l { width:18.125rem;height:27.0862875rem;top:6.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv { display:block; }#dFLo5PC25uudPAyZRpQ2SseMgqbAtcyv > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwWZV9ZykPEumWpGLO6aZ9CbvwaKHCv0 { 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) { #w12gKC3T4vaoqZTWFIQqE3S9z2vibMxA { width:19.375rem;height:34.8125rem;top:5.9580078125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt30ytWUwdNW6NvmfXkzTh4BmKDtKcMP { width:6.1875rem;height:auto;top:8.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlF6g2z8RtoltWDXq4nE8UKiJyw16Vxd { width:18.125rem;height:30.69779375rem;top:10.375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLS9aaTMt5I77cCRPWdOMk6MkIiTQtVo { width:6.25rem;height:6.25rem;top:2.61083984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/De3lpFaw/Projekt_bez_tytu_u_25_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.adaptive-delivery-prevent-bg, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyload, #OCVz84tdfZTSs4p2CQUshywe4KnWRtP5.lazyloading { background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { background-color: transparent; background-image: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #377815; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row > .video-iframe-container { display: none; }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .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); }#OCVz84tdfZTSs4p2CQUshywe4KnWRtP5 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXFeDHMw3PFVmgEHSvFJTvMXRz4WzDDx { width:20rem;height:0;top:7.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q7cg1VK1AMDST6POTI4wtbN2Ar0U6FBB { width:20rem;height:0;top:15.666667938233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XXKgMFdqbvNdqFgI0i9p4MshV3lvBxkP { width:4.0625rem;height:4.0625rem;top:2.5625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuCq3ddyopKcbtv5V63GqxDV1ZDBxPOt { width:20rem;height:5.3613375rem;top:6.75rem;left:0rem;font-size:1.375rem;z-index:15002;text-align:center;text-align-last:center;font-family:"josefin sans";color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VxqhCmDwQVpPZbnd732URKMLMZ6vLuMx { width:20rem;height:6.74715rem;top:42.416748046875rem;left:0rem;font-size:1.125rem;z-index:15003;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wDRZ8KsEU4TDKf8hxJNv84FAPgG28tUb { width:18.9993095625rem;height:3.3122701875rem;top:50.703857421875rem;left:0.49862134456634rem;font-size:1.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q6bNQfqRzWx3vHoO7LJBpFuLzgAMvIWB { display:block; }
 }@media only screen and (max-width: 763px) { #aRxnKG19wyGrXS6a3OwoypzTnOIHPTgT { width:18.75rem;height:28.125rem;top:13.08203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtoUcwPOiDcOwDg9qG5WU2ZSSBkuIWOP { width:20rem;height:auto;top:15rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC { background-color:#377815;background-image:none;display:none; }#h89Mgo8OlSURWDWzblEW2ILLcKsyrJhC > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aF3MN5TBcbbyLq2o1ERu8CRxQKgTO4X7 { width:20rem;height:1.5rem;top:13.264038085938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtyNFg9G8p1EPpImngMeFVzwolUFG2CJ { width:18.125rem;height:26.5625rem;top:14.660217285156rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXtIEHe2eL8qzc04FhMypkVlZIzOZ66 { top:1.3109130859375rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u { background-color:#377815;background-image:none;display:none; }#WP1SmmqyIrAwbTDNzzzvtu5ontOztt1u > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DkOWhPqikuUqS4TXMqqOmBmGFaRFKkXw { width:18.125rem;height:32.8125rem;top:13.462829589844rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RHAcibEvGV1wrXk0lHxy9ee0vBbgKc { top:2.534423828125rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8fGknRsupnypdzTc4cfMRyQCHsfTff7 { display:none; }#a8fGknRsupnypdzTc4cfMRyQCHsfTff7 > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup { display:block; }#VCkLBcrLVaiHTLGHdMtDhTPNS3nBpaup > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKe50ecfTyCdn6ZtMtxrTdJBiU5RhOUI { width:20rem;height:7.25rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPnB2V2i6PFQgTG2gqVU7f3Mw1tBIvHI { width:20rem;height:4.8739375rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A { display:block; }#iTWxGZfTsvpOnUbJm23ynndoGgqVTq9A > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUoWyRcvRDo8ScwFC9EMTyMwfq7zZMyr { width:20rem;height:5.848725rem;top:1.422119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PgskKxpJcDA5rUSGoPXJW1sNPp6Kg1 { top:24.68408203125rem;left:1.561350941658rem;width:16.875rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guzzL43c78O6d1qm1Cx0Zz6DBO7BHTVy { display:block; }
 }@media only screen and (max-width: 763px) { #E0yT4Ikuoh268Qi4KrDsyRQB4T57AGIv { width:12.5rem;height:14.5rem;top:8.748779296875rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc { background-color:transparent;background-image:url("https://images.assets-landingi.com/DXDCZo2y/11.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; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.adaptive-delivery-prevent-bg, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyload, #xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc.lazyloading { background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { background-color: transparent; background-image: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.4); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,120,21,0.4); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { display: none; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .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); }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { border-width: 0; border-radius: 0; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xawBF1EStc9PPCsDL3o1sEbyEEoaRXpc > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKIVJyhsMqGuHQkKh4RMGkJXxXmPVSxI { width:20rem;height:1.7871125rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDuDfEklg1QO8AMN26A03wsUJVIwWTcs { width:18.9993095625rem;height:3.4375rem;top:5.08154296875rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiWDwSTpqczaVydUTDfT7fm3R1KVG5NK { display:block; }
 }@media only screen and (max-width: 763px) { #MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy { display:block; }#MWGNJX9QsMxLv4I3y3JuTIzgSr7KPHDy > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbQL5N29GBNFf0Ho8cbUnILGWnmVeXHG { width:20rem;height:6rem;top:1.264892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3DelLTgUS5FP7uqBgwiJ3Alh1lR2Igb { width:18.75rem;height:3.575rem;top:2.677978515625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRoVCd4E14otCFGW8WAib2DBiTr8LvVi { display:block; }#mRoVCd4E14otCFGW8WAib2DBiTr8LvVi > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJlQrcwnMbVNGJcg8QXxVUd5ARwQ7UFe { width:16.875rem;height:4.144175rem;top:1.34521484375rem;left:2.5625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xSIDyAA8XSGwad8GRl1GwquMxKlMawkf { width:16.875rem;height:2.76278125rem;top:8.30517578125rem;left:2.5597425699234rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nWTMDOrnBsXo1sDUtVq4fMUWsXFP0WqH { width:16.875rem;height:4.144175rem;top:13.822265625rem;left:2.5597425699234rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K5hB905gBiQ9pVVrXWmGZJmk2lvff7xx { width:16.875rem;height:4.144175rem;top:19.91162109375rem;left:2.5625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lXKVLiNQ8RdoNmH3ozzEIgkDoLP6MF2e { width:16.875rem;height:2.76278125rem;top:26.80615234375rem;left:2.5625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l2Vn33vrtPeqU30EhIcCp1vvoAQTTNer { width:1.5625rem;height:1.5625rem;top:1.3447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV97TpR9H9rh8AJNTWt30zolgariMSVb { width:1.5625rem;height:1.5625rem;top:8.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMwIgcGR9XLkkteCPcUt4ibGPFToHgfJ { width:1.5625rem;height:1.5625rem;top:13.822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm6eJ7RcPaGTbcXtIK9c6vQTxk5rpEgp { width:1.5625rem;height:1.5625rem;top:19.9111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foZGeMtKr3FqQC8k8E2msDuyDAsXnXln { width:1.5625rem;height:1.5625rem;top:26.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdu3hTzdOr9KCmQFkniqbTDK8WFJl5EF { width:19rem;height:3.375rem;top:30.8056640625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeBHtQRH1Z9oFasdtzxzg1brrbxclD8N { display:block; }
 }@media only screen and (max-width: 763px) { #ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q { display:block; }#ZRwxTM6EcTzXyfnsdV37TeOJNXIJ1p9Q > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5KiOQoA3ZpohoeN5IDaoAWLyomOC7ae { width:20rem;height:6.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc06HubsJ7cekL18SgDDC5d02Qr643n2 { width:20rem;height:3.574225rem;top:3.1640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v { display:block; }#ZaJOZmsMxqVosCaLBCX8HFcb24dEHy2v > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTw6akv6eLMcfIhiTPTDsU0KXGLRJ8mW { width:17.3747691875rem;height:13.81391875rem;top:5.6008911132812rem;left:2.6252297163009rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBFT2GGsMU9C4IBQwTukbskJnn0fibpT { width:16.875rem;height:4.144175rem;top:1.1178588867188rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTmtAwcVJUyPTg8UAuxcnFlPdAOuzmx { width:16.875rem;height:1.38139375rem;top:22.462097167969rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwu92er9T2X1Si3XDKtgCZ3Gtdod0xa { width:16.875rem;height:16.576725rem;top:24.25rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TteTPI8dx0wCT65Gs6LktvKgtAThfwXE { display:block; }#TteTPI8dx0wCT65Gs6LktvKgtAThfwXE > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMNFBLUPHxWCnAL31ffsAxVihCRZ5MPH { width:16.875rem;height:13.813925rem;top:1.5625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MEsA9BXKqwgCJTggm9VkkTFTsD3CnhZd { width:16.875rem;height:15.1953125rem;top:15.7373046875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l0eMzDRrqZnWMIRZdPLq9T7C2IOEpS2q { width:20rem;height:0;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ca60XX55Ure7FExCizfr6Pq7gvsu9aEB { width:20rem;height:auto;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1775wTOJWTxBfSTEE0iC6i7zSqBNEC8 { width:20rem;height:auto;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3eEXPQCUJqS3ehVF4wfvTqozxT4BgDK { width:20rem;height:auto;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE { display:block; }#bCDOIyondHMUMaOeJUZy8WPyKPUSl2xE > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeMZblz7sE1cVXMxHCeZTV76TE5N223o { width:20rem;height:6.3125rem;top:1.400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPeRzW5lo8eBupUmR1UO6scsw1cQm5S { width:20rem;height:3.574225rem;top:2.740234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo { display:block; }#htXx3Ru3XO8UyvQe5QFnMJIymrJaCUyo > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo { width:16.875rem;height:11.051125rem;top:1.260498046875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#if5rqlm1kKkB3nEy2ZGw3V8JKFAdanAo li:before{  }
 }@media only screen and (max-width: 763px) { #cbIHruK3KpBJ2EVM6X64948vQluUvXI5 { width:16.875rem;height:2.76278125rem;top:14.5302734375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0udmVPqWVGFIx6LfQV8iUMXL7TwpKbH { width:16.875rem;height:2.76278125rem;top:19.12890625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUHc1eHeW8t6C96JUJ8UTp2lpqUJZGq5 { width:16.875rem;height:2.76278125rem;top:27.0830078125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNT1U7UuxT32mu4lTPfEIm9zQtH56eg { width:16.875rem;height:1.38139375rem;top:23.7763671875rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukq2oPwtQIzt3a1raafEyTtN92oDoLRw { width:16.875rem;height:2.76278125rem;top:31.330078125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLd79hnm8dwwRSI4w74FbqryVFA7n1px { display:flex;width:1.5625rem;height:1.5625rem;top:1.259765625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wA4G12WBWmOgN0xfCy6MOkSxtgJB7o9Z { display:flex;width:1.5625rem;height:1.5625rem;top:15.1240234375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ifr6v5dDFyOs8HPB8q2dmWE4R3y1AoSU { display:flex;width:1.5625rem;height:1.5625rem;top:19.72265625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZAg6F6PrI6wbe7OoHAQws47Q8wGh1OgR { display:flex;width:1.5625rem;height:1.5625rem;top:23.6826171875rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QrqG9U9ITetbk2z2ps2sPQi8K9QnQoOw { display:flex;width:1.5625rem;height:1.5625rem;top:27.6767578125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mTzL6REy8cLuEQ0aI2TWTKGcs3HRKZnX { display:flex;width:1.5625rem;height:1.5625rem;top:31.923828125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ydvACylcTTlaxte6LDxStIdSiENDWUDG { background-color:#f4fdef;background-image:none;position:relative;z-index:auto;display:block; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { background-color: transparent; background-image: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row > .video-iframe-container { display: none; }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .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); }#ydvACylcTTlaxte6LDxStIdSiENDWUDG > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2zXvEm7m9pg6mnVMSLiVK8B4LzFGfQe { width:15.3125rem;height:5.997875rem;top:23.684303283691rem;left:2.3437498807907rem;font-size:1.25rem;z-index:15002;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0COFnALqMKdwxBOV5KIekJylZmHxPX { width:20rem;height:3.574225rem;top:19.310190200806rem;left:0rem;font-size:1.375rem;z-index:15003;font-family:"josefin sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #piRwOuAZtVuWLB27L0hpuehymwW1kPl3 { top:1.2721948623657rem;left:0.68714487552644rem;width:18.75rem;height:16.25rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe { background-color:#f0fffb;background-image:url("https://images.assets-landingi.com/B1aU3mEF/OzA_g_o_wne_na_www_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe.adaptive-delivery-prevent-bg, #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe.lazyload, #y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe.lazyloading { background-image: none; }#y3SkXoMARXuRPvDxKkqeyyrU95eMOAFe > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFXsXldsGgxzJcwI9nQ3NBhxPQnpZx3p { width:20rem;height:3.25rem;top:21.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf0hVRe1C2kEbgG41ATai6VVi87wvccM { width:20rem;height:3.25rem;top:34.329345703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyMTa6OtT97QGTb2tr3uoFTBm6pf3Lkh { width:20rem;height:1.625rem;top:33.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #co355MkxG0fL5fiTKyVW4qM0yTswmok8 { width:20rem;height:3.25rem;top:16.6875rem;left:0.625rem;font-size:1.375rem;z-index:15002;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Rs6Ns5zxSo274qLTcVPqGsJEZykqfEqD { width:20rem;height:3.25rem;top:21rem;left:0rem;font-size:1.25rem;z-index:15005;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Uvoh5JfczQiSTPOVCi756nH8mnic5DAs { width:20rem;height:3.25rem;top:29.1875rem;left:0rem;font-size:1.25rem;z-index:15003;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd { display:block; }#xw3l7oA0CxWSLfkLI6z1pKhKE4t0nOwd > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViiOl9iCQxbiCZGcrVLMTZPebXdP630a { width:20rem;height:3.575rem;top:1.220947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTefLGhRFM6KyCJE2Osn7tIvlZePs4ko { width:13.0618105rem;height:7.8745403125rem;top:24.513671875rem;left:3.9981616735458rem;display:none; }
 }@media only screen and (max-width: 763px) { #SF71ThGErsavay8FD7fLMPxbOamvXqce { width:14.9368105rem;height:9.4370403125rem;top:40.64111328125rem;left:5.0631889104843rem;display:none; }
 }@media only screen and (max-width: 763px) { #wC6JUZCWFPi5DD9UkM30EuIgToAKLdtG { width:10.7490806875rem;height:6.3740806875rem;top:46.8701171875rem;left:1.5590533018112rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhbwpIL1eK6mnNhIetyRs2T3uKx6USKG { width:17.8125rem;height:11.5625rem;top:8.01904296875rem;left:0.90418195724488rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7fIx9HRiKoBkAInTrSIsIXpEbOmNEm8 { width:20rem;height:0;top:36.8876953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;display:none; }
 }@media only screen and (max-width: 763px) { #kOocT2soTJgl6tVbDZLTym1CfiHQgqsI { width:20rem;height:1.54385625rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#f1a41f;display:block; }
 }@media only screen and (max-width: 763px) { #bwGTMd4fUQ1KCVeMTCM6Z81lRy6U7PIE { width:20rem;height:0;top:7.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#2fb2be;display:none; }
 }@media only screen and (max-width: 763px) { #RzLTWClFF3byB7sIwKhgaT84EP6FMDa5 { width:3.8740806875rem;height:3.8740806875rem;top:48.8623046875rem;left:11.187958598137rem;display:none; }
 }@media only screen and (max-width: 763px) { #osSkqBU6h7TZme7THKxI2NVl5GxvXdM6 { width:16.875rem;height:2.8125rem;top:19.625rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bpIN7cw25CPHxoaGvakhqPhNbyk31SSn { display:block; }
 }@media only screen and (max-width: 763px) { #BV0sBEDFVx9CVWJzrKEbNR4c0Rfht0AV { width:20rem;height:18rem;top:26.125rem;left:0rem;background-color:#ffeac6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZBA2C4wZKrHvXPWvxVwrPiDeBkSrNZMn { width:20rem;height:24.0625rem;top:46.4375rem;left:0rem;background-color:#faf5f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rRGMkqiS29MwrG1lHAuRuLAXmLTiQQmM { width:20rem;height:17.75rem;top:6.12939453125rem;left:0rem;background-color:#ddfbfc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xb5GZi6hsPLZn3cHXB1z954q0dnW70kf { width:5.6870403125rem;height:5.6870403125rem;top:52.125rem;left:1.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RFkT81VS5oVDEXbHifpxRIJl2CComtu4 { width:18.125rem;height:11.5625rem;top:7.937744140625rem;left:1.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #z9wZFwnFW1WD81q9d6rErcmrJAT1Qaxc { width:13.0618105rem;height:7.8745403125rem;top:29.6875rem;left:4.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w3yi8R69Ct68Kp2EAdpcHhGVdqQ3tiyG { width:14.9368105rem;height:9.4370403125rem;top:51.5rem;left:5.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qnZ8eK1ubyU37QrzCpl1guI00ontLpZD { width:10.7490806875rem;height:6.3740806875rem;top:57.8125rem;left:1.5625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ceg4nbMrFqTUcVMtnETggoQKNTVBJ4Sn { width:20rem;height:1.54385625rem;top:7.3701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#2fb2be;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #RU25SkAEweDKSH0VfASiT56TE1KkZg0p { width:20rem;height:4.63156875rem;top:47.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;color:#7b3955;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GR1Ka1EsWrX0tIpoWI3IyA5hDKi960yE { width:16.875rem;height:2.8125rem;top:39.74951171875rem;left:1.561350941658rem;font-size:1.0625rem;z-index:15051;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V5OrEOgZ27HnTSr6eXFV32T4pCG8TCte { display:block; }
 }@media only screen and (max-width: 763px) { #gMkM4Is0FekvJ19yIHNIpOM5K6FV1WQC { width:16.875rem;height:2.8125rem;top:66.3125rem;left:1.5625rem;font-size:1.0625rem;z-index:15052;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MhksNg7oaTpfZcbZ81qymH9i02iPWCSD { display:block; }
 }@media only screen and (max-width: 763px) { #GGKUtS4kn3USHEdpm5biVdDI8Xp48Cn4 { width:16.875rem;height:2.8125rem;top:19.473876953125rem;left:1.561350941658rem;font-size:1.0625rem;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #NhcAJHy7Lh9H7k5DrywUgIDOs5x2QW7i { display:block; }
 }@media only screen and (max-width: 763px) { #thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c { display:block; }#thZ41sIw3HxqNcqHBEEZIvOffiRrxS7c > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0SXaeuxDxCRfGqvk6K6xVHEKiPNdhoa { width:20rem;height:1.625rem;top:2.396484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTH19NQeZlcJCzkbwKgATDkLxTntQVzP { width:16.25rem;height:9.5625rem;top:6.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlzxZlVoyeTWZZ1tHdOQSm8laSopDTRI { width:16.25rem;height:10.375rem;top:17.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNb79X4LfQDi9G0FMcJoNvFFzCkncmTl { width:16.25rem;height:11.3125rem;top:28.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXvxcuqKawQzEsv9sr2ZrMmtwUNVpVAa { width:15.8125rem;height:15.8125rem;top:41.8125rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCmk2MSryiBv78IQ7u7srNGBo5E8VUUe { width:13.2490234375rem;height:2.5996125rem;top:7.3125rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8TTTZ8581ns9olGA5pB2gEXTpggwdeU { width:14.3115234375rem;height:3.0877125rem;top:10.4375rem;left:2.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cufb2WqyOZHTLwrgNzZ9UmioqZtbSMAn { width:12.5rem;height:2.5996125rem;top:18.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kftCUPxhTo1W6Og4eZGNo9OKKUPpsVbB { width:15.4990234375rem;height:4.63156875rem;top:21.8125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQDVVJI3pVgQxG8qlDoKs7ua8qWWuUrE { width:2.125rem;height:2.5996125rem;top:29.8125rem;left:10.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPcxT5D8h8sVKfUBmvFDNzlCMpUhAaV5 { width:16.0625rem;height:6.175425rem;top:33.03125rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDHM2WucErSmkPQyq0aRwFNrmHrerc0 { width:5.5625rem;height:2.5996125rem;top:29.8125rem;left:4.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0o9l28Bw5AWrA5lW5ZapNcU0Fmnbs70 { width:3rem;height:2.5996125rem;top:29.8125rem;left:12.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eUGp3UZ0EIpJN30c0UhhC25lvAe8ir9I { width:5.4365234375rem;height:2.5996125rem;top:42.8125rem;left:4.8134765625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMku1r8iFuEC7wFlzXJBzus3iT029T3h { width:2.1875rem;height:2.5996125rem;top:42.8125rem;left:10.8740234375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmf48S17E7Rskbcy6Gpq1URzSt96M5r { width:15.4990234375rem;height:7.71928125rem;top:46rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snQpxAHTNETFK8mBSEqaSmcIxSPbZoRn { width:16.25rem;height:12.9375rem;top:41.8125rem;left:1.875rem;z-index:15010;background-color:#f39c12;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl { display:none; }#qVV9WhmMiEpXStX1VBTNvX5kTZZWhSQl > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvnfTTpoeEgeNmr7Lbb509RcH01L2Emb { width:20rem;height:3.5rem;top:2.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8VU4RJwxdLNNgqNLBWWew4iCJ5PhgsJ { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH { display:block; }#nuwuP85pSZtBVIH4RvDOIkTtDVMGZOuH > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWdiLgou4AiyQNw1RMSdETgFlBTg3sLu { width:18.3123125rem;height:3.73579375rem;top:5.7563915252686rem;left:0.84339487552644rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ4660gvOd7iCRmK3armJLA5pwXa9xQc { top:1.7320671081543rem;left:0.84339487552644rem;width:17.9375rem;height:2.92480625rem;z-index:15039;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-3),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW { display:block; }#TaBlok9WTW0WSIGQxscVFm9GgTbDfMSW > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWXKLFBL63aob1Wt78fTF9BQBcv5uohw { width:20rem;height:1.86865rem;top:1.009033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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 #ffde00;border-left:0.1875rem solid #ffde00;border-right:0.1875rem solid #ffde00;border-bottom:0.1875rem solid #ffde00; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L .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; }
#tAkwCa0C3ybiAc2RQVZwU070kyhww57L { width:14.625rem;height:5.4375rem;display:flex;top:5rem;left:2.2643229961395rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #T8zDLBvpJMI9E9beQcPr3fDMfgNI0VA3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #cXiNxsuw5rbgn2RLobTCy2WUZQgVA9Ae {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #CbB2bwusakZRQfMyMFZG34CdhhTkysBq {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #CozSKflkEH6rXpMIBqAlhCIc55BdnJff { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #FItwUTVKTNtAG5GL9TnD8EiVPPPvT0Iq {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #PTaBJULTAZkAEMyheetRcJfB05N0aBXf {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #P1qVl7nECHws7Fc3svnB9aKntTHE1mXN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #wZ7IIqTlSJrnILSFBinpcmM7xJI5ckmh {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #M6QAJy0uHDrfwVkJJUxAQkTGzMshzQN5 {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #ZDMNWDF1MbEl73wVMfJUH9pAsVgZTtad { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #dCBtPr0MveR3xZMPuQz2DsmT8e0yvTn8 {  }
 }@media only screen and (max-width: 763px) { #tAkwCa0C3ybiAc2RQVZwU070kyhww57L #nLoxsEONcmTfOf7Z8cy3swdnyw8d7JVw {  }
 }@media only screen and (max-width: 763px) { #z7Igsk465hLE2nC3vdH44kTGohLBss2y { background-color:#f4fdef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { border-width: 0; border-radius: 0; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7Igsk465hLE2nC3vdH44kTGohLBss2y > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RuavHvZZ7WENwzsugvFUEuMzE1lh62SJ { width:19rem;height:3.375rem;top:1.5625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFyCzL8V8JEvoVG3rAaod75Bn0HoSXR { display:block; }
 }@media only screen and (max-width: 763px) { #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb { background-color:#f6ffff;background-image:url("https://images.assets-landingi.com/plYevto2/10.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; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.adaptive-delivery-prevent-bg, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyload, #CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb.lazyloading { background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { background-color: transparent; background-image: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { display: none; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .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); }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { border-width: 0; border-radius: 0; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGlpcycbwIkJEnHRFNNrUS6UF3v82uVb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbp3AaoqcAbJCPqEqTBnLKxELp3a4UFZ { width:5.625rem;height:2.24964375rem;top:4.4983596801758rem;left:6.6548293828963rem;display:block; }
 }