.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:47,178,190;--color-primary-1:72,108,143;--color-primary-2:11,171,193;--color-primary-3:13,148,166;--color-primary-4:16,125,132;--color-secondary-0:250,215,187;--color-secondary-1:244,183,135;--color-secondary-2:241,164,31;--color-secondary-3:242,165,30;--color-secondary-4:243,156,18;--color-tertiary-0:255,255,255;--color-tertiary-1:72,108,143;--color-tertiary-2:38,73,169;--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:#f1f6fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container { background-color: transparent; background-image: none; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container > .video-iframe-container { display: none; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row > .video-iframe-container { display: none; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .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); }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container { border-width: 0; border-radius: 0; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#b0KvCzUJ1rGzndolB7u0mZybeNASouMu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:13.125rem;height:1.3rem;display:block; }
#PcGToZWVFirFFk6dy9dEtXKDhcRXxe51 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:21.25rem;height:1.3rem;display:block; }
#VsGCP2HodsRCqvTJcIrZgMAQxiFrbqkd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2488510608673rem;left:7.5rem;height:1.3rem;display:block; }
#CPlT6hiGuRWbIpZTUPmhKOlCP6Ii7TNN { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.75rem;height:1.3rem;display:block; }
#DCa4B7TFJeLbIqgHAdoRpnUFFSuxqpEE { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.625rem;height:1.3rem;display:block; }
#TdPAem9h0sBoutUr1nIU3toHMkUfRu5C { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.75rem;height:1.3rem;display:block; }
#bsfxTgQoGRmWLOwhKzOmmpCLbteeAORX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.36458587646484rem;left:72.1875rem;overflow:hidden;display:block; }
#AGfH51TWwTosp7gBpfOCpbqfPo3czSpS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1.2488510608673rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container { background-color: transparent; background-image: none; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container > .video-iframe-container { display: none; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row > .video-iframe-container { display: none; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .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); }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container { border-width: 0; border-radius: 0; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/ddc3a188-4833-47ce-9988-588338add17a/ZTzA2.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; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm.adaptive-delivery-prevent-bg, #DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm.lazyload, #DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm.lazyloading { background-image: none; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm > .row .container { border-width: 0; border-radius: 0; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:none; }#gtokuKdRNATrwy00fkDWINdb4k8MS0vq { 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; }
#P9WA660g4cbNN35gd8AD1lVi6BDfa1Ti { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15019;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.5625rem;left:48.6875rem;overflow:hidden;display:block; }
#b4qnC8CDxrXrTtONA6XhZu3HZGhTaiTt { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:13.185890674591rem;left:38.500687599182rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VW8S2lQzpohJci0EEm2EMRTmHSqtfnOp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.122932rem;width:27.1875rem;top:24.623161792755rem;left:44.840302467346rem;display:block; }
#TCpLIR6TdBUluEJDGGpH4I5yoo5HME4k { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.999081134796rem;left:44.403721809387rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbokpPdiaWmFUmd4iKGFiPv4krSouWXH { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.80790375rem;height:3.5579041875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.246780872345rem;left:46.031708717346rem;display:block; }
#b9CmLFCrUiZqM8siV9CTQ9rgZ8qHoaip { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#GT4TRNJ2GnW4CS3RLlQQJoW95qwAJcf1 { 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:4.1233916282654rem;left:66.945080757144rem;height:1.62524375rem;display:block; }
#EiEURcuag7kNoG4gGCTb7VUPecJSHO0M { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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.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:41.937038421631rem;left:5.4055604934692rem;display:block; }
#q9DTcwzkxMnQiqydayUZuGdupRimpQDg { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:44.37451171875rem;left:5.717041015625rem;height:10.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCCbGVmV1VXGl2JVMcInX8CX9TOBP0vd { 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; }
#IpSkW5qH4wyts2RO8VJOtP2gxngombl4 { 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:21.687rem;width:21.687rem;top:31.281005859375rem;left:0rem;overflow:hidden;display:block; }
#bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7e2fd;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; }#bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh > .row .container { border-width: 0; border-radius: 0; }#bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:none; }#IZPor8pTzMbM8tocBIB7nT9vrOJeaK3R { color:rgba(var(--color-tertiary-1),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:10.160842895507rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/ddc3a188-4833-47ce-9988-588338add17a/ZTzA2.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; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9.adaptive-delivery-prevent-bg, #D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9.lazyload, #D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9.lazyloading { background-image: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container { background-color: transparent; background-image: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container > .video-iframe-container { display: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row > .video-iframe-container { display: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .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); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container { border-width: 0; border-radius: 0; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#SUtTlWgDS5V6tOmQo4necgE6iBScKI2M { 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; }
#MTM8UI7O1nwI8qRMVFZk2VxcDlewNdC8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15019;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.5625rem;left:48.6875rem;overflow:hidden;display:block; }
#eZTRhen1e6p1ExBm3d4w2A80WMxGTDMn { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:13.185890674591rem;left:38.500687599182rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOv4AcB6L9rMp48EqPZovBvRT4IkE1tR { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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.122932rem;width:27.1875rem;top:24.623161792755rem;left:44.840302467346rem;display:block; }
#Iu5p3ETy64MTl9TpPQcqCJ9vyoi7D2rS { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0618095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.999081134796rem;left:44.403721809387rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhnXl8iXgFUMKnxonDNEgSC478Kd3NMq { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.80790375rem;height:3.5579041875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:33.246780872345rem;left:46.031708717346rem;display:block; }
#TprH7UpHJtye0LDCnLlrI0E9xWrbQkME { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#zAOh125qP85I2xQBu887r3lsDuWZoCyW { 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:4.1233916282654rem;left:66.945080757144rem;height:1.62524375rem;display:block; }
#JvrC0GcBvOugqBhadt7ESLwPU0u0Eu3V { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-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.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:41.937038421631rem;left:5.4055604934692rem;display:block; }
#KUvHspCguMcpe4LN0eyhDyhokXJZkmDM { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:44.37451171875rem;left:5.717041015625rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1eBf3mwiqrcfiHHvXTWBtE1HR4Zhynw { 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; }
#c1XKLwvKvBvINrIXwl3rhLUqeKm9F7eS { 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:21.625rem;width:21.625rem;top:31.281005859375rem;left:0rem;overflow:hidden;display:block; }
#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7e2fd;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; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container { background-color: transparent; background-image: none; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container > .video-iframe-container { display: none; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row > .video-iframe-container { display: none; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .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); }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container { border-width: 0; border-radius: 0; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#BbfWywEdWpzDX7tNHAPQZti3Dmb8k2a8 { color:rgba(var(--color-tertiary-1),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:10.160842895507rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg { position:relative;display:none; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg { border-width: 0; border-radius: 0; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg > .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; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container { background-color: transparent; background-image: none; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container > .video-iframe-container { display: none; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row > .video-iframe-container { display: none; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .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); }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container { border-width: 0; border-radius: 0; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#WTyT76Tq0v3RMaJx3PHQdnaLPbDbQAKE { color:rgba(var(--color-tertiary-1),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:0.0625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bIF4iRQexW8ZIVv2q0TWqAySxR9oq86d { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5000019073488rem;left:0rem;height:11.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WwqsAl8eyV6HtV1zGZcUrfNhVTTMO8IV { display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:2.2219772338867rem;left:6.25rem;height:43.9785875rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLx5eJTOMOQAgtDap97wOyG6u3caCtam { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:15.9375rem;left:6.25rem;height:43.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#flVMKdrRQD7gmTpxQ6v6mvwoBfnadm8n { box-sizing:content-box;height:7.25rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#c7e2fd;background-image:none;top:0rem;left:0rem;display:none; }
#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container { background-color: transparent; background-image: none; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container > .video-iframe-container { display: none; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row > .video-iframe-container { display: none; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .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); }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container { border-width: 0; border-radius: 0; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#RNnH1MG7U6Q7yPDTEuxr8Ppr1CZnBIIL { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.12812519073486rem;left:0rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vi6eFDl9TSBbsGwc75UB9xW92gn7zOus { display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:9.82536315918rem;left:6.25rem;height:55.4512625rem;color:#47545a;font-style:normal;display:block; }
#iJ5dubx1h9uJLa5rQlIXCeNRXB2q0FxT { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:8.5654296875rem;left:6.25rem;height:54.375rem;color:#47545a;font-style:normal;display:none; }
#Vt4uD5KnLDcVdwTqVl3BwNnRVdVerK9L { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:8.5654296875rem;left:6.25rem;height:55.583332180977rem;color:#47545a;font-style:normal;display:none; }
#VJM1t2XUwT5lDQ4KkmWKi2yOJCWSGU6m { box-sizing:content-box;height:7.4368105rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#c7e2fd;background-image:none;top:0.0625rem;left:0rem;display:block; }
#CNxdndJ0qCyOFiab4JsSzFPm9BXSGQMT { color:rgba(var(--color-tertiary-1),1);display:block;width:68.81204225rem;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:0.0625rem;left:3.0905332565308rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container { background-color: transparent; background-image: none; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container > .video-iframe-container { display: none; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row > .video-iframe-container { display: none; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .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); }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container { border-width: 0; border-radius: 0; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#nT6lIDT4UEbl341OTq2poFX6NQAH5MbM { color:rgba(var(--color-tertiary-1),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:0.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJucaNGuFVtqNJqIVCr3If4FSiwTJ49G { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.12812519073486rem;left:0rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k72AkBc1A3P4sRdkgsxaFnZIg3m2dDqT { display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:9.6932373046875rem;left:6.2488508224488rem;height:34.418025rem;color:#47545a;font-style:normal;display:block; }
#tQ5SnUzJuxVXcwLmZBFLp9J9tpmyUbsi { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:8.5654296875rem;left:6.25rem;height:33.75rem;color:#47545a;font-style:normal;display:none; }
#JiuT7cQLVbaxMMW8nzaOJGCC4GTbu4Ja { box-sizing:content-box;height:7.4368105rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#c7e2fd;background-image:none;top:0.0625rem;left:0rem;display:block; }
#vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN > .row .container { border-width: 0; border-radius: 0; }#vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:none; }#iP4rMDUfdI4zT07HFfc8ohXTsiVLQKUR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:37.75rem;width:67.5rem;top:3.0937509536743rem;left:3.75rem;display:block; }
#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container { background-color: transparent; background-image: none; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container > .video-iframe-container { display: none; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row > .video-iframe-container { display: none; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .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); }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container { border-width: 0; border-radius: 0; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:block; }#sEceTTFfO6UZ8tET3yHyqkeOgU1Tcuhd { color:rgba(var(--color-tertiary-1),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:0.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1ZFvELhNNOIcsMpU9lyk1X3L3dw4h0J { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.12812519073486rem;left:0rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HywPnF8y04kA3chMhVcmEHIeMZZ26AHX { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.8;letter-spacing:0;top:9.7518310546875rem;left:6.25rem;height:61.1876rem;font-style:normal;display:block; }
#QO56ZzOvOtcPuhaXLLwpZURptzhWqrau { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.8;letter-spacing:0;top:8.5654296875rem;left:6.25rem;height:60rem;font-style:normal;display:none; }
#qs5B8svy9fTHyLR8am25xiAcZMTROs9I { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.8;letter-spacing:0;top:8.5654296875rem;left:6.25rem;height:61.333332061767rem;font-style:normal;display:none; }
#DVfhAKvF3s69qKgtLUvwJ0JRGXgaCAQq { box-sizing:content-box;height:7.4368105rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#c7e2fd;background-image:none;top:0.0625rem;left:0rem;display:block; }
#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7e2fd;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; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container { background-color: transparent; background-image: none; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container > .video-iframe-container { display: none; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row > .video-iframe-container { display: none; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .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); }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container { border-width: 0; border-radius: 0; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#iIid2n3zhk0Ur38vAFcAeNuanhba7oRv { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:19.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rhrVQ59LKIHTScbas0PMnrvMaXI6iALc { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.2897338867188rem;left:0rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SW0cG2SLoT3QXPOMMzJpAoO7XIWUmdqv { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:16.803771972656rem;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; }
#JvzmruCP0UvoyxLJxzTWfdDy3z1J9yiC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.856628417969rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/4f55156b-055b-4d3b-85fb-20504fdc4531/ToZTzALO.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; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl.adaptive-delivery-prevent-bg, #dLZxOZp478FQLK1ClXPr9XwU2npbt8nl.lazyload, #dLZxOZp478FQLK1ClXPr9XwU2npbt8nl.lazyloading { background-image: none; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container { background-color: transparent; background-image: none; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container > .video-iframe-container { display: none; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row > .video-iframe-container { display: none; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .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); }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container { border-width: 0; border-radius: 0; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#lZquCZCFBUpB4tRBIBqb2JLlhJOVCKvT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.8125rem;left:11.875rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2LdVDLlyprXuIL1W369kkaDGUZv2stl { color:#72686c;display:block;width:21.375rem;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:11.811828613281rem;left:44.374997138977rem;height:8.93554375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwT2Du2FM3rcr6gIs9mAcHsAIKovf5cH { color:#72686c;display:block;width:22.5rem;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:23.875rem;left:11.875rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTPpDqXV6wu4m6SLCncGfxV5IlenLqmc { color:#72686c;display:block;width:22.5rem;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:23.875rem;left:44.375rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OgKok2i0IVXUh5f1w3qMFwQydUt87Tnm { 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:11.75rem;left:8.125rem;overflow:hidden;display:block; }
#MqbmhicAcraTNwNuhuC2GraUq48ARD2s { 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:23.8125rem;left:8.125rem;overflow:hidden;display:block; }
#CszP2UQk2r27OLCtBtm2Dov8IioWUsM1 { 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.8125rem;left:40.8125rem;overflow:hidden;display:block; }
#xgZMVabbTedBZf8539C56v4SaK7rWGHd { 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:23.875rem;left:40.8125rem;overflow:hidden;display:block; }
#pzItKKMnsTUgioNkHGHWkTGR94cOwMUH { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:38.125rem;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; }
#sksicu3UpmkceHIutPpP50d7gC0WpqQ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.831268310547rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIRCQzVh8QBJUL6clgPLTOiea9U0oGxP { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.856628417969rem;left:0rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fbtwfvXRd6MqTyJFUQMTeBwBaL9xr1c9 { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:16.803771972656rem;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:none; }
#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7e2fd;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; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { background-color: transparent; background-image: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container > .video-iframe-container { display: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container { display: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .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); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { border-width: 0; border-radius: 0; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#nMVT1po8TT8DsG6fBzxm7UqGEpXhXzcZ { display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:15.3125rem;height:3.574225rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uFrf4LTRIrxNylNmVTAHcPTsvHbca8Nk { display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:17.875rem;left:15.25rem;height:4.673825rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TLOUOoaRJD7ooEZUIfya6B3vIKQWZFpT { display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:26.3125rem;left:15.25rem;height:4.673825rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zUEH8hh1NGM3Xnt4D8rKC8vAJZIJzbLa { display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.072601318359rem;left:6.2488508224488rem;height:5.6875rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H13FF8DSwD1uMSPdnT9xLThO6HS0BlEs { display:block;width:44.4375rem;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:35rem;left:15.25rem;height:3.574225rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ynrDzxvLVrVI5Equfw6X49VCZh7KhcAA { 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:6.4375rem;width:6.4375rem;top:12.979095458984rem;left:8.8212308883669rem;overflow:hidden;display:block; }
#lNkQZN6Crcz390RCAz4TOOHznbJZRiDw { 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:6.4372701875rem;width:6.4372701875rem;top:20.978881835938rem;left:8.8844213485719rem;overflow:hidden;display:block; }
#bzA8iwuHKSZtXErsICBBmOZEy3ygVO8n { 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:6.4372701875rem;width:6.4372701875rem;top:29.227966308594rem;left:8.8212308883669rem;overflow:hidden;display:block; }
#u4Ux0H49NwdO6LUz7IpXo5UsEiwG4VSD { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:38.125rem;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:none; }
#tyuNGxBEqDn0smTBhTAT5vlOhDSDHC0F { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.831268310547rem;left:0rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7e2fd;background-image:url("https://images.assets-landingi.com/uc/05f73ad2-5b89-4713-881e-591cd4368ef9/ZTzA3.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; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.adaptive-delivery-prevent-bg, #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.lazyload, #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.lazyloading { background-image: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { background-color: transparent; background-image: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container > .video-iframe-container { display: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container { display: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .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); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { border-width: 0; border-radius: 0; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#Pn3T8qK3tPdqh2tKDakvg0Q6XcAbkDOs { display:block;width:33.4375rem;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:9.125rem;left:37.4375rem;height:5.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAQvKG8AUOaNaVQsOZLrO0IMeQAeAuTZ { display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:16.1875rem;left:37.5rem;height:24.75rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#Iq7czA1yKgbfdRNL5CtBVUivcJg3lX5w { 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; }
#pnwU6eeSbuAmm4zANiFVxo8v6kRybPdM { display:block;width:34.562271125rem;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:5.8125rem;left:37.4375rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#x24lXcdHNRreVklDDwmsfyok79M3TXKO { 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; }
#pUGkBHLbf6T9NKw8V1tuam1fCWCblGqN { 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; }
#MGpQRcZMfCNG8tJ6Icero30SXXdJWHNE { 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; }
#UhrHbiUskAW7r11f5wqlvREtT7AT7dFS { 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; }
#DKRXUdxBIxytH5rmuSi61myq06A5DlIZ { 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; }
#COzmOu64r0BCphHmggL0sq1Ig1CHhqAp { 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; }
#XhppXqMJPR5k9xyOAMpod4BCpeCxUvR1 { display:block;width:41.875rem;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:16.6875rem;left:33.125rem;height:28.4625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container { background-color: transparent; background-image: none; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container > .video-iframe-container { display: none; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row > .video-iframe-container { display: none; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .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); }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container { border-width: 0; border-radius: 0; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#QrAnHh5p7GUNifk1c6oJz4D73vX3TrhT { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WmCima60zuGx9LF4kvvS8SWmRVJOoLA6 { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:0rem;left:6.1864585876465rem;height:40.8rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:none; }
#zdPHk0IL8SyAPwRq4xA91vJKqofwsIGI { box-sizing:content-box;height:12.9365806875rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:38.125rem;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:none; }
#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container { background-color: transparent; background-image: none; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container > .video-iframe-container { display: none; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row > .video-iframe-container { display: none; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .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); }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container { border-width: 0; border-radius: 0; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container { font-size:0.875rem;font-family:"open sans";height:43.375rem;width:75rem;position:relative;display:block; }#KOmS9nRF6hIZps90wwd8Lu6mKBJoWgI2 { display:block;width:68.75rem;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:2.4368286132812rem;left:6.2499990463257rem;height:38.25rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ { position:relative;display:block; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ { background-color: transparent; background-image: none; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row .container > .video-iframe-container { display: none; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row > .video-iframe-container { display: none; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .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); }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ { border-width: 0; border-radius: 0; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .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; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#ZMMNNUZoQiiIKHOiAcXPI3HylRudN0xp { color:rgba(var(--color-tertiary-1),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:3.125rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZKotfaQ8TU9voTWigxakvNFtv4OERZT { color:rgba(var(--color-tertiary-1),1);display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:3.125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container { background-color: transparent; background-image: none; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container > .video-iframe-container { display: none; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row > .video-iframe-container { display: none; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .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); }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container { border-width: 0; border-radius: 0; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container { font-size:0.875rem;font-family:"open sans";height:42.9375rem;width:75rem;position:relative;display:block; }#Twb47EM2ZHnzPo827v8XnN4Jq0SikTIT { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:6.25rem;height:38.25rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#yMcDydwnnZAVhxdUMXo5TsnGUCpOUoLm { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:6.25rem;height:48.75rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:none; }
#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container { background-color: transparent; background-image: none; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container > .video-iframe-container { display: none; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row > .video-iframe-container { display: none; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .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); }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container { border-width: 0; border-radius: 0; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#De4vNA5lukBuhBtRPLL6zQvkwU6LAOR7 { box-sizing:content-box;height:12.5rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.625rem;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; }
#V6DczMtuvRsem8IuBTn2Um4rJVRL2pU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.2628173828125rem;left:12.498850822449rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuWRMnalOwHaM2QTFbzBlNLm4u51lXvo { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5875005722044rem;left:0rem;height:19.33334375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container { background-color: transparent; background-image: none; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container > .video-iframe-container { display: none; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row > .video-iframe-container { display: none; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .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); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container { border-width: 0; border-radius: 0; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container { background-color: transparent; background-image: none; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container > .video-iframe-container { display: none; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row > .video-iframe-container { display: none; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .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); }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container { border-width: 0; border-radius: 0; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#y0nJCohHzVhk8SgKI9S8xaPbhTSKUdBi { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.0625rem;left:8.75rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daLv480CPomQtK3i15WQplXhX6sf5d55 { color:#72686c;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.062501907349rem;left:0rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MbmIuu5zEXDLsHQ5TcSGhn4TEIFIpALS { color:#72686c;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PZa7q8G53eaQclUUO8boFrHu2opzVRmV { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75390625rem;left:8.7477025985719rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxOyGiVvdETeg9AyemGvSdUAFMKTvaFO { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.0625rem;left:41.5625rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6SowdGqM4uFM4zOiCFwx3c52Q7RNEyA { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.33251953125rem;left:41.5613489151rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFWsTJhZRgpWiAHIyNbAocGEAJqe4KL5 { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.588012695312rem;left:8.7477025985719rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OU18MbCvtVbKwRAJAUiTcgHtt9AcTCp3 { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.368347167969rem;left:8.7477025985719rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#acTiBdaJmEqpCJr79ccXmgSKlFnIRAIB { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.621337890625rem;left:41.5613489151rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTL6brW5tLyVo0cKZFWmbt5u5LuP7A0d { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.401672363281rem;left:41.5613489151rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A35LLOmI3UllbgxDiAgtprC6tVUJD1GX { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.307006835938rem;left:8.7477025985719rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATtmTg1JiW4oq2WgoqkbbtHlfFJPpmxZ { color:#47545a;display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29.740356445312rem;left:8.7477025985719rem;height:1.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQfqtZHJpg9G05POogzfrJfSdn4eiVSb { 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:0.0625rem;left:5.2539052963257rem;overflow:hidden;display:block; }
#VbVUMlpTySNsKmwdJyze4FDXJhQ41pQl { 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:13.5546875rem;left:5.2539052963257rem;overflow:hidden;display:block; }
#rxT4gquhvnmtsE5mBeoIdvaGqJRCJ3Se { 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:27.273681640625rem;left:5.2539052963257rem;overflow:hidden;display:block; }
#hhp2voFXTo3PsBVsJOKTq4w0RP0rDvaP { 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:0.0625rem;left:37.819390296936rem;overflow:hidden;display:block; }
#WPsLAsaFrsO8dT4JbKR62AyNawWBKy3S { 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:2.5rem;width:2.5rem;top:13.975219726562rem;left:37.818242073059rem;overflow:hidden;display:block; }
#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container { background-color: transparent; background-image: none; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container > .video-iframe-container { display: none; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row > .video-iframe-container { display: none; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .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); }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container { border-width: 0; border-radius: 0; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#u0vlkQUd2DSrawTTwi7h03TBdzNPe12h { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:15.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TM1DublLeITHwfcoH3HmdGUFkR1SMEyd { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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-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:18.75rem;top:7.4666681289675rem;left:28.125001907349rem;display:none; }
#aSBQdNnCvUckMPDl2NIH9XheMuMoL4De { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3175354003906rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container { background-color: transparent; background-image: none; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container > .video-iframe-container { display: none; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row > .video-iframe-container { display: none; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .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); }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container { border-width: 0; border-radius: 0; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#gIzln9Gfgu26AATVWU5olDSvPvRJiMd7 { 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:33.5625rem;width:67.0625rem;top:0.0625rem;left:3.9659929275512rem;overflow:hidden;display:block; }
#ZlgIT3fo198oh4blkPe98naiHouE8gm7 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:43.192016601562rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#da9mD9yOqgrg6igBIq9DwuBDx8wk7F30 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.625rem;width:8.625rem;position:absolute;display:block;z-index:15021;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.588439941406rem;left:33.185891151428rem;overflow:hidden;display:block; }
#TboqZ8aPqstwXLewpf6V5gWMVddtWqu6 { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:54.206115722656rem;left:18.747700691223rem;display:block; }
#hBpaqxUEI2A5ZLduHq69DhXCDCd9a6bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJzNwk2KlKJcPIfLldnUQJwsk9owHs9A { 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:12.5rem;width:12.5rem;top:5.5068359375rem;left:7.984375rem;overflow:hidden;display:block; }
#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/81ea0e41-3f7b-4630-8d98-03e51f8e138c/ZTzA.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; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG.adaptive-delivery-prevent-bg, #qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG.lazyload, #qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG.lazyloading { background-image: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { background-color: transparent; background-image: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container > .video-iframe-container { display: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container { display: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .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); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { border-width: 0; border-radius: 0; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#APokGFL7WCiBkokMoT9KuiDqi1J0RxrP { 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.1875rem;left:0.0625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTI1fdvB39hiFp7PD0fAwHW3p0OdNc0q { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;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.5rem;left:0rem;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; }
#t0223IxVAzqFe22KJhR5FaoFzX251dIA { 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; }
#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container { background-color: transparent; background-image: none; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container > .video-iframe-container { display: none; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row > .video-iframe-container { display: none; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .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); }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container { border-width: 0; border-radius: 0; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#C25hbAlEMoUeWNumsCaG5eEBGfq3kIga { color:rgba(var(--color-tertiary-1),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; }
#PDmxpr3eH3DziOD4ECuZ0deZhkPn10Jl { 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; }
#CWtAzTyPFmHSnVwKexBdmaBxXmXFA3JX { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);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; }
#eO2JMGqKHOsgOP1gysBdwFcc3B4X9rxB { 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; }
#Hyfyc2hak9iQ28TpQ5uP7NNQn2VDP5w1 { 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; }
#x23txF6bXq02b3Ct0urXNsvCmRRaok17 { 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; }
#dJcg7Z2MTtV2o5lkHHXI1wpFxdTEPu65 { 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.0859375rem;text-align:center;text-align-last:center;display:block; }
#SDuxzCKF5Bxz4kJwsEpQigsQCLMWRHlw { 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; }
#x1acDaQmhzKBQ1ikqsg68ua05Tw4eLkN { 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:15013;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:19.71507358551rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#Bw3rwz8Hd6gHavPRCP6GID4KRgKseusU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;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:46.5517578125rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#aa5JtuQrxB45RgHtWdcZJmqFwVSVxOvt { 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:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#vQCkic0E10C5wMHinpyvFZeLzEICrcNy { 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; }
#K9W5MeOvTTP7bDL3uEbzBwCO69Lgf79C { 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; }
#pTv7T7gZuwx0UWJRh5xOC8XIQQBUR9N7 { 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; }
#c3VK9pOhAuM2i9geJbeBe5nwpLJ5xbDV { 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; }
#V8OCFSqeMEOVEdB9ai6N93i4KvGhEVxi { 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:6.171875rem;text-align:center;text-align-last:center;display:block; }
#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7e2fd;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; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container { background-color: transparent; background-image: none; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container > .video-iframe-container { display: none; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row > .video-iframe-container { display: none; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .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); }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container { border-width: 0; border-radius: 0; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#EKdzy66EsILiTrFIc1EXQJGu7CFIzWTN { color:rgba(var(--color-tertiary-1),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.65625rem;font-style:normal;display:block; }
#vXgFV4zMz8nAS8IPHNm5xQVXMsbfpPDi { 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; }
#yuTZB7Wot1V30Vgvns5C3UBcffpmC1ne { 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; }
#C9I9WmT6dP4WPv3kuONgCsTTrl9ZHHRL { 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; }
#RflTlx6MynpDmP6mVWrmbvu18Dwl8hVw { 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:5.1249961853028rem;left:19.9375rem;overflow:hidden;display:block; }
#vrnlB45lQipVlPbeICnzLHtdhoWIfh8e { 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; }
#tJb163m3awasmhEc0lIHtdIf7wrKdU6M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container { background-color: transparent; background-image: none; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container > .video-iframe-container { display: none; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row > .video-iframe-container { display: none; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .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); }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container { border-width: 0; border-radius: 0; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#NefeeamBTq5sV8MmQr9fcyQ7MNHJknxi { color:#091e5a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTonGnZ62Bm49xz5StU0pO3P8950LhrM { box-sizing:content-box;height:10.3125rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:18.059509277344rem;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; }
#qnQtBw4w3VSWhl8TIrk16JJRGiKWlAgA { 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:15016;line-height:1.3;letter-spacing:0;top:20.411315917969rem;left:13.810891151428rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFpgUDgD0Xsw6N4Hcrqi17Wzo31w2BFP { color:#091e5a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:7.205882125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sgCbQl5IVOvV87zGSAQKLafETOpHayAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container { background-color: transparent; background-image: none; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container > .video-iframe-container { display: none; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row > .video-iframe-container { display: none; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .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); }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container { border-width: 0; border-radius: 0; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E { position:relative;display:block; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E { background-color: transparent; background-image: none; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row .container > .video-iframe-container { display: none; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row > .video-iframe-container { display: none; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .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); }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E { border-width: 0; border-radius: 0; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .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; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:47.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; }#Hi7ddkmS8wJvISTWnb7HWXHaNMsgMr1r { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;width:17.5rem;top:3.255859375rem;left:0.62385177612305rem;display:block; }
#vg9QT7XTyQWiRMo5BrTESq2AUDQ0qTGF { color:#f1f6fb;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.850341796875rem;left:4.6530332565308rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AFz0eabTPrgrqdtTHz0Aeyyxn3QpPnEK { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.803466796875rem;left:0rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#Aq8wFOSEmTrvL5oS0IIQHv4obfOMo7GS { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.23095703125rem;left:0rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#Tzi5kIfgzChy4r7yQNJA3PsyWiyzsxhe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:5.625rem;width:16.25rem;top:21.192138671875rem;left:1.2477025985718rem;display:block; }
#RdbM6MiS3SuB97JTZKVTNDlNsTUt8sLy { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;width:17.5rem;top:3.25rem;left:19.375rem;display:block; }
#xe2PMgKqfpv0IZGv2d84WqPV43L3UTqd { color:#f1f6fb;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.810546875rem;left:23.403031349182rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gH8EZFdUArv8dakPg3MNOkfTDZd1VApb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-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:5.625rem;width:16.25rem;top:21.1533203125rem;left:19.997700691223rem;display:block; }
#eTTQ1N22GElV7dxXOnc1NVIygiUxgBbB { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.23828125rem;left:18.747700691223rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#EfJqT12v9hpJ8Zimg35c6N0nHO22Kgcx { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.763671875rem;left:18.747700691223rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#GrSKU1gfTboNCbaPTW4sTdZl7ZKlRfWB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;width:17.5rem;top:3.25rem;left:38.125rem;display:block; }
#AVBn0C7LlcJxT6UOensnThGLwNXCvlOB { color:#f1f6fb;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.810546875rem;left:42.153031349182rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#BvU0WnrdrBEP79LSzCJRfZHPWSvOzEPV { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-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:5.625rem;width:16.25rem;top:21.1533203125rem;left:38.7488489151rem;display:block; }
#ub0EbISp5An0bihZr2ThnoZhyBD03QPa { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.23828125rem;left:37.497700691223rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#SWME1wflDCETxEvZbbVRwplM5eAXpMlZ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.763671875rem;left:37.497700691223rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#wCQHWMg0mTz31mMzRfsmlaEawmWcM1Gg { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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:31.25rem;width:17.5rem;top:3.215576171875rem;left:56.872700691223rem;display:block; }
#hT6iVP6OTPbNtnXOtdeRL3wTaAFzlvOV { color:#f1f6fb;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.810546875rem;left:60.903027534485rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gJB14WTBy2dZOBa2Sqf9KCLycGxazGkA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-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:5.625rem;width:16.25rem;top:21.1533203125rem;left:57.497700691223rem;display:block; }
#QMvzrMbMvROQhDoNRqcPdbHCeGdRMIdT { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.23828125rem;left:56.247700691223rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#UnAMdTdgzp0VzluPdk2J2po0esUVhEaH { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.68408203125rem;left:56.247700691223rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#SG3TcxECnxCTHyQSIIRPx57NTJ6gHtc3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:16.25rem;width:16.25rem;top:3.7890625rem;left:1.2477025985718rem;overflow:hidden;display:block; }
#kC6ZBfN4ZufFTxTOXT5XoBJC33quELs6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:16.25rem;width:16.25rem;top:3.765380859375rem;left:19.997700691223rem;overflow:hidden;display:block; }
#bxpbVktSAT5quDysJytIOp7yCIROPEHJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:16.25rem;width:16.25rem;top:3.765380859375rem;left:38.7488489151rem;overflow:hidden;display:block; }
#GH0BkXpR9WStsp1TK5wWEBndJoUr49kt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:16.25rem;width:16.25rem;top:3.758056640625rem;left:57.497700691223rem;overflow:hidden;display:block; }
#ZsBOoP2NgpklnEOslrMVeB0xxontKBX4 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.803466796875rem;left:0rem;height:3.6764705rem;text-align:center;text-align-last:center;display:none; }
#Dv2D7RQo9k69aRDuNKmwXgS1SAtC0ory { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.763671875rem;left:18.747700691223rem;height:3.6764705rem;text-align:center;text-align-last:center;display:none; }
#lIWnPQt6cTi5X0H0Hq7Jw8n5PgqwuX2X { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.763671875rem;left:37.497700691223rem;height:3.6764705rem;text-align:center;text-align-last:center;display:none; }
#kDx1UBwZfgBs3Qdwl5SQO6nevVzStmhW { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:39.221069335938rem;left:18.747700691223rem;display:block; }
#nylrf3THgOvl7Pgx0vO7hHT2du2A4PAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6fa1d1;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; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container { background-color: transparent; background-image: none; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container > .video-iframe-container { display: none; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row > .video-iframe-container { display: none; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .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); }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container { border-width: 0; border-radius: 0; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#sNaMCXIMJ94Zu4Vhy5B0SC4NLAyEVWQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;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:3.666748046875rem;left:3.125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FoarBve08idyIJaTk3J3cW2zndUzsuMg { 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:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#tugF3uyQg2riRJsTWfzEqcQusxg79tcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container { background-color: transparent; background-image: none; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container > .video-iframe-container { display: none; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row > .video-iframe-container { display: none; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .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); }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container { border-width: 0; border-radius: 0; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#gi6huz1ZeRzzzKcGJmI7Jr3iVM5UuIbE { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.3125rem;left:39.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsNXX43lmVOpHemCmBotTxsXWQ4UFJPU { color:#47545a;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.061569213868rem;left:39.936806678772rem;height:33.6239875rem;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; }
#WswpcHbtwPCM3TGtmse3BZsGpbT7QBeo { position:absolute;display:block;z-index:15032;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.75rem;width:21.25rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#ERaAXFriGccrwo40rmhzJlFtT2LqBgqx { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9282989501953rem;left:39.934510231018rem;height:2.4375rem;font-style:normal;display:block; }
#DkUU3N615MqggTgfqel3z5lhG6RpTpgO { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.343521118164rem;left:39.934510231018rem;height:4.0625rem;font-style:normal;display:block; }
#p7QAcCTWZBvAyziglNIUNT28SwtSi0rk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436121rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.78759765625rem;left:13.372012138367rem;height:8.771475rem;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; }
#qaA3CTkO8T8aBN4PWNH9EciBEOe5i4hw { color:#f2ddd4;display:block;width:16.436121rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:48.617919921875rem;left:13.372012138367rem;height:5.84765625rem;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; }
#i6hSrHA8T30K5Wm64be0Kzg4hGSuqop3 { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:23.0625rem;top:22.24951171875rem;left:10.124079704284rem;display:block; }
#cBwX2HTRRnTSIKx9S6RJqo5LHiRTRpLi { color:#47545a;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.061569213868rem;left:39.936806678772rem;height:33.52940975rem;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:none; }
#TQWWy89ZMVJHA0KWWrmoMEf78cldWFZT { position:absolute;display:block;z-index:15041;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:24.7783203125rem;left:16.90257358551rem;overflow:hidden;display:block; }
#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container { background-color: transparent; background-image: none; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container > .video-iframe-container { display: none; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row > .video-iframe-container { display: none; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .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); }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container { border-width: 0; border-radius: 0; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#KkemczWz7tm5Zu8TICU275awmgPCa3h1 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4368133544925rem;left:7.1874990463256rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hesmZFhHwgptHQ8AFOV2OG2fCASFRt5b { color:#47545a;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.187255859375rem;left:7.1874990463256rem;height:38.0097375rem;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; }
#b8SvSbMH8CqJbxJHwBwLXeHFUJxcBn6C { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9625396728516rem;left:7.1852025985719rem;height:2.4375rem;font-style:normal;display:block; }
#RH7S5PHkgNw5TzFyrdPiCqXX3JCL4vr0 { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3630676269531rem;left:7.1852025985719rem;height:4.0625rem;font-style:normal;display:block; }
#WwCXQkUoPubxRoZ7tgp0CZ2MAPNt2k3v { 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:14.75rem;width:21.25rem;top:2.3219146728516rem;left:46.340760231018rem;overflow:hidden;display:block; }
#awoxyniWQtC9VMtqhTOD6zk8Goh34Tum { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:23.0625rem;top:19.810546875rem;left:45.436577796936rem;display:block; }
#xTvmgzn5Axzzk47KfXtc8BpBRSkBPIQr { color:#f2ddd4;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:43.9150390625rem;left:48.713231086731rem;height:4.3857375rem;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; }
#PgEtgcOE344BqtbeFlnKz9Bqge14kvbT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:34.625rem;left:48.778123855591rem;height:7.3095625rem;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; }
#wlMUowT5U0hJzi5zoNLuay3FduO3dakV { position:absolute;display:block;z-index:15040;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:22.339111328125rem;left:52.243794441223rem;overflow:hidden;display:block; }
#X0XyHSf98PW797gwypz8EuPCLLmMGqDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container { background-color: transparent; background-image: none; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container > .video-iframe-container { display: none; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row > .video-iframe-container { display: none; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .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); }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container { border-width: 0; border-radius: 0; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container { font-size:0.875rem;font-family:arial;height:76.25rem;width:75rem;position:relative;display:block; }#c4EVOURGym6AN0p7yPkDIpwBGgeG2olC { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.312255859375rem;left:39.936806678772rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r57Hp3kCNWeOJxCT3dm5hgMkwEi4QKOn { color:#47545a;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.060546875rem;left:39.935658454895rem;height:29.23825625rem;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; }
#QTZHmbyCovW2GSXagKaMpHvi14RoJgFx { position:absolute;display:block;z-index:15032;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.6875rem;width:21.125rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#tS4EDfnguJzCtTHotPnJ1oGgFBOB24fT { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9282989501953rem;left:39.934510231018rem;height:2.4375rem;font-style:normal;display:block; }
#LRxy09ChtaDzbAlpMPKA25d0o8niRZyG { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.343521118164rem;left:39.934510231018rem;height:4.0625rem;font-style:normal;display:block; }
#oVFTqpufE36BA9qmxGaPuPzKas7wIxxm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.375rem;left:13.4375rem;height:8.7715rem;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; }
#dGZFfZGVD7QidDWuk7ifTiGR5P1Lm1Rf { color:#f2ddd4;display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:47.2421875rem;left:13.30882358551rem;height:2.923825rem;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; }
#CcJMC89AWafkaNpUbv3Mlpw5ApAoZrHF { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:23.0625rem;top:22.24853515625rem;left:10.122931480407rem;display:block; }
#bwoT6HV9PHutCT5BBPPd1X0oZS0Ho55y { position:absolute;display:block;z-index:15037;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:24.861083984375rem;left:16.840533256531rem;overflow:hidden;display:block; }
#UqLTtq95lnLlwkcPRAHTJUG1x6pSHQs8 { box-sizing:content-box;height:12.875rem;width:58.625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:57.546020507812rem;left:10.121783256531rem;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; }
#uAWpHHkBwJlixniAl1yNuSE80tZI6t3s { color:rgba(var(--color-tertiary-1),1);display:block;width:39.1245384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:59.880615234375rem;left:19.870175361633rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izeewdq3QglEKISg1wyF1wlHVTqJ1ex3 { 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-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);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-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:65.096557617188rem;left:30.681294441223rem;display:block; }
#Gany1ydsxdFyCSGoermTkeOXuBcH022V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqyLL3VQJ4GJuva8ZXghg032F5TGRXsC { position:absolute;display:block;z-index:15044;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.75rem;width:8.75rem;top:59.585327148438rem;left:15.683592796326rem;overflow:hidden;display:block; }
#po2ru5v39Vy4yOv81fcq7to8BC43dkbw { position:absolute;display:block;z-index:15045;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.75rem;width:8.75rem;top:59.5703125rem;left:10.997242927551rem;overflow:hidden;display:block; }
#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6fa1d1;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; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container { background-color: transparent; background-image: none; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container > .video-iframe-container { display: none; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row > .video-iframe-container { display: none; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .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); }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container { border-width: 0; border-radius: 0; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#kWnSnhizD1y2SV12pB2HHZn8846Gcv3P { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;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:3.666748046875rem;left:3.125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qAOU5eorgXfxbMzTuqxWQ8BDkv8VepgU { 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:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container { background-color: transparent; background-image: none; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container > .video-iframe-container { display: none; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row > .video-iframe-container { display: none; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .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); }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container { border-width: 0; border-radius: 0; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#llKgacqqFvxIqibuggMFTdBemcTN7SIS { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4368133544925rem;left:7.1874990463256rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzL1Fnb7xfTrRFwgeMvAKoR0WrNm76Pr { color:#47545a;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.18603515625rem;left:7.1863508224488rem;height:24.8525125rem;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; }
#n6H8flulU16gEAZOxVVdlEuoeHSHgicJ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9625396728516rem;left:7.1852025985719rem;height:2.4375rem;font-style:normal;display:block; }
#UoolFUgn0H0rzmlpI8WLdrXug2KtGVue { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3630676269531rem;left:7.1852025985719rem;height:4.0625rem;font-style:normal;display:block; }
#P21iARdbeB7xu6VIMOLKQeD2FTans0SS { 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:14.6875rem;width:21.125rem;top:2.3219146728516rem;left:46.340760231018rem;overflow:hidden;display:block; }
#Hn6gSB82JWaqIdGW8bN5IJM7XkI2wREA { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:23.0625rem;top:20.434326171875rem;left:45.371090888977rem;display:block; }
#NO7fnxLs7m4Gt5HsiiS6FZxczDQIhWmO { color:#f2ddd4;display:block;width:13.3122701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:45.34716796875rem;left:48.650044441223rem;height:2.923825rem;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; }
#Dos79tiK4XFzm2uBBbWMT78JguUQlOnU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436121rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:34.769287109375rem;left:48.6511926651rem;height:7.3095625rem;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; }
#tIeEg2tBwNDkE7VJLXLCn7sNbqnR08yo { color:#f2ddd4;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:37.56103515625rem;left:48.6511926651rem;height:4.1911761875rem;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:none; }
#LU7ftrVI4XGmGnd6LphpJn6vOWzmXmzU { 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.375rem;width:9.375rem;top:22.920654296875rem;left:52.181752204895rem;overflow:hidden;display:block; }
#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container { background-color: transparent; background-image: none; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container > .video-iframe-container { display: none; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row > .video-iframe-container { display: none; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .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); }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container { border-width: 0; border-radius: 0; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#TqltVdL5C9Jl7pmFc8qP1pngRwQ7Funi { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.31103515625rem;left:39.935658454895rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G6WTnpLl9MuxWTltegimnqF3QUdyWIO3 { color:#47545a;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.060546875rem;left:39.935658454895rem;height:32.162075rem;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; }
#EHLwTiHPz7mwT7tvNGAJTMnz3TgqToE0 { position:absolute;display:block;z-index:15032;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.625rem;width:21.0625rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#bvEN0QgZTXghOl62DM2RMGP7U1k00GN2 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9282989501953rem;left:39.934510231018rem;height:2.4375rem;font-style:normal;display:block; }
#t9pQE7LoGDvDnFN6DvHug1F21RQT2RTr { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.343521118164rem;left:39.934510231018rem;height:4.0625rem;font-style:normal;display:block; }
#BT15HqUrpHJTAcTf96LlX1Fz3qzuBQhs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.375rem;left:13.4375rem;height:7.3095625rem;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; }
#ZA9wnUEcVFGJmTulqPDWlBIg8R5vtkpt { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:45.5rem;left:13.4375rem;height:4.3857375rem;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; }
#v1i53d18XfHhN8D6QIlpHhweTT3uVnkc { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:23.0625rem;top:22.248291015625rem;left:10.122931480407rem;display:block; }
#p2vHJPa4p51zoy656dNiJ790PbZ6T2CD { position:absolute;display:block;z-index:15037;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:24.842529296875rem;left:16.933592796326rem;overflow:hidden;display:block; }
#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container { background-color: transparent; background-image: none; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container > .video-iframe-container { display: none; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row > .video-iframe-container { display: none; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .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); }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container { border-width: 0; border-radius: 0; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#zcUDCMosO61kBhwbXuQP76vTXlBTENsT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4368133544925rem;left:7.1874990463256rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiZoqL4uzIMULdS8hMQp7tTRwvyN2CgQ { color:#47545a;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.18505859375rem;left:7.1863508224488rem;height:26.314425rem;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; }
#mvUtqqlttA5gwETNl8H6FlSwnx8pOmUB { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9625396728516rem;left:7.1852025985719rem;height:2.4375rem;font-style:normal;display:block; }
#to89z6wSqLc4RxbkLvBnvluARvUlHt3Q { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3630676269531rem;left:7.1852025985719rem;height:4.0625rem;font-style:normal;display:block; }
#JByPOFk9AdCHaiatSxNQ8yi37ngCAFdw { 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:14.625rem;width:21.0625rem;top:2.3219146728516rem;left:46.340760231018rem;overflow:hidden;display:block; }
#dsebJqmlwCADDKOBwwkHiUQwKOPqZkpy { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:23.0625rem;top:19.811767578125rem;left:45.436577796936rem;display:block; }
#c6VtQy1ppkhKnLkyXHqv3moxDdtk7u7u { color:#f2ddd4;display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:35.4365234375rem;left:48.619023323059rem;height:2.923825rem;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; }
#n3OAZN7MbrT0ghGbOkPD3UaJG3EQoD5Q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:27.5595703125rem;left:48.619023323059rem;height:5.84765625rem;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; }
#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6fa1d1;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; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container { background-color: transparent; background-image: none; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container > .video-iframe-container { display: none; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row > .video-iframe-container { display: none; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .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); }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container { border-width: 0; border-radius: 0; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#GknHIeJcXGPWGyoTLFPGWWP421HWwU7z { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;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:3.666748046875rem;left:3.125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LzZD5cJ4yp7JPfbAqr2RSwMOn5sc3V6I { 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:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container { background-color: transparent; background-image: none; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container > .video-iframe-container { display: none; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row > .video-iframe-container { display: none; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .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); }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container { border-width: 0; border-radius: 0; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#liQZPwQLNtifU1VUmgUGJmbnxKPfr0LW { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.31103515625rem;left:39.935658454895rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6X5LwqCGJuLRJ23NVq6A5hgVf6sLdkR { color:#47545a;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.061569213868rem;left:39.936806678772rem;height:36.5478125rem;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; }
#nm3GKZoXVnA4gW3cZJFfCTJnlG5C61R5 { position:absolute;display:block;z-index:15032;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.5625rem;width:21rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#Oa8Oebka6fQGX1zzG3EpxoUHifbTgz3X { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9282989501953rem;left:39.934510231018rem;height:2.4375rem;font-style:normal;display:block; }
#n6bPQzqZlcDl8Cuar4AtwfvPciTnp27B { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.343521118164rem;left:39.934510231018rem;height:4.0625rem;font-style:normal;display:block; }
#JmPITn9K11EB6Sw6oHeLxmHU7dMIlWTb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436121rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.55908203125rem;left:12.699908256531rem;height:7.3095625rem;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; }
#rx79IrU9RsJrodZyqLkzgD9WSbWkB8GM { color:#f2ddd4;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:46.830078125rem;left:12.747012138367rem;height:4.3857375rem;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; }
#qoTT7fxwiMQ2hHq7qxkW1FfPbvkAR1vr { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:23.0625rem;top:22.248291015625rem;left:10.122931480407rem;display:block; }
#unKtum7uTeTM33HD3PLifgTMLbntKNZg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:30.873046875rem;left:13.246783256531rem;height:8.3823528125rem;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:none; }
#Bpsy9G2et335hyz3562wohOkiJIf7KrL { position:absolute;display:block;z-index:15042;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:24.64599609375rem;left:16.228169441223rem;overflow:hidden;display:block; }
#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container { background-color: transparent; background-image: none; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container > .video-iframe-container { display: none; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row > .video-iframe-container { display: none; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .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); }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container { border-width: 0; border-radius: 0; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:block; }#AzyWptobvp5TbxQpldQZhEgXHuBM98e2 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4368133544925rem;left:7.1874990463256rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gdDlnV0mFq9TVbvvKFL1b6A1xpAiNWeJ { color:#47545a;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.18505859375rem;left:7.1863508224488rem;height:33.62399375rem;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; }
#TMkTsXQTPraHAXveBVbEqWFIAz0rpmVG { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9625396728516rem;left:7.1852025985719rem;height:2.4375rem;font-style:normal;display:block; }
#U60l3yMTyKD58uy1eI9XaAbnpfbr7N0F { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3630676269531rem;left:7.1852025985719rem;height:4.0625rem;font-style:normal;display:block; }
#sOk1uytSvXvTkIGGvECGLVdBpLgaW3SS { 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:14.5625rem;width:21rem;top:2.3219146728516rem;left:46.340760231018rem;overflow:hidden;display:block; }
#PqA2gwb3LvuWNraUfBdp0qdUoEKmM0qR { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:23.0625rem;top:19.811767578125rem;left:45.436577796936rem;display:block; }
#AnOb73KqT7ooa1twiimeHZaKCgM7xdGP { color:#f2ddd4;display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:45.4365234375rem;left:48.588002204895rem;height:4.3857375rem;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; }
#S8KCL5als37sTzx7dJc6QxiXe8Ek1Kqt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:34.625rem;left:48.778123855591rem;height:7.3095625rem;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; }
#mBbil9wdrTItazk8yv80SDJKuxlyTvKJ { position:absolute;display:block;z-index:15042;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:22.375rem;left:52.309373855591rem;overflow:hidden;display:block; }
#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container { background-color: transparent; background-image: none; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container > .video-iframe-container { display: none; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row > .video-iframe-container { display: none; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .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); }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container { border-width: 0; border-radius: 0; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#bTv5RFElfmXtzG1MmJt9Q3G6fULKKygh { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.31103515625rem;left:39.935658454895rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CG8qZ0rwcfqgx3O3kHiDOhyWCvqwdOdl { color:#47545a;display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.061569213868rem;left:39.936806678772rem;height:24.8525125rem;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; }
#l0DOoqcerHPnWGMmHWBS7sebI88tUzRU { position:absolute;display:block;z-index:15032;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.5rem;width:20.8125rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#VIJtLVtLdTrpyJkLrb9dSy00foUeWFsX { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9282989501953rem;left:39.934510231018rem;height:2.4375rem;font-style:normal;display:block; }
#wih8iWIMRpNJcQk282Mcl8CbTxTiFCOm { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.343521118164rem;left:39.934510231018rem;height:4.0625rem;font-style:normal;display:block; }
#rNDTFdJAV1BRz5xMrIcmMI05ut3TMEuC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.436121rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.926513671875rem;left:13.153721809388rem;height:7.3095625rem;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; }
#gsmSXfd8NVtiwM0kT6OX0i7P8xQDwagX { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:23.0625rem;top:22.248291015625rem;left:10.122931480407rem;display:block; }
#PumDa1yST1kZa3o9wF1D5k7o00IETLiq { position:absolute;display:block;z-index:15041;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:24.781494140625rem;left:16.684283256531rem;overflow:hidden;display:block; }
#VUGHGyf6nsqesQdAcTSFdB1dbuRWXnvN { color:#f2ddd4;display:block;width:16.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:47.685791015625rem;left:13.1865234375rem;height:2.923825rem;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; }
#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6fa1d1;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; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container { background-color: transparent; background-image: none; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container > .video-iframe-container { display: none; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row > .video-iframe-container { display: none; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .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); }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container { border-width: 0; border-radius: 0; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#qMrwGPl8gAp63609QdOuvT6lNxsr8NPg { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;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:3.666748046875rem;left:3.125rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkzqQh1n7U2T54PKA1w4E0LSMSKydpz9 { 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:18.75rem;top:3.75rem;left:28.125rem;display:block; }
#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container { background-color: transparent; background-image: none; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container > .video-iframe-container { display: none; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row > .video-iframe-container { display: none; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .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); }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container { border-width: 0; border-radius: 0; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#Vn3Ikms8M2JygxTX1TH0B4tmiOwZ4aRI { color:rgba(var(--color-tertiary-2),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4368133544925rem;left:7.1874990463256rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCAz9k476yBOHpiBvoPXG1T8rvihGMEf { color:#47545a;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.18505859375rem;left:7.1863508224488rem;height:20.466775rem;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; }
#w9TGsKNnrkX6WFBKn8o14IPAsM8Qx1xU { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9625396728516rem;left:7.1852025985719rem;height:2.4375rem;font-style:normal;display:block; }
#q8VLKw5d15lvm0F5QXt7W41gewz5zOfR { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3630676269531rem;left:7.1852025985719rem;height:4.0625rem;font-style:normal;display:block; }
#cSdXXNLRTt0Ulb4dzxL71sQ2XNABthwP { 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:14.5rem;width:20.8125rem;top:2.3219146728516rem;left:46.340760231018rem;overflow:hidden;display:block; }
#howFQZSthToVFlPiTSBcRteyX2WggiBw { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:23.0625rem;top:19.8115234375rem;left:45.436577796936rem;display:block; }
#AA3yHVDyLmlvCxi3whfxBcEMSbSrRfWU { color:#f2ddd4;display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:39.624267578125rem;left:48.493794441223rem;height:1.4625rem;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; }
#WAVOS90ufQXZOQGlCMC6FS8aPM3Ezh4C { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4372691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:26.31103515625rem;left:48.493794441223rem;height:10.233375rem;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; }
#GLKTLQ5uT0VlZoN0qcb2NilgIr2qbAd4 { color:#47545a;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.18505859375rem;left:7.1863508224488rem;height:20.9558811875rem;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:none; }
#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container { background-color: transparent; background-image: none; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container > .video-iframe-container { display: none; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row > .video-iframe-container { display: none; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .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); }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container { border-width: 0; border-radius: 0; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#E2SFr5kaEa6RIREAyIm1lJ7U2IOaXC9s { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.31103515625rem;left:39.935658454895rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGBTQDQUM71OBdh3UTxN2bqPsvzpsn68 { color:#47545a;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.060302734375rem;left:39.935658454895rem;height:49.705025rem;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; }
#nzD8TOEG01LgfOAKDTvT2o5RcdaZPRmq { position:absolute;display:block;z-index:15032;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:20.75rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#CXv776DTmPp2naiVg6xtH6a0UMB71XpU { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.9282989501953rem;left:39.934510231018rem;height:2.4375rem;font-style:normal;display:block; }
#qqsqOxq1RF8E3uHiPo2a6nuSipgn15yp { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.343521118164rem;left:39.934510231018rem;height:4.0625rem;font-style:normal;display:block; }
#loBo1pg0tT26GdSGgqN0O6Gw2rTiRvWt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:37.570556640625rem;left:13.121552467346rem;height:5.84765625rem;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; }
#k3HZo6ZqyEz7admCU0yXybpwRHleZQqD { color:#f2ddd4;display:block;width:16.436121rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:45.500244140625rem;left:13.121552467346rem;height:1.4625rem;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; }
#nrz7qAVTCwLnIg2PPAeB25ZWZTyCCVzh { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:23.0625rem;top:22.9423828125rem;left:9.8414525985719rem;display:block; }
#NbVT2XN00FxkZShtg18TLFsFnar2zxbr { 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:9.375rem;width:9.375rem;top:25.652099609375rem;left:16.65211391449rem;overflow:hidden;display:block; }
#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container { background-color: transparent; background-image: none; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container > .video-iframe-container { display: none; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row > .video-iframe-container { display: none; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .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); }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container { border-width: 0; border-radius: 0; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#qfxci6KDDeH6gMfICKwO06idszBHtcRD { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.436767578125rem;left:7.1863508224488rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwrSKdDnckoMrAih41CJiCR3QQWXulx5 { color:#47545a;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.18505859375rem;left:7.1863508224488rem;height:23.3906rem;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; }
#ZkgztJHqqZ1859da41LgvnMCMyhTugaL { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:4.9625396728516rem;left:7.1852025985719rem;height:2.4375rem;font-style:normal;display:block; }
#tAbVo7OzchONlhFsyoFlJk7ST1L4lqqL { color:#47545a;display:block;width:15.7490806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3630676269531rem;left:7.1852025985719rem;height:4.0625rem;font-style:normal;display:block; }
#c9zCJcIiy6tiTx9sdavpFdHxvapudzg5 { 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:14.4375rem;width:20.75rem;top:2.3219146728516rem;left:46.340760231018rem;overflow:hidden;display:block; }
#Gne7SdsKXwrui80cWbDHz8J3zK46riQH { position:absolute;display:block;z-index:15041;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:23.0625rem;top:19.81103515625rem;left:45.43593788147rem;display:block; }
#dWHh36JkJ5RHPyvnboPVtA6mW1yo8Kps { color:#f2ddd4;display:block;width:16.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:46.0625rem;left:48.496095657349rem;height:4.3857375rem;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; }
#TGKLg2SEN08DRUxldOD8XuT2E9zS0TQm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:33.25rem;left:48.496095657349rem;height:10.233375rem;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; }
#prxTCO55T1pl9BIzhbqiRuxOpvgTPylp { position:absolute;display:block;z-index:15045;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:22.19687461853rem;left:52.028123855591rem;overflow:hidden;display:block; }
#J4GaJy2XEHt1hZJZgTn25hvy8Nh5A9IG { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:57.5263671875rem;left:18.747700691223rem;display:block; }
#NuFQCyvMDHK8L0ZIJPwxQoERa9xFmJpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S99It15eLMKOvX30LGuFOyD0T5gvkahT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0QIM4atS/ZTzA_t_o_1200x1200_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT.adaptive-delivery-prevent-bg, #S99It15eLMKOvX30LGuFOyD0T5gvkahT.lazyload, #S99It15eLMKOvX30LGuFOyD0T5gvkahT.lazyloading { background-image: none; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT > .row .container { border-width: 0; border-radius: 0; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT > .row .container { font-size:0.875rem;font-family:arial;height:141rem;width:75rem;position:relative;display:none; }#RUHDvcmQW0uWa34BiBZhwwX6qoiJHCAe { position:absolute;display:block;z-index:15013;background-color:rgba(241,246,251,0.8);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:110.625rem;width:75rem;top:22.875rem;left:0rem;display:block; }
#q033giPb3QpbXzTTUNI1dbMu5wGW496a { display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:27.25rem;left:6.25rem;height:103.23529125rem;font-style:italic;color:rgba(var(--color-tertiary-1),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c7ze7km94FUpf2ilrPEmkFRSVZfz7q6s { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:2;letter-spacing:0;top:7.7114624977113rem;left:6.2500019073488rem;height:33.73335625rem;font-style:normal;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#HVulGnr3onLp7eehcq4ABTnITCywlviT { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:15.588235rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container { background-color: transparent; background-image: none; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container > .video-iframe-container { display: none; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row > .video-iframe-container { display: none; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .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); }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container { border-width: 0; border-radius: 0; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#RsUkNr5r0kFRfJmXKgpTTsfP2AN8nP3W { position:absolute;display:block;z-index:15002;background-color:#dbecfb;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.625rem;width:56.25rem;top:5.68701171875rem;left:10.124079704284rem;display:block; }
#u3WzDMyR3bULurRSGisTN9FDSV2XX1qW { color:rgba(var(--color-tertiary-2),1);display:block;width:35.187271125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8515625rem;left:18.181294441223rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ut2akPWRGByMRKHBQWgrwfXFtIqtxKdL { color:#47545a;display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:7.80908203125rem;left:18.183594703674rem;height:19.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uleKJxOz0wCUbs4JnyGKCfT7dvdBEQ6k { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.7861328125rem;left:3.8591451644898rem;overflow:hidden;display:block; }
#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container { background-color: transparent; background-image: none; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container > .video-iframe-container { display: none; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row > .video-iframe-container { display: none; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .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); }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container { border-width: 0; border-radius: 0; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#lTHhEwztnG14QopIJAT5K9J6CoxpLs8h { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1.83251953125rem;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; }
#exLDo1EbDBsnpRdIkAORlRVaaZE2I3HD { 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.874755859375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container { background-color: transparent; background-image: none; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container > .video-iframe-container { display: none; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row > .video-iframe-container { display: none; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .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); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container { border-width: 0; border-radius: 0; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container { background-color: transparent; background-image: none; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container > .video-iframe-container { display: none; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row > .video-iframe-container { display: none; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .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); }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container { border-width: 0; border-radius: 0; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#z2TecWLGeZfWyh8VPZubuh57XzN4vAfU { 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; }
#SqWvRJW3i3xTs29A2q8gtwV1AoXOls8q { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:5.5625rem;left:42.53125rem;height:14.44530625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IzHZTnpnmwGyMNK30iGoKTm8igtuTwLd { 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; }
#GEcUs0d9DKpXgEBOAfTuQBNUgmePu6qx { 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:6.25rem;width:6.25rem;top:9.480712890625rem;left:28.545495033264rem;overflow:hidden;display:block; }
#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container { background-color: transparent; background-image: none; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container > .video-iframe-container { display: none; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row > .video-iframe-container { display: none; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .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); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container { border-width: 0; border-radius: 0; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container { background-color: transparent; background-image: none; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container > .video-iframe-container { display: none; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row > .video-iframe-container { display: none; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .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); }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container { border-width: 0; border-radius: 0; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#dIW8SS7IUs4PpQEEAJD1n8VelsPuv1gy { 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; }
#VhfuPKQtSXwPWz3sXVathTlcKqiOEo70 { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:6.4375rem;left:9.9375rem;height:16.2509375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XwgRUGucOePaXqT1TqxbPkShhzAxGvoa { 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:6.25rem;width:6.25rem;top:10.8203125rem;left:38.483452796936rem;overflow:hidden;display:block; }
#DT0fEepACHt32gEvpoxGMbpCQxc3fmp0 { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:6.4375rem;left:9.9375rem;height:14.1176465rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container { background-color: transparent; background-image: none; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container > .video-iframe-container { display: none; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row > .video-iframe-container { display: none; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .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); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container { border-width: 0; border-radius: 0; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container { background-color: transparent; background-image: none; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container > .video-iframe-container { display: none; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row > .video-iframe-container { display: none; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .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); }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container { border-width: 0; border-radius: 0; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#U5gp9KPRyCBhmcZoOaNwsQ0ifhwrKQSh { 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; }
#VXVL17GASndR9OZJi7fe4EpdSZ9Brpld { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.1871337890625rem;left:41.312039375305rem;height:16.2509625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pr4VGLIG9Wvx307feWEdO5uv4FroeKNO { 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; }
#h8fQA9dAq54Fpun1MTgZyA2HDoos7TkE { 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:6.25rem;width:6.25rem;top:12.979125976562rem;left:28.295037269592rem;overflow:hidden;display:block; }
#WUGpCdg3PTcCTMeBlkgqiacsixpoTRlN { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.1871337890625rem;left:41.312039375305rem;height:15.88235175rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container { background-color: transparent; background-image: none; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container > .video-iframe-container { display: none; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row > .video-iframe-container { display: none; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .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); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container { border-width: 0; border-radius: 0; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container { background-color: transparent; background-image: none; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container > .video-iframe-container { display: none; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row > .video-iframe-container { display: none; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .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); }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container { border-width: 0; border-radius: 0; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#ZtipNXDllfBUoeOS6y0RPkT9lpIhT2dt { 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; }
#dZfUBw1tfvdZDs8H4RHDkrbwCM3iLI4H { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:5.5625rem;left:10.0625rem;height:16.2509625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hw04262OMooDrSBwNbxksiGKtOnNXvd8 { 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:6.25rem;width:6.25rem;top:10.345825195312rem;left:38.482304573059rem;overflow:hidden;display:block; }
#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container { background-color: transparent; background-image: none; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container > .video-iframe-container { display: none; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row > .video-iframe-container { display: none; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .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); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container { border-width: 0; border-radius: 0; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container { background-color: transparent; background-image: none; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container > .video-iframe-container { display: none; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row > .video-iframe-container { display: none; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .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); }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container { border-width: 0; border-radius: 0; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#WVuf3cPmkgW8w87rFw3gH7hBXyZB26bV { 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:47.9375rem;top:0rem;left:-16.477032183146rem;overflow:hidden;display:block; }
#aibqVt3SVFhETEvoMqhDg6CHTtBXqC5d { display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:5.5618896484375rem;left:41.124768257141rem;height:10.833975rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#acTFcOObXuhJRFBKUmGJ8HF4TZ67sLTN { 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:6.25rem;width:6.25rem;top:10.8203125rem;left:28.421414375305rem;overflow:hidden;display:block; }
#k0VCFV8Q03JtbK1WzgKNdNQBoekC2C7D { display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:5.5618896484375rem;left:41.124768257141rem;height:8.8235288125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(219,236,251,0.96);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; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container { background-color: transparent; background-image: none; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container > .video-iframe-container { display: none; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row > .video-iframe-container { display: none; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .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); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container { border-width: 0; border-radius: 0; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container { background-color: transparent; background-image: none; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container > .video-iframe-container { display: none; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row > .video-iframe-container { display: none; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .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); }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container { border-width: 0; border-radius: 0; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#ph29wSgoeSiOT1c3J6onD3A2RTaUgKSV { 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; }
#RgI4LcMO1w861SAVfGKhqG98ANbpVuTT { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:7.5rem;left:10.25rem;height:18.056625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTaWSkSkN3RXaPTL7CWhgO0knp0c3ExW { 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:6.25rem;width:6.25rem;top:10.812255859375rem;left:38.6707239151rem;overflow:hidden;display:block; }
#N5BszIBhOKAnHsn0NWykyZnz96HxkcQB { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:7.5rem;left:10.25rem;height:17.6470578125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container { background-color: transparent; background-image: none; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container > .video-iframe-container { display: none; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row > .video-iframe-container { display: none; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .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); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container { border-width: 0; border-radius: 0; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container { background-color: transparent; background-image: none; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container > .video-iframe-container { display: none; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row > .video-iframe-container { display: none; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .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); }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container { border-width: 0; border-radius: 0; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#wV7WqySqBz9IGEiU7rz7JNRQR9JV1u1I { 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; }
#hxQifAeyQkKTJtuzixMk0zHbZe0zG0AK { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.1875rem;left:39.0625rem;height:12.6396375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gv2PgONI3GXIl6HsekTN3f1nJmRylUno { 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:6.25rem;width:6.25rem;top:10.8134765625rem;left:28.545495033264rem;overflow:hidden;display:block; }
#nmbVLk5kTe9rEvOxNGWT2bmP7oyT5ol0 { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:8.1875rem;left:39.0625rem;height:12.352940375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container { background-color: transparent; background-image: none; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container > .video-iframe-container { display: none; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row > .video-iframe-container { display: none; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .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); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container { border-width: 0; border-radius: 0; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;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; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container { background-color: transparent; background-image: none; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container > .video-iframe-container { display: none; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row > .video-iframe-container { display: none; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .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); }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container { border-width: 0; border-radius: 0; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#T1CR2DMFr3ds13Lx1WQl4e7kDEmz8T3V { 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:6.25rem;width:6.25rem;top:11.187663078308rem;left:38.6875rem;overflow:hidden;display:block; }
#fCvyGrrUuqFtd9mVyyX1aNnA5WK9sUZW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:48.6875rem;top:0rem;left:41.902450190799rem;overflow:hidden;display:block; }
#v0wX4WXquXRm7LP6NRz61vTN6fPhZQEC { display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.9375rem;left:6.8115234375rem;height:9.0283125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container { background-color: transparent; background-image: none; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container > .video-iframe-container { display: none; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row > .video-iframe-container { display: none; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .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); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container { border-width: 0; border-radius: 0; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container { background-color: transparent; background-image: none; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container > .video-iframe-container { display: none; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row > .video-iframe-container { display: none; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .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); }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container { border-width: 0; border-radius: 0; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#qTN0JzWsHF3pxihnH2LTSXwD6DSdeUEK { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:15.623850822449rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L { 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; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L.adaptive-delivery-prevent-bg, #xCL4fM3ITBPJTZkFsyol2IQq7ri5921L.lazyload, #xCL4fM3ITBPJTZkFsyol2IQq7ri5921L.lazyloading { background-image: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container { background-color: transparent; background-image: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container > .video-iframe-container { display: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row > .video-iframe-container { display: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .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); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container { border-width: 0; border-radius: 0; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:75rem;position:relative;display:block; }#A6R9AVtOUKkznf4HdzgWAivnUL8bZ2sP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1870403125rem;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:40.580078125rem;left:43.932671546936rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nrczdOhUS3C5PyCGf3hvR1ZK58qWS9zC { position:absolute;display:block;z-index:15011;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.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:32.687271125rem;top:38.956787109375rem;left:39.153260231018rem;display:block; }
#gnJwwPhhg21Ux7heCEXIVoAZmzQLmSrC { 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:46.5625rem;width:37.5625rem;top:4.375rem;left:37.310429573059rem;display:block; }
#LKubD2tVJVfbCdg6hFDRSmOkFXNvpbm8 { 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; }
#KHJXZ2gJnZBRUNrPNnsBIiNWTfFUNo0a { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:10.162109375rem;left:39.4970703125rem;height:19.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfB3XBDOnT7hdDVTa1ETvVBZbf52tWpD { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.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-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.591682875rem;height:3.100643375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:45.14013671875rem;left:39.229088783264rem;display:block; }
#HDZr1yJ4060P78eUlksXRviNPwzFzVWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container { background-color: transparent; background-image: none; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container > .video-iframe-container { display: none; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row > .video-iframe-container { display: none; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .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); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container { border-width: 0; border-radius: 0; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#L0GW20INSWlTKooqTFgGPMVf5GRig11D { 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-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),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:17.4375rem;width:63.1875rem;top:3.686767578125rem;left:5.9374990463257rem;display:block; }
#fRQuk8342NK3Sy7qJMebLxTyKcGWzuML { color:rgba(var(--color-secondary-1),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; }
#Ilb9nQ55goRKbWhDWCWOqr1wqxflTLyd { 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; }
#RQKMnxumUplH9QsOQr4y2NfNuQtFuVX5 { 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.125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container { background-color: transparent; background-image: none; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container > .video-iframe-container { display: none; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row > .video-iframe-container { display: none; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .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); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container { border-width: 0; border-radius: 0; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#IkofdEh0ZDmmp2WyuILgy1QF22Bde3Gx { 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-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),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:16.875rem;width:63.1875rem;top:3.686767578125rem;left:5.9374990463257rem;display:block; }
#ukNyRLnrJZbHOAynvta6oglmuw1N6dlm { color:rgba(var(--color-secondary-1),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; }
#FEKf6B3zF1LefTUvsezG1HbwUx9wQpRS { 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; }
#kO1QZvSTQ6LnHgGmzfEEs7ngN7i4hb6x { 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.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container { background-color: transparent; background-image: none; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container > .video-iframe-container { display: none; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row > .video-iframe-container { display: none; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .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); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container { border-width: 0; border-radius: 0; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#iNnTwZr5epo0Wgvt3V3qv5gp03OgTrE3 { 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-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),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:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#R2OWOFVKI896wBylmgnTNFZgQ0fNMw6C { color:rgba(var(--color-secondary-1),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; }
#UdnSDHmhdsm6OVJhdcdWLvHaTA0ueB8V { 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; }
#Qe5GTNZF2byxsl8hHzEImG9C6w8W0v3N { 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.8125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl { position:relative;display:none; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl { border-width: 0; border-radius: 0; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .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; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container { background-color: transparent; background-image: none; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container > .video-iframe-container { display: none; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row > .video-iframe-container { display: none; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .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); }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container { border-width: 0; border-radius: 0; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#kodBpONg0J2VOUdVnMCHceOUcb1oazk7 { 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:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQx0LtZVdKF3NmMuNTDLGQOTlKJymDIr { 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:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO { position:relative;display:none; }#GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO { border-width: 0; border-radius: 0; }#GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO > .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; }#GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:100.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:none; }#o0wx5Tzv6ptHZPKo0pmp2eKSlKGd0FNw { 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:90.9375rem;width:31.25rem;top:3.6015625rem;left:22.124310493469rem;display:block; }
#MMBNEbJnlQLM7wFiIcNT5OF1vsq6kH0J { position:absolute;display:block;z-index:15001;background-color:#2eb2be;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:10.5618105rem;width:30rem;top:4.2783203125rem;left:22.748162269592rem;display:block; }
#FDEZXNNbX3Rs9GTwQlkcvpS2yfTEP9nb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1870403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.237060546875rem;left:26.154641151428rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU { color:#47545a;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.999267578125rem;left:22.745862007141rem;height:;display:block; }#bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU li:before{  }
#BHFOwKtSqPnLbQGFweA7i0CNpaGPlv2F { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:64.59326171875rem;left:28.373162269592rem;display:block; }
#Hb1ffdu62HWpmnP290pplTTycGgLBxXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ { color:#47545a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:30.6201171875rem;left:23.1240234375rem;height:;display:block; }#TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ li:before{  }
#chDG6Zuk37VTgfo8b7euTTrDPzSMkV0P { color:#47545a;display:block;width:12.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:45.066650390625rem;left:31.497802734375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOXwp3Q1epnSLis1XzhFB9rp5esgKkEW { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:43.083251953125rem;left:28.373291015625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCsWG8Im6p106PodO7Rz6SIbdVFUrf43 { color:#4bae16;display:block;width:17.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:49.702392578125rem;left:28.967141151428rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEPqX3CQ9x8IGgP9N3dqCG5ZcPo2dGuf { color:#4bae16;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:51.63916015625rem;left:31.497010231018rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDpZQ6yq8DJU4TsHNVQ3nd3nIkxlrvAx { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:69.400268554688rem;left:29.69554233551rem;height:1.985294125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cHTUoQOtASQrscIPZ9y3JZTeDILPZcXH { color:#47545a;display:block;width:18.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:70.407958984375rem;left:28.498391151428rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHcK9NeyNp1BaJor3ama48l6DnAHHEUC { color:#4bae16;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:77.935546875rem;left:31.497010231018rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTFKTu9WhMi4tnVez1c67LBiITihxvtr { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:88.128051757812rem;left:27.873391151428rem;display:block; }
#o9zQyJDAUpJoNkrqgLTkQFyQTms8Oeox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gky4yt6kW66iSk72RPg3zdzceemvDF7D { color:rgba(var(--color-secondary-3),1);display:block;width:18.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:27.4287109375rem;left:24.3486328125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H8QqQ6Kl7VPBhkvzyFETlKTodrg2etBu { display:block;width:20.4365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:55.199951171875rem;left:27.529870033264rem;height:8.75rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buqGNoXKc4AiTJRx0KPvavCCt91NJOPu { display:block;width:20.9995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:73.697265625rem;left:27.8699426651rem;height:3.5rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXirVlaEZTryuSr1bTXDfyb4A2eCBk2J { display:block;width:23.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:82.511474609375rem;left:26.154641151428rem;height:3.5rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9GTHNxOF9pRXgzgdmkASrJr93fadPKk { color:#47545a;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:34.9052734375rem;left:22.9365234375rem;height:;font-style:normal;display:block; }#z9GTHNxOF9pRXgzgdmkASrJr93fadPKk li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#z9GTHNxOF9pRXgzgdmkASrJr93fadPKk li:before{  }
#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 { position:relative;display:block; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 { background-color: transparent; background-image: none; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row .container > .video-iframe-container { display: none; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row > .video-iframe-container { display: none; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .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); }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 { border-width: 0; border-radius: 0; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .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; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:96.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; }#tGW69hN5HTL1G953dRCBQOxJVPwvngvR { 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:88.8125rem;width:31.25rem;top:3.6015625rem;left:22.1240234375rem;display:block; }
#vNukcspiMhM2stwJI44Jg0ht8ym5e6AX { position:absolute;display:block;z-index:15001;background-color:#2eb2be;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:10.5618105rem;width:30rem;top:4.2783203125rem;left:22.748162269592rem;display:block; }
#uvA4MXWimQHf3XPBi4eXTv1Z6OAMDkVn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1870403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.237060546875rem;left:26.154641151428rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#X9a8r60ni33aqVQv7am3se5KU9oEKHFz { color:#47545a;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.999267578125rem;left:22.745862007141rem;height:;display:block; }#X9a8r60ni33aqVQv7am3se5KU9oEKHFz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X9a8r60ni33aqVQv7am3se5KU9oEKHFz li:before{  }
#G5eOpPLcnbWWpBmGWJydBb9rQzryhZPX { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:62.5302734375rem;left:28.5283203125rem;display:block; }
#GNAcJGyRiVOnW8dZInZRw2H3SOrmPTTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6VyQ76PTlqysvypAGXsBQJufTUuu0xn { color:#47545a;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:29.4951171875rem;left:23.1240234375rem;height:3.1875rem;display:block; }#h6VyQ76PTlqysvypAGXsBQJufTUuu0xn li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#h6VyQ76PTlqysvypAGXsBQJufTUuu0xn li:before{  }
#xCd2zeE42AEqZI7AiNqVBxdVlI2XLv4l { color:#47545a;display:block;width:12.4990234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:40.2080078125rem;left:31.4990234375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y06xrAkVU0AP8w3JTTzbFLA7UwfRPz32 { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:38.2080078125rem;left:28.3740234375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tisuaURU5dPOIbtllgJLXfGKQaLgyrCa { color:#4bae16;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:45.4453125rem;left:25.529296875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xc9cTruil6kPIZPD7HGUUCHhtI690QkV { color:#47545a;display:block;width:18.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:67.7822265625rem;left:28.4990234375rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyTsUivZBTFhfnuOPChT7bea5kwM410V { color:#4bae16;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:75.748046875rem;left:31.7802734375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROASRt6nO6PWwNwwXQbr4mkybQUknedn { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:86.1904296875rem;left:28.3740234375rem;display:block; }
#GPPtulGcVAxTwuEvJliuhabKqKTHlFK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#opgAvz2DzBXysu06ZngP934azAATIZct { color:rgba(var(--color-secondary-3),1);display:block;width:18.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:26.8037109375rem;left:24.4736328125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XvGyoiWF6VM2E6HfWtSFIwWD4ubAJ5TQ { display:block;width:20.4365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:52.63671875rem;left:27.8125rem;height:9.0283125rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8QvE0RFdkRPpUFkrW1rnIaXNDF6keKx { display:block;width:20.9990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:70.384765625rem;left:28.0302734375rem;height:3.611325rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNfP31adetnQVWST7URhTzaSv4QH5WdI { display:block;width:23.1865234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:81.1357421875rem;left:27.3720703125rem;height:3.611325rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ { color:#47545a;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:33.8427734375rem;left:22.9365234375rem;height:3.1875rem;font-style:normal;display:block; }#FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ li:before{  }
#A4gsvTedleoa1mHXAF0iI82cggoJAFtl { color:#4bae16;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:48.21875rem;left:31.4990234375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container { background-color: transparent; background-image: none; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container > .video-iframe-container { display: none; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row > .video-iframe-container { display: none; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .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); }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container { border-width: 0; border-radius: 0; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#fQVyIIAMOebkp4HwIxakELIeUhwcKenJ { color:rgba(var(--color-tertiary-1),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.62524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TekOzxlIaDnwgqmeZH9wWbg5pLSkSpb4 { 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:25.279275rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FzLNI9zmGOVbAlquHDh4rokKnsahTfTJ { 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; }
#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container { background-color: transparent; background-image: none; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container > .video-iframe-container { display: none; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row > .video-iframe-container { display: none; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .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); }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container { border-width: 0; border-radius: 0; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#asSQqTUSaTyMUuhdHQcxrF5yucNGUUrX { 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:26.3108125rem;width:42.2483125rem;top:15.421875rem;left:0rem;overflow:hidden;display:block; }
#gry3Ee0eyTQrqC2qhuxSXlGt8fGEMpuz { color:rgba(var(--color-tertiary-0),1);display:block;width:31.24875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.546875rem;left:21.87451171875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XECbZSf6OH7g1hZ2eGQJSn7lFBWicSHq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:breathing;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.53125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpcS3k9TUEDlATOU65iF3CgTZSZNI60c { color:#fbe34f;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5rem;left:43.4375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0PJoLkxh2HM20QhTdT4o9Fq3UxHczxz { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.6875rem;left:54.875rem; }
#cbtB6voeqiBT2nNI3muX11xOk3ugeHXF { color:rgba(var(--color-secondary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.8125rem;left:42.8125rem;height:2.03125rem;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; }
#rNKEPuGpMadVd2Ud84BavxwvdgNTf163 { color:#fbe34f;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.875rem;left:42.25rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECZAZIGE4NGI0HPHidL0LaKWNenkCUGw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.4375rem;left:43.4375rem;height:2.761725rem;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; }
#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;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; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container { background-color: transparent; background-image: none; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container > .video-iframe-container { display: none; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row > .video-iframe-container { display: none; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .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); }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container { border-width: 0; border-radius: 0; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container { font-size:0.875rem;font-family:arial;height:68rem;width:75rem;position:relative;display:block; }#uuxNcav9WyUnRTcJZBaCZH0DuGPXWCJs { color:#47545a;display:block;width:64.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.75rem;left:6.25rem;height:23.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Av9T6EGfkZCTmKzqpoDTcn6Z3fg3SnCJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:35.8125rem;left:6.25rem;overflow:hidden;display:block; }
#R8fov6wufK7zpAVKL7h3LkQx8iUk8wzr { 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:25.8125rem;width:53.6875rem;top:33rem;left:13.5rem;display:block; }
#BwcIgiGDirwaoUU0LpdAlOCLCy1mWBTN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:40.5625rem;left:24.125rem;height:11.8125rem;font-style:normal;display:block; }
#CacrR7aCTfqEge4eXQW8eOwhfTLBWV1N { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.8125rem;left:24.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c21StgIEl7ESqKTh9HNlRr2RPLnawo70 { background-color:rgba(var(--color-primary-4),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem 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;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.3541654375rem;height:3.354166625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:62.3125rem;left:13.645835876465rem;display:block; }
#RddzPm1KJldaa1zaJNpw0LqGkRH0xgfu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJSov4I9FGBomyd2dK7t5gdqrGQTgM0I { 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:4.47802734375rem;left:2.75rem;overflow:hidden;display:block; }
#dCqacZtzWPe7dM30CGez671porwSdEGA { 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:12.6875rem;left:2.75rem;overflow:hidden;display:block; }
#siPLQaJ2LTHktfJ1aenUnvylHncw2fVH { 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:2.5rem;width:2.5rem;top:21.3125rem;left:2.75rem;overflow:hidden;display:block; }
#q4nh0ybZOKCtXNTChEntATHG1fOT2ZVl { color:#47545a;display:block;width:64.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.75rem;left:6.25rem;height:24.9999995rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cuuPINsl5yUJo0dTygpf21cOdLcT1l5t { color:#47545a;display:block;width:64.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.75rem;left:6.25rem;height:24.9999995rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ughtoBKGTJWMbd5IcDTQhAMaUlAm9GuL { color:#47545a;display:block;width:64.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.75rem;left:6.25rem;height:24.9999995rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;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; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container { background-color: transparent; background-image: none; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container > .video-iframe-container { display: none; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row > .video-iframe-container { display: none; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .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); }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container { border-width: 0; border-radius: 0; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container { font-size:0.875rem;font-family:arial;height:70.75rem;width:75rem;position:relative;display:block; }#adEeq4Migg9xRVqZAgw4zEivpscpTeJM { color:#47545a;display:block;width:55.6240234375rem;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:9.5625rem;left:4.3125rem;height:53.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qr05y80FWudSXHeUug0fe824QNBbVwHR { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6861991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.764404296875rem;left:4.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e { background-color:#ef5a6f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container { background-color: transparent; background-image: none; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container > .video-iframe-container { display: none; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row > .video-iframe-container { display: none; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .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); }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container { border-width: 0; border-radius: 0; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qPMDcl3oA0nbLJrftkh89NTr5P8hwxvg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:01.3;letter-spacing:0;top:8.1357421875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUhxtcKsrcDvLaiJU89J2cpG2mbmza3M { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/16c97bc1-384a-413f-a40e-08ca6f4a800a/_Zdjciegwnenastronzapisucz25.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; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k.adaptive-delivery-prevent-bg, #eN9NqFo1byHf4doCKAXSTTdJR8SQa44k.lazyload, #eN9NqFo1byHf4doCKAXSTTdJR8SQa44k.lazyloading { background-image: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container { background-color: transparent; background-image: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container > .video-iframe-container { display: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row > .video-iframe-container { display: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .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); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container { border-width: 0; border-radius: 0; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#yAb4LGodpB0f3kPUQTz68JMw81vMJfZC { box-sizing:content-box;height:47.625rem;width:37.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.3125rem;left:37.5rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#xCpdJbt4HQwciPuV8q7HpGNtZmyFzhpQ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.5625rem;left:37.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gw2pJurBlKXW4VKtmJo49DXk0urrG1ot { display:block;width:31.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:19.9375rem;left:40.375rem;height:6.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e2lxriRUTovKOCSxtvvDMw6SJwb1RVBt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:10.7490234375rem;left:37.563187599182rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZWuKrQtD6cKWpCZqdzmm8ZMPbF929JfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8120403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:48.5625rem;left:46.8125rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byOBNbUStEd1kfRXWcvhgD0GXTUvXFWr { 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; }
#KfVEz2NPdhcoDiUmaUya29rR3moRBVdD { 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.8118105rem;width:11.8118105rem;top:1.1787109375rem;left:29.966679573059rem;overflow:hidden;display:block; }
#rGOiFNpq1N6B1VZSu71LlXg67qcH5Qxu { 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:10.75rem;width:10.75rem;top:7.040914703125rem;left:68.720814076475rem;overflow:hidden;display:block; }
#BwPQbZgFr0Mt8PzTsAmQT9HEWoahEP0l { display:block;width:33.6868095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:28.1875rem;left:40.375rem;height:5.0625rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LoB8O6DI2zxTCGmlah39qhy53qKggMTN { display:block;width:33.6868095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:34.875rem;left:40.375rem;height:6.75rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvrHkxkLBeQzmKi6NLnzGeG74e4ISeHK { position:absolute;display:block;z-index:15019;background-color:#ef5a6f;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.75rem;width:37.5rem;top:4.25rem;left:37.5rem;display:block; }
#qJFq9ZXLwElN7Ie4PRLZL47Nf91eflIw { position:absolute;display:block;z-index:15019;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-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:5.125rem;width:37.5rem;top:46.9375rem;left:37.5rem;display:block; }
#SJPWymxdEeUn3PB4CUfGaCctIwuHBO1Z { display:block;width:33.6868095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:42.875rem;left:40.375rem;height:1.6875rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t4G4adpJAefShUgnHUoxgllL7AAvhRwG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),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-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:37.5rem;height:5.125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:54.240234375rem;left:37.499997138977rem;display:block; }
#IMCaCbeqNWTJfIFRiNKN96h3niMZHWFD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duwlkJg48IObvqQimw7NR1NctCSNG3cD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container { background-color: transparent; background-image: none; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container > .video-iframe-container { display: none; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row > .video-iframe-container { display: none; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .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); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container { border-width: 0; border-radius: 0; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#C8MMCTqfbQR1mLdESbrDIf9uAgzgfU6G { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;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.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#Dn7N9hAtOGeETgTxfbTPcR1gqJcnHukK { color:#f4b46d;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XcfUucokmWwqTkT3hfSITqeyJNxbahxN { color:#f4b46d;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTtTitVRz0fk55cnv3ULHNLWF92nvfKq { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:5.84765625rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bVMWTKHHeDzInGCBVA0wwWeAavJxkTVh { 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:15.625rem;width:15.625rem;top:6.0728759765625rem;left:0.75rem;overflow:hidden;display:block; }
#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container { background-color: transparent; background-image: none; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container > .video-iframe-container { display: none; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row > .video-iframe-container { display: none; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .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); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container { border-width: 0; border-radius: 0; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#gFVpqsKnzE31mJKti92KQWGWEb6DCHes { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;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.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#KdCBUI1RAc94JSBCsTbGfJW8a9z6i2pO { color:#f4b46d;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWGsCQcaAZDwKPMPICuZUzTvIlDEA1pk { color:#f4b46d;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pE85blbDTl7qE44gQ59n6s2OaAM9aeKp { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:5.84765625rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lFcNlUforTF7tuzN2giGzOxTqMhFTM0f { 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:15.625rem;width:15.625rem;top:6.0728759765625rem;left:0.75rem;overflow:hidden;display:block; }
#BTlfdP0L6Me572c24hkvk3m4JKevUafI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container { background-color: transparent; background-image: none; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container > .video-iframe-container { display: none; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row > .video-iframe-container { display: none; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .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); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container { border-width: 0; border-radius: 0; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#xpPC5LiAAABkheasC6Z1A9ShmzmuJgSg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;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.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#ssSeTlRqcSR2WkPRaL662WbqaHZOxq6X { color:#f4b46d;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJzWkUn2UPIWmKQhxBMpHIIbbmygFFd9 { color:#f4b46d;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIe1WSLLN8gaoo9wE7pz6mRcklWRKBuz { display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:4.38574375rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XUyzo5wr0RV6Hi6nHPbdMc13z2aTmOeI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container { background-color: transparent; background-image: none; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container > .video-iframe-container { display: none; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row > .video-iframe-container { display: none; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .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); }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container { border-width: 0; border-radius: 0; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#gMRlghSyztdrR0chm0ZzBgbXRUenesIR { color:#ef5a6f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .widget-text.counter-number { border-top:0.1875rem solid #ef5a6f;border-left:0.1875rem solid #ef5a6f;border-right:0.1875rem solid #ef5a6f;border-bottom:0.1875rem solid #ef5a6f;background-color:transparent;background-image:none;color:#47545a;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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:400;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; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo { 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:25.75rem;height:10.6725rem;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:14.719604492188rem;left:24.493336677551rem;z-index:15059; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #KGsB8MHTgZtEIJUebP9KDGRNmKGQAuDr { display:flex;position:relative;top:0rem;left:0rem; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #WaxCp4TkKhsOT2fguLMcBA7RZnx0Ty5D { width:auto; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #poImsbVkHFDREgQoryhxHVOphuEyqmlk {  }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #pNSySoR6X2TpcgRrLvAcs7e0EHS4rITT { display:flex;position:relative;top:0rem;left:0rem; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #vvZcl1Z6ekCkg72NCAJSqesusx8xUxJe {  }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #JpEdNUJx9vyf94UOMwDTRDgULhuUMnZs {  }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #XdKSaUhnVC1lbDXzgqx9AguNn7o9SwBF { display:flex;position:relative;top:0rem;left:0rem; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #gLNpSX4SdlEFxh381NQUglrrOxTtlv7t {  }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #m7tENNBnhsvDi4qu5ppc4DTMOBIWqUoN {  }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #X0uStrb59Ktd08IpDhyXqeiHahMhd1E5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #oAhSwPeKUkt89sBKLxinPcUvhiGf4VBT {  }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #VkfiBhP0NL1WhKTdC0VIkN7Wmlz67Mkq {  }
#DI3Z5Ts6GhslAfCH5P1XmrRXoIAcciaT { color:#47545a;display:block;width:23.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:12.2919921875rem;left:25.904179573059rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#yG4uoWF8RzxXPMzLfMkT7VP7J08BIAEL { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.364013671875rem;left:18.748849868774rem;display:block; }
#PqrHCGLV9oxUIqrzgWqGoiMeqzzsPTpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON > .row .container { border-width: 0; border-radius: 0; }#TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:none; }#fRG9JydR2MGJzOqeEha85THMmklHfLBT { color:#ef5a6f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .widget-text.counter-number { border-top:0.1875rem solid #ef5a6f;border-left:0.1875rem solid #ef5a6f;border-right:0.1875rem solid #ef5a6f;border-bottom:0.1875rem solid #ef5a6f;background-color:transparent;background-image:none;color:#47545a;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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:400;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; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 { 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:25.75rem;height:10.6725rem;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:14.719604492188rem;left:24.493336677551rem;z-index:15059; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #FzP9R3uxzFs4QzlzHvfg6tLDhKp2zESA { display:flex;position:relative;top:0rem;left:0rem; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #CtSXsaZTeTq143DHhb9KRM4cHtv6VPnb { width:auto; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #gTWmpvmMcwhiLG5qfyJUVyyqI6agvR3Z {  }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #ddETPGndDD5iZHINNPekbvGrRNKDPdiB { display:flex;position:relative;top:0rem;left:0rem; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #yTSIuTrOcJZ8M0yC3mBrVs7Weg6Nfeep {  }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #uzyooVC3ESSoSNV7TnaEevTL8ve6pmpL {  }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #EEloLl4WWFLgikTUIfAmz5PrwKNqxiDz { display:flex;position:relative;top:0rem;left:0rem; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #mhRpgXxZCxtiq91OTJAbqZ98n5BVBTua {  }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #bcSqlH3OM8DGX6TN6xGaE8J0FKp8fxlg {  }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #rOKHxLF6J6eJL3usvmRPzJM445IqmZTk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #Rxw3NNqgApRPtVp09bHOrBr6Ac8D3vhf {  }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #EerKQV3d96cPeBqpDw4OLlhQn8wDrEzK {  }
#shzDztEMxbA5VRDnCo44dGeZ3hRLhFGg { color:#47545a;display:block;width:23.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:12.2919921875rem;left:25.904179573059rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#HINNFK4HLh2Ubp3rUx5dCdK0mrBV7axR { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.364013671875rem;left:18.748849868774rem;display:block; }
#EPuSndHK9cF9GuZf2LJqzp95xTCUwr40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo { background-color:rgba(var(--color-secondary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container { background-color: transparent; background-image: none; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container > .video-iframe-container { display: none; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row > .video-iframe-container { display: none; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .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); }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container { border-width: 0; border-radius: 0; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;overflow:visible;position:relative;display:block; }#TGn68raG9lRSURSRTQLV9kWrDbn8kuK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:01.3;letter-spacing:0;top:8.1357421875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9pwfMXsqU3TVgIz8RG9tB8Owcd93cZz { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ba7191;background-image:url("https://images.assets-landingi.com/uc/29121e1a-9dab-4230-8d1a-defa849b7320/UF.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; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk.adaptive-delivery-prevent-bg, #t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk.lazyload, #t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk.lazyloading { background-image: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container { background-color: transparent; background-image: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container > .video-iframe-container { display: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row > .video-iframe-container { display: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .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); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container { border-width: 0; border-radius: 0; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#idDdKJMrre4qsBnC17Ckcd9Uot1BAPpD { box-sizing:content-box;height:30.5625rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.3740234375rem;left:41.6240234375rem;display:block; }
#T9erxrdbg8i6d9d43te6H47ciVMBwDwK { position:absolute;display:block;z-index:15011;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.0625rem;width:31.25rem;top:5.8111572265625rem;left:41.623391151428rem;display:block; }
#Tth5SO4SWKEsGUhyhqroNKDfcT6Ins6I { position:absolute;display:block;z-index:15012;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0625rem;width:31.25rem;top:36.9365234375rem;left:41.6240234375rem;display:block; }
#zrh4Zm6oQtOVE9H5qqtrTLAnR1AO8imG { display:block;width:26.9365234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.6552734375rem;left:43.216796875rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#rW6XcVDF7eqbdi17CeVh6RcebwITF3IX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1247691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.84375rem;left:41.685429573059rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHySBuFmGpldQng1ndNcf42bnG9TPeq8 { color:#47545a;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.9345703125rem;left:45.5302734375rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtZhZE5fcf39SSuKR2zlDOlcCQho0spy { 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; }
#WTmTEM0o42hFnndv7vhdOXFhxAkimHWt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:11.010009765625rem;left:41.498158454895rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu { position:relative;display:none; }#bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu { border-width: 0; border-radius: 0; }#bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu > .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; }#bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:125.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:none; }#twAQbRre9HXegBM6iwNRmtPf4OkUCeQu { 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:106rem;width:25rem;top:3.7052001953125rem;left:24.749539375305rem;display:block; }
#mTDFUdaCa93n4CskVCykoOpwve93qW4G { position:absolute;display:block;z-index:15001;background-color:#6fa1d1;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:11.9375rem;width:23.75rem;top:4.3125rem;left:25.375rem;display:block; }
#Sfq2mVO7mOzD938vfKcIRO2mGT15KUXs { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1870403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8514404296875rem;left:25.654870033264rem;height:5.588234875rem;text-align:center;text-align-last:center;display:block; }
#pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN { color:#47545a;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.290405273438rem;left:25.375rem;height:21.1029401875rem;display:block; }#pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN li:before{  }
#uw2WpEHHvPF9Iz6G3xmkvfQAEfO9qdi9 { 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;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-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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:84.38232421875rem;left:27.873391151428rem;display:block; }
#EmvrmVcrOshOUTFJxIRtnyT5GiGRKRxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvWd8TbrZKVGTPzDMgh9Qf3CxTLrGhrG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.416748046875rem;left:25.65625rem;height:2.4264705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EI5TDMrg3awpPrMPGxSiGvJfcWnmMpdA { color:#47545a;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:39.104248046875rem;left:27.125001907349rem;height:13.8970583125rem;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; }
#DimLtvoc5pbCyCeZ4kDIHGKfSHuU496o { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:63.269775390625rem;left:31.661305427551rem;height:3.6029410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sJxSizTcqaLOspagLDJn4bIX2azKJDlD { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:61.306274414062rem;left:27.873391151428rem;height:1.985294125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFR3OMRMJrV90hCvPb4vnzh3AUazOpM6 { color:#4bae16;display:block;width:17.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:75.653686523438rem;left:29.132580757141rem;height:1.985294125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfVwC8PruHC5a9LdD0oaHseBfU0CgDbq { color:#4bae16;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:77.619506835938rem;left:31.6590051651rem;height:3.6029410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM { color:#47545a;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:52.951538085938rem;left:26.560200691223rem;height:3.088235125rem;font-style:normal;display:block; }#MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM li:before{  }
#bXEX9MR1rynb53L4ddLMSLNXbpfotpwO { color:#47545a;display:block;width:18.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:56.484375rem;left:27.123162269592rem;height:3.088235125rem;display:block; }#bXEX9MR1rynb53L4ddLMSLNXbpfotpwO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bXEX9MR1rynb53L4ddLMSLNXbpfotpwO li:before{  }
#XlCFRD1Lw6A9buJlee95uCJMTT7wRmRv { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:68.485717773438rem;left:28.467370033264rem;height:1.985294125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKLwVxTymxqUBNTCPvlQeFOsBCUa6HSL { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:70.451538085938rem;left:30.998391151428rem;height:3.6029410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shdMTpTSTIF9GH7nGJrC7TqSWJRsFbPV { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:69.400268554688rem;left:29.69554233551rem;height:1.985294125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#O9nBhpBXh38T5LhLhExuzFL1UV1zP5d3 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.4372701875rem;width:15.9995403125rem;top:85.790893554688rem;left:43.496090888977rem;display:block; }
#JNT83zUfXAl4KSFRKskQnhFbTLLOL0bt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:86.974243164062rem;left:43.597653388977rem;height:4.6323526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS { color:#47545a;display:block;width:18.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:82.078369140625rem;left:27.998620033264rem;height:1.5441175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS li:before{  }
#pVpDPLaK83VhXJXgKniibp6M4QGImTC1 { color:#47545a;display:block;width:18.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:93.73046875rem;left:27.998620033264rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPHDDQ3WL13AxWN0r7PlJM8MeFomGOMN { color:#4bae16;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:95.245849609375rem;left:31.6590051651rem;height:3.6029410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJLqWq0274l7m72JlCxiheXhkqLV9rBZ { 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;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-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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:101.27062988281rem;left:27.873391151428rem;display:block; }
#A8m801wXdlP1cTEIlQ3CCGTclpxEiV5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1PrMSHH57heoCfrD9wblJdM4dApGzLA { color:#47545a;display:block;width:55.2493095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:113.68103027344rem;left:0rem;height:6.17647025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5FdF4c2xwJPNnDdETI5Tq8fXo2MB2Wc { color:#47545a;display:block;width:18.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:98.803955078125rem;left:27.998620033264rem;height:1.5441175625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA > .row .container { border-width: 0; border-radius: 0; }#FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:none; }#XSDhcCSXE4T8ib98WlXrlLlx9Z9hWdcA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:34.376043319702rem;overflow:hidden;display:block; }
#USTINPEQqq9ThHxX0BkCm85XWgArRicN { position:absolute;display:block;z-index:15013;background-color:#fffdfb;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.0614583125rem;width:18.75rem;top:9.1270828247069rem;left:28.125001907349rem;display:block; }
#R5yAZ1UlVtFi5Zmf7PavKQMIIt7gGWrR { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZckwORoDWFHOzebo6fHcxp7KMFHDbgr { position:absolute;display:block;z-index:15013;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:18.75rem;top:7.5rem;left:28.125001907349rem;display:none; }
#hV81wz2pXl4B6FvRORNK3dib7O66vTc0 { position:absolute;display:block;z-index:15013;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:18.75rem;top:7.5rem;left:28.125001907349rem;display:none; }
#c5udf3s4t80kpqai4XX9qL7rPTvacwPc { background-color:#f8f4ff;background-image:url("https://images.assets-landingi.com/uc/8b005dd2-38b8-4489-8738-8b4072e5cdf0/Zdjciegwnenastronzapisu8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc.adaptive-delivery-prevent-bg, #c5udf3s4t80kpqai4XX9qL7rPTvacwPc.lazyload, #c5udf3s4t80kpqai4XX9qL7rPTvacwPc.lazyloading { background-image: none; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc > .row .container { border-width: 0; border-radius: 0; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#BCizxt9KiFv2HhMR25BdJCodI3voUEat { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.8125rem;width:4.8125rem;position:absolute;display:block;z-index:15021;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.00786113739rem;left:55.749998092651rem;overflow:hidden;display:block; }
#BwbGqQ3oOCccEiTfJrDUqoNCgMLrFayb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.770833969116rem;left:41.3125rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#nwGz2zpbEtV4IpmBwDnhNERrym1xsm6T { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:22.686767578125rem;left:43.937501907349rem;height:5.6879875rem;text-align:center;text-align-last:center;display:block; }
#vTEnhWFulbG1QXLgNCk0v5th7ZyRgPwS { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:31.875049591064rem;left:50.499219894409rem;height:2.03125rem;color:#f3c185;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf { position:relative;display:none; }#BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf { border-width: 0; border-radius: 0; }#BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf > .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; }#BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#X7M4XXlaIe5JkGlc31T1bQCDA6USPbTI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.8125rem;width:4.8125rem;position:absolute;display:block;z-index:15021;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.00786113739rem;left:55.749998092651rem;overflow:hidden;display:none; }
#lKNyCxV5aoweOb14zk39aJBvbU2sQJR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.770833969116rem;left:41.3125rem;height:9.705882125rem;text-align:center;text-align-last:center;display:none; }
#fbSdTNkTJqqTHo7y7c9PRhIFGOmE0xEu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:22.686767578125rem;left:43.937501907349rem;height:5.588234875rem;text-align:center;text-align-last:center;display:none; }
#TudtdUFTPJd5JvR0QPGrcLNpeHrvehUU { display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:31.875049591064rem;left:50.499219894409rem;height:1.985294125rem;color:#f3c185;font-style:normal;text-align:center;text-align-last:center;display:none; }
#InOmi6ebfpP23qgnfwhIXTWMT43ohMab { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4ff;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; }#InOmi6ebfpP23qgnfwhIXTWMT43ohMab > .row .container { border-width: 0; border-radius: 0; }#InOmi6ebfpP23qgnfwhIXTWMT43ohMab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InOmi6ebfpP23qgnfwhIXTWMT43ohMab > .row .container { font-size:0.875rem;font-family:ubuntu;height:60.5rem;width:75rem;position:relative;display:none; }#TaFdTuTDsdkw0eF6RPuIu2WvhpeiaT1i { color:#47545a;display:block;width:54.5622673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:14.7333984375rem;left:10.217141151428rem;height:37.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXaFBVbWLnxzOG66i82pR4GHWDkBHpNM { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:4.21875rem;text-align:center;text-align-last:center;color:#71539f;font-style:normal;display:block; }
#TzRtbXvNW7cFcyMFZvT9U28mIsBo0rAX { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:11.94792175293rem;left:6.25rem;height:34rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DV6R6dDCIrCWc1pPI4Fh2Pkiz2eynsJ4 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.25rem;height:24rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AB1OUal0SzepH4McsiVo590sJ9zaByyC { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.25rem;height:28.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qqM0rmT8lNk6tTLzENXAl97k4hpTcb6F { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:12.249215126037rem;left:6.25rem;height:30.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k14y3V9TqNkKrBVhAT9JyPrtP6ricwaZ { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:6.5625rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:none; }
#CTeNJyHpqGupEdHNKwvV7fo9IhCPKTTA { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:12.249215126037rem;left:6.25rem;height:39.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mJizQq5TTXMUE1CUPthPbILfKpG9B3GF { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:6.5625rem;text-align:center;text-align-last:center;color:#901b49;font-style:normal;display:none; }
#ZQTB2XKaNRfT4A21FPAUh2vdCw7JRXkS { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:6.5625rem;text-align:center;text-align-last:center;color:#708a27;font-style:normal;display:none; }
#s0KmUlZW30BTeZQVri1s0Ml1AqODW5Ol { color:#47545a;display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:9.309898376465rem;left:10.21875rem;height:36.2499978125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mxaMRv9oClw7w3J0kf3zOZv6n7DbkUS5 { color:#e39c46;display:block;width:54.5622673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:53.071655273438rem;left:10.217141151428rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PU3QLt0GbDJEnydmv7NtXssEkHKedBMg { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.921630859375rem;left:3.7500009536743rem;height:3.28125rem;text-align:center;text-align-last:center;color:#71539f;font-style:normal;display:block; }
#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17adb97a-4f50-497d-b57d-4559bd64296d/To2.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; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV.adaptive-delivery-prevent-bg, #r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV.lazyload, #r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV.lazyloading { background-image: none; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV > .row .container { border-width: 0; border-radius: 0; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV::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; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV > .row .container { font-size:0.875rem;font-family:ubuntu;height:31.25rem;width:75rem;position:relative;display:none; }#ws9G3q1tbnG3IkPXdbtTfNIpMUVIAbwb { color:#f3c185;display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:14.3125rem;left:10.21875rem;height:8.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uVtMsdn7NFP30PKGvehcnDSZi6OT1Upz { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:11.94792175293rem;left:6.25rem;height:34rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xPbb0iTJixPxpTBtXsrUxamzaLauo5yB { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.25rem;height:24rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Amk6drvUUp7924TTTN49fFHuFmFoF3zx { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.25rem;height:28.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ix0eh99oA7zpmFDHqBEgSWzytpS99hT2 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:12.249215126037rem;left:6.25rem;height:30.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SIXaold17KdRbbdSA5zQOVWaTMFzPxq1 { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:6.5625rem;text-align:center;text-align-last:center;color:#ba7291;font-style:normal;display:none; }
#I8DilrDXCil1J7ZC2b0TP208iPLibTUx { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:12.249215126037rem;left:6.25rem;height:39.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xJEEisdDMgNw8s5Gt6pkNdaprXsWaLLM { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:6.5625rem;text-align:center;text-align-last:center;color:#901b49;font-style:normal;display:none; }
#HIDNbLylh6cRBrVFK5H9Tz7UNET4Im8k { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.7487030029297rem;left:3.125rem;height:6.5625rem;text-align:center;text-align-last:center;color:#708a27;font-style:normal;display:none; }
#sOCgUffbqtoPDVxqqT0ERGqGEokzh3XG { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.5rem;left:2.6875rem;height:5.625rem;text-align:center;text-align-last:center;color:#f3c185;font-style:normal;display:block; }
#SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4ff;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; }#SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt > .row .container { border-width: 0; border-radius: 0; }#SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:none; }#eBlF17bkZ2fwJmsivxmN4go47s8zgp6h { color:#71539f;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:4.4443359375rem;left:0rem;height:5.6879875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xE8KVqlaHhsWt1Tkesd5K7LXrW44JOrf { color:#72686c;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:12.37353515625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukclrZqHMPss1PoQFVG9sIOxacxEht2o { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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-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:18.75rem;top:17.125rem;left:26.187501907349rem;display:none; }
#GFSuHc84S23W3WiPBHwHo6G80Pv0pkmp { color:#091e5a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.3322582244875rem;left:0rem;height:11.60000625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .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; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);background-color:transparent;background-image:none;color:#71539f;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; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .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; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 { 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:16.8818359375rem;left:24.306065559387rem;z-index:15063; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #Te6BAeU8ZkSJydDUtcrK8tFsRK7FBNob { display:flex;position:relative;top:0rem;left:0rem; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #fG3pVaSMsddrU5FyI420FEtxv6FkGiXM { width:auto; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #XUIJiTiuniypqmOm8PtTkQdgdKkHshJm {  }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #qAWfnemNCoWOcd7GAlEGJNrXDFZ6Kd4b { display:flex;position:relative;top:0rem;left:0rem; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #oq4g0ITCouMNMILGPSTzQRzWAQuDUA7G {  }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #D7vnQuZSwSblHyRySuZt1m2oLhPRDblA {  }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #towz4M8r9r4edJrh8IF1FPtmcqWxCnVD { display:flex;position:relative;top:0rem;left:0rem; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #WS2yghkyM81P8T0XK1fq5rq72sudRfCU {  }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #cgLotIQHOaLm4zDFU8K0RmCiESfMr6fT {  }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #wLQTI4vTC56yo1fOTaWUxqFN9ts1chnv { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #lpfrlIGoKEf1r58s0oxwnCRLaR2X6bZe {  }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #VI7lluCIDlnza6etU4fu37Mm14B54FDn {  }
#QZ0JciktBZSBAzsO74RnCkSJ5m3tdcG6 { 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;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-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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:31.53369140625rem;left:18.747700691223rem;display:block; }
#d2p2XbAKd4ztT1BG0RT66XcydRdmQqkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sADZS8w1ztZbboXLBrVrOxhni1PMcres { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4a8ef;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; }#sADZS8w1ztZbboXLBrVrOxhni1PMcres > .row .container { border-width: 0; border-radius: 0; }#sADZS8w1ztZbboXLBrVrOxhni1PMcres > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sADZS8w1ztZbboXLBrVrOxhni1PMcres > .row .container { font-size:0.875rem;font-family:ubuntu;height:9.4375rem;width:75rem;position:relative;display:none; }#CQMZQDfkGmbkOSnodzmUebHJcTBETFgT { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.90625rem;left:3.125rem;height:5.625rem;text-align:center;text-align-last:center;color:#71539f;font-style:normal;display:block; }
#MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f4ff;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; }#MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB > .row .container { border-width: 0; border-radius: 0; }#MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:none; }#fBlnos8Nv1nfuwhosw3TNqUA3TTyo1uG { color:#47545a;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.8;letter-spacing:0;top:8.22917175293rem;left:29.5625rem;height:16.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVQbCbTix2Txlof9HuWxxhF5saRUl256 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25rem;width:25rem;top:3.75rem;left:1.25rem;overflow:hidden;display:block; }
#X2SW47hR6PFlS8BXULSnElZQEri4K0e4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:url("https://images.assets-landingi.com/DfecbKyr/Projekt_bez_tytu_u_23_.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; }#X2SW47hR6PFlS8BXULSnElZQEri4K0e4.adaptive-delivery-prevent-bg, #X2SW47hR6PFlS8BXULSnElZQEri4K0e4.lazyload, #X2SW47hR6PFlS8BXULSnElZQEri4K0e4.lazyloading { background-image: none; }#X2SW47hR6PFlS8BXULSnElZQEri4K0e4 > .row .container { border-width: 0; border-radius: 0; }#X2SW47hR6PFlS8BXULSnElZQEri4K0e4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2SW47hR6PFlS8BXULSnElZQEri4K0e4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ecff;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; }#E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka > .row .container { border-width: 0; border-radius: 0; }#E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#QIsqyGOoPd6g6FgtdTmpbKK3fdgmH3ub { color:#1e49a2;display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:3.8541259765625rem;left:6.25rem;height:3.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ecff;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; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row .container { border-width: 0; border-radius: 0; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row .container { font-size:0.875rem;font-family:ubuntu;height:48.4375rem;width:75rem;position:relative;display:none; }#LFF9HIP06rk3igPABTAs6AXVKS0uhMUz { color:rgba(30,73,162,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3eHUFdDvVeoW8IoJFBTNrSi6syRqOPc { 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.0625rem solid #1e49a2;border-left:0.0625rem solid #1e49a2;border-right:0.0625rem solid #1e49a2;border-bottom:0.0625rem solid #1e49a2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#uBTB7rvQENOumEy2vP1TceoZTPHSUbv5 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:13.89453125rem;left:11.96875rem;height:34.499999284744rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Be0Cur6pPIC7DsfsTLrgFdMGnTFkHBNg { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:13.89453125rem;left:11.96875rem;height:34.499999284744rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ecff;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; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row .container { border-width: 0; border-radius: 0; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row .container { font-size:0.875rem;font-family:ubuntu;height:31.25rem;width:75rem;position:relative;display:none; }#leMd6EATCnJTAF6DdeyTB8gCBBCBq9Rg { color:rgba(30,73,162,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKDmIFM4MKNDThShlrDV0HZIIUgm95gL { 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.0625rem solid #1e49a2;border-left:0.0625rem solid #1e49a2;border-right:0.0625rem solid #1e49a2;border-bottom:0.0625rem solid #1e49a2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#qnMD28mcLRWGiSIVccB89rvwTPUvOtQ5 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:13.958374023438rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kR3vaQc0Bc9CSTtOqTvH1lXfg4O2STDS { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:13.958374023438rem;left:11.96875rem;height:17.249999642372rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JFKX6visUR11EC6cNtFzxXbATd69JQKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ecff;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; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row .container { border-width: 0; border-radius: 0; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row .container { font-size:0.875rem;font-family:ubuntu;height:50.5625rem;width:75rem;position:relative;display:none; }#EHEo1USWsAHCSTVQZaLGKc0cEPOXfZen { color:rgba(50,158,218,0.35);display:block;width:6.2473959922791rem;position:absolute;font-family:comfortaa;font-size:12.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.4375rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edQhZVk3h8RpARLEoSPdQbDfNqBAW4RU { 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.0625rem solid #1e49a2;border-left:0.0625rem solid #1e49a2;border-right:0.0625rem solid #1e49a2;border-bottom:0.0625rem solid #1e49a2;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.0625rem;width:75.1875rem;top:8.248779296875rem;left:0rem;display:block; }
#HWZRseB7QGikX9TnelHADpgWlqOAb020 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:14.084716796875rem;left:11.96875rem;height:36.416665911674rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ix6qWDKR27zWwtP0mIxs3L5Hdg4HAHEa { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:14.084716796875rem;left:11.96875rem;height:36.416665911674rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f23CKISa7K02GAXvKyZGTFpgySl0HSnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f23CKISa7K02GAXvKyZGTFpgySl0HSnT > .row .container { border-width: 0; border-radius: 0; }#f23CKISa7K02GAXvKyZGTFpgySl0HSnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f23CKISa7K02GAXvKyZGTFpgySl0HSnT > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:none; }#RqfTWvuaQLfuARUxPOAScxtk8vH4kEX1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15020;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:34.376043319702rem;overflow:hidden;display:block; }
#RkSt4iTO4xcQTSgXlNMgnJQPZo6w2gLi { position:absolute;display:block;z-index:15013;background-color:#fffdfb;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.0614583125rem;width:18.75rem;top:9.1270828247069rem;left:28.125001907349rem;display:block; }
#VxIQ37ZBKSIyz4oIK5k4sS77ecnmlc7e { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.997917175293rem;left:0rem;height:3.89705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gi1FeiALPb6M8LZMa16UkW1lb8iFGJr7 { position:absolute;display:block;z-index:15013;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:18.75rem;top:7.5rem;left:28.125001907349rem;display:none; }
#G2XSKTncXUDNggknM4QWJs05bNQMp3Ob { position:absolute;display:block;z-index:15013;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:18.75rem;top:7.5rem;left:28.125001907349rem;display:none; }
#bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW { 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; }#bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW > .row .container { border-width: 0; border-radius: 0; }#bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV { 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; }#i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV > .row .container { border-width: 0; border-radius: 0; }#i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:none; }#rEWw9LKP3fGFzSTUNnRHJv4oafyMXsXE { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.842041015625rem;left:41.681984901428rem;height:18.529411125rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGozMTPviZVqV87QLTpLsi1FawPEJfoT { 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-primary-2),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#OHOLCyel4INQxUDWLAXJkzL0iBEhBmva { 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; }
#Cx1mVTvFFoXwsk1tnHTQtRuJeaDwcALB { display:block;width:25.1872691875rem;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:2.146240234375rem;left:41.683133125305rem;height:1.6176470625rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LbDDGk77gNxd22Ro0mkSqloyqHIACQX6 { position:absolute;display:block;z-index:14996;background-color:#ddfbfc;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; }
#rxhSGxrzUK30XtpAzwSaVtU5c9VcVg2s { 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:16rem;width:25.6875rem;top:2.13818359375rem;left:5.9053316116333rem;overflow:hidden;display:block; }
#M1eqMxOz0HMgTc67hHgdW12eVkhqK0WC { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.92343711853rem;left:41.687501907349rem;height:22.5rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#zEmfPBA8ld0UiDXfoLHZZ6uke91Ooffd { position:absolute;display:block;z-index:15012;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.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; }
#zeySREFG6iy2c3l0mc8LK9orp85uiETf { 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:20.906494140625rem;left:5.2803316116333rem;height:1.6176470625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I > .row .container { border-width: 0; border-radius: 0; }#oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:none; }#t420ePMU1dlF9FSMTdshTZTCfF23gmsr { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container { background-color: transparent; background-image: none; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container > .video-iframe-container { display: none; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row > .video-iframe-container { display: none; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .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); }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container { border-width: 0; border-radius: 0; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#BXUU2Wnyr2WXQw2DueLReMSUsAvsk0AU { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xwos2FUCT0tD0wPf1UGqX7bOOFBCPKIr { box-sizing:content-box;height:9.75rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.3408203125rem;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; }
#esuy5f34OC8CNV79lTuVPr1RNZD17AE4 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.475341796875rem;left:13.810891151428rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container { background-color: transparent; background-image: none; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container > .video-iframe-container { display: none; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row > .video-iframe-container { display: none; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .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); }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container { border-width: 0; border-radius: 0; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#C4afqQmVZtGnM6V97ROE3bMnXCUQ4pJL { color:#091e5a;display:block;width:47.8745384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:9.88623046875rem;left:13.560431480407rem;height:8.5rem;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; }
#OWuukqXlx2xr2J2Hx89tSBEBA3JalntI { color:#091e5a;display:block;width:47.8745384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:21.271728515625rem;left:13.560431480407rem;height:4.25rem;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; }
#zxdK0fgqtmuIUuNQE4RTx2tMmt0SSHvU { color:#091e5a;display:block;width:47.8745384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:29.275146484375rem;left:13.560431480407rem;height:4.25rem;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; }
#T4bCmDXRKCQDWhhDqZTHEcXDXG0L99ZB { 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:9.911376953125rem;left:10.484833717346rem;overflow:hidden;display:block; }
#kItOlWnBMLPMKznJfub1iS2SLUOxuI5v { 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:21.23974609375rem;left:10.483685493469rem;overflow:hidden;display:block; }
#ADe0W5DyVHlJyXKXziXTb12Tyn64QWkS { 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:29.244140625rem;left:10.483685493469rem;overflow:hidden;display:block; }
#qNuFXdOpuaTBOsdidfe1GAduHe4BsP4L { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:37.516845703125rem;left:18.747700691223rem;display:block; }
#u30JCcWcuuuCGxyca7lr9UrpgsKE2dpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD2PXoe7nOdlZSH9hVrGl830XeX8hh8O { color:#091e5a;display:block;width:47.8745384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:9.88623046875rem;left:13.560431480407rem;height:8.2352938125rem;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:none; }
#mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 > .row .container { border-width: 0; border-radius: 0; }#mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:none; }#fwupBK6dToTyLqnW4k6B8VKWvn1XtpmS { display:block;width:37.5rem;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:5.747314453125rem;left:37.5rem;height:2.4264705rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#byVPbLWu8Z1byqevBtIK3wezLwBKsse3 { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.78271484375rem;left:37.5rem;height:18.3823525rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:block; }
#zlM5I06qG1h2TdSd1yFIZkGTxTWINnoZ { display:block;width:24.99869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:30.15771484375rem;left:43.75rem;height:1.6176470625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#GZI85d20NTffxoBoasehliTTEQB4rFz7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:37.5rem;top:9.770263671875rem;left:0rem;overflow:hidden;display:block; }
#MtXBiTLyoVyIELAT6oWctqUMoehTqSya { 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:9.78271484375rem;left:37.5rem;height:18.33333375rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:none; }
#oKdqp93NJrNA2t7hrTs9TMpTHOffp389 { 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:9.78271484375rem;left:37.5rem;height:18.33333375rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:none; }
#yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB > .row .container { border-width: 0; border-radius: 0; }#yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:none; }#Aqz2ONn3ciqt3Zt6A4CTtEBfrxaypRl1 { display:block;width:37.5rem;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:5.747314453125rem;left:37.5rem;height:2.4264705rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#S7JCCaO93SlJFbri7aOsgFeOGZrwuZdF { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.658935546875rem;left:37.5rem;height:1.6176470625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#NaAkSV70T4u53HEKVDB0dHk8sO8HJW5i { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:8.161376953125rem;left:40.625rem;height:12.352941375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCbGt3ibgvuc3WJrGmnSkffTTLgknb3N { position:absolute;display:block;z-index:15014;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;height:20.0625rem;width:37.5rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#OkxDq3nGdqn0T08aa8U4h9uf9TKNeoqm { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.747314453125rem;left:37.5rem;height:2.4166667461395rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#sngt9MvyzJf4VTK00RioJLB0hoHZEzrH { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:8.161376953125rem;left:40.625rem;height:12.4999995rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz > .row .container { border-width: 0; border-radius: 0; }#PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:none; }#g6LqP0TzV5bRVAzKHgC0NH77hibiCiwl { display:block;width:37.5rem;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:5.747314453125rem;left:37.5rem;height:9.705882rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#eU8GGUiteAE2JiU7lg1dGQsSvrsNIvC2 { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.350341796875rem;left:37.5rem;height:2.4264705rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbJq8Vod0EAQiiTxPak6MHiXEaZLQhfn { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20.09765625rem;left:40.625rem;height:9.19117625rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:block; }
#fvCidME1nfzIbfhuByBkdqs9hVzEV1Ki { display:block;width:24.99869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:31.44921875rem;left:43.75rem;height:1.6176470625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#GTVJp5V2zSJFlzHoV2COz9V9r0mh7wxu { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.747314453125rem;left:37.5rem;height:9.666667rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#NyHyRdbpdDRCRC3mcf15gWmD8ZqIdiS5 { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20.09765625rem;left:40.625rem;height:9.166666875rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:none; }
#RgmvcaitaU7Hbu8JfBTS2o3XgFV8rVoM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:37.5rem;top:6.531005859375rem;left:0rem;overflow:hidden;display:block; }
#LsovFp2ByqnN6xT513cOmMEftRC3B5ZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#LsovFp2ByqnN6xT513cOmMEftRC3B5ZL > .row .container { border-width: 0; border-radius: 0; }#LsovFp2ByqnN6xT513cOmMEftRC3B5ZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsovFp2ByqnN6xT513cOmMEftRC3B5ZL > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:none; }#w0MQxcCPeMbsSpn8ZPWvWDwm5etkM0wo { display:block;width:37.5rem;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:5.747314453125rem;left:37.5rem;height:4.852941rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fv2JtAV2krrbyZKLBMsp01K7BwmEWf1a { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.563232421875rem;left:40.6238489151rem;height:16.5441176875rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:block; }
#b39UARZcEVJB1izOK2BLcUNm0V8F4iKs { display:block;width:24.99869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:31.44921875rem;left:43.75rem;height:1.6176470625rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#lTR5bITvFz5Z8xoqSoImiHC5l6A88PcH { 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:20rem;width:37.375rem;top:6.57861328125rem;left:0rem;overflow:hidden;display:block; }
#rl2wDPes9tgbkCkVsGaIVM0mdkitUQNb { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.563232421875rem;left:40.6238489151rem;height:18.3823525625rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:none; }
#FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc > .row .container { border-width: 0; border-radius: 0; }#FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:none; }#SfqEsrpzAysbFEVQ4UL40kCJgZVxOyMH { display:block;width:37.5rem;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:5.747314453125rem;left:37.5rem;height:4.875rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqAcd7iAwheRQOeFsDULuMlZH0fTESGI { display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.56884765625rem;left:37.5613489151rem;height:18.75rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:block; }
#IAcSCTHf9wwaSAaL2WFT8ki3cIpC2avn { display:block;width:29.7495403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:33.009033203125rem;left:41.374077796936rem;height:1.6875rem;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#TgVkGfoMskaLfD4gN5Eym26qn2JTsGyx { 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.2493105rem;width:28.4995403125rem;top:5.7421875rem;left:4.4990816116333rem;overflow:hidden;display:block; }
#e38yyWRL2cQWBwOhCWRxL587EqZqCn8v { display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10.56884765625rem;left:37.5613489151rem;height:18.3823524375rem;color:rgba(var(--color-tertiary-3),1);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;font-style:normal;display:none; }
#sJ0QeI1L4tWtup5ubcl7cI3QUuUKu9M8 { color:#71539f;display:block;width:37.4368095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.758544921875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWpWqvHGZIXWrxdWZ7pIqT5fJ7VwxheM { color:#72686c;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.40234375rem;left:2.0289525985717rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .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; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .widget-text.counter-number { border-top:0.151875rem solid rgba(var(--color-secondary-1),1);border-left:0.153125rem solid rgba(var(--color-secondary-1),1);border-right:0.153125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.151875rem solid rgba(var(--color-secondary-1),1);background-color:transparent;background-image:none;color:#71539f;padding-top:0.764375rem;padding-right:0.686875rem;padding-bottom:0.764375rem;padding-left:0.686875rem;display:block;align-items:center;width:4.119375rem;min-width:4.119375rem;height:4.111875rem;position:relative;font-family:var(--headlines-font-family);font-size:3.059375rem;font-weight:400;line-height:65.79px;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; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .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.478125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.491875rem;height:1.625625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.146875rem;font-weight:300;line-height:26.01px;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; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB { 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:19.8115806875rem;height:7.9997701875rem;padding-top:0.095625rem;padding-right:0.098125rem;padding-bottom:0.095625rem;padding-left:0.098125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.42626953125rem;left:8.7431058883669rem;z-index:15063; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #FDfQENPXgByHnbya32FTPQbHLI4TkzTD { display:flex;position:relative;top:0rem;left:0rem; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #Z9N7gZ11oopaQmwHIugtD8lC9sGs2V6B { width:auto; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #WNOTO6mN43kuK5GcxJwA27LKsMOXKTy3 {  }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #Ne1WvVXrpDaS9rQuygkVM5evRXJDIWL4 { display:flex;position:relative;top:0rem;left:0rem; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #tPqtXHlglJqbPc3nDSsBslg9ClWNTTR7 {  }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #pTBKWJ1kPP79HMrKuTUMlFV6ugVbnwFD {  }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #Gh0CAvzhzWKg4sDtLPrQS6iVL0WDDo78 { display:flex;position:relative;top:0rem;left:0rem; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #NU7u7RyJSGiDG8moEyLf8Wy7I0Na6tvm {  }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #hCifQTwtLSyCDLUW1aAsHSTKJaiFLAxW {  }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #iWRVO97mHKzvLEwOQNqDdpTzrwGs4xAh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #yvOKCATuQa1SOW6O4BRkSK7VghfHhRCC {  }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB #nZMWKIDyagZMBrFgqapJBMmzbusTMJ4M {  }
#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { background-color: transparent; background-image: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container > .video-iframe-container { display: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container { display: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .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); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { border-width: 0; border-radius: 0; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#AWvg5VXU4KRPBGmTUPypH8M5TgxHXfhi { position:absolute;display:block;z-index:15013;background-color:#f1f6fb;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30rem;width:22.5rem;top:15.45849609375rem;left:0rem;display:block; }
#vREItCGF9cTbBEWTzWxSc5sTTZ0i9J3M { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTsKg2L7GRPG9V8Rnl1qxpTTUnooQXyB { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:20.51806640625rem;left:1.8727025985718rem;height:17.209rem;font-style:italic;display:block; }
#GHxTocxPzB3J2W4AcihJw9oig5Owxz8i { color:#47545a;display:block;width:20.4365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:40.33203125rem;left:1.8715543746948rem;height:1.9125rem;font-style:normal;display:block; }
#QcZH2Lk2pif791bBsQgbCQlK5iUqGbAw { position:absolute;display:block;z-index:15014;background-color:#f1f6fb;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30rem;width:22.5rem;top:15.51123046875rem;left:26.247700691223rem;display:block; }
#T6XA393B33VyOzlCEUvrkv3DhHvaOD1u { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:20.45849609375rem;left:54.372700691223rem;height:15.296875rem;font-style:italic;display:block; }
#NiLTVahb2gJa0Vm5hDWyCDuNHPNZ7aLk { color:#47545a;display:block;width:20.4365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:38.435302734375rem;left:54.375rem;height:1.9125rem;font-style:normal;display:block; }
#TFnGXZ1TlDPRzuC0HwdVQwGBIVOZp6Hb { position:absolute;display:block;z-index:15015;background-color:#f1f6fb;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30rem;width:22.5rem;top:15.51123046875rem;left:52.499997138977rem;display:block; }
#K2qpc8SmVvWqTGSB5T6248Hy5IDds2zN { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:20.45849609375rem;left:28.122700691223rem;height:7.6484375rem;font-style:italic;display:block; }
#F59eFpmbVT98ZDcC9lrT4AyQtN5UKFBS { color:#47545a;display:block;width:20.4365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:32.891845703125rem;left:28.125rem;height:1.9125rem;font-style:normal;display:block; }
#avRJVL302WvUDz4iNWlyOmDP1NFiDCLB { color:rgba(var(--color-secondary-1),1);display:block;width:5.2493105rem;position:absolute;font-family:dosis;font-size:6.25rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:15.39990234375rem;left:0rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHnR1Czx7VOcelFXqK47kDacHBe8GZhJ { color:rgba(var(--color-secondary-1),1);display:block;width:5.2493105rem;position:absolute;font-family:dosis;font-size:6.25rem;font-weight:300;z-index:15018;line-height:.2;letter-spacing:0;top:15.39990234375rem;left:26.246552467346rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHezeNseRZDURKT3pPuky05i65auoDHH { color:rgba(var(--color-secondary-1),1);display:block;width:5.2493105rem;position:absolute;font-family:dosis;font-size:6.25rem;font-weight:300;z-index:15019;line-height:.2;letter-spacing:0;top:15.39990234375rem;left:52.497700691223rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ > .row .container { border-width: 0; border-radius: 0; }#iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:none; }#ku4auzPUfSntoNp5cUzyNT7x11NtN6O5 { color:rgba(var(--color-tertiary-2),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; }
#KTT3zrV3a9y7Nv8mVARsieNgzwpRU2zd { 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.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:26.5rem;width:75rem;top:13.1875rem;left:0rem;display:block; }
#oEOZM1iDio5zWViLodbt0RV2HbdZhpsB { color:rgba(var(--color-secondary-1),0.97);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6833335161206rem;left:6.25rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcE5kIMkFP5NtyfLcmdtofH7P7rWyhIq { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.754142761231rem;left:6.2187519073486rem;height:20.22058775rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JG3pHB5NvaaCFP9RPGCRa5Xreqlit5tn { 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:7.8125rem;left:32.21875rem;overflow:hidden;display:block; }
#GEbfki8qwueQBV6s0kObmZXsQ6Wrm3QS { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.754142761231rem;left:6.2187519073486rem;height:19.9375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/1Oj5BOci/ZTzA_zdj_cia_na_stron_zapisu_2100x750_5_.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; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz.adaptive-delivery-prevent-bg, #LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz.lazyload, #LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz.lazyloading { background-image: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container { background-color: transparent; background-image: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container > .video-iframe-container { display: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row > .video-iframe-container { display: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .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); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container { border-width: 0; border-radius: 0; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#lFwXvrTRp0153I17GXRlsgp9UAGH3UUu { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;top:22.874755859375rem;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; }
#klI5ZDpoDNua5iDlT9zOiGrWGvRskFTd { color:#091e5a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.9365234375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukXgD1temKflBx0XrUHzT4aKMm31uv5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container { background-color: transparent; background-image: none; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container > .video-iframe-container { display: none; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row > .video-iframe-container { display: none; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .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); }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container { border-width: 0; border-radius: 0; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#iwz8NfTrPBkmyEVS7myGRl9y3hb82Rw8 { 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:54.0625rem;width:75.1875rem;top:14.8125rem;left:0rem;display:block; }
#UwTxZAKSXRNBHvXl8eurFfGHlZbhGJMW { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thBbPh76yHtXaFJdNUb0NMuWhFMcEdb1 { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:25rem;left:12.6875rem;height:35.0537125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Vl4ihTJbMorSDbNB95uitz0Nfc2nqgI1 { 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:10.625rem;width:10.625rem;top:9.4375rem;left:32.125rem;overflow:hidden;display:block; }
#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container { background-color: transparent; background-image: none; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container > .video-iframe-container { display: none; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row > .video-iframe-container { display: none; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .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); }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container { border-width: 0; border-radius: 0; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;position:relative;display:block; }#EuxDt3JrHDzO9UI9ZZ8F6ZwRXydRHZoR { 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:57.5rem;width:75.1875rem;top:10.99853515625rem;left:0rem;display:block; }
#TNi8NFfIC2gsHDrafGH7QXinPJEkfiqB { color:rgba(var(--color-secondary-1),1);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgmH6uTLk3woxUmTFJVPmX0lCuBDrOiA { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:20.079345703125rem;left:3.9924173355102rem;height:44.4013375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#R1ecVLdW3SC8HSrlfLR2dpUdGTI8xcWz { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.125rem;height:46.666665rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NgnkUXNkR9kcKfx13LwJTSkFgLL6AVer { 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:10.625rem;width:10.625rem;top:5.625rem;left:33.027340888977rem;overflow:hidden;display:block; }
#af9uObfWgd06AtD1gG9OkM5bC123CtyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container { background-color: transparent; background-image: none; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container > .video-iframe-container { display: none; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row > .video-iframe-container { display: none; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .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); }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container { border-width: 0; border-radius: 0; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#myaOsWK6zZesaJtLTkNCNQI3DcFI74Kw { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;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:7.5rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqTV48FksA8bWil9Wu0lKP4Rdb05iV8C { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),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-1),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.42775rem;height:3.3671875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:12.3125rem;left:18.78515625rem;display:block; }
#TUATyp446rgAsZ6uJMyHatuT2gg4FswE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoFGxE8PHOJ53GdDokIPniu4oBttN2IC { 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:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq { position:relative;display:block; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq { background-color: transparent; background-image: none; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row .container > .video-iframe-container { display: none; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row > .video-iframe-container { display: none; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .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); }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq { border-width: 0; border-radius: 0; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .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; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:66.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; }#agyb9kxXSOWZbslMFTf2bcVMTXv8xzsN { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:56.5rem;width:75.1875rem;top:10.184814453125rem;left:0rem;display:block; }
#mIRHV41UOQTGWTuWDp5rCQiIIsBHUues { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:16.03662109375rem;left:12.498850822449rem;height:44.4013375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HeMLzLZmtoFePTwONEH4KynXi2BA58lP { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ERF69ocm2y8V91KRgrzcUfV9FBfguQkQ { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:5.19580078125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvSbFWQsG9sMC4BH0FaMnBDut3tga5oP { 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:10.625rem;width:10.625rem;top:5.1125001907349rem;left:32.187501907349rem;overflow:hidden;display:block; }
#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw { position:relative;display:block; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw { background-color: transparent; background-image: none; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row .container > .video-iframe-container { display: none; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row > .video-iframe-container { display: none; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .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); }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw { border-width: 0; border-radius: 0; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .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; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:48.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; }#JkuGuQuVIbttbk43NFwJTo2osXf0dbW1 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:38.1875rem;width:75.1875rem;top:10.184814453125rem;left:0rem;display:block; }
#C7n9L59v52EFBXsNGLTT4kfEJ4LDGT3n { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:16.03662109375rem;left:12.498850822449rem;height:25.7060125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HngTrVsNpKfumVHX2u6EiwvLBLsqlkSe { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gHJssSVAh4bBkx6wJy4OCrgkcbL051rp { color:rgba(var(--color-secondary-1),1);display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:8.44580078125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RaJWvlFkgeDWkMLp8fbLrm4pl8U3Egns { 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:10.625rem;width:10.625rem;top:5.1125001907349rem;left:32.187501907349rem;overflow:hidden;display:block; }
#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container { background-color: transparent; background-image: none; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container > .video-iframe-container { display: none; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row > .video-iframe-container { display: none; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .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); }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container { border-width: 0; border-radius: 0; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#gG4GCItsFD4w08LPU7PIFukQ8R5l6EKb { 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:40.75rem;width:75.1875rem;top:10.99951171875rem;left:0rem;display:block; }
#lfwiPSAlihuZISKMmBWWEN64cfpbX7EU { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:10.997314453125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDsDNqHJcdSTpSxB7CtVQ3mTtN0cy0SL { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:21.375rem;left:4.1875rem;height:30.3798625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rtxfHveziMo7oeBVL0n0BZPqKaOdNQxK { 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:10.625rem;width:10.625rem;top:5.625rem;left:32.153031349182rem;overflow:hidden;display:block; }
#gh3yvScXWARko1Q0ZVNFBB5fQZifAkUC { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:21.375rem;left:4.1875rem;height:31.5441165rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container { background-color: transparent; background-image: none; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container > .video-iframe-container { display: none; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row > .video-iframe-container { display: none; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .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); }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container { border-width: 0; border-radius: 0; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container { font-size:0.875rem;font-family:arial;height:76.25rem;width:75rem;position:relative;display:block; }#x5Lf5QAv3lU1xBQhAFaLI5oAqFeEFVqf { 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:64.9375rem;width:75.1875rem;top:11rem;left:0rem;display:block; }
#Px8ENgAzgsdO2ks4defHPD1H26mrrS7B { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:10.97998046875rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTv17ln86ZDxBn4UJcuFfbgVnv3CCMZI { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:21.47265625rem;left:3.1227025985717rem;height:49.0751625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V4drB3T4u6mvtb1vSserC1yMLZO5nd9T { 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:10.625rem;width:10.625rem;top:5.625rem;left:32.125rem;overflow:hidden;display:block; }
#JDTn7nztoABfz8TQHxTOvpF5ZfCBqxQK { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:21.37109375rem;left:3.1227025985717rem;height:50.9558805rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#RfifnQnR1w95VGLZTN506UIDz8R0GoAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container { background-color: transparent; background-image: none; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container > .video-iframe-container { display: none; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row > .video-iframe-container { display: none; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .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); }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container { border-width: 0; border-radius: 0; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#AIbXIWBg61zEB4soVn12kNwukqhF5S7v { 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:46.6875rem;width:75.25rem;top:11.25rem;left:0rem;display:block; }
#ihN6oTwVtVnmlZPZS6P64WS7t7hS4zd3 { color:rgba(var(--color-secondary-1),1);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIm0JAoqBRdFbnhBAcDx9kntN6n7e67h { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:16.355712890625rem;left:3.1227025985717rem;height:42.064425rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#A6B41H2QfIzp6yIIsKGah93ocX9Qd4Qb { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.4375rem;left:3.125rem;height:37.333332rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#phNBnO5XIOyytfJ0rRhsQaWD8pGuLlRT { 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:10.625rem;width:10.625rem;top:5.6742200851441rem;left:32.187501907349rem;overflow:hidden;display:block; }
#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container { background-color: transparent; background-image: none; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container > .video-iframe-container { display: none; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row > .video-iframe-container { display: none; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .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); }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container { border-width: 0; border-radius: 0; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#mHm7HRR9xoJ3SiaIruuRwlFcb2XS2XL9 { 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:62rem;width:75.1875rem;top:8.374267578125rem;left:0rem;display:block; }
#pBy7T40lfTaPLEM2EXuygwgVMCAIaElF { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:13.88916015625rem;left:3.1227025985717rem;height:58.4228125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Gu4sd5geF9T7MEGIlXZvVJU122O5RAfS { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:9.125rem;left:3.1227025985717rem;height:58.2352920625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#sGTp9hDMI3rZv1kEzT3LK1frzA4JB14H { 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:10.625rem;width:10.625rem;top:3.2375001907349rem;left:32.187501907349rem;overflow:hidden;display:block; }
#PRnlnAyAtgUpJzTpkrABBi4kbkBdhq8H { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:6.73828125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pt9XG0khavTS1lekFLbVInNtsukU6utT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container { background-color: transparent; background-image: none; }#pt9XG0khavTS1lekFLbVInNtsukU6utT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container > .video-iframe-container { display: none; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row > .video-iframe-container { display: none; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .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); }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container { border-width: 0; border-radius: 0; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:block; }#z4GZGna2fQsVqXWny3CJmin1SkihPonA { color:rgba(var(--color-tertiary-2),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; }
#c15gT0cTCGQ3B2SMZkheEgHTvqKAiztC { position:absolute;display:block;z-index:15010;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:53.75rem;width:75.1875rem;top:10.37451171875rem;left:0rem;display:block; }
#Dr6p8Q2ahFTZSXTMLKrJvyGtEUa5VLDP { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:16.00146484375rem;left:3.1227025985717rem;height:49.0751625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WxSJ0AfhNTn4gtkq120fzVXNDKy2fiZ8 { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:20.686459541321rem;left:6.3166675567625rem;height:61.60006875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#iEATSvhLCTwhzxqNFLcOi1LsauVxQg4D { color:rgba(var(--color-secondary-1),1);display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gb821TmyxkJEdxyMm4v0sPecD9ENokTP { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.1875rem;height:46.666665077209rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tpZF7LWdRuVoHrObGTU9zyJ6i0qUVsDE { 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:10.625rem;width:10.625rem;top:5.3492193222046rem;left:32.187501907349rem;overflow:hidden;display:block; }
#UxuIp6ouB108TEkDpMTZA97BaO1CThnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container { background-color: transparent; background-image: none; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container > .video-iframe-container { display: none; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row > .video-iframe-container { display: none; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .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); }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container { border-width: 0; border-radius: 0; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#nU0xEfeiIGeSFT9T7rFuTxiZMGS6UdwF { color:rgba(var(--color-tertiary-2),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; }
#Wbc6O0vQzTpOAxpknwc1tRApvaiPX2h5 { 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.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:24.8125rem;width:75rem;top:10.37451171875rem;left:0rem;display:block; }
#xbFbHExwsc0oZAauFCr0OmHf9hHvZatv { color:rgba(var(--color-secondary-1),0.97);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.513427734375rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzxflqSdaGcKsqCczaaGIZc9Za3TpzrA { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:15.720703125rem;left:6.2488508224488rem;height:19.6582375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vywXrrTHgPFwMvO27a1M1DAX5T6AhmDl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5618105rem;width:10.5618105rem;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:5.06103515625rem;left:32.217370033264rem;overflow:hidden;display:block; }
#Ax3kfIroLX3rWmKJQZBKJhPRGAK5Tzi9 { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.754142761231rem;left:6.2187519073486rem;height:19.9375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI { position:relative;display:block; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI { background-color: transparent; background-image: none; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row .container > .video-iframe-container { display: none; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row > .video-iframe-container { display: none; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .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); }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI { border-width: 0; border-radius: 0; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .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; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:50.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; }#GzPT6RNlUW9oBcQwOUO813LVqtIdgITH { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:39.875rem;width:75.1875rem;top:10.187255859375rem;left:0rem;display:block; }
#l3gZKFIZKWkrHToGB6fiDO8t7xS6gm1N { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:15.74853515625rem;left:3.1227025985717rem;height:35.0536875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#U3eqDz0RgvqXEvUcq8mISuKrosLGd3HP { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ke3DTK1cXUhcFSCNnpP1DNaCqF0S8bfw { color:rgba(var(--color-secondary-1),1);display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTWK1ucKaGnZkB0nqtFnnFRTzTd8bo9V { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.1875rem;height:32.666665554047rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ookID6FvOI0WCz1aT44FMck00lpRECh2 { 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:10.625rem;width:10.625rem;top:5.1125001907349rem;left:32.187501907349rem;overflow:hidden;display:block; }
#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt { position:relative;display:block; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt { background-color: transparent; background-image: none; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row .container > .video-iframe-container { display: none; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row > .video-iframe-container { display: none; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .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); }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt { border-width: 0; border-radius: 0; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .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; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:43.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l3fK2acqDMTGZrp5hlxmwkd5QcMMfl2N { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:38.1875rem;width:75.1875rem;top:5.3125rem;left:0rem;display:block; }
#cXLZsN92wogPNgsq6mmDbBNGpOnDf7NZ { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:11.125rem;left:12.5rem;height:28.0429625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#e0V3vKsnqzGcMFstS1DZ9BoX7EnMhdFW { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#dTUNEAfErrNec5ovb7ZkpDu4LMyWfIKW { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container { background-color: transparent; background-image: none; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container > .video-iframe-container { display: none; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row > .video-iframe-container { display: none; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .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); }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container { border-width: 0; border-radius: 0; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#bQdVXTtw1T7bDcCdeKgR1Gbv3XuoloPT { 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:37.8125rem;width:75.1875rem;top:5.25rem;left:0rem;display:block; }
#TvD0QAK4ZEfOkGO4TVKKPqpOO1hqCOyw { color:rgba(var(--color-secondary-1),1);display:block;width:6.24755625rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcxhvRgtE9wHLEw6TdcqHxNDCaWM0VLJ { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:10.5625rem;left:12.5rem;height:28.042975rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx { position:relative;display:block; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx { background-color: transparent; background-image: none; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row .container > .video-iframe-container { display: none; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row > .video-iframe-container { display: none; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .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); }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx { border-width: 0; border-radius: 0; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .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; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:48.625rem;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; }#eG7QAOsPs7Q0ZMR9nXzAvTarVVmTUJRg { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:42.75rem;width:75.1875rem;top:5.56201171875rem;left:0rem;display:block; }
#NPs9or3H5AOT2mJR2Q0xSTu2vz0ccCnX { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:11.4375rem;left:12.5rem;height:32.7168125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Vu6BwSTB9qe4m53Rvxy6K1EFD4yIOAIK { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Tmv7Atty897nttF2r75Dn34gbgmRVEX5 { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM { position:relative;display:block; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM { background-color: transparent; background-image: none; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row .container > .video-iframe-container { display: none; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row > .video-iframe-container { display: none; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .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); }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM { border-width: 0; border-radius: 0; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .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; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:55.8125rem;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; }#Le0wpWyAwwFkTybeIdn2PfbMTe3xeKNF { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:49.6875rem;width:75.1875rem;top:5.81201171875rem;left:0rem;display:block; }
#tw983XbKQ52ZF8aoZwe9iwIwOicI4MC9 { display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:11.8115234375rem;left:12.499999046326rem;height:37.3905625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XzOZs3z5W54KOQafeqMNPFC2Bf5pLCFn { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gs6TQto3JhUpXzRSk5QPX7H1oUEx57A8 { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:10.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container { background-color: transparent; background-image: none; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container > .video-iframe-container { display: none; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row > .video-iframe-container { display: none; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .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); }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container { border-width: 0; border-radius: 0; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#RJ85U2zvhShX6lLIn92lH4e3xNGb95Oh { 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:34.625rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#IupC8K5SDmwiwkphnfiXe1t0i69QLCCO { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.822265625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gli6dKFOiNM6ZZ8bPboKDC3QanntVHAk { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.436279296875rem;left:3.1227025985717rem;height:30.3798625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Qf31g3UMHcG3rBKfeSzx7BaVwrgWcrhu { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:9.1875rem;left:3.125rem;height:30.33333225rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TT1v0zx4txUgu91fuTmGTravdaAMTm0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container { background-color: transparent; background-image: none; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container > .video-iframe-container { display: none; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row > .video-iframe-container { display: none; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .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); }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container { border-width: 0; border-radius: 0; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#MTEAx7RW2egeEz0s4hAEFNZXGpzwys7F { 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:18.375rem;width:75rem;top:3.8740234375rem;left:0rem;display:block; }
#KziAQ6JEVzqppBwKqWZtB4a5e6Nx7RO9 { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.81787109375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9cAtGkov6hrktVlq5TTtkST6eu32AFD { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.79296875rem;left:3.1227025985717rem;height:14.021475rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T1sPk6KaVioy4NEysEXgW5ZGin46Fcfp { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.125rem;height:14.625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#I3JauqOu04XpTSiUMbTJoCrLA9AENdte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container { background-color: transparent; background-image: none; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container > .video-iframe-container { display: none; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row > .video-iframe-container { display: none; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .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); }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container { border-width: 0; border-radius: 0; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#cP7e7Lc72zbSc3NSzB2FcCH3LE0727mK { 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:46.25rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#oO9bN6eT2iAw1ZkEuHUkfGcTkz4z2ohi { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.84619140625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAbT97DUo3tZORi8lur4sEQ53IMy0kdk { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.4921875rem;left:3.1227025985717rem;height:42.064425rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gfP2AqEdet5w729aBp9pW2JScl8MLxb4 { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.375rem;left:3.125rem;height:41.9999985rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tPHgZ0eSwfKK6rPwE9syOILDqENI521o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container { background-color: transparent; background-image: none; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container > .video-iframe-container { display: none; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row > .video-iframe-container { display: none; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .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); }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container { border-width: 0; border-radius: 0; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#L1AU2LftA4TawoOs8zXGuRu1N5SQWkzm { color:rgba(var(--color-tertiary-2),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; }
#CsJ6aZP6WJennPknNoyFNTeDIHQp7Tfa { position:absolute;display:block;z-index:15010;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:32rem;width:75.1875rem;top:3.87451171875rem;left:0rem;display:block; }
#a4hWF1Ftp1zV8ktca3uQlbzKUKpVmTzE { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:8.68115234375rem;left:3.1227025985717rem;height:28.04295rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kJDa9F7DZDz8Nr2BNFxFdcnV6GqasWIN { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:20.758334398269rem;left:6.2500019073488rem;height:67.20006875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#utNnL3uZfh4S8ZRJUhFATiKwsLFBLmEp { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:3.845458984375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOSBG3QwuQC1IaDopJJiqULeKc9Lff6c { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:10.666748046875rem;left:3.1875rem;height:30.33333225rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container { background-color: transparent; background-image: none; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container > .video-iframe-container { display: none; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row > .video-iframe-container { display: none; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .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); }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container { border-width: 0; border-radius: 0; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#nSxzoET1Ka2QRkUEqK6CsIHlHIH8KJVD { 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:46.125rem;width:75rem;top:3.8740234375rem;left:0rem;display:block; }
#smD1zxkwM3LhEUAdCWO2e2T5sJZQOT66 { color:rgba(var(--color-secondary-1),1);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.8310546875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efxW8w1yF4ck5PsK7nH3VGghXNFCl8XA { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.3037109375rem;left:3.1227025985717rem;height:42.064425rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#x2UnlUsmBK6EEFlJbMeZ480SvEfe1l6u { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.125rem;height:43.875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container { background-color: transparent; background-image: none; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container > .video-iframe-container { display: none; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row > .video-iframe-container { display: none; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .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); }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container { border-width: 0; border-radius: 0; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#iFIsDHxPCTcaJI3fvTMiXZi8EicTBTdq { color:rgba(var(--color-tertiary-2),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; }
#cfxXkOgdzsNta5dcTRO52BquJVp2rMrf { position:absolute;display:block;z-index:15010;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:62rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#OMkXnCbIo3SAui40ACuFfHx9H9vQFmmh { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:8.324462890625rem;left:3.1227025985717rem;height:58.4228125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sGuC4T5lFATLQfrVJ9g6tLVqDtBw62oy { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:20.8125rem;left:6.2500019073488rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Kl9chr69FgLQakmL7TaX9JUQsJ7JvOJu { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15018;line-height:.2;letter-spacing:0;top:3.822998046875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3LRCQUAvlvxLthQQO1b0EN2UI7xouBP { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:9.0205078125rem;left:3.125rem;height:58.33333125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container { background-color: transparent; background-image: none; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container > .video-iframe-container { display: none; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row > .video-iframe-container { display: none; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .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); }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container { border-width: 0; border-radius: 0; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#xu905foAn82STRcl3lHbQWR9U5xPPyU3 { color:rgba(var(--color-tertiary-2),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; }
#N2bDT4BdLNbvUag4b5mWobvWKP9oqTNs { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:8.4365234375rem;left:3.1227025985717rem;height:35.0536875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#USTamphH2aiWA1p13Nu1gk4lf2xQRhSF { position:absolute;display:block;z-index:15010;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:38.75rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#xoTzH4Xb9ctNbTrBJzCke16TSJWw3RyQ { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:20.8125rem;left:6.2187519073486rem;height:29.8667rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#XBAEfTNSgX8aanLxpnGa5Xu4UXI7EXUc { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15019;line-height:.2;letter-spacing:0;top:3.82470703125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy2KcyKtXQaiW9qnxgTWrtXWfdhBpEZT { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:9.1875rem;left:3.125rem;height:37.333332rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#WBrysrelREflBaBuoJ1V89SBsNmklbXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container { background-color: transparent; background-image: none; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container > .video-iframe-container { display: none; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row > .video-iframe-container { display: none; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .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); }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container { border-width: 0; border-radius: 0; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#tBC7C76iT700wtdmJVDe5FTp9HkLRTH5 { color:rgba(var(--color-tertiary-2),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; }
#Q91say51tbn2hNWV1N17kI5K90BC3cI1 { position:absolute;display:block;z-index:15010;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:43.3125rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#Xqik2e3KGnZlkzSWTkQRxyKKM7cbg4SK { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:8.25390625rem;left:3.1227025985717rem;height:39.7275125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AuR9Owt6gflQ6eSRLKm5lucApQyqTdQx { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:20.80312538147rem;left:6.2500019073488rem;height:35.46670625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#UKmpOGDe618U4ehonGurWrCFQuQwnnE3 { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15020;line-height:.2;letter-spacing:0;top:3.81787109375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QLQfXuNVADkdZpsbDwCbmg5BQgOGnEpk { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:9.1875rem;left:3.125rem;height:41.9999985rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf { position:relative;display:block; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf { background-color: transparent; background-image: none; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row .container > .video-iframe-container { display: none; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row > .video-iframe-container { display: none; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .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); }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf { border-width: 0; border-radius: 0; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .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; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:ubuntu;height:27.1875rem;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; }#ue93tkSXq7EKChWe62m10h6tQ1BVhw0G { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:8.49853515625rem;left:3.1227025985717rem;height:18.6953rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EXhl7WWUDbrQbrV0Pn7T6wzJ3VzANz8x { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid 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:22.9375rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#S3IKc3LJJZTpSn79Jd5oxpUFAGLJIifx { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:48.5333875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kzM1AennAXP2rIihuV6LaID3NA4z6sKK { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15021;line-height:.2;letter-spacing:0;top:3.873046875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6zmKJ9CdE0vVHabZ1RWrtL9UGgyVasT { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.1875rem;height:18.666666030884rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container { background-color: transparent; background-image: none; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container > .video-iframe-container { display: none; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row > .video-iframe-container { display: none; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .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); }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container { border-width: 0; border-radius: 0; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#kKwDaNKMW1NbxgtTsgGw7msRIcBLmfEk { color:rgba(var(--color-tertiary-2),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; }
#ZvbRaxSp6bFbXDRIS4Ss30GvtswvHZCg { position:absolute;display:block;z-index:15010;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:25.5rem;width:75.1875rem;top:3.8740234375rem;left:0rem;display:block; }
#qt6cTMlCmG8f9OvbeP40DtiyE12d96x3 { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:8.79736328125rem;left:3.1227025985717rem;height:21.0322125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aUl9RzF4BmrkdA9r9n5HmfNGkOFSsqvI { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:20.997918128967rem;left:6.2500019073488rem;height:54.13339375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#uSz2ipHI1rMRBdtxzgnWc5Oxtynk0f0l { color:rgba(var(--color-secondary-1),1);display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15022;line-height:.2;letter-spacing:0;top:3.85595703125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUoo6NbuyvzzJM5EA4SzbppTOS3tXNd4 { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:10.6875rem;left:3.1875rem;height:25.666665792465rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#IMHqlarB9Hq48m7nHHE1DJ2TwptWzVE9 { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:34.966796875rem;left:18.747700691223rem;display:block; }
#DwBiDbhkWKNzXQNssxNHrtUk4NmXhfU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container { background-color: transparent; background-image: none; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container > .video-iframe-container { display: none; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row > .video-iframe-container { display: none; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .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); }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container { border-width: 0; border-radius: 0; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#hEHM4SXc2fdpa1LQDahWXP0RZAplhouQ { color:rgba(var(--color-primary-4),1);display:block;width:75rem;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:5.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7wUAONPoAQ25H5NCsOlioDEbtJJ3ehF { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:14.7138671875rem;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; }
#ox8rnl5tIOOex9pQqD0KFIK8TcGv9zVc { 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:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.77685546875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW { position:relative;display:block; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW { background-color: transparent; background-image: none; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row .container > .video-iframe-container { display: none; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row > .video-iframe-container { display: none; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .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); }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW { border-width: 0; border-radius: 0; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .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; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;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; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH { position:relative;display:block; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH { background-color: transparent; background-image: none; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row .container > .video-iframe-container { display: none; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row > .video-iframe-container { display: none; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .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); }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH { border-width: 0; border-radius: 0; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .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; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:121.1875rem;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; }#mUlG5sTAHTXe3FUDQbtaMqFZ57l0TJi1 { display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:33.41552734375rem;left:15.623850822449rem;height:14.021475rem;color:#47545a;font-style:normal;display:block; }
#ll4BlVhvQO0aGdXP0CUrul1DGZJNEAif { display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:14.5625rem;height:1.3rem;display:block; }
#CJ3Bv9qKK210tKJebwITXEtZoAovIKKC { display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:3.75rem;left:15.623850822449rem;height:11.6845625rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#HLTTdBNWwZZisPPtfzopNtstBOv6mE3G { display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:50.73583984375rem;left:15.623850822449rem;height:9.34765rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#PTyscQxttaH3pylBiDz6GpsdBLSgK1BZ { display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:63.31103515625rem;left:15.623850822449rem;height:16.3583875rem;color:#47545a;font-style:normal;display:block; }
#HKZD2BINtPGiMXSp1JWvStS561hkPEGd { display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:18.75390625rem;left:15.623850822449rem;height:11.6845625rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#LhuBhuv57ZL5NwEBAJr7c8lRtPG7rnVs { display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:82.8720703125rem;left:15.623850822449rem;height:9.34765rem;color:#47545a;font-style:normal;display:block; }
#EN3EyvUvOtCqr6ehsowqQHWp1EION3eO { display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:95.49755859375rem;left:15.623850822449rem;height:11.6845625rem;color:#47545a;font-style:normal;display:block; }
#QoQTmMuGcUtXr7QrSzIFter94nBJq8LZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.72412109375rem;left:12.133502006531rem;overflow:hidden;display:block; }
#bXEJvcvvK7xIUd9plT3Hq9sgbTGcHwBe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.7177734375rem;left:12.133502006531rem;overflow:hidden;display:block; }
#XkVtoBr7bOGO1Tia22DkETGLKnM9VHqH { position:absolute;display:block;z-index:15012;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:33.38134765625rem;left:12.133502006531rem;overflow:hidden;display:block; }
#RsVDhd0xHBtGKlk0gDdJOEc5qtJvwW7w { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:50.76123046875rem;left:12.133502006531rem;overflow:hidden;display:block; }
#sQslefabccfWNJWzdcaQpFWSs6q9rLW9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:63.26416015625rem;left:12.133502006531rem;overflow:hidden;display:block; }
#imhyrckBufTydKBMIXITPuweUm7tLQsm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:82.87109375rem;left:12.133502006531rem;overflow:hidden;display:block; }
#VQFvhwWffSssh1uZyOxBNI8xhrDJbfO2 { 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:95.49755859375rem;left:12.133502006531rem;overflow:hidden;display:block; }
#HCosZsVy3vm6UC0hoBu5Ksy1k9ZxTuPC { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:111.9267578125rem;left:20.341221809387rem;display:block; }
#MeLBvdvfmxascadsE3Qq4wz7BrQv2MWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/5f11e95a-432a-4717-ab88-6fff564efb00/_Zdjciegwnenastronzapisucz2.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; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue.adaptive-delivery-prevent-bg, #WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue.lazyload, #WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue.lazyloading { background-image: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { background-color: transparent; background-image: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container > .video-iframe-container { display: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container { display: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .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); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { border-width: 0; border-radius: 0; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#LHCKq6ITlqGvTuAQDrqh8DrbqDPw1rLk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:37.27734375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emuV3ohysxDzoIrI22BPOJHhfOfnqgd1 { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;top:34.2490234375rem;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; }
#fnwiet6DPzJkuxT4xeFTOxSl7oLL8tWE { 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; }
#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container { background-color: transparent; background-image: none; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container > .video-iframe-container { display: none; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row > .video-iframe-container { display: none; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .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); }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container { border-width: 0; border-radius: 0; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#iIHGrhnemV2QSlOa8WCuONSEikfbvgJQ { color:#47545a;display:block;width:25rem;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:8.9853515625rem;left:10.625rem;height:3.575rem;font-style:normal;display:block; }
#z3nLATBEeEr4RK2Tpp507PGU5NETQ16L { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.97509765625rem;left:42.1875rem;height:3.575rem;font-style:normal;display:block; }
#LRnRffMIrEUDsFKQRwVs0ST2Kr41m3Qu { 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:2.5rem;width:2.5rem;top:8.97509765625rem;left:7.5rem;overflow:hidden;display:block; }
#on2kq6c8Mhv6nSCsyh63BuXT2JJG55BX { 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:2.5rem;width:2.5rem;top:8.97509765625rem;left:39.0625rem;overflow:hidden;display:block; }
#GW93ZeXciqXHtEz71tVhQmiQqPHA6Ap8 { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:15.859375rem;left:10.622702598572rem;height:3.575rem;font-style:normal;display:block; }
#yJmSTOqE5es7OtkuqmqpFwTe8lowWKqt { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.83642578125rem;left:42.1863489151rem;height:1.7875rem;font-style:normal;display:block; }
#PuUhJn9EUJUyO0PlGpJpDrH8xWRhcy5f { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.1708984375rem;left:10.622702598572rem;height:1.7875rem;font-style:normal;display:block; }
#ncWcUJ8FJCpSLuyAeZtMlcxdCPywqTor { color:#47545a;display:block;width:23.1870403125rem;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:23.1455078125rem;left:42.1863489151rem;height:5.361325rem;font-style:normal;display:block; }
#ArmE30Ar7KF6ocnnNGRqvHqGmLeT2rSD { 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:2.5rem;width:2.5rem;top:15.83642578125rem;left:7.4977025985719rem;overflow:hidden;display:block; }
#ap3WIrpn3MdgdJ7v748prR0WgPnQTmnS { 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:23.1455078125rem;left:7.4977025985719rem;overflow:hidden;display:block; }
#z82pgZgFE2Ldmwopn0CIlpBVvk1OPHtm { 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:23.1455078125rem;left:39.0613489151rem;overflow:hidden;display:block; }
#nBWnsCgVrBxWGBICE7bZ5fVDLirif528 { 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:15.83642578125rem;left:39.0613489151rem;overflow:hidden;display:block; }
#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container { background-color: transparent; background-image: none; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container > .video-iframe-container { display: none; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row > .video-iframe-container { display: none; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .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); }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container { border-width: 0; border-radius: 0; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#NMc5ydS1WLKFUu0bwHKahO2TXcxSkIeN { position:absolute;display:block;z-index:15002;background-color:#dbecfb;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:32.375rem;width:56.25rem;top:5.68701171875rem;left:10.124079704284rem;display:block; }
#N8GnwNeaB8XaTkAGiDwk3ZHpRXVovHqG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.187271125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.040283203125rem;left:18.184742927551rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wAhmh7TX8vGW9wQetkJkpIOvmXeObwQS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;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:8.75341796875rem;left:4.1796884536743rem;overflow:hidden;display:block; }
#ZMnTUgKe0Bryvy3XcPnAEAfsFEqI9b0F { display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:7.970947265625rem;left:18.185891151428rem;height:21.25rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ { position:relative;display:block; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ { background-color: transparent; background-image: none; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row .container > .video-iframe-container { display: none; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row > .video-iframe-container { display: none; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .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); }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ { border-width: 0; border-radius: 0; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .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; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#JarzFCFyfOFeXaI4Mwe9LtJqEsdg6547 { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:5.625rem;left:3.1227025985717rem;height:4.78125rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGEAvSs5df9k3AunaWsenLK26Z9lfzAk { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:11.2000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container { background-color: transparent; background-image: none; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container > .video-iframe-container { display: none; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row > .video-iframe-container { display: none; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .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); }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container { border-width: 0; border-radius: 0; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;position:relative;display:block; }#FIdpwdxd6W6VuzoVP77Pl5o8BSHT8H7K { color:#72686c;display:block;width:53.6868095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.0625rem;left:7.5rem;height:7.14845rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WheUHhsXSJE0JP4w6isrLi2oqEddKu3I { color:#72686c;display:block;width:65.99954225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.4365234375rem;left:7.4977025985719rem;height:8.93555625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B2nPMbGgLX98mk23zTO0orEimIZeQ1n5 { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.262500286102rem;left:6.2489604949951rem;height:11.2000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#F8RGikB1ymnXhRAl9LnVbD6LGUTxoSDc { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.462501049042rem;left:6.2489604949951rem;height:14.93335rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IwxFMB9nHHFlwmsbrqHrGFPNWiRUngTg { color:#72686c;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.062501907349rem;left:0rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c13LZK6ZxSA8avX7yXNHG84OuhG4WFak { color:#72686c;display:block;width:62.9365806875rem;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:23.05810546875rem;left:7.4977025985719rem;height:19.6582375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tnGK5sf7rT76MLa8TuK5LT121J8rBRoR { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:46.27490234375rem;left:4.5898447036743rem;height:9.5625rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#CV7dciezPiiTONB3ChvdGQUny5ssXbCw { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:58.27783203125rem;left:20.214844703674rem;display:block; }
#Vs928DVTccLvdxe5GxyQ9mwciywqqTVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container { background-color: transparent; background-image: none; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container > .video-iframe-container { display: none; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row > .video-iframe-container { display: none; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .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); }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container { border-width: 0; border-radius: 0; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#cSgAcZiqCapPlMI32ovzPETSP04Jbt8H { position:absolute;display:block;z-index:15002;background-color:#dbecfb;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:28.1875rem;width:56.25rem;top:5.685791015625rem;left:10.122931480407rem;display:block; }
#Hs7TpGs7JplgralhyqQWxfDzt4V3hqfG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.187271125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.414306640625rem;left:18.185891151428rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XSmWHhWT5nkWTxXBTkJgeqvO98yP7xN0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15019;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.938720703125rem;left:3.6213235855102rem;overflow:hidden;display:block; }
#WnAvTt2rcpH6TJ9TeXopV2kosPBkgats { display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:7.90673828125rem;left:18.1875rem;height:14.875rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbecfb;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; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container { background-color: transparent; background-image: none; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container > .video-iframe-container { display: none; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row > .video-iframe-container { display: none; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .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); }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container { border-width: 0; border-radius: 0; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#wmBILiTExyesBCwtwbiBVeHMzo5fK86v { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.5791015625rem;left:12.498850822449rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVALTFtrV0ieCmndHPXkhBZrQOh90L5b { box-sizing:content-box;height:11.75rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.5rem;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; }
#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container { background-color: transparent; background-image: none; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container > .video-iframe-container { display: none; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row > .video-iframe-container { display: none; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .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); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container { border-width: 0; border-radius: 0; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#GvGlMLVzgrmE4hcIRt4MZuwkgWmf2cTK { 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:11.375rem;left:17.5rem; }
#Xn9Z2ERe76hlz2T6zmUR7BZGaENmC24p { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.25rem;height:3.575rem;display:block; }
#f9dUk6khMyZ5Kv6wTeCgrBCtVfOXDLW6 { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:17.1875rem;left:21.3125rem;height:1.7875rem;display:block; }
#b6WERQ8bnGBGqnB41INqL30b72sriZSB { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:21.4375rem;left:21.25rem;height:1.7875rem;display:block; }
#pfcvxGI555PIiNmZ9Rrvlirm7ZlBi6dy { 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:16.4375rem;left:17.5rem; }
#PHDplTnmZyLcWmTAGrzPS1r2B7mEwRdp { 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:20.6875rem;left:17.5rem; }
#uGFiweeJiM5zUPcQcKAZv3hPNUxEH8Lu { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:25.5rem;left:21.25rem;height:1.7875rem;display:block; }
#ooznk1fihmOmUh7NTu9bVc6T283PQgSW { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:29.79345703125rem;left:21.321228981018rem;height:1.7875rem;display:block; }
#xtgogDzoq7IEmqwxGrVONl0uaXszx23Z { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:37.5625rem;left:0rem;height:6.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f3puFPcTo3hLMQGzyrgsVengVn5VSOCh { 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:24.75rem;left:17.5rem; }
#frJCNAVMnXOQ8NlqAzscxhe6lf7iBTxJ { 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:29.40966796875rem;left:17.497700691223rem; }
#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/674a6672-c482-4f2b-a688-5ee0b30e6363/ZTzA.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; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb.adaptive-delivery-prevent-bg, #gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb.lazyload, #gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb.lazyloading { background-image: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container { background-color: transparent; background-image: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container > .video-iframe-container { display: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row > .video-iframe-container { display: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .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); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container { border-width: 0; border-radius: 0; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#xmf6wbIZy4rKzGcmJk41FtEIoVXTcok8 { color:rgba(var(--color-primary-4),1);display:block;width:31.9370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.6875rem;left:8.25rem;height:10.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcKaH28VMoHT6CTaKJHl8hpaZDRWtgoF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:22.554227249999rem;left:-1.015856375rem;overflow:hidden;display:block; }
#gQoa3lvsHJzFnKywiZxsy0i63WcT6GiU { 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; }
#Tvr6SsHBT85vrOzCTqPVMD4M2k6iPnhl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5287213125rem;height:2.7789520625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29rem;left:8.25rem;display:block; }
#HD9CRyuExNpJLV1hsZeclQp2BFVtIwRE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF { position:relative;display:block; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF { background-color: transparent; background-image: none; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row .container > .video-iframe-container { display: none; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row > .video-iframe-container { display: none; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .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); }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF { border-width: 0; border-radius: 0; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .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; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n { position:relative;display:block; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n { background-color: transparent; background-image: none; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row .container > .video-iframe-container { display: none; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row > .video-iframe-container { display: none; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .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); }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n { border-width: 0; border-radius: 0; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .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; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#XF1VV54ZJLUP8096m3eXSEl4gIvs3gof { display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.4625rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip { position:relative;display:block; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip { background-color: transparent; background-image: none; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row .container > .video-iframe-container { display: none; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row > .video-iframe-container { display: none; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .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); }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip { border-width: 0; border-radius: 0; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .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; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#kUO70eTenb7ot0iH1o6ezqDQsIR1c4O8 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#coE43eatipZuF6lK9fNILURs7Hn4TzIn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.9375rem;left:7.5rem;display:block; }
#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg { position:relative;display:block; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg { background-color: transparent; background-image: none; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row .container > .video-iframe-container { display: none; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row > .video-iframe-container { display: none; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .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); }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg { border-width: 0; border-radius: 0; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .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; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;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; }#ywJmZ4HDEbuzCkcCJOBGBXaMWq5Ti3ER { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:0.47515106201172rem;left:7.5625rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr { position:relative;display:block; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr { background-color: transparent; background-image: none; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row .container > .video-iframe-container { display: none; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row > .video-iframe-container { display: none; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .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); }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr { border-width: 0; border-radius: 0; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .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; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;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; }#pUaK8JRglzUEM3ST4O0L7BL2fW6Ak4Ev { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.875rem;left:7.5rem;display:block; }
#szsxNa4FudCIypI1gEhrI8RgZGXQ0CIM { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm { position:relative;display:block; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm { background-color: transparent; background-image: none; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row .container > .video-iframe-container { display: none; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row > .video-iframe-container { display: none; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .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); }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm { border-width: 0; border-radius: 0; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .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; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;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; }#kT0R80bTabidlg9tCeiQmC0DyVXeTnWV { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0.41265106201172rem;left:7.625rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN { position:relative;display:block; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN { background-color: transparent; background-image: none; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row .container > .video-iframe-container { display: none; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row > .video-iframe-container { display: none; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .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); }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN { border-width: 0; border-radius: 0; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .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; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#wqXgOCFI9TngnqqwybEmLI7bTC9NIIF9 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:1rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZsRrJXwHciGEUTLMw9Mrg4fpzlv7TUu { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.8125rem;left:7.5rem;display:block; }
#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV { position:relative;display:block; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV { background-color: transparent; background-image: none; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row .container > .video-iframe-container { display: none; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row > .video-iframe-container { display: none; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .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); }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV { border-width: 0; border-radius: 0; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .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; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TSfMa3zWL94bA1aZpwXPbTmOf7NfD0bR { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:0.98765182495119rem;left:7.5rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG { position:relative;display:none; }#LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG { border-width: 0; border-radius: 0; }#LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG > .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; }#LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;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; }#hcdazouPisAEnKtA7r6TKwi4V01HJdfD { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#UcASitACrZmTFqRqH7BA8chgNoz4mbhh { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM { position:relative;display:none; }#TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM { border-width: 0; border-radius: 0; }#TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM > .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; }#TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xOcSCx6m5N4ppWhphqP6L3wcQkhVt3Ie { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.70625114440919rem;left:7.25rem;height:3.75rem;color:#47545a;font-style:normal;display:block; }
#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF { position:relative;display:block; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF { background-color: transparent; background-image: none; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row .container > .video-iframe-container { display: none; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row > .video-iframe-container { display: none; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .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); }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF { border-width: 0; border-radius: 0; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .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; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#CsqD9sswtrEHJcHRqTDk3TaQIVuhqJQT { display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.4625rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyXKw5PmATfbegM9lMaemLdM94hufcLa { position:relative;display:block; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa { background-color: transparent; background-image: none; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row .container > .video-iframe-container { display: none; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row > .video-iframe-container { display: none; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .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); }#KyXKw5PmATfbegM9lMaemLdM94hufcLa { border-width: 0; border-radius: 0; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .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; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#qGNxusSzGyfMVkGtUgKCTBaQCMN9TK5G { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#FTeSmEWuaedNrMtEFwdgxRmexUBf7E9Q { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 { position:relative;display:block; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 { background-color: transparent; background-image: none; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row .container > .video-iframe-container { display: none; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row > .video-iframe-container { display: none; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .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); }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 { border-width: 0; border-radius: 0; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .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; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u9lmLELeELl1IBxSi2AgxnAfTInKT9XB { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:1.1875rem;left:7.375rem;height:40.15435625rem;color:#47545a;font-style:normal;display:block; }
#FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 { position:relative;display:none; }#FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 { border-width: 0; border-radius: 0; }#FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 > .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; }#FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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:none; }#AL656uFUCotkq22u29HmnFJhCpFiyfoX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#cSSxk8XKwqGXXpnlPpODr7OctPWF6Hqk { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:7.5rem;height:2.08333325rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 { position:relative;display:none; }#Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 { border-width: 0; border-radius: 0; }#Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 > .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; }#Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:38.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:none; }#MCLbzcLbI0sWG2mf2iDXNezVzqAhCrfE { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.46875rem;left:7.5rem;height:36.416665875rem;color:#47545a;font-style:normal;display:block; }
#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA { position:relative;display:block; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA { background-color: transparent; background-image: none; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row .container > .video-iframe-container { display: none; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row > .video-iframe-container { display: none; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .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); }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA { border-width: 0; border-radius: 0; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .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; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),0.5);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#bRzH8SDrx4GEHIuOpBAP0xDTFseoc02P { display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:1.875rem;left:8.4375rem;height:4.4625rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rG8iykO5u6Gv1apeMAThT33VRgADLdQF { position:relative;display:none; }#rG8iykO5u6Gv1apeMAThT33VRgADLdQF { border-width: 0; border-radius: 0; }#rG8iykO5u6Gv1apeMAThT33VRgADLdQF > .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; }#rG8iykO5u6Gv1apeMAThT33VRgADLdQF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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:none; }#olChSU8CLeALeFTcZT6Dx50dS0yaFsQ7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.8125rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#hIFck4lOqNFvXFam6qPFrfCFDTlotrQP { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.90625rem;left:7.5rem;height:2.08333325rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL { position:relative;display:none; }#rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL { border-width: 0; border-radius: 0; }#rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL > .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; }#rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:14.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:none; }#zAvRoyGQUDHN9cgihAoJr67TrvDX0TnD { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.76250028610231rem;left:7.4375rem;height:13.416666375rem;color:#47545a;font-style:normal;display:block; }
#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw { position:relative;display:block; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw { background-color: transparent; background-image: none; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row .container > .video-iframe-container { display: none; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row > .video-iframe-container { display: none; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .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); }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw { border-width: 0; border-radius: 0; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .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; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#UeoRkR8JhMmDg1fHmh947pOZTNXLMucr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.8125rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#zyAnMgcgmH49XswxRZnHMLxf5Dkpm3v4 { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.90625rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi { position:relative;display:block; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi { background-color: transparent; background-image: none; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row .container > .video-iframe-container { display: none; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row > .video-iframe-container { display: none; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .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); }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi { border-width: 0; border-radius: 0; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .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; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#sJNxqa7CdHALSmT55mmSzmWI7cesPTK1 { display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.60000038146973rem;left:7.4375rem;height:5.73633125rem;color:#47545a;font-style:normal;display:block; }
#KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm { position:relative;display:none; }#KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm { border-width: 0; border-radius: 0; }#KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm > .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; }#KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#HXFwqRqo9yXBhdIPPRF4L0LhOTwzlhuC { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#C5x2yfBEm6DO1ztENEzXt8TEkgyTcVCg { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:7.5rem;height:2.0588235625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE { position:relative;display:none; }#eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE { border-width: 0; border-radius: 0; }#eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE > .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; }#eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:5.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:none; }#o78paT3s7OCr7hlvArvNI2fTZOCK1rVf { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:1.1624908447266rem;left:7.5rem;height:3.6764705rem;color:#47545a;font-style:normal;display:block; }
#RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy { position:relative;display:none; }#RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy { border-width: 0; border-radius: 0; }#RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy > .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; }#RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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:none; }#MnLEb4XgFGWDV2QvaAiywEk4FmTTg5Gb { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.62490272521973rem;left:7.5rem;display:block; }
#fqfMNi9NTO1XccOhoB3xat2fgTafayvn { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.70000076293944rem;left:7.5rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 { position:relative;display:none; }#m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 { border-width: 0; border-radius: 0; }#m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 > .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; }#m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;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; }#Dcss0avT4d7encsKSGnarwsBPWl9g0vG { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.8125rem;left:7.5625rem;height:7.5rem;color:#47545a;font-style:normal;display:block; }
#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz { position:relative;display:block; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz { background-color: transparent; background-image: none; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row .container > .video-iframe-container { display: none; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row > .video-iframe-container { display: none; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .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); }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz { border-width: 0; border-radius: 0; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .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; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#Hv67lIFBu6bDT5yQMu1Zfn1AZbvM8uJ0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0.5);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:2.25rem;width:56.4375rem;top:0.5625rem;left:7.5rem;display:block; }
#Pv6utbAHABXnZyJmO8ofeDgVUazrFNdt { display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.70000076293944rem;left:7.5rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC { position:relative;display:block; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC { background-color: transparent; background-image: none; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row .container > .video-iframe-container { display: none; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row > .video-iframe-container { display: none; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .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); }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC { border-width: 0; border-radius: 0; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .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; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#Sesg8se5fvJ0GdswcqQIZo6ccuTZQaSB { display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.51249885559082rem;left:7.375rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#Lv5BL2Sy8TuePi8CEeQAL4WRi218aqyD { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.7333375rem;color:#47545a;font-style:normal;display:none; }
#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container { background-color: transparent; background-image: none; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container > .video-iframe-container { display: none; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row > .video-iframe-container { display: none; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .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); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container { border-width: 0; border-radius: 0; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#gJxZqvuoCWCZyaKFu5BiZ0MD7sqaOE2u { 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:33.5615806875rem;width:67.062271125rem;top:8.1875rem;left:3.9659929275512rem;overflow:hidden;display:block; }
#V76VXfwGRqlrPyPwJoGx2lU9DpqZpSSq { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZuS4rGNJbCBB4KSdRPzHaCFTLh5cz7l { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.73046875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QX5tPl0Xc9w1pSFcLTzwBVTVyUvK3o8J { 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:13.373046875rem;left:8.046875rem;overflow:hidden;display:block; }
#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L { position:relative;display:block; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L { background-color: transparent; background-image: none; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row .container > .video-iframe-container { display: none; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row > .video-iframe-container { display: none; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .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); }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L { border-width: 0; border-radius: 0; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .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; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;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; }#Q0qEp5QwW3re4hFAPG0yzqEoEZWqZZBD { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlNTZyubrWKwcDdTqyf2AJdEqvAMGvkT { color:#72686c;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:16.24853515625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEqFglKK1kwcc3a24XPoCVV4LdAEWhIt { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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-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:18.75rem;top:17.125rem;left:26.187501907349rem;display:none; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .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; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),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; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .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; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz { 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:20.1240234375rem;left:24.306065559387rem;z-index:15063; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #PGbBG87l1kgTTfWKr4MOLC2kyFPtq2sI { display:flex;position:relative;top:0rem;left:0rem; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #nUKynn0t4i8ZAhzqh3Pb87ZEbGm1CBMs { width:auto; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #wriNngVqDz9VirmOTDuB5EQqKtncLkst {  }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #oSFbskTpaUyHWUs9NOvpJzuJsrTekc3U { display:flex;position:relative;top:0rem;left:0rem; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #P6xkTMt9wb2BdkZIg2rR0e5MTdCyec6u {  }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #Hb5xasOLMhX2ZE8H0kJIiwHGLDKcG7Zk {  }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #ikxdHdNl2T8ALJn5ZqPtRH28fOFEGVCT { display:flex;position:relative;top:0rem;left:0rem; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #InlqvKDSeV9GJHsGrtp3bRI25xJvlGQ4 {  }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #RIuPLQeTTNclQ81453NsEPwKu9I78KTP {  }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #EQRCBEKQ0aXl0ZbUlhbiyEfTqTte6rew { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #AGUFmzZzH1xXcW45h3CAx2KwwxSET8BU {  }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #eZgWCVqzeNqr0PXXr6NvzFqZ7uCqqVPv {  }
#PIV2tq3kwqdfHB24wlNak6ttqU1MyuGy { 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;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4340531875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:35.59375rem;left:18.747700691223rem;display:block; }
#JXVN5x0eJKksQ2ZsoGqbwqiWLsXvPbMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT7EnlyavWfqLIxt5vifQ5dyAspnmWT4 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.3322582244875rem;left:0rem;height:11.60000625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI { position:relative;display:block; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI { background-color: transparent; background-image: none; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row .container > .video-iframe-container { display: none; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row > .video-iframe-container { display: none; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .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); }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI { border-width: 0; border-radius: 0; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .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; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f6fb;background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;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; }#Flqk3Fd5TBTnPW5HprbbkR3Gm6iuhxTs { display:block;width:52.186199188233rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:6.078125rem;left:11.40625rem;height:19.5469rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8L9cgurHZKwSqRqtDJaOCUCwbw5I8Ao { 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.06119791790843rem;width:18.75rem;top:6.14208984375rem;left:28.125rem;display:block; }
#ObgC8rZJ3Uv7RwmTDgnaHaAnvA7H4NgZ { display:block;width:52.186199188233rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:6.078125rem;left:11.40625rem;height:20.999999284744rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/Cl2LdMFa/ZTzA_zdj_cia_na_stron_zapisu_2100x750_7_.png");background-position:bottom 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; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy.adaptive-delivery-prevent-bg, #vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy.lazyload, #vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy.lazyloading { background-image: none; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container { background-color: transparent; background-image: none; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container > .video-iframe-container { display: none; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row > .video-iframe-container { display: none; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .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); }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container { border-width: 0; border-radius: 0; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#mEawJ7O8Ff053OUA8wuTLxPfs82HX2r6 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-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-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:18.75rem;top:22rem;left:28.125rem;display:block; }
#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/ddc3a188-4833-47ce-9988-588338add17a/ZTzA2.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; }#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm.adaptive-delivery-prevent-bg, #Dz4D56wJCTy8SbpooU1ELBlszXmOreQm.lazyload, #Dz4D56wJCTy8SbpooU1ELBlszXmOreQm.lazyloading { background-image: none; }#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm > .row .container { border-width: 0; border-radius: 0; }#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:none; }#ylRI1vMNCViMqbSIwtA2aZM25m6Qp6yI { 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; }
#ChXTxxQ6WGrolhotVXlal6xmqWcbfbKi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15019;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.5rem;left:48.6875rem;overflow:hidden;display:block; }
#VFZsSlr4SCSnq2NyC5g9tv6Z79zVo5Nl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.87109208107rem;left:42.340302467346rem;height:21.8382354375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m8aQ4NdVaJyDE03WRsmEweJrKUk6846V { 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:7.0625rem;left:66.9375rem;height:1.6176470625rem;display:block; }
#stVgDLJxTstMrDOHrOo1PO5kTQuAByv4 { 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; }
#SEncTlTNly5zbTbegP56anUyii0mpCot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;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; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container { background-color: transparent; background-image: none; }#SEncTlTNly5zbTbegP56anUyii0mpCot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container > .video-iframe-container { display: none; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row > .video-iframe-container { display: none; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .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); }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container { border-width: 0; border-radius: 0; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#LIO2uifoTpiZSkfeK7PV0aCNG35W56g0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.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:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#y5meaWNNPnpEvOxrXFWAl8bJqoiw9ghe { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.62524375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0KvCzUJ1rGzndolB7u0mZybeNASouMu { width:7.5rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGToZWVFirFFk6dy9dEtXKDhcRXxe51 { width:7.5rem;height:1.25rem;top:1.25rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsGCP2HodsRCqvTJcIrZgMAQxiFrbqkd { width:5rem;height:1.25rem;top:1.25rem;left:16.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPlT6hiGuRWbIpZTUPmhKOlCP6Ii7TNN { width:3.125rem;height:1.25rem;top:1.25rem;left:38.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCa4B7TFJeLbIqgHAdoRpnUFFSuxqpEE { width:7.5rem;height:1.25rem;top:1.25rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdPAem9h0sBoutUr1nIU3toHMkUfRu5C { width:3.125rem;height:1.25rem;top:1.25rem;left:42.5rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bsfxTgQoGRmWLOwhKzOmmpCLbteeAORX { width:4.6875rem;height:4.6875rem;top:21.0625rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGfH51TWwTosp7gBpfOCpbqfPo3czSpS { width:7.1875rem;height:1.25rem;top:1.25rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh { display:block; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm { display:none; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm > .row .container { width:47.75rem;height:30.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtokuKdRNATrwy00fkDWINdb4k8MS0vq { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9WA660g4cbNN35gd8AD1lVi6BDfa1Ti { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4qnC8CDxrXrTtONA6XhZu3HZGhTaiTt { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:9.2647056875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW8S2lQzpohJci0EEm2EMRTmHSqtfnOp { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpLIR6TdBUluEJDGGpH4I5yoo5HME4k { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:3.088235125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbokpPdiaWmFUmd4iKGFiPv4krSouWXH { 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) { #b9CmLFCrUiZqM8siV9CTQ9rgZ8qHoaip { display:block; }
 }@media only screen and (max-width: 763px) { #GT4TRNJ2GnW4CS3RLlQQJoW95qwAJcf1 { width:1.3125rem;height:1.6176470625rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEURcuag7kNoG4gGCTb7VUPecJSHO0M { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9DTcwzkxMnQiqydayUZuGdupRimpQDg { width:23.3125rem;height:8.3823523125rem;top:10.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCbGVmV1VXGl2JVMcInX8CX9TOBP0vd { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpSkW5qH4wyts2RO8VJOtP2gxngombl4 { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh { display:none; }#bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IZPor8pTzMbM8tocBIB7nT9vrOJeaK3R { width:47.75rem;height:4.8529411875rem;top:3.7500038146973rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 { display:block; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container { width:47.75rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUtTlWgDS5V6tOmQo4necgE6iBScKI2M { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTM8UI7O1nwI8qRMVFZk2VxcDlewNdC8 { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTRhen1e6p1ExBm3d4w2A80WMxGTDMn { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:9.2647056875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOv4AcB6L9rMp48EqPZovBvRT4IkE1tR { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu5p3ETy64MTl9TpPQcqCJ9vyoi7D2rS { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:3.088235125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhnXl8iXgFUMKnxonDNEgSC478Kd3NMq { 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) { #TprH7UpHJtye0LDCnLlrI0E9xWrbQkME { display:block; }
 }@media only screen and (max-width: 763px) { #zAOh125qP85I2xQBu887r3lsDuWZoCyW { width:1.3125rem;height:1.6176470625rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrC0GcBvOugqBhadt7ESLwPU0u0Eu3V { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvHspCguMcpe4LN0eyhDyhokXJZkmDM { width:23.3125rem;height:8.3823523125rem;top:10.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1eBf3mwiqrcfiHHvXTWBtE1HR4Zhynw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1XKLwvKvBvINrIXwl3rhLUqeKm9F7eS { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN { display:none; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BbfWywEdWpzDX7tNHAPQZti3Dmb8k2a8 { width:47.75rem;height:4.8529411875rem;top:3.7500038146973rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg { display:none; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtEqk450lzR2LfazohaN4eVdq2uVeci0 { display:block; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container { width:47.75rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTyT76Tq0v3RMaJx3PHQdnaLPbDbQAKE { width:47.75rem;height:4.8529411875rem;top:3.7500038146973rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIF4iRQexW8ZIVv2q0TWqAySxR9oq86d { width:47.75rem;height:6.4rem;top:3.7479162216186rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwqsAl8eyV6HtV1zGZcUrfNhVTTMO8IV { width:47.75rem;height:42.27941075rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLx5eJTOMOQAgtDap97wOyG6u3caCtam { width:47.75rem;height:43.125rem;top:1.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #flVMKdrRQD7gmTpxQ6v6mvwoBfnadm8n { width:47.75rem;height:7.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgtgR66wDafMOk20ayIdLJDbhIZU1DX { display:block; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container { width:47.75rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNnH1MG7U6Q7yPDTEuxr8Ppr1CZnBIIL { width:47.75rem;height:4.8rem;top:3.7479162216186rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vi6eFDl9TSBbsGwc75UB9xW92gn7zOus { width:47.75rem;height:0;top:4.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iJ5dubx1h9uJLa5rQlIXCeNRXB2q0FxT { width:18.125rem;height:84rem;top:4.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vt4uD5KnLDcVdwTqVl3BwNnRVdVerK9L { width:47.75rem;height:62.4999985rem;top:4.7083358764649rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #VJM1t2XUwT5lDQ4KkmWKi2yOJCWSGU6m { width:47.75rem;height:7.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxdndJ0qCyOFiab4JsSzFPm9BXSGQMT { width:47.75rem;height:4.8529411875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 { display:block; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container { width:47.75rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT6lIDT4UEbl341OTq2poFX6NQAH5MbM { width:47.75rem;height:4.8529411875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJucaNGuFVtqNJqIVCr3If4FSiwTJ49G { width:47.75rem;height:4.8rem;top:3.7479162216186rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k72AkBc1A3P4sRdkgsxaFnZIg3m2dDqT { width:47.75rem;height:33.0882345rem;top:4.6875076293945rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQ5SnUzJuxVXcwLmZBFLp9J9tpmyUbsi { width:18.75rem;height:47.625rem;top:6.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiuT7cQLVbaxMMW8nzaOJGCC4GTbu4Ja { width:47.75rem;height:7.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN { display:none; }#vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iP4rMDUfdI4zT07HFfc8ohXTsiVLQKUR { width:45rem;height:19.25rem;top:2.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk { display:block; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container { width:47.75rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEceTTFfO6UZ8tET3yHyqkeOgU1Tcuhd { width:47.75rem;height:4.8529411875rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZFvELhNNOIcsMpU9lyk1X3L3dw4h0J { width:47.75rem;height:4.8rem;top:3.7479162216186rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HywPnF8y04kA3chMhVcmEHIeMZZ26AHX { width:47.75rem;height:0;top:4.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QO56ZzOvOtcPuhaXLLwpZURptzhWqrau { width:20rem;height:85.75rem;top:6.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs5B8svy9fTHyLR8am25xiAcZMTROs9I { width:47.75rem;height:60.66176325rem;top:4.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15001;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #DVfhAKvF3s69qKgtLUvwJ0JRGXgaCAQq { width:47.75rem;height:7.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8U17zTqoWTfQAtpTItpnUTy4nFRls10 { display:block; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIid2n3zhk0Ur38vAFcAeNuanhba7oRv { width:47.75rem;height:10rem;top:0rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhrVQ59LKIHTScbas0PMnrvMaXI6iALc { width:47.75rem;height:5.955882375rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW0cG2SLoT3QXPOMMzJpAoO7XIWUmdqv { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvzmruCP0UvoyxLJxzTWfdDy3z1J9yiC { width:47.75rem;height:1.985294125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLZxOZp478FQLK1ClXPr9XwU2npbt8nl { display:block; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZquCZCFBUpB4tRBIBqb2JLlhJOVCKvT { width:41.5rem;height:2.7941175rem;top:0.0625rem;left:6.2500001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LdVDLlyprXuIL1W369kkaDGUZv2stl { width:41.5rem;height:2.7941175rem;top:13.981250762939rem;left:6.2500001788137rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwT2Du2FM3rcr6gIs9mAcHsAIKovf5cH { width:41.5rem;height:2.7941174375rem;top:7.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPpDqXV6wu4m6SLCncGfxV5IlenLqmc { width:41.5rem;height:2.7941175rem;top:19.581253051757rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKok2i0IVXUh5f1w3qMFwQydUt87Tnm { width:2.5rem;height:2.5rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqbmhicAcraTNwNuhuC2GraUq48ARD2s { width:2.5rem;height:2.5rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CszP2UQk2r27OLCtBtm2Dov8IioWUsM1 { width:2.5rem;height:2.5rem;top:11.8125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgZMVabbTedBZf8539C56v4SaK7rWGHd { width:2.5rem;height:2.5rem;top:23.875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzItKKMnsTUgioNkHGHWkTGR94cOwMUH { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sksicu3UpmkceHIutPpP50d7gC0WpqQ1 { width:47.75rem;height:1.985294125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRCQzVh8QBJUL6clgPLTOiea9U0oGxP { width:47.75rem;height:1.985294125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbtwfvXRd6MqTyJFUQMTeBwBaL9xr1c9 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr { background-color:transparent;background-image:url("https://images.assets-landingi.com/CKEOZiKy/t_o_1200x1200_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr.adaptive-delivery-prevent-bg, #XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr.lazyload, #XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr.lazyloading { background-image: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { background-color: transparent; background-image: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container > .video-iframe-container { display: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container { display: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .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); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMVT1po8TT8DsG6fBzxm7UqGEpXhXzcZ { width:37.5rem;height:2.64705875rem;top:14.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFrf4LTRIrxNylNmVTAHcPTsvHbca8Nk { width:37.5rem;height:3.5294115rem;top:14.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOUOoaRJD7ooEZUIfya6B3vIKQWZFpT { width:37.5rem;height:3.5294115rem;top:14.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEH8hh1NGM3Xnt4D8rKC8vAJZIJzbLa { width:37.5rem;height:2.64705875rem;top:14.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H13FF8DSwD1uMSPdnT9xLThO6HS0BlEs { width:37.5rem;height:2.64705875rem;top:14.6875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrDzxvLVrVI5Equfw6X49VCZh7KhcAA { width:6.4375rem;height:6.4375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNkQZN6Crcz390RCAz4TOOHznbJZRiDw { width:6.375rem;height:6.375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzA8iwuHKSZtXErsICBBmOZEy3ygVO8n { width:6.375rem;height:6.375rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Ux0H49NwdO6LUz7IpXo5UsEiwG4VSD { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyuNGxBEqDn0smTBhTAT5vlOhDSDHC0F { width:47.75rem;height:1.985294125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/d76a3dec-24aa-4bef-bd47-e7ff008dc889/PA1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.adaptive-delivery-prevent-bg, #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.lazyload, #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.lazyloading { background-image: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { background-color: transparent; background-image: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container > .video-iframe-container { display: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container { display: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .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); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn3T8qK3tPdqh2tKDakvg0Q6XcAbkDOs { width:25.75rem;height:4.558823625rem;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) { #lAQvKG8AUOaNaVQsOZLrO0IMeQAeAuTZ { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iq7czA1yKgbfdRNL5CtBVUivcJg3lX5w { 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) { #pnwU6eeSbuAmm4zANiFVxo8v6kRybPdM { width:25.75rem;height:2.2058823125rem;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) { #x24lXcdHNRreVklDDwmsfyok79M3TXKO { 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) { #pUGkBHLbf6T9NKw8V1tuam1fCWCblGqN { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGpQRcZMfCNG8tJ6Icero30SXXdJWHNE { 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) { #UhrHbiUskAW7r11f5wqlvREtT7AT7dFS { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKRXUdxBIxytH5rmuSi61myq06A5DlIZ { 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) { #COzmOu64r0BCphHmggL0sq1Ig1CHhqAp { width:25.75rem;height:23.897058125rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XhppXqMJPR5k9xyOAMpod4BCpeCxUvR1 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP { display:block; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrAnHh5p7GUNifk1c6oJz4D73vX3TrhT { width:47.75rem;height:1.985294125rem;top:3.7499980926514rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmCima60zuGx9LF4kvvS8SWmRVJOoLA6 { width:43.4375rem;height:40.8rem;top:1.4375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdPHk0IL8SyAPwRq4xA91vJKqofwsIGI { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt { display:block; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOmS9nRF6hIZps90wwd8Lu6mKBJoWgI2 { width:43.4375rem;height:31.7647035rem;top:0rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ { display:block; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row .container { width:47.75rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMMNNUZoQiiIKHOiAcXPI3HylRudN0xp { width:47.75rem;height:5.955882375rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZKotfaQ8TU9voTWigxakvNFtv4OERZT { width:47.75rem;height:6rem;top:0rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm { display:block; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container { width:47.75rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twb47EM2ZHnzPo827v8XnN4Jq0SikTIT { width:43.4375rem;height:31.7647035rem;top:0rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMcDydwnnZAVhxdUMXo5TsnGUCpOUoLm { width:43.4375rem;height:53.625rem;top:1.9375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q { display:block; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De4vNA5lukBuhBtRPLL6zQvkwU6LAOR7 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6DczMtuvRsem8IuBTn2Um4rJVRL2pU4 { width:47.75rem;height:3.97058825rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWRMnalOwHaM2QTFbzBlNLm4u51lXvo { width:47.75rem;height:8rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT7aTyKnv25ZIv48fN51OS98ATTM2UPW { display:block; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E { display:block; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container { width:47.75rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0nJCohHzVhk8SgKI9S8xaPbhTSKUdBi { width:37.5rem;height:1.39705875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daLv480CPomQtK3i15WQplXhX6sf5d55 { width:6.25rem;height:2.7941175rem;top:21.88671875rem;left:0rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #MbmIuu5zEXDLsHQ5TcSGhn4TEIFIpALS { width:6.25rem;height:2.7941175rem;top:12.375rem;left:0rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PZa7q8G53eaQclUUO8boFrHu2opzVRmV { width:37.5rem;height:2.7941174375rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxOyGiVvdETeg9AyemGvSdUAFMKTvaFO { width:37.5rem;height:1.39705875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SowdGqM4uFM4zOiCFwx3c52Q7RNEyA { width:37.5rem;height:2.7941174375rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWsTJhZRgpWiAHIyNbAocGEAJqe4KL5 { width:37.5rem;height:1.39705875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU18MbCvtVbKwRAJAUiTcgHtt9AcTCp3 { width:37.5rem;height:2.7941174375rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTiBdaJmEqpCJr79ccXmgSKlFnIRAIB { width:37.5rem;height:1.39705875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTL6brW5tLyVo0cKZFWmbt5u5LuP7A0d { width:37.5rem;height:2.7941174375rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A35LLOmI3UllbgxDiAgtprC6tVUJD1GX { width:37.5rem;height:1.39705875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtmTg1JiW4oq2WgoqkbbtHlfFJPpmxZ { width:37.5rem;height:1.39705875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfqtZHJpg9G05POogzfrJfSdn4eiVSb { width:2.5rem;height:2.5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVUMlpTySNsKmwdJyze4FDXJhQ41pQl { width:2.5rem;height:2.5rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxT4gquhvnmtsE5mBeoIdvaGqJRCJ3Se { width:2.5rem;height:2.5rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhp2voFXTo3PsBVsJOKTq4w0RP0rDvaP { width:2.5rem;height:2.5rem;top:0.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPsLAsaFrsO8dT4JbKR62AyNawWBKy3S { width:2.5rem;height:2.5rem;top:13.9375rem;left:24.193242073059rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr { display:block; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0vlkQUd2DSrawTTwi7h03TBdzNPe12h { width:47.75rem;height:8rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TM1DublLeITHwfcoH3HmdGUFkR1SMEyd { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSBQdNnCvUckMPDl2NIH9XheMuMoL4De { width:47.75rem;height:3.97058825rem;top:0.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzN7LbohAO7SdNi4w8TqRORBkFd50xTm { display:block; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIzln9Gfgu26AATVWU5olDSvPvRJiMd7 { width:33.624771125rem;height:16.8118095625rem;top:2.7769775390625rem;left:7.0599721074106rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlgIT3fo198oh4blkPe98naiHouE8gm7 { width:47.7493095625rem;height:3.97058825rem;top:2.8113403320312rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9mD9yOqgrg6igBIq9DwuBDx8wk7F30 { width:4.375rem;height:4.375rem;top:8.777587890625rem;left:21.653261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboqZ8aPqstwXLewpf6V5gWMVddtWqu6 { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpaqxUEI2A5ZLduHq69DhXCDCd9a6bT { display:block; }
 }@media only screen and (max-width: 763px) { #tJzNwk2KlKJcPIfLldnUQJwsk9owHs9A { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG { 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:block; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG.adaptive-delivery-prevent-bg, #qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG.lazyload, #qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG.lazyloading { background-image: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { background-color: transparent; background-image: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container > .video-iframe-container { display: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container { display: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .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); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APokGFL7WCiBkokMoT9KuiDqi1J0RxrP { width:22.1875rem;height:3.9705881875rem;top:3.125rem;left:20.937500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTI1fdvB39hiFp7PD0fAwHW3p0OdNc0q { width:25.625rem;height:20.0735285625rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0223IxVAzqFe22KJhR5FaoFzX251dIA { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD { display:block; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C25hbAlEMoUeWNumsCaG5eEBGfq3kIga { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:7.2058820625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmxpr3eH3DziOD4ECuZ0deZhkPn10Jl { width:16.25rem;height:16.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWtAzTyPFmHSnVwKexBdmaBxXmXFA3JX { width:16.25rem;height:16.25rem;top:10.5625rem;left:5.7488489151001rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2JMGqKHOsgOP1gysBdwFcc3B4X9rxB { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyfyc2hak9iQ28TpQ5uP7NNQn2VDP5w1 { width:16.25rem;height:16.25rem;top:10.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23txF6bXq02b3Ct0urXNsvCmRRaok17 { width:13.25rem;height:5.2205881875rem;top:11.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcg7Z2MTtV2o5lkHHXI1wpFxdTEPu65 { width:15.5rem;height:2.9411764375rem;top:19rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDuxzCKF5Bxz4kJwsEpQigsQCLMWRHlw { width:12.5rem;height:5.2205881875rem;top:11.875rem;left:7.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1acDaQmhzKBQ1ikqsg68ua05Tw4eLkN { width:15.5rem;height:4.411764625rem;top:17.5rem;left:6.0900735855103rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw3rwz8Hd6gHavPRCP6GID4KRgKseusU { width:4.25rem;height:5.25rem;top:11.875rem;left:32.9267578125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa5JtuQrxB45RgHtWdcZJmqFwVSVxOvt { width:15.5rem;height:5.8823528125rem;top:17.5rem;left:25.775273323059rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQCkic0E10C5wMHinpyvFZeLzEICrcNy { width:7.6875rem;height:3.235294125rem;top:12.8125rem;left:26.252064704895rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9W5MeOvTTP7bDL3uEbzBwCO69Lgf79C { width:3.4375rem;height:3.235294125rem;top:12.8125rem;left:37.114888191223rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTv7T7gZuwx0UWJRh5xOC8XIQQBUR9N7 { width:5.4375rem;height:5.2205881875rem;top:11.875rem;left:42.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VK9pOhAuM2i9geJbeBe5nwpLJ5xbDV { width:2.3125rem;height:3.235294125rem;top:12.5625rem;left:45.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8OCFSqeMEOVEdB9ai6N93i4KvGhEVxi { width:15.5rem;height:7.3529410625rem;top:17.3125rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL { display:block; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKdzy66EsILiTrFIc1EXQJGu7CFIzWTN { width:17.5rem;height:1.985294125rem;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) { #vXgFV4zMz8nAS8IPHNm5xQVXMsbfpPDi { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTZB7Wot1V30Vgvns5C3UBcffpmC1ne { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9I9WmT6dP4WPv3kuONgCsTTrl9ZHHRL { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RflTlx6MynpDmP6mVWrmbvu18Dwl8hVw { width:9.375rem;height:3.875rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnlB45lQipVlPbeICnzLHtdhoWIfh8e { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJb163m3awasmhEc0lIHtdIf7wrKdU6M { display:block; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NefeeamBTq5sV8MmQr9fcyQ7MNHJknxi { width:47.75rem;height:4.852941rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTonGnZ62Bm49xz5StU0pO3P8950LhrM { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQtBw4w3VSWhl8TIrk16JJRGiKWlAgA { width:47.75rem;height:3.97058825rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFpgUDgD0Xsw6N4Hcrqi17Wzo31w2BFP { width:47.75rem;height:4.852941rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgCbQl5IVOvV87zGSAQKLafETOpHayAx { display:block; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E { display:block; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi7ddkmS8wJvISTWnb7HWXHaNMsgMr1r { width:10.625rem;height:21.75rem;top:3.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg9QT7XTyQWiRMo5BrTESq2AUDQ0qTGF { width:9.375rem;height:1.6176470625rem;top:15.625rem;left:1.2465532422066rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFz0eabTPrgrqdtTHz0Aeyyxn3QpPnEK { width:10.625rem;height:2.64705875rem;top:21.58203125rem;left:0.62155324220658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq8wFOSEmTrvL5oS0IIQHv4obfOMo7GS { width:12.5rem;height:1.6176470625rem;top:17.504638671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzi5kIfgzChy4r7yQNJA3PsyWiyzsxhe { width:9.375rem;height:5.625rem;top:14.439331054688rem;left:1.2465532422066rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbM6MiS3SuB97JTZKVTNDlNsTUt8sLy { width:10.625rem;height:21.75rem;top:3.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe2PMgKqfpv0IZGv2d84WqPV43L3UTqd { width:9.375rem;height:1.6176470625rem;top:15.625rem;left:13.184741795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH8EZFdUArv8dakPg3MNOkfTDZd1VApb { width:9.375rem;height:5.625rem;top:14.4072265625rem;left:13.184741795063rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTQ1N22GElV7dxXOnc1NVIygiUxgBbB { width:12.5rem;height:1.6176470625rem;top:17.504638671875rem;left:11.935890972614rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJqT12v9hpJ8Zimg35c6N0nHO22Kgcx { width:10.625rem;height:2.64705875rem;top:21.55224609375rem;left:12.559741795063rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrSKU1gfTboNCbaPTW4sTdZl7ZKlRfWB { width:10.625rem;height:21.75rem;top:3.75rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVBn0C7LlcJxT6UOensnThGLwNXCvlOB { width:9.375rem;height:1.6176470625rem;top:15.625rem;left:25.121782124043rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvU0WnrdrBEP79LSzCJRfZHPWSvOzEPV { width:9.375rem;height:5.625rem;top:14.4375rem;left:25.121782124043rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0EbISp5An0bihZr2ThnoZhyBD03QPa { width:10.625rem;height:1.6176470625rem;top:17.504638671875rem;left:24.496782124043rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWME1wflDCETxEvZbbVRwplM5eAXpMlZ { width:10.625rem;height:2.64705875rem;top:21.55224609375rem;left:24.496782124043rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQHWMg0mTz31mMzRfsmlaEawmWcM1Gg { width:10.625rem;height:21.75rem;top:3.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT6iVP6OTPbNtnXOtdeRL3wTaAFzlvOV { width:9.375rem;height:1.6176470625rem;top:15.625rem;left:37.058822453022rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJB14WTBy2dZOBa2Sqf9KCLycGxazGkA { width:9.375rem;height:5.625rem;top:14.4375rem;left:37.058822453022rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMvzrMbMvROQhDoNRqcPdbHCeGdRMIdT { width:10.625rem;height:1.6176470625rem;top:17.504638671875rem;left:36.433822453022rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnAMdTdgzp0VzluPdk2J2po0esUVhEaH { width:10.625rem;height:1.323529375rem;top:21.9072265625rem;left:36.433822453022rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG3TcxECnxCTHyQSIIRPx57NTJ6gHtc3 { width:9.375rem;height:9.375rem;top:4.129150390625rem;left:1.2465532422066rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC6ZBfN4ZufFTxTOXT5XoBJC33quELs6 { width:9.375rem;height:9.375rem;top:4.125rem;left:13.184741795063rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxpbVktSAT5quDysJytIOp7yCIROPEHJ { width:9.375rem;height:9.375rem;top:4.125rem;left:25.121782124043rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH0BkXpR9WStsp1TK5wWEBndJoUr49kt { width:9.375rem;height:9.375rem;top:4.125rem;left:37.058822453022rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBOoP2NgpklnEOslrMVeB0xxontKBX4 { width:10.625rem;height:2.64705875rem;top:21.58203125rem;left:0.62155324220658rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv2D7RQo9k69aRDuNKmwXgS1SAtC0ory { width:10.625rem;height:2.64705875rem;top:21.55224609375rem;left:12.559741795063rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIWnPQt6cTi5X0H0Hq7Jw8n5PgqwuX2X { width:10.625rem;height:2.64705875rem;top:21.55224609375rem;left:24.496782124043rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDx1UBwZfgBs3Qdwl5SQO6nevVzStmhW { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylrf3THgOvl7Pgx0vO7hHT2du2A4PAN { display:block; }
 }@media only screen and (max-width: 763px) { #IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y { display:block; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNaMCXIMJ94Zu4Vhy5B0SC4NLAyEVWQ9 { width:47.75rem;height:4.8529411875rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoarBve08idyIJaTk3J3cW2zndUzsuMg { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tugF3uyQg2riRJsTWfzEqcQusxg79tcE { display:block; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container { width:47.75rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi6huz1ZeRzzzKcGJmI7Jr3iVM5UuIbE { width:16.0615806875rem;height:1.6176470625rem;top:6.1190185546875rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNXX43lmVOpHemCmBotTxsXWQ4UFJPU { width:23.6247691875rem;height:36.323527125rem;top:12.104766845703rem;left:24.124538242817rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WswpcHbtwPCM3TGtmse3BZsGpbT7QBeo { width:19.5625rem;height:13.625rem;top:2.625rem;left:1.747472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERaAXFriGccrwo40rmhzJlFtT2LqBgqx { width:15.6870403125rem;height:1.6176470625rem;top:3.8097381591797rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUU3N615MqggTgfqel3z5lhG6RpTpgO { width:15.6870403125rem;height:2.7941175rem;top:8.5581207275387rem;left:24.119943439961rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7QAcCTWZBvAyziglNIUNT28SwtSi0rk { width:17.3115806875rem;height:9.7794115625rem;top:31.760131835938rem;left:2.8710935711861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaA3CTkO8T8aBN4PWNH9EciBEOe5i4hw { width:16.3740806875rem;height:5.5882351875rem;top:43.777465820312rem;left:2.8687956929207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6hSrHA8T30K5Wm64be0Kzg4hGSuqop3 { width:19.9375rem;height:32.5rem;top:18.862670898438rem;left:1.5590532422066rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwX2HTRRnTSIKx9S6RJqo5LHiRTRpLi { width:23.6247691875rem;height:36.323527125rem;top:12.104766845703rem;left:24.124538242817rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQWWy89ZMVJHA0KWWrmoMEf78cldWFZT { width:9.375rem;height:9.375rem;top:21.374145507812rem;left:6.3327201008794rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp { display:block; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container { width:47.75rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkemczWz7tm5Zu8TICU275awmgPCa3h1 { width:19.4375rem;height:1.6176470625rem;top:6.125rem;left:3.8085935711861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesmZFhHwgptHQ8AFOV2OG2fCASFRt5b { width:19.5625rem;height:43.3088208125rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8SvSbMH8CqJbxJHwBwLXeHFUJxcBn6C { width:15.6870403125rem;height:1.6176470625rem;top:3.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7S5PHkgNw5TzFyrdPiCqXX3JCL4vr0 { width:15.6870403125rem;height:2.7941175rem;top:8.5625rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwCXQkUoPubxRoZ7tgp0CZ2MAPNt2k3v { width:19.5625rem;height:13.625rem;top:2.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoxyniWQtC9VMtqhTOD6zk8Goh34Tum { width:19.9375rem;height:31.375rem;top:18.623779296875rem;left:26.248849689961rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTvmgzn5Axzzk47KfXtc8BpBRSkBPIQr { width:16.375rem;height:5.5882349375rem;top:41.75rem;left:27.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgEtgcOE344BqtbeFlnKz9Bqge14kvbT { width:17.3115806875rem;height:6.985293875rem;top:33.436279296875rem;left:27.497701466084rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlMUowT5U0hJzi5zoNLuay3FduO3dakV { width:9.375rem;height:9.375rem;top:21.37646484375rem;left:31.433822453022rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XyHSf98PW797gwypz8EuPCLLmMGqDd { display:block; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container { width:47.75rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4EVOURGym6AN0p7yPkDIpwBGgeG2olC { width:16.0615806875rem;height:3.235294125rem;top:6.1190185546875rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57Hp3kCNWeOJxCT3dm5hgMkwEi4QKOn { width:23.6247691875rem;height:27.941175rem;top:12.104766845703rem;left:24.124538242817rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZHmbyCovW2GSXagKaMpHvi14RoJgFx { width:19.5625rem;height:13.5625rem;top:2.625rem;left:1.747472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS4EDfnguJzCtTHotPnJ1oGgFBOB24fT { width:15.6870403125rem;height:1.6176470625rem;top:3.8097381591797rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRxy09ChtaDzbAlpMPKA25d0o8niRZyG { width:15.6870403125rem;height:2.7941175rem;top:8.5581207275387rem;left:24.119943439961rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFTqpufE36BA9qmxGaPuPzKas7wIxxm { width:17.3115806875rem;height:8.3823528125rem;top:33.86669921875rem;left:2.8710935711861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGZFfZGVD7QidDWuk7ifTiGR5P1Lm1Rf { width:16.3740806875rem;height:2.7941175rem;top:43.623779296875rem;left:2.8687956929207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJMC89AWafkaNpUbv3Mlpw5ApAoZrHF { width:19.9375rem;height:30.0625rem;top:19.124755859375rem;left:1.6245403885841rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwoT6HV9PHutCT5BBPPd1X0oZS0Ho55y { width:9.375rem;height:9.375rem;top:21.857421875rem;left:6.8072145581244rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLTtq95lnLlwkcPRAHTJUG1x6pSHQs8 { width:47.75rem;height:12.875rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAWpHHkBwJlixniAl1yNuSE80tZI6t3s { width:39.0625rem;height:3.9375rem;top:59.875rem;left:6.2451753616333rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izeewdq3QglEKISg1wyF1wlHVTqJ1ex3 { width:17.5rem;height:3.4375rem;top:65.0625rem;left:17.056294441223rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gany1ydsxdFyCSGoermTkeOXuBcH022V { display:block; }
 }@media only screen and (max-width: 763px) { #VqyLL3VQJ4GJuva8ZXghg032F5TGRXsC { width:8.75rem;height:8.75rem;top:59.5625rem;left:2.0585927963257rem;display:block; }
 }@media only screen and (max-width: 763px) { #po2ru5v39Vy4yOv81fcq7to8BC43dkbw { width:8.75rem;height:8.75rem;top:59.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKOR1WqHlvnNnH90O4z6Piaayhoy79AD { display:block; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWnSnhizD1y2SV12pB2HHZn8846Gcv3P { width:47.75rem;height:4.8529411875rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOU5eorgXfxbMzTuqxWQ8BDkv8VepgU { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff { display:block; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container { width:47.75rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llKgacqqFvxIqibuggMFTdBemcTN7SIS { width:19.4375rem;height:1.6176470625rem;top:6.125rem;left:3.8085935711861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzL1Fnb7xfTrRFwgeMvAKoR0WrNm76Pr { width:19.5625rem;height:23.749998625rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6H8flulU16gEAZOxVVdlEuoeHSHgicJ { width:15.6870403125rem;height:1.6176470625rem;top:3.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoolFUgn0H0rzmlpI8WLdrXug2KtGVue { width:15.6870403125rem;height:2.7941175rem;top:8.5625rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21iARdbeB7xu6VIMOLKQeD2FTans0SS { width:19.5625rem;height:13.5625rem;top:2.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6gSB82JWaqIdGW8bN5IJM7XkI2wREA { width:19.9375rem;height:33.0625rem;top:18.624755859375rem;left:26.248849689961rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO7fnxLs7m4Gt5HsiiS6FZxczDQIhWmO { width:16.3740806875rem;height:4.1911761875rem;top:44.279296875rem;left:27.495403110981rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dos79tiK4XFzm2uBBbWMT78JguUQlOnU { width:17.3115806875rem;height:8.3823528125rem;top:33.236083984375rem;left:27.497701466084rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIeEg2tBwNDkE7VJLXLCn7sNbqnR08yo { width:16.3740806875rem;height:4.1911761875rem;top:34.422607421875rem;left:27.559741795063rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU7ftrVI4XGmGnd6LphpJn6vOWzmXmzU { width:9.375rem;height:9.375rem;top:21.359375rem;left:32.242645084858rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG { display:block; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container { width:47.75rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqltVdL5C9Jl7pmFc8qP1pngRwQ7Funi { width:16.0615806875rem;height:3.235294125rem;top:6.1190185546875rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6WTnpLl9MuxWTltegimnqF3QUdyWIO3 { width:23.6247691875rem;height:34.9264684375rem;top:12.104766845703rem;left:24.124538242817rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHLwTiHPz7mwT7tvNGAJTMnz3TgqToE0 { width:19.5625rem;height:13.5625rem;top:2.625rem;left:1.747472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvEN0QgZTXghOl62DM2RMGP7U1k00GN2 { width:15.6870403125rem;height:1.6176470625rem;top:3.8097381591797rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9pQE7LoGDvDnFN6DvHug1F21RQT2RTr { width:15.6870403125rem;height:2.7941175rem;top:8.5581207275387rem;left:24.119943439961rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT15HqUrpHJTAcTf96LlX1Fz3qzuBQhs { width:17.3115806875rem;height:6.985293875rem;top:33.75rem;left:2.8710935711861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9wnUEcVFGJmTulqPDWlBIg8R5vtkpt { width:16.3740806875rem;height:5.5882349375rem;top:42.11572265625rem;left:2.8687956929207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1i53d18XfHhN8D6QIlpHhweTT3uVnkc { width:19.9375rem;height:30.75rem;top:19.123291015625rem;left:1.6245403885841rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vHJPa4p51zoy656dNiJ790PbZ6T2CD { width:9.375rem;height:9.375rem;top:21.746337890625rem;left:6.8072145581244rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG { display:block; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container { width:47.75rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcUDCMosO61kBhwbXuQP76vTXlBTENsT { width:19.4375rem;height:1.6176470625rem;top:6.125rem;left:3.8085935711861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiZoqL4uzIMULdS8hMQp7tTRwvyN2CgQ { width:19.5625rem;height:25.14705725rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvUtqqlttA5gwETNl8H6FlSwnx8pOmUB { width:15.6870403125rem;height:1.6176470625rem;top:3.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #to89z6wSqLc4RxbkLvBnvluARvUlHt3Q { width:15.6870403125rem;height:2.7941175rem;top:8.5625rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JByPOFk9AdCHaiatSxNQ8yi37ngCAFdw { width:19.5625rem;height:13.5625rem;top:2.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsebJqmlwCADDKOBwwkHiUQwKOPqZkpy { width:19.9375rem;height:22.375rem;top:18.624755859375rem;left:26.249997913838rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6VtQy1ppkhKnLkyXHqv3moxDdtk7u7u { width:16.3740806875rem;height:2.7941175rem;top:32.54541015625rem;left:27.495403110981rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OAZN7MbrT0ghGbOkPD3UaJG3EQoD5Q { width:17.3115806875rem;height:5.588234875rem;top:25.73974609375rem;left:27.497701466084rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 { display:block; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GknHIeJcXGPWGyoTLFPGWWP421HWwU7z { width:47.75rem;height:4.8529411875rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzZD5cJ4yp7JPfbAqr2RSwMOn5sc3V6I { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glWM9bm1cciFoGUKkcN94F3SL5BIP5LV { display:block; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container { width:47.75rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liQZPwQLNtifU1VUmgUGJmbnxKPfr0LW { width:16.0615806875rem;height:1.6176470625rem;top:6.1190185546875rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6X5LwqCGJuLRJ23NVq6A5hgVf6sLdkR { width:23.6247691875rem;height:39.11764475rem;top:12.104766845703rem;left:24.124538242817rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm3GKZoXVnA4gW3cZJFfCTJnlG5C61R5 { width:19.5625rem;height:13.5625rem;top:2.625rem;left:1.747472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa8Oebka6fQGX1zzG3EpxoUHifbTgz3X { width:15.6870403125rem;height:1.6176470625rem;top:3.8097381591797rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6bPQzqZlcDl8Cuar4AtwfvPciTnp27B { width:15.6870403125rem;height:2.7941175rem;top:8.5581207275387rem;left:24.119943439961rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmPITn9K11EB6Sw6oHeLxmHU7dMIlWTb { width:16.3120403125rem;height:8.3823528125rem;top:33.591064453125rem;left:2.8975182175636rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx79IrU9RsJrodZyqLkzgD9WSbWkB8GM { width:16.3740806875rem;height:4.1911761875rem;top:43.249755859375rem;left:2.8653491139412rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTT7fxwiMQ2hHq7qxkW1FfPbvkAR1vr { width:19.9375rem;height:31.9375rem;top:19.123291015625rem;left:1.6245403885841rem;display:block; }
 }@media only screen and (max-width: 763px) { #unKtum7uTeTM33HD3PLifgTMLbntKNZg { width:16.3125rem;height:8.3823528125rem;top:24.991943359375rem;left:2.8710935711861rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bpsy9G2et335hyz3562wohOkiJIf7KrL { width:9.375rem;height:9.375rem;top:21.561767578125rem;left:6.1822145581246rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B { display:block; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container { width:47.75rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzyWptobvp5TbxQpldQZhEgXHuBM98e2 { width:19.4375rem;height:1.6176470625rem;top:6.125rem;left:3.8085935711861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdDlnV0mFq9TVbvvKFL1b6A1xpAiNWeJ { width:19.5625rem;height:36.3235273125rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMkTsXQTPraHAXveBVbEqWFIAz0rpmVG { width:15.6870403125rem;height:1.6176470625rem;top:3.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U60l3yMTyKD58uy1eI9XaAbnpfbr7N0F { width:15.6870403125rem;height:2.7941175rem;top:8.5625rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOk1uytSvXvTkIGGvECGLVdBpLgaW3SS { width:19.5625rem;height:13.5625rem;top:2.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqA2gwb3LvuWNraUfBdp0qdUoEKmM0qR { width:19.9375rem;height:33.3125rem;top:18.624755859375rem;left:26.249997913838rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnOb73KqT7ooa1twiimeHZaKCgM7xdGP { width:16.3740806875rem;height:4.1911761875rem;top:43.365478515625rem;left:27.495403110981rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KCL5als37sTzx7dJc6QxiXe8Ek1Kqt { width:16.25rem;height:8.3823528125rem;top:33.423095703125rem;left:27.497701466084rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBbil9wdrTItazk8yv80SDJKuxlyTvKJ { width:9.375rem;height:9.375rem;top:21.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX { display:block; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container { width:47.75rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTv5RFElfmXtzG1MmJt9Q3G6fULKKygh { width:16.0615806875rem;height:1.6176470625rem;top:6.1190185546875rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8qZ0rwcfqgx3O3kHiDOhyWCvqwdOdl { width:23.6247691875rem;height:26.5441159375rem;top:12.104766845703rem;left:24.124538242817rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0DOoqcerHPnWGMmHWBS7sebI88tUzRU { width:19.5625rem;height:13.5625rem;top:2.625rem;left:1.747472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJtLVtLdTrpyJkLrb9dSy00foUeWFsX { width:15.6870403125rem;height:1.6176470625rem;top:3.8097381591797rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wih8iWIMRpNJcQk282Mcl8CbTxTiFCOm { width:15.6870403125rem;height:2.7941175rem;top:8.5581207275387rem;left:24.119943439961rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDTFdJAV1BRz5xMrIcmMI05ut3TMEuC { width:13.9993105rem;height:9.7794113125rem;top:33.80419921875rem;left:3.8706339001656rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsmSXfd8NVtiwM0kT6OX0i7P8xQDwagX { width:19.9375rem;height:33.75rem;top:19.12353515625rem;left:1.6245403885841rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumDa1yST1kZa3o9wF1D5k7o00IETLiq { width:9.375rem;height:9.375rem;top:21.748779296875rem;left:6.8072145581244rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUGHGyf6nsqesQdAcTSFdB1dbuRWXnvN { width:16.374rem;height:4.1911764375rem;top:46.239990234375rem;left:3.8701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZtFndQirnXSXJXkJpeqAwUiLlQiT59p { display:block; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMrwGPl8gAp63609QdOuvT6lNxsr8NPg { width:47.75rem;height:4.8529411875rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkzqQh1n7U2T54PKA1w4E0LSMSKydpz9 { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9usck2qnb86EnrtusTgWy4IsI4nTXI { display:block; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn3Ikms8M2JygxTX1TH0B4tmiOwZ4aRI { width:19.4375rem;height:1.6176470625rem;top:6.125rem;left:3.8085935711861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCAz9k476yBOHpiBvoPXG1T8rvihGMEf { width:19.5625rem;height:23.7499985625rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TGsKNnrkX6WFBKn8o14IPAsM8Qx1xU { width:15.6870403125rem;height:1.6176470625rem;top:3.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8VLKw5d15lvm0F5QXt7W41gewz5zOfR { width:15.6870403125rem;height:2.7941175rem;top:8.5625rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSdXXNLRTt0Ulb4dzxL71sQ2XNABthwP { width:19.5625rem;height:13.5625rem;top:2.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #howFQZSthToVFlPiTSBcRteyX2WggiBw { width:19.9375rem;height:26rem;top:18.624755859375rem;left:26.249997913838rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA3yHVDyLmlvCxi3whfxBcEMSbSrRfWU { width:16.3740806875rem;height:1.39705875rem;top:37.384765625rem;left:27.495403110981rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAVOS90ufQXZOQGlCMC6FS8aPM3Ezh4C { width:17.3115806875rem;height:9.7794113125rem;top:24.739990234375rem;left:27.497701466084rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKTLQ5uT0VlZoN0qcb2NilgIr2qbAd4 { width:19.5625rem;height:23.7499985625rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 { display:block; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container { width:47.75rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2SFr5kaEa6RIREAyIm1lJ7U2IOaXC9s { width:16.0615806875rem;height:3.235294125rem;top:6.1190185546875rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGBTQDQUM71OBdh3UTxN2bqPsvzpsn68 { width:22.625rem;height:51.691173875rem;top:12.103759765625rem;left:24.12339001894rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzD8TOEG01LgfOAKDTvT2o5RcdaZPRmq { width:19.5625rem;height:13.5625rem;top:2.625rem;left:1.747472345829rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXv776DTmPp2naiVg6xtH6a0UMB71XpU { width:15.6870403125rem;height:1.6176470625rem;top:3.8097381591797rem;left:24.122241795063rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqsqOxq1RF8E3uHiPo2a6nuSipgn15yp { width:15.6870403125rem;height:2.7941175rem;top:8.5581207275387rem;left:24.119943439961rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loBo1pg0tT26GdSGgqN0O6Gw2rTiRvWt { width:17.3115806875rem;height:5.588234875rem;top:33.18701171875rem;left:2.8710935711861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3HZo6ZqyEz7admCU0yXybpwRHleZQqD { width:16.3740806875rem;height:1.39705875rem;top:40.4912109375rem;left:2.8687956929207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrz7qAVTCwLnIg2PPAeB25ZWZTyCCVzh { width:19.9375rem;height:28.5rem;top:19.124755859375rem;left:1.6245403885841rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbVT2XN00FxkZShtg18TLFsFnar2zxbr { width:9.375rem;height:9.375rem;top:21.68310546875rem;left:6.8072145581244rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x { display:block; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container { width:47.75rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfxci6KDDeH6gMfICKwO06idszBHtcRD { width:19.4375rem;height:3.235294125rem;top:6.125rem;left:3.8085935711861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwrSKdDnckoMrAih41CJiCR3QQWXulx5 { width:19.5625rem;height:22.352939875rem;top:12.125rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkgztJHqqZ1859da41LgvnMCMyhTugaL { width:15.6870403125rem;height:1.6176470625rem;top:3.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAbVo7OzchONlhFsyoFlJk7ST1L4lqqL { width:15.6870403125rem;height:2.7941175rem;top:8.5625rem;left:3.8074448704719rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9zCJcIiy6tiTx9sdavpFdHxvapudzg5 { width:19.5625rem;height:13.5625rem;top:2.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gne7SdsKXwrui80cWbDHz8J3zK46riQH { width:19.9375rem;height:29.8125rem;top:18.624206542969rem;left:26.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHh36JkJ5RHPyvnboPVtA6mW1yo8Kps { width:16.3734375rem;height:4.1911761875rem;top:42.421094894409rem;left:27.500782370567rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKLg2SEN08DRUxldOD8XuT2E9zS0TQm { width:17.3109375rem;height:11.1764698125rem;top:29.802345275879rem;left:27.500782370567rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxTCO55T1pl9BIzhbqiRuxOpvgTPylp { width:9.375rem;height:9.375rem;top:19.812500953674rem;left:31.468752264976rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4GaJy2XEHt1hZJZgTn25hvy8Nh5A9IG { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuFQCyvMDHK8L0ZIJPwxQoERa9xFmJpD { display:block; }
 }@media only screen and (max-width: 763px) { #S99It15eLMKOvX30LGuFOyD0T5gvkahT { background-color:transparent;background-image:url("https://images.assets-landingi.com/0QIM4atS/ZTzA_t_o_1200x1200_2_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT.adaptive-delivery-prevent-bg, #S99It15eLMKOvX30LGuFOyD0T5gvkahT.lazyload, #S99It15eLMKOvX30LGuFOyD0T5gvkahT.lazyloading { background-image: none; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT > .row .container { width:47.75rem;height:95.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUHDvcmQW0uWa34BiBZhwwX6qoiJHCAe { width:41.5rem;height:78.125rem;top:13.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q033giPb3QpbXzTTUNI1dbMu5wGW496a { width:37.5rem;height:74.0521625rem;top:15.529968261719rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ze7km94FUpf2ilrPEmkFRSVZfz7q6s { width:37.5rem;height:22.73335625rem;top:9.7500076293944rem;left:5.0937501788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVulGnr3onLp7eehcq4ABTnITCywlviT { width:47.75rem;height:8.1211rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf { display:block; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsUkNr5r0kFRfJmXKgpTTsfP2AN8nP3W { width:41.4375rem;height:24.625rem;top:9.24755859375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3WzDMyR3bULurRSGisTN9FDSV2XX1qW { width:47.748699188233rem;height:2.64705875rem;top:28.639404296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut2akPWRGByMRKHBQWgrwfXFtIqtxKdL { width:35.625rem;height:17.6470579375rem;top:14.3125rem;left:4.435546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uleKJxOz0wCUbs4JnyGKCfT7dvdBEQ6k { width:10.5625rem;height:10.5625rem;top:3.75rem;left:18.623436748981rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 { display:block; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTHhEwztnG14QopIJAT5K9J6CoxpLs8h { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exLDo1EbDBsnpRdIkAORlRVaaZE2I3HD { width:47.75rem;height:2.4264705rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg { display:block; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H { display:block; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2TecWLGeZfWyh8VPZubuh57XzN4vAfU { width:39.8125rem;height:13.125rem;top:1.4375rem;left:2.34375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SqWvRJW3i3xTs29A2q8gtwV1AoXOls8q { width:21.875rem;height:11.8382349375rem;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) { #IzHZTnpnmwGyMNK30iGoKTm8igtuTwLd { 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) { #GEcUs0d9DKpXgEBOAfTuQBNUgmePu6qx { width:3.75rem;height:3.75rem;top:6.9540405273438rem;left:20.820310413838rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg { display:block; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh { display:block; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container { width:47.75rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIW8SS7IUs4PpQEEAJD1n8VelsPuv1gy { width:21.875rem;height:12.6875rem;top:2.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhfuPKQtSXwPWz3sXVathTlcKqiOEo70 { width:21.4375rem;height:15.220587875rem;top:0rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgRUGucOePaXqT1TqxbPkShhzAxGvoa { width:3.75rem;height:3.75rem;top:6.843994140625rem;left:23.999309360981rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT0fEepACHt32gEvpoxGMbpCQxc3fmp0 { width:21.4375rem;height:15.1875rem;top:0rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lK5a0mPTmcd8MeGB09GMwowUkNhATsZE { display:block; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF { display:block; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container { width:47.75rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5gp9KPRyCBhmcZoOaNwsQ0ifhwrKQSh { width:23.1875rem;height:7.6875rem;top:1.28125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VXVL17GASndR9OZJi7fe4EpdSZ9Brpld { width:20.9375rem;height:16.9117643125rem;top:0.54339599609375rem;left:26.122470676899rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4VGLIG9Wvx307feWEdO5uv4FroeKNO { top:2.5rem;left:0.6875rem;width:22.5rem;height:13.0625rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h8fQA9dAq54Fpun1MTgZyA2HDoos7TkE { width:3.75rem;height:3.75rem;top:7.0910034179688rem;left:21.143152058124rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUGpCdg3PTcCTMeBlkgqiacsixpoTRlN { width:20.125rem;height:11.8125rem;top:2.0625rem;left:26rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 { display:block; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCpqec1SA8QRhWR5TpJy5p53sieiuidr { display:block; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtipNXDllfBUoeOS6y0RPkT9lpIhT2dt { width:22.5625rem;height:13.125rem;top:2.5rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZfUBw1tfvdZDs8H4RHDkrbwCM3iLI4H { width:21.0625rem;height:15.2205879375rem;top:0rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw04262OMooDrSBwNbxksiGKtOnNXvd8 { width:3.75rem;height:3.75rem;top:6.9611206054688rem;left:21.997930347919rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHw79dMRNRu0Em4o4wAtk454MkfyVZf { display:block; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI { display:block; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVuf3cPmkgW8w87rFw3gH7hBXyZB26bV { width:22.5rem;height:13.0625rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aibqVt3SVFhETEvoMqhDg6CHTtBXqC5d { width:20.9375rem;height:10.1470585625rem;top:1.8118286132812rem;left:25.749078571796rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTFcOObXuhJRFBKUmGJ8HF4TZ67sLTN { width:3.75rem;height:3.75rem;top:7.211669921875rem;left:20.560661137104rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0VCFV8Q03JtbK1WzgKNdNQBoekC2C7D { width:21.625rem;height:13.5rem;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) { #CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 { display:block; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo { display:block; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ph29wSgoeSiOT1c3J6onD3A2RTaUgKSV { width:22.625rem;height:13.125rem;top:2.5rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgI4LcMO1w861SAVfGKhqG98ANbpVuTT { width:18.4375rem;height:16.91176425rem;top:1.124755859375rem;left:0.99954038858412rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTaWSkSkN3RXaPTL7CWhgO0knp0c3ExW { width:3.75rem;height:3.75rem;top:7.172607421875rem;left:21.997930347919rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BszIBhOKAnHsn0NWykyZnz96HxkcQB { width:21.25rem;height:10.125rem;top:1.125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #flVffEJF7pX5m9DPo8PB8JFXF55hBcXu { display:block; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm { display:block; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container { width:47.75rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV7WqySqBz9IGEiU7rz7JNRQR9JV1u1I { width:23.1875rem;height:13.5rem;top:2.5rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hxQifAeyQkKTJtuzixMk0zHbZe0zG0AK { width:21.0615806875rem;height:11.838235rem;top:0.6239013671875rem;left:25.746782124043rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv2PgONI3GXIl6HsekTN3f1nJmRylUno { width:3.75rem;height:3.75rem;top:7.328857421875rem;left:21.997930347919rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmbVLk5kTe9rEvOxNGWT2bmP7oyT5ol0 { width:21.0625rem;height:11.8125rem;top:0rem;left:25.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf { display:block; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lixzZS4JMu7QhaON6TAWDl72D0b6b1al { display:block; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CR2DMFr3ds13Lx1WQl4e7kDEmz8T3V { width:4.375rem;height:4.375rem;top:4.5313324332238rem;left:22.979167282581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCvyGrrUuqFtd9mVyyX1aNnA5WK9sUZW { width:22.625rem;height:13.5rem;top:0rem;left:25.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0wX4WXquXRm7LP6NRz61vTN6fPhZQEC { width:21.0615806875rem;height:10.1470585625rem;top:1.2913818359375rem;left:25.683591663838rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd { display:block; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 { display:block; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTN0JzWsHF3pxihnH2LTSXwD6DSdeUEK { width:43.75rem;height:1.76470575rem;top:5.625rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCL4fM3ITBPJTZkFsyol2IQq7ri5921L { display:block; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6R9AVtOUKkznf4HdzgWAivnUL8bZ2sP { width:23.125rem;height:1.625rem;top:40.5625rem;left:24.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrczdOhUS3C5PyCGf3hvR1ZK58qWS9zC { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnJwwPhhg21Ux7heCEXIVoAZmzQLmSrC { width:23.75rem;height:26.9375rem;top:0rem;left:23.873699188233rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LKubD2tVJVfbCdg6hFDRSmOkFXNvpbm8 { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHJXZ2gJnZBRUNrPNnsBIiNWTfFUNo0a { width:45.375rem;height:19.4117636875rem;top:10.25rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfB3XBDOnT7hdDVTa1ETvVBZbf52tWpD { 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) { #HDZr1yJ4060P78eUlksXRviNPwzFzVWS { display:block; }
 }@media only screen and (max-width: 763px) { #UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq { display:block; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0GW20INSWlTKooqTFgGPMVf5GRig11D { 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) { #fRQuk8342NK3Sy7qJMebLxTyKcGWzuML { 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) { #Ilb9nQ55goRKbWhDWCWOqr1wqxflTLyd { width:37.5rem;height:1.5441175625rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQKMnxumUplH9QsOQr4y2NfNuQtFuVX5 { width:37.5rem;height:10.8088229375rem;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) { #Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV { display:block; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkofdEh0ZDmmp2WyuILgy1QF22Bde3Gx { 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) { #ukNyRLnrJZbHOAynvta6oglmuw1N6dlm { 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) { #FEKf6B3zF1LefTUvsezG1HbwUx9wQpRS { width:37.5rem;height:1.5441175625rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO1QZvSTQ6LnHgGmzfEEs7ngN7i4hb6x { width:37.5rem;height:9.264705375rem;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) { #E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl { display:block; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNnTwZr5epo0Wgvt3V3qv5gp03OgTrE3 { 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) { #R2OWOFVKI896wBylmgnTNFZgQ0fNMw6C { 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) { #UdnSDHmhdsm6OVJhdcdWLvHaTA0ueB8V { width:37.5rem;height:1.5441175625rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5GTNZF2byxsl8hHzEImG9C6w8W0v3N { width:37.5rem;height:12.3529405rem;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) { #oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl { display:none; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VzndJLTSFCZUURPMruN6RRSe19l1Hqhq { display:block; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kodBpONg0J2VOUdVnMCHceOUcb1oazk7 { width:47.75rem;height:1.985294125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQx0LtZVdKF3NmMuNTDLGQOTlKJymDIr { width:47.75rem;height:1.985294125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO { display:none; }#GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO > .row .container { width:47.75rem;height:105.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0wx5Tzv6ptHZPKo0pmp2eKSlKGd0FNw { width:22.5rem;height:89.0625rem;top:2.2874755859375rem;left:12.684971630573rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBNEbJnlQLM7wFiIcNT5OF1vsq6kH0J { width:21.25rem;height:9.1875rem;top:3.1041259765625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDEZXNNbX3Rs9GTwQlkcvpS2yfTEP9nb { width:12.5rem;height:3.97058825rem;top:3.9049072265625rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU { width:20.8125rem;height:15.24632325rem;top:14.3251953125rem;left:13.453583538533rem;font-size:1.0625rem;display:block; }#bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU li:before{  }
 }@media only screen and (max-width: 763px) { #BHFOwKtSqPnLbQGFweA7i0CNpaGPlv2F { width:13.75rem;height:3.3743105rem;top:69.080444335938rem;left:17.057674229145rem;font-size:1.0625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1ffdu62HWpmnP290pplTTycGgLBxXQ { display:block; }
 }@media only screen and (max-width: 763px) { #TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ { width:20rem;height:4.6323528125rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }#TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ li:before{  }
 }@media only screen and (max-width: 763px) { #chDG6Zuk37VTgfo8b7euTTrDPzSMkV0P { width:12.5rem;height:1.985294125rem;top:55.928955078125rem;left:17.758500874043rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXwp3Q1epnSLis1XzhFB9rp5esgKkEW { width:22.7493095625rem;height:1.985294125rem;top:53.178588867188rem;left:12.557444393635rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCsWG8Im6p106PodO7Rz6SIbdVFUrf43 { width:21.5625rem;height:2.1323528125rem;top:60.476318359375rem;left:13.151424229145rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEPqX3CQ9x8IGgP9N3dqCG5ZcPo2dGuf { width:12.5rem;height:2.4264705rem;top:63.109619140625rem;left:17.682674229145rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDpZQ6yq8DJU4TsHNVQ3nd3nIkxlrvAx { width:12.5rem;height:1.985294125rem;top:52.24755859375rem;left:17.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHTUoQOtASQrscIPZ9y3JZTeDILPZcXH { width:20rem;height:1.5441175625rem;top:77.736694335938rem;left:13.932674229145rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHcK9NeyNp1BaJor3ama48l6DnAHHEUC { width:12.5rem;height:2.4264705rem;top:80.245849609375rem;left:17.682674229145rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFKTu9WhMi4tnVez1c67LBiITihxvtr { width:13.75rem;height:3.3743105rem;top:84.8828125rem;left:17.057674229145rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9zQyJDAUpJoNkrqgLTkQFyQTms8Oeox { display:block; }
 }@media only screen and (max-width: 763px) { #gky4yt6kW66iSk72RPg3zdzceemvDF7D { width:20rem;height:1.5441175625rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8QqQ6Kl7VPBhkvzyFETlKTodrg2etBu { width:21.25rem;height:8.82352875rem;top:80.794311523438rem;left:2.5729167461395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqGNoXKc4AiTJRx0KPvavCCt91NJOPu { width:21.4375rem;height:3.5294115rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXirVlaEZTryuSr1bTXDfyb4A2eCBk2J { width:21.875rem;height:3.5294115rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9GTHNxOF9pRXgzgdmkASrJr93fadPKk { width:20rem;height:4.6323528125rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }#z9GTHNxOF9pRXgzgdmkASrJr93fadPKk li:before{  }
 }@media only screen and (max-width: 763px) { #x341WVklMEZo4hTMo5Omgg3gd3JviTs2 { display:block; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row .container { width:47.75rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGW69hN5HTL1G953dRCBQOxJVPwvngvR { width:22.5rem;height:89.0625rem;top:2.2874755859375rem;left:12.684971630573rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNukcspiMhM2stwJI44Jg0ht8ym5e6AX { width:21.25rem;height:9.1875rem;top:3.1041259765625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvA4MXWimQHf3XPBi4eXTv1Z6OAMDkVn { width:12.5rem;height:3.97058825rem;top:3.9049072265625rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9a8r60ni33aqVQv7am3se5KU9oEKHFz { width:20.8125rem;height:15.24632325rem;top:14.3251953125rem;left:13.453583538533rem;font-size:1.0625rem;display:block; }#X9a8r60ni33aqVQv7am3se5KU9oEKHFz li:before{  }
 }@media only screen and (max-width: 763px) { #G5eOpPLcnbWWpBmGWJydBb9rQzryhZPX { width:13.75rem;height:3.3743105rem;top:69.080444335938rem;left:17.057674229145rem;font-size:1.0625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #GNAcJGyRiVOnW8dZInZRw2H3SOrmPTTW { display:block; }
 }@media only screen and (max-width: 763px) { #h6VyQ76PTlqysvypAGXsBQJufTUuu0xn { width:20rem;height:4.6323528125rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }#h6VyQ76PTlqysvypAGXsBQJufTUuu0xn li:before{  }
 }@media only screen and (max-width: 763px) { #xCd2zeE42AEqZI7AiNqVBxdVlI2XLv4l { width:12.5rem;height:1.985294125rem;top:55.928955078125rem;left:17.758500874043rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06xrAkVU0AP8w3JTTzbFLA7UwfRPz32 { width:22.7493095625rem;height:1.985294125rem;top:53.178588867188rem;left:12.557444393635rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisuaURU5dPOIbtllgJLXfGKQaLgyrCa { width:21.5625rem;height:2.1323528125rem;top:60.476318359375rem;left:13.151424229145rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc9cTruil6kPIZPD7HGUUCHhtI690QkV { width:20rem;height:1.5441175625rem;top:77.736694335938rem;left:13.932674229145rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyTsUivZBTFhfnuOPChT7bea5kwM410V { width:12.5rem;height:2.4264705rem;top:80.245849609375rem;left:17.682674229145rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROASRt6nO6PWwNwwXQbr4mkybQUknedn { width:13.75rem;height:3.3743105rem;top:84.8828125rem;left:17.057674229145rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPtulGcVAxTwuEvJliuhabKqKTHlFK1 { display:block; }
 }@media only screen and (max-width: 763px) { #opgAvz2DzBXysu06ZngP934azAATIZct { width:20rem;height:1.5441175625rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvGyoiWF6VM2E6HfWtSFIwWD4ubAJ5TQ { width:21.25rem;height:8.82352875rem;top:80.794311523438rem;left:2.5729167461395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QvE0RFdkRPpUFkrW1rnIaXNDF6keKx { width:21.4375rem;height:3.5294115rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfP31adetnQVWST7URhTzaSv4QH5WdI { width:21.875rem;height:3.5294115rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ { width:20rem;height:4.6323528125rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }#FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ li:before{  }
 }@media only screen and (max-width: 763px) { #A4gsvTedleoa1mHXAF0iI82cggoJAFtl { width:12.5rem;height:2.4264705rem;top:63.109619140625rem;left:17.682674229145rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ { display:block; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQVyIIAMOebkp4HwIxakELIeUhwcKenJ { width:43.0625rem;height:1.6176470625rem;top:3.623779296875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TekOzxlIaDnwgqmeZH9wWbg5pLSkSpb4 { width:46.6875rem;height:24.7058805rem;top:1.9375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLNI9zmGOVbAlquHDh4rokKnsahTfTJ { width:9.6875rem;height:9.6875rem;top:105rem;left:0.18244457244873rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE { display:block; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container { width:47.75rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asSQqTUSaTyMUuhdHQcxrF5yucNGUUrX { width:21.875rem;height:13.5rem;top:8.65625rem;left:2.6979167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gry3Ee0eyTQrqC2qhuxSXlGt8fGEMpuz { width:18.6875rem;height:2.41666675rem;top:2.416748046875rem;left:14.53125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XECbZSf6OH7g1hZ2eGQJSn7lFBWicSHq { width:18.6875rem;height:1.833333375rem;top:5.45849609375rem;left:14.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpcS3k9TUEDlATOU65iF3CgTZSZNI60c { width:17.0625rem;height:4.000000125rem;top:16.75rem;left:27.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0PJoLkxh2HM20QhTdT4o9Fq3UxHczxz { width:3.5625rem;height:3.5625rem;top:8.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbtB6voeqiBT2nNI3muX11xOk3ugeHXF { width:20.9375rem;height:1.333333375rem;top:27.166748046875rem;left:13.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNKEPuGpMadVd2Ud84BavxwvdgNTf163 { width:19.25rem;height:3.66666675rem;top:12.25rem;left:25.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECZAZIGE4NGI0HPHidL0LaKWNenkCUGw { width:43.6875rem;height:2.66666675rem;top:23.270874023438rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTrBfHtmL3T0KXThOirPhhlbBah5AhTw { display:block; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container { width:47.75rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuxNcav9WyUnRTcJZBaCZH0DuGPXWCJs { width:40.6236991875rem;height:26.25rem;top:2.1875rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9T6EGfkZCTmKzqpoDTcn6Z3fg3SnCJ { width:12.4375rem;height:12.4375rem;top:32.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8fov6wufK7zpAVKL7h3LkQx8iUk8wzr { width:35.9375rem;height:22.6875rem;top:30.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwcIgiGDirwaoUU0LpdAlOCLCy1mWBTN { width:25.8125rem;height:14.250000375rem;top:35.375rem;left:17.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacrR7aCTfqEge4eXQW8eOwhfTLBWV1N { width:23.4375rem;height:1.75rem;top:32.625rem;left:17.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c21StgIEl7ESqKTh9HNlRr2RPLnawo70 { width:17.416667375rem;height:3.354166625rem;top:54.75rem;left:17.739583969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddzPm1KJldaa1zaJNpw0LqGkRH0xgfu { display:block; }
 }@media only screen and (max-width: 763px) { #nJSov4I9FGBomyd2dK7t5gdqrGQTgM0I { width:2.5rem;height:2.5rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCqacZtzWPe7dM30CGez671porwSdEGA { width:2.5rem;height:2.5rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siPLQaJ2LTHktfJ1aenUnvylHncw2fVH { width:2.5rem;height:2.5rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4nh0ybZOKCtXNTChEntATHG1fOT2ZVl { width:40.6236991875rem;height:26.25rem;top:2.1875rem;left:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuuPINsl5yUJo0dTygpf21cOdLcT1l5t { width:40.6236991875rem;height:26.25rem;top:2.1875rem;left:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ughtoBKGTJWMbd5IcDTQhAMaUlAm9GuL { width:40.6236991875rem;height:26.25rem;top:2.1875rem;left:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo { display:block; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adEeq4Migg9xRVqZAgw4zEivpscpTeJM { width:40.6236991875rem;height:52.5rem;top:4.8125rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr05y80FWudSXHeUug0fe824QNBbVwHR { width:32.8125rem;height:1.75rem;top:2.1875rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e { display:block; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPMDcl3oA0nbLJrftkh89NTr5P8hwxvg { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4264705rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUhxtcKsrcDvLaiJU89J2cpG2mbmza3M { top:5.5773437023163rem;left:10.718750357628rem;width:26.3125rem;height:3.6029410625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9NqFo1byHf4doCKAXSTTdJR8SQa44k { display:block; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container { width:47.75rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAb4LGodpB0f3kPUQTz68JMw81vMJfZC { width:26.4375rem;height:32.1875rem;top:4.125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCpdJbt4HQwciPuV8q7HpGNtZmyFzhpQ { width:20.4375rem;height:1.6176470625rem;top:6.375rem;left:22.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2pJurBlKXW4VKtmJo49DXk0urrG1ot { width:23.5625rem;height:7.3529410625rem;top:12.0625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2lxriRUTovKOCSxtvvDMw6SJwb1RVBt { width:20.4375rem;height:3.235294125rem;top:8.3229370117188rem;left:22.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWuKrQtD6cKWpCZqdzmm8ZMPbF929JfZ { width:21.25rem;height:1.25rem;top:33.375rem;left:22.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byOBNbUStEd1kfRXWcvhgD0GXTUvXFWr { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfVEz2NPdhcoDiUmaUya29rR3moRBVdD { width:8.75rem;height:8.75rem;top:0.875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGOiFNpq1N6B1VZSu71LlXg67qcH5Qxu { width:8.4375rem;height:8.4375rem;top:5.2083740234375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwPQbZgFr0Mt8PzTsAmQT9HEWoahEP0l { width:23.5625rem;height:5.8823528125rem;top:12.0625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoB8O6DI2zxTCGmlah39qhy53qKggMTN { width:23.5625rem;height:7.3529410625rem;top:12.0625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrHkxkLBeQzmKi6NLnzGeG74e4ISeHK { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJFq9ZXLwElN7Ie4PRLZL47Nf91eflIw { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPWymxdEeUn3PB4CUfGaCctIwuHBO1Z { width:23.5625rem;height:1.4705881875rem;top:12.0625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4G4adpJAefShUgnHUoxgllL7AAvhRwG { 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) { #IMCaCbeqNWTJfIFRiNKN96h3niMZHWFD { display:block; }
 }@media only screen and (max-width: 763px) { #duwlkJg48IObvqQimw7NR1NctCSNG3cD { display:block; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8MMCTqfbQR1mLdESbrDIf9uAgzgfU6G { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7N9hAtOGeETgTxfbTPcR1gqJcnHukK { width:24.4973965rem;height:2.5rem;top:14.415374755859rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcfUucokmWwqTkT3hfSITqeyJNxbahxN { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #aTtTitVRz0fk55cnv3ULHNLWF92nvfKq { width:27.5rem;height:7.5rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMWTKHHeDzInGCBVA0wwWeAavJxkTVh { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmuZENDSSotfyhSMQ1iqw333XCi1vBVN { display:block; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFVpqsKnzE31mJKti92KQWGWEb6DCHes { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #KdCBUI1RAc94JSBCsTbGfJW8a9z6i2pO { width:24.4973965rem;height:2.5rem;top:14.790405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWGsCQcaAZDwKPMPICuZUzTvIlDEA1pk { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #pE85blbDTl7qE44gQ59n6s2OaAM9aeKp { width:27.5rem;height:7.5rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFcNlUforTF7tuzN2giGzOxTqMhFTM0f { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlfdP0L6Me572c24hkvk3m4JKevUafI { display:block; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpPC5LiAAABkheasC6Z1A9ShmzmuJgSg { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #ssSeTlRqcSR2WkPRaL662WbqaHZOxq6X { width:24.4973965rem;height:2.5rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzWkUn2UPIWmKQhxBMpHIIbbmygFFd9 { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #aIe1WSLLN8gaoo9wE7pz6mRcklWRKBuz { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUyzo5wr0RV6Hi6nHPbdMc13z2aTmOeI { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl { display:block; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMRlghSyztdrR0chm0ZzBgbXRUenesIR { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo { width:20.9375rem;height:8.2925rem;display:flex;top:16.26953125rem;left:13.201823234558rem;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) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #KGsB8MHTgZtEIJUebP9KDGRNmKGQAuDr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #WaxCp4TkKhsOT2fguLMcBA7RZnx0Ty5D {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #poImsbVkHFDREgQoryhxHVOphuEyqmlk {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #pNSySoR6X2TpcgRrLvAcs7e0EHS4rITT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #vvZcl1Z6ekCkg72NCAJSqesusx8xUxJe {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #JpEdNUJx9vyf94UOMwDTRDgULhuUMnZs {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #XdKSaUhnVC1lbDXzgqx9AguNn7o9SwBF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #gLNpSX4SdlEFxh381NQUglrrOxTtlv7t {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #m7tENNBnhsvDi4qu5ppc4DTMOBIWqUoN {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #X0uStrb59Ktd08IpDhyXqeiHahMhd1E5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #oAhSwPeKUkt89sBKLxinPcUvhiGf4VBT {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #VkfiBhP0NL1WhKTdC0VIkN7Wmlz67Mkq {  }
 }@media only screen and (max-width: 763px) { #DI3Z5Ts6GhslAfCH5P1XmrRXoIAcciaT { width:23.125rem;height:1.5625rem;top:12.25rem;left:12.279179573059rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG4uoWF8RzxXPMzLfMkT7VP7J08BIAEL { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqrHCGLV9oxUIqrzgWqGoiMeqzzsPTpG { display:block; }
 }@media only screen and (max-width: 763px) { #TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON { display:none; }#TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fRG9JydR2MGJzOqeEha85THMmklHfLBT { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 { width:20.9375rem;height:8.2925rem;display:flex;top:16.26953125rem;left:13.201823234558rem;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) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #FzP9R3uxzFs4QzlzHvfg6tLDhKp2zESA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #CtSXsaZTeTq143DHhb9KRM4cHtv6VPnb {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #gTWmpvmMcwhiLG5qfyJUVyyqI6agvR3Z {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #ddETPGndDD5iZHINNPekbvGrRNKDPdiB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #yTSIuTrOcJZ8M0yC3mBrVs7Weg6Nfeep {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #uzyooVC3ESSoSNV7TnaEevTL8ve6pmpL {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #EEloLl4WWFLgikTUIfAmz5PrwKNqxiDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #mhRpgXxZCxtiq91OTJAbqZ98n5BVBTua {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #bcSqlH3OM8DGX6TN6xGaE8J0FKp8fxlg {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #rOKHxLF6J6eJL3usvmRPzJM445IqmZTk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #Rxw3NNqgApRPtVp09bHOrBr6Ac8D3vhf {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #EerKQV3d96cPeBqpDw4OLlhQn8wDrEzK {  }
 }@media only screen and (max-width: 763px) { #shzDztEMxbA5VRDnCo44dGeZ3hRLhFGg { width:23.125rem;height:1.5625rem;top:12.25rem;left:12.279179573059rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINNFK4HLh2Ubp3rUx5dCdK0mrBV7axR { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPuSndHK9cF9GuZf2LJqzp95xTCUwr40 { display:block; }
 }@media only screen and (max-width: 763px) { #XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo { display:block; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGn68raG9lRSURSRTQLV9kWrDbn8kuK7 { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4264705rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pwfMXsqU3TVgIz8RG9tB8Owcd93cZz { top:5.5773437023163rem;left:10.718750357628rem;width:26.3125rem;height:3.6029410625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk { display:block; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idDdKJMrre4qsBnC17Ckcd9Uot1BAPpD { width:31.25rem;height:30.5625rem;top:6.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9erxrdbg8i6d9d43te6H47ciVMBwDwK { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tth5SO4SWKEsGUhyhqroNKDfcT6Ins6I { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrh4Zm6oQtOVE9H5qqtrTLAnR1AO8imG { width:14.372375rem;height:1.323529375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW6XcVDF7eqbdi17CeVh6RcebwITF3IX { width:22rem;height:1.6176470625rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHySBuFmGpldQng1ndNcf42bnG9TPeq8 { width:22rem;height:14.5588235rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtZhZE5fcf39SSuKR2zlDOlcCQho0spy { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTmTEM0o42hFnndv7vhdOXFhxAkimHWt { width:20.4375rem;height:1.6176470625rem;top:8.3229370117188rem;left:22.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu { display:none; }#bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu > .row .container { width:47.75rem;height:105.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #twAQbRre9HXegBM6iwNRmtPf4OkUCeQu { width:22.5rem;height:81.8125rem;top:13.537475585938rem;left:12.132352650166rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTDFUdaCa93n4CskVCykoOpwve93qW4G { width:21.25rem;height:9.1875rem;top:3.1041259765625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfq2mVO7mOzD938vfKcIRO2mGT15KUXs { width:12.5rem;height:3.97058825rem;top:3.9049072265625rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN { width:20.8125rem;height:22.4264694375rem;top:14.3251953125rem;left:13.453583538533rem;font-size:1.0625rem;display:block; }#pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN li:before{  }
 }@media only screen and (max-width: 763px) { #uw2WpEHHvPF9Iz6G3xmkvfQAEfO9qdi9 { width:13.75rem;height:3.3743105rem;top:77.77685546875rem;left:17.058822453022rem;font-size:1.0625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #EmvrmVcrOshOUTFJxIRtnyT5GiGRKRxC { display:block; }
 }@media only screen and (max-width: 763px) { #PvWd8TbrZKVGTPzDMgh9Qf3CxTLrGhrG { width:12.5rem;height:1.985294125rem;top:9.1654052734375rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5TDMrg3awpPrMPGxSiGvJfcWnmMpdA { width:20rem;height:12.352940625rem;top:38.75rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimLtvoc5pbCyCeZ4kDIHGKfSHuU496o { width:12.5rem;height:1.985294125rem;top:62.0625rem;left:16.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJxSizTcqaLOspagLDJn4bIX2azKJDlD { width:22.75rem;height:1.985294125rem;top:60.0625rem;left:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFR3OMRMJrV90hCvPb4vnzh3AUazOpM6 { width:21.5625rem;height:2.1323528125rem;top:70.609130859375rem;left:12.599953472614rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfVwC8PruHC5a9LdD0oaHseBfU0CgDbq { width:12.5rem;height:2.4264705rem;top:72.74267578125rem;left:17.683822453022rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM { width:17.8125rem;height:3.088235125rem;top:51.93701171875rem;left:13.937269032001rem;font-size:1.0625rem;display:block; }#MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM li:before{  }
 }@media only screen and (max-width: 763px) { #bXEX9MR1rynb53L4ddLMSLNXbpfotpwO { width:20rem;height:3.088235125rem;top:55.8125rem;left:13.9375rem;font-size:1.0625rem;display:block; }#bXEX9MR1rynb53L4ddLMSLNXbpfotpwO li:before{  }
 }@media only screen and (max-width: 763px) { #XlCFRD1Lw6A9buJlee95uCJMTT7wRmRv { width:12.5rem;height:1.985294125rem;top:65.9375rem;left:16.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLwVxTymxqUBNTCPvlQeFOsBCUa6HSL { width:12.5rem;height:1.985294125rem;top:67.9375rem;left:16.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shdMTpTSTIF9GH7nGJrC7TqSWJRsFbPV { width:12.5rem;height:1.985294125rem;top:52.24755859375rem;left:17.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9nBhpBXh38T5LhLhExuzFL1UV1zP5d3 { width:12.5rem;height:6.5625rem;top:79.989868164062rem;left:29.559970676899rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #JNT83zUfXAl4KSFRKskQnhFbTLLOL0bt { width:12.5rem;height:4.1911761875rem;top:81.115600585938rem;left:29.559970676899rem;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS { width:20rem;height:1.5441175625rem;top:75.398681640625rem;left:13.934971630573rem;font-size:1.0625rem;display:block; }#Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS li:before{  }
 }@media only screen and (max-width: 763px) { #pVpDPLaK83VhXJXgKniibp6M4QGImTC1 { width:20rem;height:1.5441175625rem;top:83.674194335938rem;left:13.381203472614rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHDDQ3WL13AxWN0r7PlJM8MeFomGOMN { width:12.5rem;height:2.4264705rem;top:85.183837890625rem;left:17.130054295063rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLqWq0274l7m72JlCxiheXhkqLV9rBZ { width:13.75rem;height:3.3743105rem;top:89.821899414062rem;left:16.505054295063rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8m801wXdlP1cTEIlQ3CCGTclpxEiV5Q { display:block; }
 }@media only screen and (max-width: 763px) { #e1PrMSHH57heoCfrD9wblJdM4dApGzLA { width:45.4375rem;height:6.17647025rem;top:97.618286132812rem;left:1.3694851994514rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v5FdF4c2xwJPNnDdETI5Tq8fXo2MB2Wc { width:20rem;height:1.5441175625rem;top:87.575805664062rem;left:13.381203472614rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA { display:none; }#FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSDhcCSXE4T8ib98WlXrlLlx9Z9hWdcA { width:4.375rem;height:4.375rem;top:1.875rem;left:21.685545742512rem;display:block; }
 }@media only screen and (max-width: 763px) { #USTINPEQqq9ThHxX0BkCm85XWgArRicN { width:18.75rem;height:0;top:9.125rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5yAZ1UlVtFi5Zmf7PavKQMIIt7gGWrR { width:47.75rem;height:1.985294125rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZckwORoDWFHOzebo6fHcxp7KMFHDbgr { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV81wz2pXl4B6FvRORNK3dib7O66vTc0 { width:18.75rem;height:0.0625rem;top:7.1875rem;left:14.500001132488rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #c5udf3s4t80kpqai4XX9qL7rPTvacwPc { display:none; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc > .row .container { width:47.75rem;height:28.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCizxt9KiFv2HhMR25BdJCodI3voUEat { width:3.125rem;height:3.125rem;top:2.7890727519989rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwbGqQ3oOCccEiTfJrDUqoNCgMLrFayb { width:24.5rem;height:8.1254875rem;top:5.9974060058594rem;left:21.28125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwGz2zpbEtV4IpmBwDnhNERrym1xsm6T { width:28.4375rem;height:4.0625rem;top:15.37109375rem;left:19.311809360981rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTEnhWFulbG1QXLgNCk0v5th7ZyRgPwS { width:5.998391125rem;height:3.2504875rem;top:21.374145507812rem;left:30.52964001894rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf { display:none; }#BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X7M4XXlaIe5JkGlc31T1bQCDA6USPbTI { width:3.125rem;height:3.125rem;top:2.7890727519989rem;left:31.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKNyCxV5aoweOb14zk39aJBvbU2sQJR9 { width:24.5rem;height:8.125rem;top:5.9974060058594rem;left:21.28125rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbSdTNkTJqqTHo7y7c9PRhIFGOmE0xEu { width:28.4375rem;height:4.0625rem;top:13.997396469116rem;left:19.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TudtdUFTPJd5JvR0QPGrcLNpeHrvehUU { width:5.99869775rem;height:3.25rem;top:23rem;left:29.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #InOmi6ebfpP23qgnfwhIXTWMT43ohMab { display:none; }#InOmi6ebfpP23qgnfwhIXTWMT43ohMab > .row .container { width:47.75rem;height:46.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaFdTuTDsdkw0eF6RPuIu2WvhpeiaT1i { width:43.75rem;height:29.75rem;top:9.6717529296875rem;left:1.9967830777168rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXaFBVbWLnxzOG66i82pR4GHWDkBHpNM { width:43.75rem;height:2.8125rem;top:2.5rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzRtbXvNW7cFcyMFZvT9U28mIsBo0rAX { width:43.75rem;height:26.916667342186rem;top:10.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DV6R6dDCIrCWc1pPI4Fh2Pkiz2eynsJ4 { width:43.75rem;height:19.000000476837rem;top:10.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AB1OUal0SzepH4McsiVo590sJ9zaByyC { width:43.75rem;height:25.333333969116rem;top:10.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqM0rmT8lNk6tTLzENXAl97k4hpTcb6F { width:43.75rem;height:26.25rem;top:10.187500476837rem;left:2.0000001192093rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k14y3V9TqNkKrBVhAT9JyPrtP6ricwaZ { width:43.75rem;height:5.625rem;top:2.5rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTeNJyHpqGupEdHNKwvV7fo9IhCPKTTA { width:43.75rem;height:35rem;top:10.187500476837rem;left:2.0000001192093rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJizQq5TTXMUE1CUPthPbILfKpG9B3GF { width:43.75rem;height:5.625rem;top:2.5rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQTB2XKaNRfT4A21FPAUh2vdCw7JRXkS { width:43.75rem;height:5.625rem;top:2.5rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0KmUlZW30BTeZQVri1s0Ml1AqODW5Ol { width:43.75rem;height:19.25rem;top:6.1666641235351rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxaMRv9oClw7w3J0kf3zOZv6n7DbkUS5 { width:43.75rem;height:1.75rem;top:41.015625rem;left:1.9967830777168rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU3QLt0GbDJEnydmv7NtXssEkHKedBMg { width:43.75rem;height:1.875rem;top:5.33349609375rem;left:1.9967830777168rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV { display:none; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV > .row .container { width:47.75rem;height:15.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ws9G3q1tbnG3IkPXdbtTfNIpMUVIAbwb { width:43.75rem;height:7rem;top:5.5520935058594rem;left:2.0833334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtMsdn7NFP30PKGvehcnDSZi6OT1Upz { width:43.75rem;height:26.916667342186rem;top:10.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPbb0iTJixPxpTBtXsrUxamzaLauo5yB { width:43.75rem;height:19.000000476837rem;top:10.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Amk6drvUUp7924TTTN49fFHuFmFoF3zx { width:43.75rem;height:25.333333969116rem;top:10.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix0eh99oA7zpmFDHqBEgSWzytpS99hT2 { width:43.75rem;height:26.25rem;top:10.187500476837rem;left:2.0000001192093rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIXaold17KdRbbdSA5zQOVWaTMFzPxq1 { width:43.75rem;height:5.625rem;top:2.5rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8DilrDXCil1J7ZC2b0TP208iPLibTUx { width:43.75rem;height:35rem;top:10.187500476837rem;left:2.0000001192093rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJEEisdDMgNw8s5Gt6pkNdaprXsWaLLM { width:43.75rem;height:5.625rem;top:2.5rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIDNbLylh6cRBrVFK5H9Tz7UNET4Im8k { width:43.75rem;height:5.625rem;top:2.5rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOCgUffbqtoPDVxqqT0ERGqGEokzh3XG { width:43.75rem;height:3.28125rem;top:2.3229217529297rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt { display:none; }#SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eBlF17bkZ2fwJmsivxmN4go47s8zgp6h { width:47.75rem;height:4.0625rem;top:2.66650390625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE8KVqlaHhsWt1Tkesd5K7LXrW44JOrf { width:47.7486991875rem;height:1.86875rem;top:8.6015625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukclrZqHMPss1PoQFVG9sIOxacxEht2o { width:18.75rem;height:0.0625rem;top:17.125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFSuHc84S23W3WiPBHwHo6G80Pv0pkmp { width:47.75rem;height:6rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .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; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .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 #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .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; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 { width:20.625rem;height:8.1925rem;display:flex;top:11.29833984375rem;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) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #Te6BAeU8ZkSJydDUtcrK8tFsRK7FBNob { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #fG3pVaSMsddrU5FyI420FEtxv6FkGiXM {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #XUIJiTiuniypqmOm8PtTkQdgdKkHshJm {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #qAWfnemNCoWOcd7GAlEGJNrXDFZ6Kd4b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #oq4g0ITCouMNMILGPSTzQRzWAQuDUA7G {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #D7vnQuZSwSblHyRySuZt1m2oLhPRDblA {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #towz4M8r9r4edJrh8IF1FPtmcqWxCnVD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #WS2yghkyM81P8T0XK1fq5rq72sudRfCU {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #cgLotIQHOaLm4zDFU8K0RmCiESfMr6fT {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #wLQTI4vTC56yo1fOTaWUxqFN9ts1chnv { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #lpfrlIGoKEf1r58s0oxwnCRLaR2X6bZe {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #VI7lluCIDlnza6etU4fu37Mm14B54FDn {  }
 }@media only screen and (max-width: 763px) { #QZ0JciktBZSBAzsO74RnCkSJ5m3tdcG6 { width:18.75rem;height:3.3743105rem;top:23.937255859375rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2p2XbAKd4ztT1BG0RT66XcydRdmQqkq { display:block; }
 }@media only screen and (max-width: 763px) { #sADZS8w1ztZbboXLBrVrOxhni1PMcres { display:none; }#sADZS8w1ztZbboXLBrVrOxhni1PMcres > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQMZQDfkGmbkOSnodzmUebHJcTBETFgT { width:43.75rem;height:3.28125rem;top:0.71875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB { display:none; }#MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB > .row .container { width:47.75rem;height:32rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fBlnos8Nv1nfuwhosw3TNqUA3TTyo1uG { width:37.5rem;height:12.15rem;top:17.458343505859rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVQbCbTix2Txlof9HuWxxhF5saRUl256 { width:12.5rem;height:12.5rem;top:2.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SW47hR6PFlS8BXULSnElZQEri4K0e4 { display:none; }#X2SW47hR6PFlS8BXULSnElZQEri4K0e4 > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka { display:none; }#E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka > .row .container { width:47.75rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QIsqyGOoPd6g6FgtdTmpbKK3fdgmH3ub { width:43.75rem;height:2.4166667461395rem;top:1.75rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB { background-color:#e3ecff;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; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row .container { border-width: 0; border-radius: 0; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row .container { width:47.75rem;height:47.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFF9HIP06rk3igPABTAs6AXVKS0uhMUz { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3eHUFdDvVeoW8IoJFBTNrSi6syRqOPc { width:46.1875rem;height:42.0625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTB7rvQENOumEy2vP1TceoZTPHSUbv5 { width:37.5rem;height:38.500000715256rem;top:8.2708740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0Cur6pPIC7DsfsTLrgFdMGnTFkHBNg { width:37.5rem;height:38.500000715256rem;top:8.2708740234375rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCe7BODP2eXIsRmcfoklpenEeXL0bSyF { background-color:#e3ecff;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; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row .container { border-width: 0; border-radius: 0; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row .container { width:47.75rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #leMd6EATCnJTAF6DdeyTB8gCBBCBq9Rg { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKDmIFM4MKNDThShlrDV0HZIIUgm95gL { width:46.125rem;height:21.5625rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnMD28mcLRWGiSIVccB89rvwTPUvOtQ5 { width:37.5rem;height:18.333333730698rem;top:8.1458740234375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR3vaQc0Bc9CSTtOqTvH1lXfg4O2STDS { width:37.5rem;height:18.333333730698rem;top:8.1458740234375rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFKX6visUR11EC6cNtFzxXbATd69JQKh { background-color:#e3ecff;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; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row .container { border-width: 0; border-radius: 0; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row .container { width:47.75rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHEo1USWsAHCSTVQZaLGKc0cEPOXfZen { width:6.1868104934692rem;height:9.75rem;top:0rem;left:3.1801469922066rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edQhZVk3h8RpARLEoSPdQbDfNqBAW4RU { width:46.1875rem;height:38.8125rem;top:4.6484375rem;left:0.765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZRseB7QGikX9TnelHADpgWlqOAb020 { width:47.75rem;height:34.916667342186rem;top:8.6341552734375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix6qWDKR27zWwtP0mIxs3L5Hdg4HAHEa { width:47.75rem;height:34.916667342186rem;top:8.6341552734375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f23CKISa7K02GAXvKyZGTFpgySl0HSnT { display:none; }#f23CKISa7K02GAXvKyZGTFpgySl0HSnT > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqfTWvuaQLfuARUxPOAScxtk8vH4kEX1 { width:4.375rem;height:4.375rem;top:1.875rem;left:21.685545742512rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkSt4iTO4xcQTSgXlNMgnJQPZo6w2gLi { width:18.75rem;height:0;top:9.125rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIQ37ZBKSIyz4oIK5k4sS77ecnmlc7e { width:47.75rem;height:2.030275rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi1FeiALPb6M8LZMa16UkW1lb8iFGJr7 { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2XSKTncXUDNggknM4QWJs05bNQMp3Ob { width:18.75rem;height:0.0625rem;top:7.1875rem;left:14.500001132488rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW { display:none; }#bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV { display:none; }#i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV > .row .container { width:47.75rem;height:31.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rEWw9LKP3fGFzSTUNnRHJv4oafyMXsXE { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGozMTPviZVqV87QLTpLsi1FawPEJfoT { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHOLCyel4INQxUDWLAXJkzL0iBEhBmva { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1mVTvFFoXwsk1tnHTQtRuJeaDwcALB { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbDDGk77gNxd22Ro0mkSqloyqHIACQX6 { width:24rem;height:31.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #rxhSGxrzUK30XtpAzwSaVtU5c9VcVg2s { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1eqMxOz0HMgTc67hHgdW12eVkhqK0WC { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEmfPBA8ld0UiDXfoLHZZ6uke91Ooffd { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeySREFG6iy2c3l0mc8LK9orp85uiETf { 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) { #oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I { display:none; }#oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I > .row .container { width:47.75rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t420ePMU1dlF9FSMTdshTZTCfF23gmsr { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 { display:block; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXUU2Wnyr2WXQw2DueLReMSUsAvsk0AU { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xwos2FUCT0tD0wPf1UGqX7bOOFBCPKIr { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esuy5f34OC8CNV79lTuVPr1RNZD17AE4 { width:47.75rem;height:1.985294125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLReEG2WGFHKxExL0vuu6dst2gpvXTmn { display:block; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4afqQmVZtGnM6V97ROE3bMnXCUQ4pJL { width:39.4375rem;height:7.0588231875rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWuukqXlx2xr2J2Hx89tSBEBA3JalntI { width:39.4375rem;height:3.5294115rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxdK0fgqtmuIUuNQE4RTx2tMmt0SSHvU { width:39.4375rem;height:3.5294115rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4bCmDXRKCQDWhhDqZTHEcXDXG0L99ZB { width:2.5rem;height:2.5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kItOlWnBMLPMKznJfub1iS2SLUOxuI5v { width:2.5rem;height:2.5rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADe0W5DyVHlJyXKXziXTb12Tyn64QWkS { width:2.5rem;height:2.5rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNuFXdOpuaTBOsdidfe1GAduHe4BsP4L { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30JCcWcuuuCGxyca7lr9UrpgsKE2dpR { display:block; }
 }@media only screen and (max-width: 763px) { #TD2PXoe7nOdlZSH9hVrGl830XeX8hh8O { width:39.4375rem;height:7.0588231875rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 { display:none; }#mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 > .row .container { width:47.75rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwupBK6dToTyLqnW4k6B8VKWvn1XtpmS { width:23.125rem;height:1.62524375rem;top:1.895751953125rem;left:23.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byVPbLWu8Z1byqevBtIK3wezLwBKsse3 { width:25rem;height:0;top:4.3828125rem;left:21.927083969116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlM5I06qG1h2TdSd1yFIZkGTxTWINnoZ { width:14.37369825rem;height:1.6875rem;top:22.389404296875rem;left:27.239583969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZI85d20NTffxoBoasehliTTEQB4rFz7 { width:13.9375rem;height:7.4375rem;top:4.34130859375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtXBiTLyoVyIELAT6oWctqUMoehTqSya { width:25rem;height:16.49195625rem;top:4.92724609375rem;left:21.927083969116rem;font-size:1rem;z-index:15011;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #oKdqp93NJrNA2t7hrTs9TMpTHOffp389 { width:25rem;height:0;top:4.3828125rem;left:21.927083969116rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB { display:none; }#yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aqz2ONn3ciqt3Zt6A4CTtEBfrxaypRl1 { width:23.125rem;height:1.62524375rem;top:1.895751953125rem;left:23.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7JCCaO93SlJFbri7aOsgFeOGZrwuZdF { width:14.372395515442rem;height:1.38135rem;top:14.010375976562rem;left:28.063802719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaAkSV70T4u53HEKVDB0dHk8sO8HJW5i { width:25rem;height:10.1953125rem;top:4.09375rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCbGt3ibgvuc3WJrGmnSkffTTLgknb3N { width:21.25rem;height:11.375rem;top:3.455810546875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxDq3nGdqn0T08aa8U4h9uf9TKNeoqm { width:23.125rem;height:1.5833333730698rem;top:1.895751953125rem;left:23.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sngt9MvyzJf4VTK00RioJLB0hoHZEzrH { width:25rem;height:9.99999975rem;top:4.09375rem;left:22.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz { display:none; }#PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6LqP0TzV5bRVAzKHgC0NH77hibiCiwl { width:23.125rem;height:6.500975rem;top:3.39453125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8GGUiteAE2JiU7lg1dGQsSvrsNIvC2 { width:23.125rem;height:1.62524375rem;top:10.135498046875rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbJq8Vod0EAQiiTxPak6MHiXEaZLQhfn { width:25rem;height:7.49634375rem;top:12.77880859375rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvCidME1nfzIbfhuByBkdqs9hVzEV1Ki { width:14.37369825rem;height:1.6875rem;top:21.326904296875rem;left:28.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVJp5V2zSJFlzHoV2COz9V9r0mh7wxu { width:23.125rem;height:1.583333375rem;top:1.895751953125rem;left:23.65625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyHyRdbpdDRCRC3mcf15gWmD8ZqIdiS5 { width:25rem;height:7.5rem;top:12.77880859375rem;left:22.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgmvcaitaU7Hbu8JfBTS2o3XgFV8rVoM { width:21.875rem;height:11.6865806875rem;top:3.3111572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsovFp2ByqnN6xT513cOmMEftRC3B5ZL { display:none; }#LsovFp2ByqnN6xT513cOmMEftRC3B5ZL > .row .container { width:47.75rem;height:30.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w0MQxcCPeMbsSpn8ZPWvWDwm5etkM0wo { width:23.125rem;height:3.2504875rem;top:3.39453125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv2JtAV2krrbyZKLBMsp01K7BwmEWf1a { width:25rem;height:14.9926625rem;top:8.656982421875rem;left:22.749309360981rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b39UARZcEVJB1izOK2BLcUNm0V8F4iKs { width:14.372701625rem;height:1.6875rem;top:25.432006835938rem;left:28.622470676899rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTR5bITvFz5Z8xoqSoImiHC5l6A88PcH { width:18.875rem;height:10.125rem;top:3.436279296875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl2wDPes9tgbkCkVsGaIVM0mdkitUQNb { width:25rem;height:7.3529409375rem;top:12.77880859375rem;left:22.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc { display:none; }#FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc > .row .container { width:47.75rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SfqEsrpzAysbFEVQ4UL40kCJgZVxOyMH { width:23.125rem;height:3.2504875rem;top:3.39453125rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqAcd7iAwheRQOeFsDULuMlZH0fTESGI { width:20.3125rem;height:22.5rem;top:6.609619140625rem;left:25.653720676899rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAcSCTHf9wwaSAaL2WFT8ki3cIpC2avn { width:24.4370403125rem;height:1.6875rem;top:29.630004882812rem;left:23.312269032001rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVkGfoMskaLfD4gN5Eym26qn2JTsGyx { width:23.75rem;height:12.5620403125rem;top:3.3731689453125rem;left:1.0880054831505rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38yyWRL2cQWBwOhCWRxL587EqZqCn8v { width:25rem;height:7.3529409375rem;top:12.77880859375rem;left:22.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJ0QeI1L4tWtup5ubcl7cI3QUuUKu9M8 { width:21.9370403125rem;height:3.2504875rem;top:17.658569335938rem;left:1.9967830777168rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWpWqvHGZIXWrxdWZ7pIqT5fJ7VwxheM { width:21.3740806875rem;height:1.62524375rem;top:21.935913085938rem;left:2.5597425103187rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB .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; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .widget-text.counter-number { padding-top:0.529375rem;padding-right:0.473125rem;padding-bottom:0.529375rem;padding-left:0.473125rem;width:2.8375rem;min-width:2.8375rem;height:2.848125rem;font-size:2.119375rem;line-height:45.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.12625rem solid #f4b787;border-left:0.12625rem solid #f4b787;border-right:0.12625rem solid #f4b787;border-bottom:0.12625rem solid #f4b787; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.783125rem;height:1.125625rem;font-size:0.794375rem;line-height:18.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB { width:14.1245403125rem;height:5.625rem;display:flex;top:24.718505859375rem;left:5.7272513508797rem;z-index:15057;padding-top:0.134375rem;padding-right:0.139375rem;padding-bottom:0.134375rem;padding-left:0.139375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #FDfQENPXgByHnbya32FTPQbHLI4TkzTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #Z9N7gZ11oopaQmwHIugtD8lC9sGs2V6B {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #WNOTO6mN43kuK5GcxJwA27LKsMOXKTy3 {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #Ne1WvVXrpDaS9rQuygkVM5evRXJDIWL4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #tPqtXHlglJqbPc3nDSsBslg9ClWNTTR7 {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #pTBKWJ1kPP79HMrKuTUMlFV6ugVbnwFD {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #Gh0CAvzhzWKg4sDtLPrQS6iVL0WDDo78 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #NU7u7RyJSGiDG8moEyLf8Wy7I0Na6tvm {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #hCifQTwtLSyCDLUW1aAsHSTKJaiFLAxW {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #iWRVO97mHKzvLEwOQNqDdpTzrwGs4xAh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #yvOKCATuQa1SOW6O4BRkSK7VghfHhRCC {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #nZMWKIDyagZMBrFgqapJBMmzbusTMJ4M {  }
 }@media only screen and (max-width: 763px) { #odG61M5syv0hwp9JJM6ZP48sRtGAL8qn { background-color:transparent;background-image:url("https://images.assets-landingi.com/0QIM4atS/ZTzA_t_o_1200x1200_2_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn.adaptive-delivery-prevent-bg, #odG61M5syv0hwp9JJM6ZP48sRtGAL8qn.lazyload, #odG61M5syv0hwp9JJM6ZP48sRtGAL8qn.lazyloading { background-image: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { background-color: transparent; background-image: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container > .video-iframe-container { display: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container { display: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .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); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { width:47.75rem;height:95.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWvg5VXU4KRPBGmTUPypH8M5TgxHXfhi { width:41.5rem;height:78.125rem;top:13.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vREItCGF9cTbBEWTzWxSc5sTTZ0i9J3M { width:47.75rem;height:3.97058825rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTsKg2L7GRPG9V8Rnl1qxpTTUnooQXyB { width:18.75rem;height:17.1875rem;top:20.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHxTocxPzB3J2W4AcihJw9oig5Owxz8i { width:20.375rem;height:1.875rem;top:40.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcZH2Lk2pif791bBsQgbCQlK5iUqGbAw { width:41.5rem;height:78.125rem;top:13.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6XA393B33VyOzlCEUvrkv3DhHvaOD1u { width:18.75rem;height:15.25rem;top:20.4375rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiLTVahb2gJa0Vm5hDWyCDuNHPNZ7aLk { width:20.375rem;height:1.875rem;top:38.4375rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnGXZ1TlDPRzuC0HwdVQwGBIVOZp6Hb { width:41.5rem;height:78.125rem;top:13.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qpc8SmVvWqTGSB5T6248Hy5IDds2zN { width:18.75rem;height:9.5rem;top:20.4375rem;left:14.497700691223rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F59eFpmbVT98ZDcC9lrT4AyQtN5UKFBS { width:20.375rem;height:1.875rem;top:32.875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avRJVL302WvUDz4iNWlyOmDP1NFiDCLB { 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) { #SHnR1Czx7VOcelFXqK47kDacHBe8GZhJ { 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) { #mHezeNseRZDURKT3pPuky05i65auoDHH { 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) { #iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ { display:none; }#iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ku4auzPUfSntoNp5cUzyNT7x11NtN6O5 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTT3zrV3a9y7Nv8mVARsieNgzwpRU2zd { width:41.25rem;height:23.75rem;top:8.5281534194944rem;left:3.1812502741814rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEOZM1iDio5zWViLodbt0RV2HbdZhpsB { width:6.1875rem;height:12.9411764375rem;top:1.9375276565552rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcE5kIMkFP5NtyfLcmdtofH7P7rWyhIq { width:37.5rem;height:16.7647049375rem;top:14.9375rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG3pHB5NvaaCFP9RPGCRa5Xreqlit5tn { width:9.375rem;height:9.375rem;top:3.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbfki8qwueQBV6s0kObmZXsQ6Wrm3QS { width:37.5rem;height:17.25rem;top:14.937528610229rem;left:5.0937501788139rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz { display:block; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFwXvrTRp0153I17GXRlsgp9UAGH3UUu { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klI5ZDpoDNua5iDlT9zOiGrWGvRskFTd { width:47.75rem;height:2.4264705rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukXgD1temKflBx0XrUHzT4aKMm31uv5q { display:block; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container { width:47.75rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwz8NfTrPBkmyEVS7myGRl9y3hb82Rw8 { width:41.4375rem;height:34.125rem;top:8.119384765625rem;left:3.0480237603187rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTxZAKSXRNBHvXl8eurFfGHlZbhGJMW { width:6.1868105rem;height:8.088234875rem;top:6.449951171875rem;left:3.0468748211861rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thBbPh76yHtXaFJdNUb0NMuWhFMcEdb1 { width:37.5rem;height:28.2352921875rem;top:15.121826171875rem;left:5.1229317784309rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4ihTJbMorSDbNB95uitz0Nfc2nqgI1 { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ { display:block; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container { width:47.75rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuxDt3JrHDzO9UI9ZZ8F6ZwRXydRHZoR { width:41.4375rem;height:41.8125rem;top:8.81201171875rem;left:3.0480237603187rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNi8NFfIC2gsHDrafGH7QXinPJEkfiqB { width:6.1868105rem;height:8.088234875rem;top:6.4375rem;left:3.0468748211861rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmH6uTLk3woxUmTFJVPmX0lCuBDrOiA { width:47.7493095625rem;height:35.294115rem;top:15.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ecVLdW3SC8HSrlfLR2dpUdGTI8xcWz { width:47.75rem;height:36.6666675rem;top:7.10400390625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgnkUXNkR9kcKfx13LwJTSkFgLL6AVer { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9uObfWgd06AtD1gG9OkM5bC123CtyO { display:block; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myaOsWK6zZesaJtLTkNCNQI3DcFI74Kw { width:47.75rem;height:1.985294125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTV48FksA8bWil9Wu0lKP4Rdb05iV8C { width:18.724625rem;height:3.32324375rem;top:7.6875rem;left:14.51171875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TUATyp446rgAsZ6uJMyHatuT2gg4FswE { display:block; }
 }@media only screen and (max-width: 763px) { #VoFGxE8PHOJ53GdDokIPniu4oBttN2IC { width:47.75rem;height:2rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq { display:block; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agyb9kxXSOWZbslMFTf2bcVMTXv8xzsN { width:41.4375rem;height:33.875rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRHV41UOQTGWTuWDp5rCQiIIsBHUues { width:47.75rem;height:26.47058625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMLzLZmtoFePTwONEH4KynXi2BA58lP { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERF69ocm2y8V91KRgrzcUfV9FBfguQkQ { width:6.1875rem;height:8.088234875rem;top:4rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSbFWQsG9sMC4BH0FaMnBDut3tga5oP { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw { display:block; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkuGuQuVIbttbk43NFwJTo2osXf0dbW1 { width:41.4375rem;height:33.875rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7n9L59v52EFBXsNGLTT4kfEJ4LDGT3n { width:47.75rem;height:26.47058625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HngTrVsNpKfumVHX2u6EiwvLBLsqlkSe { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHJssSVAh4bBkx6wJy4OCrgkcbL051rp { width:6.1875rem;height:8.088234875rem;top:4rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaJWvlFkgeDWkMLp8fbLrm4pl8U3Egns { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlV2W9c33JTP6vEss6lqfOmQpREtLpb { display:block; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container { width:47.75rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gG4GCItsFD4w08LPU7PIFukQ8R5l6EKb { width:41.4375rem;height:34.125rem;top:8.119384765625rem;left:3.0480237603187rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfwiPSAlihuZISKMmBWWEN64cfpbX7EU { width:6.1868105rem;height:8.088234875rem;top:6.449951171875rem;left:3.0468748211861rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDsDNqHJcdSTpSxB7CtVQ3mTtN0cy0SL { width:37.5rem;height:28.2352921875rem;top:15.121826171875rem;left:5.1229317784309rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtxfHveziMo7oeBVL0n0BZPqKaOdNQxK { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh3yvScXWARko1Q0ZVNFBB5fQZifAkUC { width:37.5rem;height:28.2352921875rem;top:15.121826171875rem;left:5.1229317784309rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z { display:block; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container { width:47.75rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5Lf5QAv3lU1xBQhAFaLI5oAqFeEFVqf { width:41.4375rem;height:46.3125rem;top:7.0068359375rem;left:3.0480237603187rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px8ENgAzgsdO2ks4defHPD1H26mrrS7B { width:6.1868105rem;height:8.088234875rem;top:3.776123046875rem;left:3.0468748211861rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTv17ln86ZDxBn4UJcuFfbgVnv3CCMZI { width:47.7493095625rem;height:37.05882075rem;top:13.155517578125rem;left:0rem;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #V4drB3T4u6mvtb1vSserC1yMLZO5nd9T { width:9.375rem;height:9.375rem;top:2.344482421875rem;left:19.153261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTn7nztoABfz8TQHxTOvpF5ZfCBqxQK { width:47.7493095625rem;height:37.05882075rem;top:13.155517578125rem;left:0rem;font-size:1.0625rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #RfifnQnR1w95VGLZTN506UIDz8R0GoAG { display:block; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container { width:47.75rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIbXIWBg61zEB4soVn12kNwukqhF5S7v { width:41.5rem;height:36.75rem;top:7.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihN6oTwVtVnmlZPZS6P64WS7t7hS4zd3 { width:6.1875rem;height:8.088234875rem;top:3.75rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIm0JAoqBRdFbnhBAcDx9kntN6n7e67h { width:47.75rem;height:31.7647035rem;top:14.750000953674rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6B41H2QfIzp6yIIsKGah93ocX9Qd4Qb { width:47.75rem;height:29.333334rem;top:7.22900390625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #phNBnO5XIOyytfJ0rRhsQaWD8pGuLlRT { width:10.625rem;height:10.625rem;top:1.6859436035156rem;left:18.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh { display:block; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container { width:47.75rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHm7HRR9xoJ3SiaIruuRwlFcb2XS2XL9 { width:41.5rem;height:70.6875rem;top:9.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBy7T40lfTaPLEM2EXuygwgVMCAIaElF { width:37.5rem;height:65.294113625rem;top:16.124902248383rem;left:5.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4sd5geF9T7MEGIlXZvVJU122O5RAfS { width:37.5rem;height:63.529407875rem;top:7.1875rem;left:4.9368103146553rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGTp9hDMI3rZv1kEzT3LK1frzA4JB14H { width:10.625rem;height:10.625rem;top:3.7499022483826rem;left:18.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRnlnAyAtgUpJzTpkrABBi4kbkBdhq8H { width:6.1875rem;height:8.088234875rem;top:3.75rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt9XG0khavTS1lekFLbVInNtsukU6utT { display:block; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container { width:47.75rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4GZGna2fQsVqXWny3CJmin1SkihPonA { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c15gT0cTCGQ3B2SMZkheEgHTvqKAiztC { width:41.4375rem;height:41.4375rem;top:7.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6p8Q2ahFTZSXTMLKrJvyGtEUa5VLDP { width:47.75rem;height:37.05882075rem;top:12.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxSJ0AfhNTn4gtkq120fzVXNDKy2fiZ8 { width:47.75rem;height:50.59993125rem;top:15.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEATSvhLCTwhzxqNFLcOi1LsauVxQg4D { width:6.1875rem;height:8.088234875rem;top:4.0625rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb821TmyxkJEdxyMm4v0sPecD9ENokTP { width:47.75rem;height:36.666667461395rem;top:8.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpZF7LWdRuVoHrObGTU9zyJ6i0qUVsDE { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxuIp6ouB108TEkDpMTZA97BaO1CThnF { display:block; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container { width:47.75rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU0xEfeiIGeSFT9T7rFuTxiZMGS6UdwF { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wbc6O0vQzTpOAxpknwc1tRApvaiPX2h5 { width:41.25rem;height:26.25rem;top:8.5281534194944rem;left:3.1812502741814rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbFbHExwsc0oZAauFCr0OmHf9hHvZatv { width:6.1875rem;height:12.9411764375rem;top:1.9375276565552rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxflqSdaGcKsqCczaaGIZc9Za3TpzrA { width:37.5rem;height:20.955881rem;top:14.937528610229rem;left:5.0937501788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vywXrrTHgPFwMvO27a1M1DAX5T6AhmDl { width:9.375rem;height:9.375rem;top:3.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax3kfIroLX3rWmKJQZBKJhPRGAK5Tzi9 { width:37.5rem;height:20.125rem;top:14.937528610229rem;left:5.0937501788139rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI { display:block; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzPT6RNlUW9oBcQwOUO813LVqtIdgITH { width:41.4375rem;height:33.875rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3gZKFIZKWkrHToGB6fiDO8t7xS6gm1N { width:47.75rem;height:26.47058625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3eqDz0RgvqXEvUcq8mISuKrosLGd3HP { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ke3DTK1cXUhcFSCNnpP1DNaCqF0S8bfw { width:6.1875rem;height:8.088234875rem;top:4rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWK1ucKaGnZkB0nqtFnnFRTzTd8bo9V { width:47.75rem;height:25.666667222977rem;top:11.874992370606rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ookID6FvOI0WCz1aT44FMck00lpRECh2 { width:10.625rem;height:10.625rem;top:2.24951171875rem;left:18.528261005879rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt { display:block; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3fK2acqDMTGZrp5hlxmwkd5QcMMfl2N { width:41.4375rem;height:33.875rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXLZsN92wogPNgsq6mmDbBNGpOnDf7NZ { width:47.75rem;height:26.47058625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0V3vKsnqzGcMFstS1DZ9BoX7EnMhdFW { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTUNEAfErrNec5ovb7ZkpDu4LMyWfIKW { width:6.1875rem;height:8.088234875rem;top:4rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n { display:block; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container { width:47.75rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQdVXTtw1T7bDcCdeKgR1Gbv3XuoloPT { width:41.4375rem;height:46.3125rem;top:7.0068359375rem;left:3.0480237603187rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvD0QAK4ZEfOkGO4TVKKPqpOO1hqCOyw { width:6.1868105rem;height:8.088234875rem;top:3.776123046875rem;left:3.0468748211861rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcxhvRgtE9wHLEw6TdcqHxNDCaWM0VLJ { width:47.7493095625rem;height:37.05882075rem;top:13.155517578125rem;left:0rem;font-size:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx { display:block; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG7QAOsPs7Q0ZMR9nXzAvTarVVmTUJRg { width:41.4375rem;height:33.875rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPs9or3H5AOT2mJR2Q0xSTu2vz0ccCnX { width:47.75rem;height:26.47058625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6BwSTB9qe4m53Rvxy6K1EFD4yIOAIK { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tmv7Atty897nttF2r75Dn34gbgmRVEX5 { width:6.1875rem;height:8.088234875rem;top:4rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM { display:block; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le0wpWyAwwFkTybeIdn2PfbMTe3xeKNF { width:41.4375rem;height:33.875rem;top:7.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw983XbKQ52ZF8aoZwe9iwIwOicI4MC9 { width:47.75rem;height:26.47058625rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzOZs3z5W54KOQafeqMNPFC2Bf5pLCFn { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gs6TQto3JhUpXzRSk5QPX7H1oUEx57A8 { width:6.1875rem;height:8.088234875rem;top:4rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU6H4Fom69ilTDJ15mny04ZF1CfknMHK { display:block; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ85U2zvhShX6lLIn92lH4e3xNGb95Oh { width:41.4375rem;height:26.8125rem;top:3.75rem;left:3.1796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IupC8K5SDmwiwkphnfiXe1t0i69QLCCO { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gli6dKFOiNM6ZZ8bPboKDC3QanntVHAk { width:47.75rem;height:22.94117475rem;top:7rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf31g3UMHcG3rBKfeSzx7BaVwrgWcrhu { width:47.75rem;height:23.833333875rem;top:7rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT1v0zx4txUgu91fuTmGTravdaAMTm0J { display:block; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container { width:47.75rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTEAx7RW2egeEz0s4hAEFNZXGpzwys7F { width:41.25rem;height:14.6875rem;top:3.75rem;left:3.1806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KziAQ6JEVzqppBwKqWZtB4a5e6Nx7RO9 { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9cAtGkov6hrktVlq5TTtkST6eu32AFD { width:47.75rem;height:10.5882345rem;top:8.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sPk6KaVioy4NEysEXgW5ZGin46Fcfp { width:17.6875rem;height:10.125rem;top:1.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3JauqOu04XpTSiUMbTJoCrLA9AENdte { display:block; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP7e7Lc72zbSc3NSzB2FcCH3LE0727mK { width:41.4375rem;height:36.0625rem;top:3.75rem;left:3.1796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO9bN6eT2iAw1ZkEuHUkfGcTkz4z2ohi { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbT97DUo3tZORi8lur4sEQ53IMy0kdk { width:41.0625rem;height:31.7647035rem;top:7.0625rem;left:3.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfP2AqEdet5w729aBp9pW2JScl8MLxb4 { width:41.0625rem;height:33.00000075rem;top:7.0625rem;left:3.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPHgZ0eSwfKK6rPwE9syOILDqENI521o { display:block; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1AU2LftA4TawoOs8zXGuRu1N5SQWkzm { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsJ6aZP6WJennPknNoyFNTeDIHQp7Tfa { width:41.4375rem;height:26.6875rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hWF1Ftp1zV8ktca3uQlbzKUKpVmTzE { width:45.6875rem;height:21.176469rem;top:7rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJDa9F7DZDz8Nr2BNFxFdcnV6GqasWIN { width:45.6875rem;height:56.7332625rem;top:13.125rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #utNnL3uZfh4S8ZRJUhFATiKwsLFBLmEp { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOSBG3QwuQC1IaDopJJiqULeKc9Lff6c { width:45.6875rem;height:23.833333875rem;top:7rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ado8bdCTO266UTTl3uR2CKOJUyDz6kBs { display:block; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container { width:47.75rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSxzoET1Ka2QRkUEqK6CsIHlHIH8KJVD { width:41.25rem;height:35.625rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smD1zxkwM3LhEUAdCWO2e2T5sJZQOT66 { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efxW8w1yF4ck5PsK7nH3VGghXNFCl8XA { width:45.6875rem;height:31.7647035rem;top:8.1875rem;left:1.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UnlUsmBK6EEFlJbMeZ480SvEfe1l6u { width:45.6875rem;height:53.625rem;top:1.5625rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM { display:block; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container { width:47.75rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFIsDHxPCTcaJI3fvTMiXZi8EicTBTdq { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfxXkOgdzsNta5dcTRO52BquJVp2rMrf { width:41.4375rem;height:50.8125rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMkXnCbIo3SAui40ACuFfHx9H9vQFmmh { width:45.6875rem;height:44.11764375rem;top:6.875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGuC4T5lFATLQfrVJ9g6tLVqDtBw62oy { width:45.6875rem;height:26.06663125rem;top:14.437495231628rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kl9chr69FgLQakmL7TaX9JUQsJ7JvOJu { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3LRCQUAvlvxLthQQO1b0EN2UI7xouBP { width:45.6875rem;height:45.833334375rem;top:6.875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r { display:block; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container { width:47.75rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu905foAn82STRcl3lHbQWR9U5xPPyU3 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2bDT4BdLNbvUag4b5mWobvWKP9oqTNs { width:47.75rem;height:26.47058625rem;top:6.979248046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USTamphH2aiWA1p13Nu1gk4lf2xQRhSF { width:41.4375rem;height:31.9375rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoTzH4Xb9ctNbTrBJzCke16TSJWw3RyQ { width:47.75rem;height:25.0666375rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBAEfTNSgX8aanLxpnGa5Xu4UXI7EXUc { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2KcyKtXQaiW9qnxgTWrtXWfdhBpEZT { width:47.75rem;height:29.333334rem;top:6.979248046875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBrysrelREflBaBuoJ1V89SBsNmklbXr { display:block; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBC7C76iT700wtdmJVDe5FTp9HkLRTH5 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q91say51tbn2hNWV1N17kI5K90BC3cI1 { width:41.4375rem;height:36.0625rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqik2e3KGnZlkzSWTkQRxyKKM7cbg4SK { width:47.75rem;height:29.99999775rem;top:7.08349609375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuR9Owt6gflQ6eSRLKm5lucApQyqTdQx { width:47.75rem;height:29.13329375rem;top:14.437492370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKmpOGDe618U4ehonGurWrCFQuQwnnE3 { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLQfXuNVADkdZpsbDwCbmg5BQgOGnEpk { width:47.75rem;height:33.00000075rem;top:7.08349609375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9lB7ZkcDqnSeic8KchrkBLMATogHAOf { display:block; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue93tkSXq7EKChWe62m10h6tQ1BVhw0G { width:45.6875rem;height:14.117646rem;top:8.75rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXhl7WWUDbrQbrV0Pn7T6wzJ3VzANz8x { width:41.4375rem;height:19.4375rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3IKc3LJJZTpSn79Jd5oxpUFAGLJIifx { width:45.6875rem;height:41.39995rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzM1AennAXP2rIihuV6LaID3NA4z6sKK { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zmKJ9CdE0vVHabZ1RWrtL9UGgyVasT { width:45.6875rem;height:14.666666984558rem;top:8.75rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 { display:block; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container { width:47.75rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKwDaNKMW1NbxgtTsgGw7msRIcBLmfEk { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvbRaxSp6bFbXDRIS4Ss30GvtswvHZCg { width:41.4375rem;height:24.8125rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt6cTMlCmG8f9OvbeP40DtiyE12d96x3 { width:47.75rem;height:15.88235175rem;top:8.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUl9RzF4BmrkdA9r9n5HmfNGkOFSsqvI { width:47.75rem;height:44.46660625rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSz2ipHI1rMRBdtxzgnWc5Oxtynk0f0l { width:6.1875rem;height:1.25rem;top:0.0625rem;left:3.1812502741814rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUoo6NbuyvzzJM5EA4SzbppTOS3tXNd4 { width:47.75rem;height:20.166667103768rem;top:8.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMHqlarB9Hq48m7nHHE1DJ2TwptWzVE9 { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwBiDbhkWKNzXQNssxNHrtUk4NmXhfU3 { display:block; }
 }@media only screen and (max-width: 763px) { #eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB { display:block; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEHM4SXc2fdpa1LQDahWXP0RZAplhouQ { width:47.75rem;height:3.97058825rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wUAONPoAQ25H5NCsOlioDEbtJJ3ehF { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox8rnl5tIOOex9pQqD0KFIK8TcGv9zVc { width:47.75rem;height:1.985294125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW { display:block; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH { display:block; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row .container { width:47.75rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUlG5sTAHTXe3FUDQbtaMqFZ57l0TJi1 { width:43.4375rem;height:8.82352875rem;top:19.25rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll4BlVhvQO0aGdXP0CUrul1DGZJNEAif { width:12.5rem;height:1.25rem;top:14.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3Bv9qKK210tKJebwITXEtZoAovIKKC { width:43.4375rem;height:8.82352875rem;top:0rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTTdBNWwZZisPPtfzopNtstBOv6mE3G { width:43.4375rem;height:7.058823rem;top:29.75rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyscQxttaH3pylBiDz6GpsdBLSgK1BZ { width:43.4375rem;height:8.82352875rem;top:38.5rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKZD2BINtPGiMXSp1JWvStS561hkPEGd { width:43.4375rem;height:8.82352875rem;top:10.5rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuBhuv57ZL5NwEBAJr7c8lRtPG7rnVs { width:43.4375rem;height:7.058823rem;top:49rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN3EyvUvOtCqr6ehsowqQHWp1EION3eO { width:43.4375rem;height:8.8235288125rem;top:58.104187011719rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoQTmMuGcUtXr7QrSzIFter94nBJq8LZ { width:2.5rem;height:2.5rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXEJvcvvK7xIUd9plT3Hq9sgbTGcHwBe { width:2.5rem;height:2.5rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkVtoBr7bOGO1Tia22DkETGLKnM9VHqH { width:2.5rem;height:2.5rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVDhd0xHBtGKlk0gDdJOEc5qtJvwW7w { width:2.5rem;height:2.5rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQslefabccfWNJWzdcaQpFWSs6q9rLW9 { width:2.5rem;height:2.5rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhyrckBufTydKBMIXITPuweUm7tLQsm { width:2.5rem;height:2.5rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQFvhwWffSssh1uZyOxBNI8xhrDJbfO2 { width:2.5rem;height:2.5rem;top:95.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCosZsVy3vm6UC0hoBu5Ksy1k9ZxTuPC { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeLBvdvfmxascadsE3Qq4wz7BrQv2MWs { display:block; }
 }@media only screen and (max-width: 763px) { #WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/uc/f396f5b1-063f-4a89-9826-dc41d25d42bb/73.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue.adaptive-delivery-prevent-bg, #WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue.lazyload, #WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue.lazyloading { background-image: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { background-color: transparent; background-image: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container > .video-iframe-container { display: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container { display: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .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); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHCKq6ITlqGvTuAQDrqh8DrbqDPw1rLk { width:47.7493095625rem;height:1.985294125rem;top:6.52978515625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuV3ohysxDzoIrI22BPOJHhfOfnqgd1 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnwiet6DPzJkuxT4xeFTOxSl7oLL8tWE { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI { display:block; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container { width:47.75rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIHGrhnemV2QSlOa8WCuONSEikfbvgJQ { width:25rem;height:3.5rem;top:8.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nLATBEeEr4RK2Tpp507PGU5NETQ16L { width:25rem;height:3.5rem;top:8.9375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRnRffMIrEUDsFKQRwVs0ST2Kr41m3Qu { width:2.5rem;height:2.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #on2kq6c8Mhv6nSCsyh63BuXT2JJG55BX { width:2.5rem;height:2.5rem;top:9rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW93ZeXciqXHtEz71tVhQmiQqPHA6Ap8 { width:25rem;height:3.5rem;top:15.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmSTOqE5es7OtkuqmqpFwTe8lowWKqt { width:25rem;height:1.75rem;top:15.8125rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuUhJn9EUJUyO0PlGpJpDrH8xWRhcy5f { width:25rem;height:1.75rem;top:23.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncWcUJ8FJCpSLuyAeZtMlcxdCPywqTor { width:23.125rem;height:5.25rem;top:23.125rem;left:24.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmE30Ar7KF6ocnnNGRqvHqGmLeT2rSD { width:2.5rem;height:2.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap3WIrpn3MdgdJ7v748prR0WgPnQTmnS { width:2.5rem;height:2.5rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82pgZgFE2Ldmwopn0CIlpBVvk1OPHtm { width:2.5rem;height:2.5rem;top:23.125rem;left:25.4363489151rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBWnsCgVrBxWGBICE7bZ5fVDLirif528 { width:2.5rem;height:2.5rem;top:15.8125rem;left:25.4363489151rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM { display:block; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMc5ydS1WLKFUu0bwHKahO2TXcxSkIeN { width:41.4375rem;height:24.625rem;top:9.24755859375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8GnwNeaB8XaTkAGiDwk3ZHpRXVovHqG { width:47.748699188233rem;height:2.64705875rem;top:28.639404296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhmh7TX8vGW9wQetkJkpIOvmXeObwQS { width:10.5625rem;height:10.5625rem;top:1.875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMnTUgKe0Bryvy3XcPnAEAfsFEqI9b0F { width:45.6875rem;height:17.647057875rem;top:11.125rem;left:1.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ { display:block; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JarzFCFyfOFeXaI4Mwe9LtJqEsdg6547 { width:41.6875rem;height:2.0588235625rem;top:0rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGEAvSs5df9k3AunaWsenLK26Z9lfzAk { width:47.75rem;height:8.4rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7lDIJKEwRJEmaTGcycKueIZ5K32l41c { display:block; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container { width:47.75rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIdpwdxd6W6VuzoVP77Pl5o8BSHT8H7K { width:37.5rem;height:6.9852936875rem;top:0.0625rem;left:6.1875001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WheUHhsXSJE0JP4w6isrLi2oqEddKu3I { width:41.5rem;height:8.3823526875rem;top:11.44921875rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2nPMbGgLX98mk23zTO0orEimIZeQ1n5 { width:47.75rem;height:8.4rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8RGikB1ymnXhRAl9LnVbD6LGUTxoSDc { width:47.75rem;height:11.2rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwxFMB9nHHFlwmsbrqHrGFPNWiRUngTg { width:6.25rem;height:2.7941175rem;top:25.19921875rem;left:0rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #c13LZK6ZxSA8avX7yXNHG84OuhG4WFak { width:41.5rem;height:19.5588223125rem;top:24.4658203125rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnGK5sf7rT76MLa8TuK5LT121J8rBRoR { width:41.6875rem;height:4.117647125rem;top:0rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV7dciezPiiTONB3ChvdGQUny5ssXbCw { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs928DVTccLvdxe5GxyQ9mwciywqqTVk { display:block; }
 }@media only screen and (max-width: 763px) { #teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ { display:block; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSgAcZiqCapPlMI32ovzPETSP04Jbt8H { width:41.4375rem;height:24.625rem;top:9.24755859375rem;left:3.1731772422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs7TpGs7JplgralhyqQWxfDzt4V3hqfG { width:47.748699188233rem;height:2.64705875rem;top:28.639404296875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSmWHhWT5nkWTxXBTkJgeqvO98yP7xN0 { width:10.5625rem;height:10.5625rem;top:1.875rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnAvTt2rcpH6TJ9TeXopV2kosPBkgats { width:44.375rem;height:12.3529405rem;top:12.4375rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD { display:block; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmBILiTExyesBCwtwbiBVeHMzo5fK86v { width:47.75rem;height:3.97058825rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVALTFtrV0ieCmndHPXkhBZrQOh90L5b { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEI6XrSykMA16VmpRTAwGTzOoLeJplOe { display:block; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container { width:47.75rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvGlMLVzgrmE4hcIRt4MZuwkgWmf2cTK { width:2.5rem;height:2.5rem;top:11.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn9Z2ERe76hlz2T6zmUR7BZGaENmC24p { width:37.5rem;height:3.5rem;top:11.8125rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9dUk6khMyZ5Kv6wTeCgrBCtVfOXDLW6 { width:37.5rem;height:1.75rem;top:17.1875rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6WERQ8bnGBGqnB41INqL30b72sriZSB { width:37.5rem;height:1.75rem;top:21.4375rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcvxGI555PIiNmZ9Rrvlirm7ZlBi6dy { width:2.5rem;height:2.5rem;top:16.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHDplTnmZyLcWmTAGrzPS1r2B7mEwRdp { width:2.5rem;height:2.5rem;top:20.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGFiweeJiM5zUPcQcKAZv3hPNUxEH8Lu { width:37.5rem;height:1.75rem;top:25.5rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooznk1fihmOmUh7NTu9bVc6T283PQgSW { width:37.5rem;height:1.75rem;top:29.75rem;left:7.6962289810181rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtgogDzoq7IEmqwxGrVONl0uaXszx23Z { width:47.75rem;height:4.117647125rem;top:2.0625rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f3puFPcTo3hLMQGzyrgsVengVn5VSOCh { width:2.5rem;height:2.5rem;top:24.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frJCNAVMnXOQ8NlqAzscxhe6lf7iBTxJ { width:2.5rem;height:2.5rem;top:29.375rem;left:3.8727006912231rem;display:block; }
 }@media only screen and (max-width: 763px) { #gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb { display:block; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmf6wbIZy4rKzGcmJk41FtEIoVXTcok8 { width:47.75rem;height:3.97058825rem;top:4.12890625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKaH28VMoHT6CTaKJHl8hpaZDRWtgoF { width:9.6875rem;height:9.6875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQoa3lvsHJzFnKywiZxsy0i63WcT6GiU { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvr6SsHBT85vrOzCTqPVMD4M2k6iPnhl { width:18.725rem;height:3.32395625rem;top:8.6875rem;left:14.512500941753rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #HD9CRyuExNpJLV1hsZeclQp2BFVtIwRE { display:block; }
 }@media only screen and (max-width: 763px) { #kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF { display:block; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkLygUcTXpkqu55InbcfbOqIvV7dxC8n { display:block; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XF1VV54ZJLUP8096m3eXSEl4gIvs3gof { width:37.875rem;height:4.411764625rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip { display:block; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUO70eTenb7ot0iH1o6ezqDQsIR1c4O8 { width:31.3125rem;height:2.0588235625rem;top:1.0625rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #coE43eatipZuF6lK9fNILURs7Hn4TzIn { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTQGJZrscuRbEkREtZzxqeVXzwdtghg { display:block; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywJmZ4HDEbuzCkcCJOBGBXaMWq5Ti3ER { width:45.3125rem;height:1.83823525rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixu2HKN9FMZKmlTOU7bdICJUde5UriRr { display:block; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUaK8JRglzUEM3ST4O0L7BL2fW6Ak4Ev { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsxNa4FudCIypI1gEhrI8RgZGXQ0CIM { width:31.3125rem;height:2.0588235625rem;top:0.71875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm { display:block; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row .container { width:47.75rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT0R80bTabidlg9tCeiQmC0DyVXeTnWV { width:45.3125rem;height:3.6764705rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1w43bB9d9cJN9y6paQNtoN17hDD1FUN { display:block; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqXgOCFI9TngnqqwybEmLI7bTC9NIIF9 { width:31.3125rem;height:2.0588235625rem;top:0.65625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsRrJXwHciGEUTLMw9Mrg4fpzlv7TUu { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV { display:block; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSfMa3zWL94bA1aZpwXPbTmOf7NfD0bR { width:45.3125rem;height:9.19117625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG { display:none; }#LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hcdazouPisAEnKtA7r6TKwi4V01HJdfD { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcASitACrZmTFqRqH7BA8chgNoz4mbhh { width:31.3125rem;height:2.0588235625rem;top:1.0625rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM { display:none; }#TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM > .row .container { width:47.75rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOcSCx6m5N4ppWhphqP6L3wcQkhVt3Ie { width:45.3125rem;height:3.6764705rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF { display:block; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsqD9sswtrEHJcHRqTDk3TaQIVuhqJQT { width:37.875rem;height:4.411764625rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyXKw5PmATfbegM9lMaemLdM94hufcLa { display:block; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGNxusSzGyfMVkGtUgKCTBaQCMN9TK5G { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTeSmEWuaedNrMtEFwdgxRmexUBf7E9Q { width:31.3125rem;height:2.0588235625rem;top:1.0625rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 { display:block; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9lmLELeELl1IBxSi2AgxnAfTInKT9XB { width:45.3125rem;height:36.764705rem;top:0.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 { display:none; }#FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 > .row .container { width:47.75rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AL656uFUCotkq22u29HmnFJhCpFiyfoX { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSSxk8XKwqGXXpnlPpODr7OctPWF6Hqk { width:31.3125rem;height:2.08333325rem;top:1.0625rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 { display:none; }#Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCLbzcLbI0sWG2mf2iDXNezVzqAhCrfE { width:45.3125rem;height:36.416665875rem;top:0.96875095367431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA { display:block; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRzH8SDrx4GEHIuOpBAP0xDTFseoc02P { width:37.875rem;height:4.411764625rem;top:0.95468711853025rem;left:4.9374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG8iykO5u6Gv1apeMAThT33VRgADLdQF { display:none; }#rG8iykO5u6Gv1apeMAThT33VRgADLdQF > .row .container { width:47.75rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #olChSU8CLeALeFTcZT6Dx50dS0yaFsQ7 { width:47.75rem;height:3.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFck4lOqNFvXFam6qPFrfCFDTlotrQP { width:45.3125rem;height:2.08333325rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL { display:none; }#rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zAvRoyGQUDHN9cgihAoJr67TrvDX0TnD { width:46.625rem;height:13.416666375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw { display:block; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeoRkR8JhMmDg1fHmh947pOZTNXLMucr { width:47.75rem;height:3.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyAnMgcgmH49XswxRZnHMLxf5Dkpm3v4 { width:45.3125rem;height:2.0588235625rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi { display:block; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJNxqa7CdHALSmT55mmSzmWI7cesPTK1 { width:45.3125rem;height:3.6764705rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm { display:none; }#KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HXFwqRqo9yXBhdIPPRF4L0LhOTwzlhuC { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5x2yfBEm6DO1ztENEzXt8TEkgyTcVCg { width:39.5625rem;height:2.0588235625rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE { display:none; }#eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o78paT3s7OCr7hlvArvNI2fTZOCK1rVf { width:45.3125rem;height:3.6764705rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy { display:none; }#RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnLEb4XgFGWDV2QvaAiywEk4FmTTg5Gb { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqfMNi9NTO1XccOhoB3xat2fgTafayvn { width:31.3125rem;height:2.0588235625rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 { display:none; }#m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dcss0avT4d7encsKSGnarwsBPWl9g0vG { width:43.0625rem;height:9.19117625rem;top:0.56249809265137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz { display:block; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv67lIFBu6bDT5yQMu1Zfn1AZbvM8uJ0 { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv6utbAHABXnZyJmO8ofeDgVUazrFNdt { width:31.3125rem;height:2.0588235625rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC { display:block; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sesg8se5fvJ0GdswcqQIZo6ccuTZQaSB { width:45.3125rem;height:3.6764705rem;top:0.53124809265137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv5BL2Sy8TuePi8CEeQAL4WRi218aqyD { width:45.3125rem;height:1.86666875rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ { display:block; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJxZqvuoCWCZyaKFu5BiZ0MD7sqaOE2u { width:33.624771125rem;height:16.8118095625rem;top:2.559814453125rem;left:7.0599721074106rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76VXfwGRqlrPyPwJoGx2lU9DpqZpSSq { width:47.75rem;height:1.985294125rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuS4rGNJbCBB4KSdRPzHaCFTLh5cz7l { width:47.75rem;height:1.985294125rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5tPl0Xc9w1pSFcLTzwBVTVyUvK3o8J { width:9.375rem;height:9.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeN0TbKS867u1hgcFGOwGX59kBnxER6L { display:block; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row .container { width:47.75rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0qEp5QwW3re4hFAPG0yzqEoEZWqZZBD { width:47.75rem;height:3.97058825rem;top:2.66650390625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlNTZyubrWKwcDdTqyf2AJdEqvAMGvkT { width:47.7486991875rem;height:1.83823525rem;top:8.6015625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqFglKK1kwcc3a24XPoCVV4LdAEWhIt { width:18.75rem;height:0.0625rem;top:17.125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .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; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .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 #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .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; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz { width:20.625rem;height:8.1925rem;display:flex;top:11.29833984375rem;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) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #PGbBG87l1kgTTfWKr4MOLC2kyFPtq2sI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #nUKynn0t4i8ZAhzqh3Pb87ZEbGm1CBMs {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #wriNngVqDz9VirmOTDuB5EQqKtncLkst {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #oSFbskTpaUyHWUs9NOvpJzuJsrTekc3U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #P6xkTMt9wb2BdkZIg2rR0e5MTdCyec6u {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #Hb5xasOLMhX2ZE8H0kJIiwHGLDKcG7Zk {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #ikxdHdNl2T8ALJn5ZqPtRH28fOFEGVCT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #InlqvKDSeV9GJHsGrtp3bRI25xJvlGQ4 {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #RIuPLQeTTNclQ81453NsEPwKu9I78KTP {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #EQRCBEKQ0aXl0ZbUlhbiyEfTqTte6rew { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #AGUFmzZzH1xXcW45h3CAx2KwwxSET8BU {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #eZgWCVqzeNqr0PXXr6NvzFqZ7uCqqVPv {  }
 }@media only screen and (max-width: 763px) { #PIV2tq3kwqdfHB24wlNak6ttqU1MyuGy { width:18.75rem;height:3.3743105rem;top:21.348815917969rem;left:14.497931301594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXVN5x0eJKksQ2ZsoGqbwqiWLsXvPbMu { display:block; }
 }@media only screen and (max-width: 763px) { #DT7EnlyavWfqLIxt5vifQ5dyAspnmWT4 { width:47.75rem;height:6rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI { display:block; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Flqk3Fd5TBTnPW5HprbbkR3Gm6iuhxTs { width:47.748699188233rem;height:15.294117rem;top:0.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8L9cgurHZKwSqRqtDJaOCUCwbw5I8Ao { width:18.75rem;height:0;top:6.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObgC8rZJ3Uv7RwmTDgnaHaAnvA7H4NgZ { width:47.748699188233rem;height:17.249999642372rem;top:2.67724609375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy { display:block; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEawJ7O8Ff053OUA8wuTLxPfs82HX2r6 { width:18.75rem;height:0.0625rem;top:7rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz4D56wJCTy8SbpooU1ELBlszXmOreQm { display:none; }#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm > .row .container { width:47.75rem;height:30.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ylRI1vMNCViMqbSIwtA2aZM25m6Qp6yI { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChXTxxQ6WGrolhotVXlal6xmqWcbfbKi { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFZsSlr4SCSnq2NyC5g9tv6Z79zVo5Nl { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:9.2647056875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8aQ4NdVaJyDE03WRsmEweJrKUk6846V { width:1.3125rem;height:1.6176470625rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVgDLJxTstMrDOHrOo1PO5kTQuAByv4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEncTlTNly5zbTbegP56anUyii0mpCot { display:block; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIO2uifoTpiZSkfeK7PV0aCNG35W56g0 { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5meaWNNPnpEvOxrXFWAl8bJqoiw9ghe { width:1.125rem;height:1.6176470625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#M7ARiBsULoiCdyaGtdzdJXqAs2tLecKD > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0KvCzUJ1rGzndolB7u0mZybeNASouMu { width:7.5rem;height:1.1875rem;top:0.75rem;left:12.5rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PcGToZWVFirFFk6dy9dEtXKDhcRXxe51 { width:3.1875rem;height:1.1875rem;top:2.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsGCP2HodsRCqvTJcIrZgMAQxiFrbqkd { width:5.875rem;height:1.1875rem;top:0.75rem;left:6.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPlT6hiGuRWbIpZTUPmhKOlCP6Ii7TNN { width:4.6875rem;height:1.1875rem;top:2.5rem;left:12.43681037426rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCa4B7TFJeLbIqgHAdoRpnUFFSuxqpEE { width:8.1875rem;height:1.1875rem;top:2.5rem;left:3.6982992887497rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdPAem9h0sBoutUr1nIU3toHMkUfRu5C { width:3.125rem;height:1.1875rem;top:2.5rem;left:16.81181037426rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bsfxTgQoGRmWLOwhKzOmmpCLbteeAORX { width:2.8125rem;height:2.8125rem;top:0.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGfH51TWwTosp7gBpfOCpbqfPo3czSpS { width:5.5rem;height:1.1875rem;top:0.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh { display:block; }#iSwDa5I3umKhvv5LJFoUv7TkECDbmqzh > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm { background-color:#486c8f;background-image:none;display:none; }#DJ6wsZ8mE5PC8JaxS1lqWC6DcTTVzrwm > .row .container { width:20rem;height:48.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtokuKdRNATrwy00fkDWINdb4k8MS0vq { top:1.25rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P9WA660g4cbNN35gd8AD1lVi6BDfa1Ti { width:8.125rem;height:4rem;top:22.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4qnC8CDxrXrTtONA6XhZu3HZGhTaiTt { width:11.9370403125rem;height:3.625rem;top:26.74747133255rem;left:4.0314797163009rem;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VW8S2lQzpohJci0EEm2EMRTmHSqtfnOp { width:16.875rem;height:0.125rem;top:31.18221282959rem;left:1.5291818380356rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TCpLIR6TdBUluEJDGGpH4I5yoo5HME4k { width:20rem;height:1.5rem;top:32.578121185302rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dbokpPdiaWmFUmd4iKGFiPv4krSouWXH { width:18.75rem;height:3.007353rem;top:44.370399475097rem;left:0.625rem;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 #ba8f68;border-left:0.1875rem solid #ba8f68;border-right:0.1875rem solid #ba8f68;border-bottom:0.1875rem solid #ba8f68;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) { #b9CmLFCrUiZqM8siV9CTQ9rgZ8qHoaip { display:block; }
 }@media only screen and (max-width: 763px) { #GT4TRNJ2GnW4CS3RLlQQJoW95qwAJcf1 { width:1.25rem;height:1.1875rem;top:22.6875rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiEURcuag7kNoG4gGCTb7VUPecJSHO0M { width:20rem;height:15.625rem;top:41.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9DTcwzkxMnQiqydayUZuGdupRimpQDg { width:20rem;height:4.875rem;top:36.789978027344rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LCCbGVmV1VXGl2JVMcInX8CX9TOBP0vd { top:35.249309539795rem;left:0.625rem;width:18.75rem;height:7.9365806875rem;z-index:15000;background-color:#f4b787;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) { #IpSkW5qH4wyts2RO8VJOtP2gxngombl4 { width:9.125rem;height:9.125rem;top:13.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh { display:none; }#bzdoT7tVXBVL1d1wCC5pko3bmLIuDoWh > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IZPor8pTzMbM8tocBIB7nT9vrOJeaK3R { width:20rem;height:auto;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 { background-color:#486c8f;background-image:none;display:block; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container { background-color: transparent; background-image: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container > .video-iframe-container { display: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row > .video-iframe-container { display: none; }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .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); }#D8klZIhmF7aQuGJPIAUxJ2KBtFx52Tt9 > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUtTlWgDS5V6tOmQo4necgE6iBScKI2M { top:1.25rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MTM8UI7O1nwI8qRMVFZk2VxcDlewNdC8 { width:8.125rem;height:4rem;top:22.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTRhen1e6p1ExBm3d4w2A80WMxGTDMn { width:11.9370403125rem;height:3.625rem;top:26.74747133255rem;left:4.0314797163009rem;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sOv4AcB6L9rMp48EqPZovBvRT4IkE1tR { width:16.875rem;height:0.125rem;top:31.18221282959rem;left:1.5291818380356rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Iu5p3ETy64MTl9TpPQcqCJ9vyoi7D2rS { width:20rem;height:1.5rem;top:32.578121185302rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZhnXl8iXgFUMKnxonDNEgSC478Kd3NMq { width:18.75rem;height:3.007353rem;top:44.370399475097rem;left:0.625rem;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 #ba8f68;border-left:0.1875rem solid #ba8f68;border-right:0.1875rem solid #ba8f68;border-bottom:0.1875rem solid #ba8f68;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) { #TprH7UpHJtye0LDCnLlrI0E9xWrbQkME { display:block; }
 }@media only screen and (max-width: 763px) { #zAOh125qP85I2xQBu887r3lsDuWZoCyW { width:1.25rem;height:1.1875rem;top:22.6875rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrC0GcBvOugqBhadt7ESLwPU0u0Eu3V { width:20rem;height:15.625rem;top:41.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUvHspCguMcpe4LN0eyhDyhokXJZkmDM { width:20rem;height:4.875rem;top:36.789978027344rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f1eBf3mwiqrcfiHHvXTWBtE1HR4Zhynw { top:35.249309539795rem;left:0.625rem;width:18.75rem;height:7.9365806875rem;z-index:15000;background-color:#f4b787;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) { #c1XKLwvKvBvINrIXwl3rhLUqeKm9F7eS { width:9.125rem;height:9.125rem;top:13.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN { display:none; }#vNbTtPb1zBqEDJKDsH7MtdTCkcwr6VeN > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BbfWywEdWpzDX7tNHAPQZti3Dmb8k2a8 { width:20rem;height:auto;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg { background-color:#f1f6fb;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; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg > .row .container { border-width: 0; border-radius: 0; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqb2lTK7koN8bkhLxXUN1guqpIkpOXrg > .row .container { width:20rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UtEqk450lzR2LfazohaN4eVdq2uVeci0 { display:block; }#UtEqk450lzR2LfazohaN4eVdq2uVeci0 > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTyT76Tq0v3RMaJx3PHQdnaLPbDbQAKE { width:19.9979375rem;height:0;top:1.4375021457672rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIF4iRQexW8ZIVv2q0TWqAySxR9oq86d { width:18.75rem;height:6rem;top:0.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15012;color:#486c8f;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WwqsAl8eyV6HtV1zGZcUrfNhVTTMO8IV { width:18.125rem;height:0;top:1.5625rem;left:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uLx5eJTOMOQAgtDap97wOyG6u3caCtam { width:18.75rem;height:54.25rem;top:7.0335464477537rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15004;font-size:1rem;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #flVMKdrRQD7gmTpxQ6v6mvwoBfnadm8n { width:20rem;height:5.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKgtgR66wDafMOk20ayIdLJDbhIZU1DX { display:block; }#wKgtgR66wDafMOk20ayIdLJDbhIZU1DX > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNnH1MG7U6Q7yPDTEuxr8Ppr1CZnBIIL { width:18.75rem;height:6rem;top:0.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15012;color:#486c8f;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vi6eFDl9TSBbsGwc75UB9xW92gn7zOus { width:20rem;height:0;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ5dubx1h9uJLa5rQlIXCeNRXB2q0FxT { width:18.75rem;height:82.25rem;top:7.1714172363281rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Vt4uD5KnLDcVdwTqVl3BwNnRVdVerK9L { width:20rem;height:auto;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJM1t2XUwT5lDQ4KkmWKi2yOJCWSGU6m { width:20rem;height:5.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxdndJ0qCyOFiab4JsSzFPm9BXSGQMT { width:19.9979375rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 { display:block; }#HgJvR53cv4mD1yVPXpEvii3AE6JD0AZ6 > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT6lIDT4UEbl341OTq2poFX6NQAH5MbM { width:19.9979375rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJucaNGuFVtqNJqIVCr3If4FSiwTJ49G { width:18.75rem;height:6rem;top:0.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15012;color:#486c8f;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k72AkBc1A3P4sRdkgsxaFnZIg3m2dDqT { width:20rem;height:0;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tQ5SnUzJuxVXcwLmZBFLp9J9tpmyUbsi { width:18.75rem;height:47.25rem;top:7.1220092773438rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15007;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #JiuT7cQLVbaxMMW8nzaOJGCC4GTbu4Ja { width:20rem;height:5.875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN { display:none; }#vXTu0qUzQOIcH8aRMBEi921W60Xu8TMN > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iP4rMDUfdI4zT07HFfc8ohXTsiVLQKUR { height:8.5546875rem;width:20rem;top:2.5248184204101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk { display:block; }#O5fJwzT3XVX9yTXKsNpIldotIJZ4N6Gk > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEceTTFfO6UZ8tET3yHyqkeOgU1Tcuhd { width:19.9979375rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1ZFvELhNNOIcsMpU9lyk1X3L3dw4h0J { width:19.375rem;height:6rem;top:0.0625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15012;color:#486c8f;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HywPnF8y04kA3chMhVcmEHIeMZZ26AHX { width:18.125rem;height:0;top:0.625rem;left:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QO56ZzOvOtcPuhaXLLwpZURptzhWqrau { width:20rem;height:84rem;top:6.9611511230469rem;left:0rem;text-align:center;text-align-last:center;z-index:15001;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #qs5B8svy9fTHyLR8am25xiAcZMTROs9I { width:20rem;height:auto;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVfhAKvF3s69qKgtLUvwJ0JRGXgaCAQq { width:20rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8U17zTqoWTfQAtpTItpnUTy4nFRls10 { display:block; }#K8U17zTqoWTfQAtpTItpnUTy4nFRls10 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIid2n3zhk0Ur38vAFcAeNuanhba7oRv { width:19.9368095625rem;height:9rem;top:0.546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15013;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rhrVQ59LKIHTScbas0PMnrvMaXI6iALc { width:18.125rem;height:0;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SW0cG2SLoT3QXPOMMzJpAoO7XIWUmdqv { width:20rem;height:12.875rem;top:12.57352925rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvzmruCP0UvoyxLJxzTWfdDy3z1J9yiC { width:18.125rem;height:0;top:15.944396972656rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dLZxOZp478FQLK1ClXPr9XwU2npbt8nl { display:block; }#dLZxOZp478FQLK1ClXPr9XwU2npbt8nl > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZquCZCFBUpB4tRBIBqb2JLlhJOVCKvT { width:17.4375rem;height:5.5rem;top:8.81982421875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2LdVDLlyprXuIL1W369kkaDGUZv2stl { width:16.8125rem;height:6.875rem;top:16.385559082031rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwT2Du2FM3rcr6gIs9mAcHsAIKovf5cH { width:16.875rem;height:4.125rem;top:24.90576171875rem;left:2.5608915090561rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTPpDqXV6wu4m6SLCncGfxV5IlenLqmc { width:16.875rem;height:6.875rem;top:30.815704345703rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKok2i0IVXUh5f1w3qMFwQydUt87Tnm { width:1.5625rem;height:1.5625rem;top:8.81201171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqbmhicAcraTNwNuhuC2GraUq48ARD2s { width:1.5625rem;height:1.5625rem;top:24.902313232422rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CszP2UQk2r27OLCtBtm2Dov8IioWUsM1 { width:1.5625rem;height:1.5625rem;top:16.363739013672rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgZMVabbTedBZf8539C56v4SaK7rWGHd { width:1.5625rem;height:1.5625rem;top:30.811798095703rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzItKKMnsTUgioNkHGHWkTGR94cOwMUH { width:20rem;height:12.875rem;top:46.707264410156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sksicu3UpmkceHIutPpP50d7gC0WpqQ1 { width:20rem;height:0;top:53.320281982422rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NIRCQzVh8QBJUL6clgPLTOiea9U0oGxP { width:18.125rem;height:1.75rem;top:3.7511291503906rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fbtwfvXRd6MqTyJFUQMTeBwBaL9xr1c9 { width:20rem;height:4.9375rem;top:2.257568359375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr { background-color:#c7e2fd;background-image:none;display:block; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { background-color: transparent; background-image: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container > .video-iframe-container { display: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row > .video-iframe-container { display: none; }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .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); }#XRoBVC4e0QQqZBfIW7LPeuzIGoblXgsr > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMVT1po8TT8DsG6fBzxm7UqGEpXhXzcZ { width:20rem;height:4.6875rem;top:6.9887390136719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uFrf4LTRIrxNylNmVTAHcPTsvHbca8Nk { width:19.9368095625rem;height:4.6875rem;top:16.23046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TLOUOoaRJD7ooEZUIfya6B3vIKQWZFpT { width:20rem;height:4.6875rem;top:25.440032958984rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zUEH8hh1NGM3Xnt4D8rKC8vAJZIJzbLa { width:18.1870403125rem;height:4.875rem;top:39.192321777344rem;left:0.90533077716825rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H13FF8DSwD1uMSPdnT9xLThO6HS0BlEs { width:20rem;height:2.75rem;top:34.671417236328rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrDzxvLVrVI5Equfw6X49VCZh7KhcAA { width:2.5rem;height:2.5rem;top:12.541381835938rem;left:8.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNkQZN6Crcz390RCAz4TOOHznbJZRiDw { width:2.5rem;height:2.5rem;top:22.104797363281rem;left:8.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzA8iwuHKSZtXErsICBBmOZEy3ygVO8n { width:2.5rem;height:2.5rem;top:30.980010986328rem;left:8.7499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Ux0H49NwdO6LUz7IpXo5UsEiwG4VSD { width:20rem;height:4.4375rem;top:1.3246765136719rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tyuNGxBEqDn0smTBhTAT5vlOhDSDHC0F { width:20rem;height:1.75rem;top:2.6539611816406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z { 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; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.adaptive-delivery-prevent-bg, #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.lazyload, #Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z.lazyloading { background-image: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { background-color: transparent; background-image: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #486c8f; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container > .video-iframe-container { display: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #486c8f; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row > .video-iframe-container { display: none; }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .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); }#Vyb5MtZKD1qX4K8gGkJks8zuKHr8T84Z > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn3T8qK3tPdqh2tKDakvg0Q6XcAbkDOs { 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) { #lAQvKG8AUOaNaVQsOZLrO0IMeQAeAuTZ { width:18.125rem;height:0;top:26.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Iq7czA1yKgbfdRNL5CtBVUivcJg3lX5w { 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) { #pnwU6eeSbuAmm4zANiFVxo8v6kRybPdM { width:20rem;height:1.75rem;top:13.4375rem;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) { #x24lXcdHNRreVklDDwmsfyok79M3TXKO { 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) { #pUGkBHLbf6T9NKw8V1tuam1fCWCblGqN { 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) { #MGpQRcZMfCNG8tJ6Icero30SXXdJWHNE { 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) { #UhrHbiUskAW7r11f5wqlvREtT7AT7dFS { top:1.1707305908203rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DKRXUdxBIxytH5rmuSi61myq06A5DlIZ { width:18.75rem;height:5.25rem;top:16.060440063476rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #COzmOu64r0BCphHmggL0sq1Ig1CHhqAp { 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) { #XhppXqMJPR5k9xyOAMpod4BCpeCxUvR1 { width:18.125rem;height:35.625rem;top:23.061813354493rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:300;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP { display:block; }#aAoJQqSLLRwDkr0Z3iDtyCixyIWkDGoP > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrAnHh5p7GUNifk1c6oJz4D73vX3TrhT { width:18.125rem;height:1.62524375rem;top:2.7056274414062rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WmCima60zuGx9LF4kvvS8SWmRVJOoLA6 { width:18.75rem;height:43.75rem;top:6.9703369140625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15005;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #zdPHk0IL8SyAPwRq4xA91vJKqofwsIGI { width:20rem;height:4.4370403125rem;top:1.297119140625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt { display:none; }#gKPEXeWmRFiEopW0zdMWXIRoZb5tCQdt > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOmS9nRF6hIZps90wwd8Lu6mKBJoWgI2 { width:20rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ { display:block; }#EnF4n4cFy8ZznqPk05eD1aBMqMfszLWJ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMMNNUZoQiiIKHOiAcXPI3HylRudN0xp { width:18.125rem;height:0;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZKotfaQ8TU9voTWigxakvNFtv4OERZT { width:18.125rem;height:3.2504875rem;top:0.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15013;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm { display:block; }#UnvZpSGfr3aZpQJ0msVCBAwVtvBJyWdm > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twb47EM2ZHnzPo827v8XnN4Jq0SikTIT { 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) { #yMcDydwnnZAVhxdUMXo5TsnGUCpOUoLm { width:18.75rem;height:49rem;top:0.8502197265625rem;left:0.625rem;text-align:left;text-align-last:left;z-index:15007;font-size:1.0625rem;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q { display:block; }#H42LwP1QpP03eNpMb6Z7iv5APsnqoT5q > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De4vNA5lukBuhBtRPLL6zQvkwU6LAOR7 { width:20rem;height:5.6875rem;top:1.4315795898438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6DczMtuvRsem8IuBTn2Um4rJVRL2pU4 { width:18.125rem;height:0;top:2rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuWRMnalOwHaM2QTFbzBlNLm4u51lXvo { width:18.125rem;height:3.2504875rem;top:2.5751953125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15014;color:#ffffff;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xT7aTyKnv25ZIv48fN51OS98ATTM2UPW { background-color:#486c8f;background-image:none;display:block; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container { background-color: transparent; background-image: none; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container > .video-iframe-container { display: none; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row > .video-iframe-container { display: none; }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .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); }#xT7aTyKnv25ZIv48fN51OS98ATTM2UPW > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E { display:block; }#p9uQsFZT9DNGHUd1eMmk27vV61pXSp5E > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0nJCohHzVhk8SgKI9S8xaPbhTSKUdBi { width:17rem;height:3rem;top:1.43505859375rem;left:2.5620402097702rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daLv480CPomQtK3i15WQplXhX6sf5d55 { width:6.25rem;height:0;top:30.971876144409rem;left:13.748959422111rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbmIuu5zEXDLsHQ5TcSGhn4TEIFIpALS { width:6.25rem;height:0;top:13.183334350586rem;left:13.748959422111rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZa7q8G53eaQclUUO8boFrHu2opzVRmV { width:16.875rem;height:6.875rem;top:5.317626953125rem;left:2.5896137952804rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxOyGiVvdETeg9AyemGvSdUAFMKTvaFO { width:17.5rem;height:3rem;top:14.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SowdGqM4uFM4zOiCFwx3c52Q7RNEyA { width:16.875rem;height:4.125rem;top:18.625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWsTJhZRgpWiAHIyNbAocGEAJqe4KL5 { width:18rem;height:1.5rem;top:25.561767578125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU18MbCvtVbKwRAJAUiTcgHtt9AcTCp3 { width:17rem;height:6.875rem;top:27.873352050781rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTiBdaJmEqpCJr79ccXmgSKlFnIRAIB { width:16.875rem;height:3rem;top:37.1875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTL6brW5tLyVo0cKZFWmbt5u5LuP7A0d { width:16.875rem;height:5.5rem;top:41rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A35LLOmI3UllbgxDiAgtprC6tVUJD1GX { width:16.875rem;height:1.5rem;top:49.75rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtmTg1JiW4oq2WgoqkbbtHlfFJPpmxZ { width:17.5rem;height:4.125rem;top:52.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfqtZHJpg9G05POogzfrJfSdn4eiVSb { width:1.5625rem;height:1.5625rem;top:1.3126831054688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbVUMlpTySNsKmwdJyze4FDXJhQ41pQl { width:1.5625rem;height:1.5625rem;top:14.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxT4gquhvnmtsE5mBeoIdvaGqJRCJ3Se { width:1.5625rem;height:1.5625rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhp2voFXTo3PsBVsJOKTq4w0RP0rDvaP { width:1.5625rem;height:1.5625rem;top:25.514038085938rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPsLAsaFrsO8dT4JbKR62AyNawWBKy3S { width:1.5625rem;height:1.5625rem;top:37.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr { display:block; }#BSrENy3dOgV8VaPOV8HAkrDQoTDTVprr > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0vlkQUd2DSrawTTwi7h03TBdzNPe12h { width:19.9375rem;height:7rem;top:1.9209594726562rem;left:0.029181957244873rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;font-weight:700;font-style:normal;font-family:"josefin sans";color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TM1DublLeITHwfcoH3HmdGUFkR1SMEyd { width:12.5rem;height:0.0625rem;top:3.75rem;left:3.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #aSBQdNnCvUckMPDl2NIH9XheMuMoL4De { width:18.125rem;height:0;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzN7LbohAO7SdNi4w8TqRORBkFd50xTm { display:block; }#MzN7LbohAO7SdNi4w8TqRORBkFd50xTm > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIzln9Gfgu26AATVWU5olDSvPvRJiMd7 { width:20rem;height:9.7495403125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlgIT3fo198oh4blkPe98naiHouE8gm7 { width:19.375rem;height:3.2504875rem;top:15.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #da9mD9yOqgrg6igBIq9DwuBDx8wk7F30 { width:2.1875rem;height:2.1875rem;top:13rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboqZ8aPqstwXLewpf6V5gWMVddtWqu6 { width:16.875rem;height:2.8125rem;top:19.5rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpaqxUEI2A5ZLduHq69DhXCDCd9a6bT { display:block; }
 }@media only screen and (max-width: 763px) { #tJzNwk2KlKJcPIfLldnUQJwsk9owHs9A { width:5.625rem;height:5.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG { background-color:#486c8f;background-image:none;display:block; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { background-color: transparent; background-image: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container > .video-iframe-container { display: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row > .video-iframe-container { display: none; }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .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); }#qon7rSnWVbPLLvL32zA3NBOr0M9Gg2QG > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APokGFL7WCiBkokMoT9KuiDqi1J0RxrP { 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) { #pTI1fdvB39hiFp7PD0fAwHW3p0OdNc0q { 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) { #t0223IxVAzqFe22KJhR5FaoFzX251dIA { top:1.3109130859375rem;left:0rem;width:19.8125rem;height:10.75rem;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) { #pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD { display:block; }#pa6UaA8v8ZAR0SX87fUcRH76frc1hbpD > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C25hbAlEMoUeWNumsCaG5eEBGfq3kIga { width:20rem;height:1.62524375rem;top:2.209228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmxpr3eH3DziOD4ECuZ0deZhkPn10Jl { width:16.25rem;height:12.125rem;top:5.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWtAzTyPFmHSnVwKexBdmaBxXmXFA3JX { width:16.25rem;height:14rem;top:18.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2JMGqKHOsgOP1gysBdwFcc3B4X9rxB { width:16.25rem;height:14.1875rem;top:34.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyfyc2hak9iQ28TpQ5uP7NNQn2VDP5w1 { width:16.25rem;height:16.25rem;top:49.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23txF6bXq02b3Ct0urXNsvCmRRaok17 { width:13.2490806875rem;height:2.5625rem;top:7.875rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJcg7Z2MTtV2o5lkHHXI1wpFxdTEPu65 { width:14.3118105rem;height:3rem;top:12.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDuxzCKF5Bxz4kJwsEpQigsQCLMWRHlw { width:12.5rem;height:2.5625rem;top:21.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1acDaQmhzKBQ1ikqsg68ua05Tw4eLkN { width:15.4997701875rem;height:4.5rem;top:25.875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw3rwz8Hd6gHavPRCP6GID4KRgKseusU { width:2.125rem;height:2.5625rem;top:36rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa5JtuQrxB45RgHtWdcZJmqFwVSVxOvt { width:15rem;height:6rem;top:40.17138671875rem;left:2.4999998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQCkic0E10C5wMHinpyvFZeLzEICrcNy { width:5.5625rem;height:2.5625rem;top:35.9375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9W5MeOvTTP7bDL3uEbzBwCO69Lgf79C { width:3rem;height:2.5625rem;top:35.9375rem;left:12.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTv7T7gZuwx0UWJRh5xOC8XIQQBUR9N7 { width:5.4365806875rem;height:2.5625rem;top:52.125rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VK9pOhAuM2i9geJbeBe5nwpLJ5xbDV { width:2.1875rem;height:2.5625rem;top:52.092041015625rem;left:10.56181037426rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8OCFSqeMEOVEdB9ai6N93i4KvGhEVxi { width:15.4997701875rem;height:7.5rem;top:56.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL { display:block; }#gA9vcgiyT1CrXa3hW1ENvlBE5quo8ntL > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKdzy66EsILiTrFIc1EXQJGu7CFIzWTN { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgFV4zMz8nAS8IPHNm5xQVXMsbfpPDi { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuTZB7Wot1V30Vgvns5C3UBcffpmC1ne { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9I9WmT6dP4WPv3kuONgCsTTrl9ZHHRL { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RflTlx6MynpDmP6mVWrmbvu18Dwl8hVw { width:5.125rem;height:2.125rem;top:6.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrnlB45lQipVlPbeICnzLHtdhoWIfh8e { width:5.125rem;height:5.125rem;top:6.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJb163m3awasmhEc0lIHtdIf7wrKdU6M { display:block; }#tJb163m3awasmhEc0lIHtdIf7wrKdU6M > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NefeeamBTq5sV8MmQr9fcyQ7MNHJknxi { width:20rem;height:0;top:1.0568237304688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zTonGnZ62Bm49xz5StU0pO3P8950LhrM { width:20rem;height:9.6875rem;top:12.44485275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnQtBw4w3VSWhl8TIrk16JJRGiKWlAgA { width:20rem;height:0;top:18.058410644531rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFpgUDgD0Xsw6N4Hcrqi17Wzo31w2BFP { width:20rem;height:4.875rem;top:1.29248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #sgCbQl5IVOvV87zGSAQKLafETOpHayAx { display:none; }#sgCbQl5IVOvV87zGSAQKLafETOpHayAx > .row .container { width:20rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E { display:block; }#vXwHJLPT3dT98WsmwacUsaRLs0kqkm6E > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hi7ddkmS8wJvISTWnb7HWXHaNMsgMr1r { width:17.5rem;height:9rem;top:1.3740844726562rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg9QT7XTyQWiRMo5BrTESq2AUDQ0qTGF { width:20rem;height:1.62524375rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFz0eabTPrgrqdtTHz0Aeyyxn3QpPnEK { width:18.75rem;height:0;top:8.1875rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq8wFOSEmTrvL5oS0IIQHv4obfOMo7GS { width:18.75rem;height:1.62524375rem;top:4.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzi5kIfgzChy4r7yQNJA3PsyWiyzsxhe { width:16.25rem;height:5rem;top:1.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbM6MiS3SuB97JTZKVTNDlNsTUt8sLy { width:17.5rem;height:9rem;top:11.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe2PMgKqfpv0IZGv2d84WqPV43L3UTqd { width:9.375rem;height:1.62524375rem;top:13.3125rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH8EZFdUArv8dakPg3MNOkfTDZd1VApb { width:16.25rem;height:5rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTQ1N22GElV7dxXOnc1NVIygiUxgBbB { width:18.75rem;height:1.62524375rem;top:14.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJqT12v9hpJ8Zimg35c6N0nHO22Kgcx { width:18.75rem;height:0;top:18.625rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrSKU1gfTboNCbaPTW4sTdZl7ZKlRfWB { width:17.5rem;height:10.8125rem;top:22rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVBn0C7LlcJxT6UOensnThGLwNXCvlOB { width:9.375rem;height:1.62524375rem;top:23.625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvU0WnrdrBEP79LSzCJRfZHPWSvOzEPV { width:16.25rem;height:5rem;top:22.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0EbISp5An0bihZr2ThnoZhyBD03QPa { width:18.75rem;height:1.62524375rem;top:25.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWME1wflDCETxEvZbbVRwplM5eAXpMlZ { width:18.75rem;height:0;top:29rem;left:0.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCQHWMg0mTz31mMzRfsmlaEawmWcM1Gg { width:17.5rem;height:9rem;top:34.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT6iVP6OTPbNtnXOtdeRL3wTaAFzlvOV { width:9.375rem;height:1.62524375rem;top:36.25rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJB14WTBy2dZOBa2Sqf9KCLycGxazGkA { width:16.25rem;height:5rem;top:34.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMvzrMbMvROQhDoNRqcPdbHCeGdRMIdT { width:18.75rem;height:1.62524375rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnAMdTdgzp0VzluPdk2J2po0esUVhEaH { width:18.75rem;height:1.4375rem;top:40.998352050781rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG3TcxECnxCTHyQSIIRPx57NTJ6gHtc3 { width:16.25rem;height:16.25rem;top:0.0625rem;left:1.8749998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC6ZBfN4ZufFTxTOXT5XoBJC33quELs6 { width:16.25rem;height:16.25rem;top:32.076171875rem;left:1.8749998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxpbVktSAT5quDysJytIOp7yCIROPEHJ { width:16.25rem;height:16.25rem;top:63.927001953125rem;left:1.8749998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH0BkXpR9WStsp1TK5wWEBndJoUr49kt { width:16.25rem;height:16.25rem;top:96.123779296875rem;left:1.8749998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsBOoP2NgpklnEOslrMVeB0xxontKBX4 { width:18.75rem;height:1.4375rem;top:7.9354248046875rem;left:0.625rem;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Dv2D7RQo9k69aRDuNKmwXgS1SAtC0ory { width:18.75rem;height:1.4375rem;top:18.436340332031rem;left:1.2488510608673rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lIWnPQt6cTi5X0H0Hq7Jw8n5PgqwuX2X { width:18.75rem;height:2.875rem;top:28.75rem;left:1.2488510608673rem;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #kDx1UBwZfgBs3Qdwl5SQO6nevVzStmhW { width:16.875rem;height:2.8125rem;top:45.434265136719rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylrf3THgOvl7Pgx0vO7hHT2du2A4PAN { display:block; }
 }@media only screen and (max-width: 763px) { #IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y { display:block; }#IyrEifE4ysKznbrqV8nvT7mWCT5NLP5y > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNaMCXIMJ94Zu4Vhy5B0SC4NLAyEVWQ9 { width:20rem;height:4.3125rem;top:1.2744140625rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FoarBve08idyIJaTk3J3cW2zndUzsuMg { width:12.5rem;height:0.0625rem;top:1.2744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tugF3uyQg2riRJsTWfzEqcQusxg79tcE { display:block; }#tugF3uyQg2riRJsTWfzEqcQusxg79tcE > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi6huz1ZeRzzzKcGJmI7Jr3iVM5UuIbE { width:19.3118095625rem;height:1.62524375rem;top:2.8607177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsNXX43lmVOpHemCmBotTxsXWQ4UFJPU { width:18.125rem;height:0;top:22.64697265625rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WswpcHbtwPCM3TGtmse3BZsGpbT7QBeo { width:15.1240806875rem;height:10.4997701875rem;top:4.4680786132812rem;left:2.4368106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERaAXFriGccrwo40rmhzJlFtT2LqBgqx { width:15.6870403125rem;height:1.62524375rem;top:1.2540893554688rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkUU3N615MqggTgfqel3z5lhG6RpTpgO { width:15.6870403125rem;height:2.875rem;top:15.018432617188rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7QAcCTWZBvAyziglNIUNT28SwtSi0rk { width:16.436121rem;height:9.625rem;top:75.248168945312rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaA3CTkO8T8aBN4PWNH9EciBEOe5i4hw { width:16.436121rem;height:5.5rem;top:86.572387695312rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6hSrHA8T30K5Wm64be0Kzg4hGSuqop3 { width:20rem;height:33.0625rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwX2HTRRnTSIKx9S6RJqo5LHiRTRpLi { width:18.9993095625rem;height:39.875rem;top:18.776428222656rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TQWWy89ZMVJHA0KWWrmoMEf78cldWFZT { width:9.375rem;height:9.375rem;top:63.561584472656rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp { display:block; }#kSvhsTa9JvLupifNvTEyqR1Xl3zGs7Mp > .row .container { width:20rem;height:95.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkemczWz7tm5Zu8TICU275awmgPCa3h1 { width:19.3118095625rem;height:1.4375rem;top:3.8028564453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hesmZFhHwgptHQ8AFOV2OG2fCASFRt5b { width:19.1245403125rem;height:41.25rem;top:19.364685058594rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8SvSbMH8CqJbxJHwBwLXeHFUJxcBn6C { width:15.6870403125rem;height:1.62524375rem;top:2.19677734375rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH7S5PHkgNw5TzFyrdPiCqXX3JCL4vr0 { width:15.6870403125rem;height:2.875rem;top:15.667541503906rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwCXQkUoPubxRoZ7tgp0CZ2MAPNt2k3v { width:15.0620403125rem;height:10.4997701875rem;top:5.187255859375rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoxyniWQtC9VMtqhTOD6zk8Goh34Tum { width:20rem;height:29.7495403125rem;top:63.679443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTvmgzn5Axzzk47KfXtc8BpBRSkBPIQr { width:16.436121rem;height:4.125rem;top:86.241577148438rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgEtgcOE344BqtbeFlnKz9Bqge14kvbT { width:16.436121rem;height:6.875rem;top:77.749267578125rem;left:1.9358915090561rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlMUowT5U0hJzi5zoNLuay3FduO3dakV { width:9.375rem;height:9.375rem;top:65.998413085938rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XyHSf98PW797gwypz8EuPCLLmMGqDd { display:block; }#X0XyHSf98PW797gwypz8EuPCLLmMGqDd > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4EVOURGym6AN0p7yPkDIpwBGgeG2olC { width:19.3118095625rem;height:1.62524375rem;top:3.5374755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57Hp3kCNWeOJxCT3dm5hgMkwEi4QKOn { width:19.1245403125rem;height:31.625rem;top:19.263549804688rem;left:0.43658089637756rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZHmbyCovW2GSXagKaMpHvi14RoJgFx { width:15.1240806875rem;height:10.4997701875rem;top:5.1275634765625rem;left:2.4368106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS4EDfnguJzCtTHotPnJ1oGgFBOB24fT { width:15.6870403125rem;height:1.62524375rem;top:1.948486328125rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRxy09ChtaDzbAlpMPKA25d0o8niRZyG { width:15.6870403125rem;height:2.875rem;top:15.593994140625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFTqpufE36BA9qmxGaPuPzKas7wIxxm { width:16.436121rem;height:8.25rem;top:68.195068359375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGZFfZGVD7QidDWuk7ifTiGR5P1Lm1Rf { width:16.436121rem;height:2.75rem;top:78.06298828125rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJMC89AWafkaNpUbv3Mlpw5ApAoZrHF { width:20rem;height:29.4370403125rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwoT6HV9PHutCT5BBPPd1X0oZS0Ho55y { width:9.375rem;height:9.375rem;top:56.570556640625rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLTtq95lnLlwkcPRAHTJUG1x6pSHQs8 { width:20rem;height:11.6875rem;top:86.307495117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAWpHHkBwJlixniAl1yNuSE80tZI6t3s { width:14.875rem;height:4.875rem;top:87.5rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #izeewdq3QglEKISg1wyF1wlHVTqJ1ex3 { width:17.5rem;height:3.4375rem;top:93.234130859375rem;left:1.2488510608673rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gany1ydsxdFyCSGoermTkeOXuBcH022V { display:block; }
 }@media only screen and (max-width: 763px) { #VqyLL3VQJ4GJuva8ZXghg032F5TGRXsC { width:2.8125rem;height:2.8125rem;top:87.390869140625rem;left:2.1564797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #po2ru5v39Vy4yOv81fcq7to8BC43dkbw { width:2.8125rem;height:2.8125rem;top:87.390869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKOR1WqHlvnNnH90O4z6Piaayhoy79AD { display:block; }#vKOR1WqHlvnNnH90O4z6Piaayhoy79AD > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWnSnhizD1y2SV12pB2HHZn8846Gcv3P { width:20rem;height:4.3125rem;top:1.2744140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOU5eorgXfxbMzTuqxWQ8BDkv8VepgU { width:12.5rem;height:0.0625rem;top:1.2744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff { display:block; }#WFTzaCFWTK0DOg8nHSBEwTu9mCLL4Aff > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llKgacqqFvxIqibuggMFTdBemcTN7SIS { width:19.3118095625rem;height:1.4375rem;top:3.75rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzL1Fnb7xfTrRFwgeMvAKoR0WrNm76Pr { width:19rem;height:23.375rem;top:19.630004882812rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6H8flulU16gEAZOxVVdlEuoeHSHgicJ { width:15.6870403125rem;height:1.62524375rem;top:1.875rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UoolFUgn0H0rzmlpI8WLdrXug2KtGVue { width:15.6870403125rem;height:2.875rem;top:16.033935546875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21iARdbeB7xu6VIMOLKQeD2FTans0SS { width:15.0620403125rem;height:10.4365806875rem;top:5.105712890625rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6gSB82JWaqIdGW8bN5IJM7XkI2wREA { width:20rem;height:30.375rem;top:45.001831054688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO7fnxLs7m4Gt5HsiiS6FZxczDQIhWmO { width:18.3122691875rem;height:0;top:55.93115234375rem;left:1.6877297163009rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dos79tiK4XFzm2uBBbWMT78JguUQlOnU { width:16.436121rem;height:8.25rem;top:58.900634765625rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIeEg2tBwNDkE7VJLXLCn7sNbqnR08yo { width:16rem;height:2.75rem;top:68.92822265625rem;left:1.8437498807907rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #LU7ftrVI4XGmGnd6LphpJn6vOWzmXmzU { width:9.375rem;height:9.375rem;top:47.28515625rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG { display:block; }#CvP6QLGzRqpH9CyrHWJe7EbT5e2p4rqG > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqltVdL5C9Jl7pmFc8qP1pngRwQ7Funi { width:20rem;height:1.4375rem;top:4.2061767578125rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6WTnpLl9MuxWTltegimnqF3QUdyWIO3 { width:19.5625rem;height:38.5rem;top:20.3642578125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHLwTiHPz7mwT7tvNGAJTMnz3TgqToE0 { width:15.1240806875rem;height:10.4997701875rem;top:5.554931640625rem;left:2.4368106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvEN0QgZTXghOl62DM2RMGP7U1k00GN2 { width:15.6870403125rem;height:1.62524375rem;top:2.6371841430664rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9pQE7LoGDvDnFN6DvHug1F21RQT2RTr { width:15.6870403125rem;height:2.875rem;top:16.697631835938rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT15HqUrpHJTAcTf96LlX1Fz3qzuBQhs { width:16.436121rem;height:6.875rem;top:75.498657226562rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9wnUEcVFGJmTulqPDWlBIg8R5vtkpt { width:16.436121rem;height:4.125rem;top:84.061401367188rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1i53d18XfHhN8D6QIlpHhweTT3uVnkc { width:20rem;height:30.1240806875rem;top:61.504028320312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vHJPa4p51zoy656dNiJ790PbZ6T2CD { width:9.375rem;height:9.375rem;top:63.75rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG { display:block; }#rdnXcEwe0Qc5qMg2sttpHAEowT9hVvAG > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcUDCMosO61kBhwbXuQP76vTXlBTENsT { width:19.3118095625rem;height:1.4375rem;top:3.813232421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiZoqL4uzIMULdS8hMQp7tTRwvyN2CgQ { width:19.25rem;height:24.75rem;top:19.728881835938rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvUtqqlttA5gwETNl8H6FlSwnx8pOmUB { width:15.6870403125rem;height:1.62524375rem;top:2.196533203125rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to89z6wSqLc4RxbkLvBnvluARvUlHt3Q { width:15.6870403125rem;height:2.875rem;top:16.274780273438rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JByPOFk9AdCHaiatSxNQ8yi37ngCAFdw { width:15.0620403125rem;height:10.4365806875rem;top:5.2103271484375rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsebJqmlwCADDKOBwwkHiUQwKOPqZkpy { width:20rem;height:13.4995403125rem;top:47.244995117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6VtQy1ppkhKnLkyXHqv3moxDdtk7u7u { width:16.436121rem;height:2.75rem;top:55.917114257812rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OAZN7MbrT0ghGbOkPD3UaJG3EQoD5Q { width:15.2493105rem;height:5.5rem;top:49.43017578125rem;left:2.0289520025253rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 { display:block; }#cd1HuSOzXo87v2NdJrnEesZLmr0AsLO8 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GknHIeJcXGPWGyoTLFPGWWP421HWwU7z { width:20rem;height:5.75rem;top:1.2744140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzZD5cJ4yp7JPfbAqr2RSwMOn5sc3V6I { width:12.5rem;height:0.0625rem;top:1.2744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glWM9bm1cciFoGUKkcN94F3SL5BIP5LV { display:block; }#glWM9bm1cciFoGUKkcN94F3SL5BIP5LV > .row .container { width:20rem;height:97.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liQZPwQLNtifU1VUmgUGJmbnxKPfr0LW { width:19.3118095625rem;height:1.62524375rem;top:3.7489013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6X5LwqCGJuLRJ23NVq6A5hgVf6sLdkR { width:19.25rem;height:42.625rem;top:20.333251953125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm3GKZoXVnA4gW3cZJFfCTJnlG5C61R5 { width:15.1240806875rem;height:10.4997701875rem;top:6.235107421875rem;left:2.4368106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa8Oebka6fQGX1zzG3EpxoUHifbTgz3X { width:15.6870403125rem;height:1.62524375rem;top:2.1358642578125rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6bPQzqZlcDl8Cuar4AtwfvPciTnp27B { width:15.6870403125rem;height:2.875rem;top:16.729125976562rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmPITn9K11EB6Sw6oHeLxmHU7dMIlWTb { width:16.4372691875rem;height:0;top:75.19287109375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rx79IrU9RsJrodZyqLkzgD9WSbWkB8GM { width:16.436121rem;height:4.125rem;top:87.5rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTT7fxwiMQ2hHq7qxkW1FfPbvkAR1vr { width:20rem;height:29.7495403125rem;top:65.205688476562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unKtum7uTeTM33HD3PLifgTMLbntKNZg { width:16.436121rem;height:6.875rem;top:78.928833007812rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Bpsy9G2et335hyz3562wohOkiJIf7KrL { width:9.375rem;height:9.375rem;top:67.436889648438rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B { display:block; }#fG7xa5tXWhZxPVi2Wl0z4ZQNB1C4Oi5B > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzyWptobvp5TbxQpldQZhEgXHuBM98e2 { width:19.3118095625rem;height:1.4375rem;top:3.47314453125rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdDlnV0mFq9TVbvvKFL1b6A1xpAiNWeJ { width:19.4375rem;height:35.75rem;top:18.793701171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMkTsXQTPraHAXveBVbEqWFIAz0rpmVG { width:15.6870403125rem;height:1.62524375rem;top:1.875rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U60l3yMTyKD58uy1eI9XaAbnpfbr7N0F { width:15.6870403125rem;height:2.875rem;top:15.27001953125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOk1uytSvXvTkIGGvECGLVdBpLgaW3SS { width:15.0620403125rem;height:10.4365806875rem;top:4.851806640625rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqA2gwb3LvuWNraUfBdp0qdUoEKmM0qR { width:20rem;height:29.75rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnOb73KqT7ooa1twiimeHZaKCgM7xdGP { width:16.436121rem;height:4.125rem;top:78.74609375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KCL5als37sTzx7dJc6QxiXe8Ek1Kqt { width:16.436121rem;height:6.875rem;top:70.060913085938rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBbil9wdrTItazk8yv80SDJKuxlyTvKJ { width:9.375rem;height:9.375rem;top:58.185913085938rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX { display:block; }#PSdLp4ETbX1D4cw3mz8qG0LTCiGpR6SX > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTv5RFElfmXtzG1MmJt9Q3G6fULKKygh { width:19.3118095625rem;height:1.62524375rem;top:3.72021484375rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG8qZ0rwcfqgx3O3kHiDOhyWCvqwdOdl { width:19rem;height:30.25rem;top:19.396850585938rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0DOoqcerHPnWGMmHWBS7sebI88tUzRU { width:15.1240806875rem;height:10.4997701875rem;top:5.3045654296875rem;left:2.4368106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJtLVtLdTrpyJkLrb9dSy00foUeWFsX { width:15.6870403125rem;height:1.62524375rem;top:2.1358642578125rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wih8iWIMRpNJcQk282Mcl8CbTxTiFCOm { width:15.6870403125rem;height:2.875rem;top:15.77099609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNDTFdJAV1BRz5xMrIcmMI05ut3TMEuC { width:16.436121rem;height:6.875rem;top:66.87841796875rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsmSXfd8NVtiwM0kT6OX0i7P8xQDwagX { width:20rem;height:28.1875rem;top:53.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumDa1yST1kZa3o9wF1D5k7o00IETLiq { width:9.375rem;height:9.375rem;top:55.186157226562rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUGHGyf6nsqesQdAcTSFdB1dbuRWXnvN { width:16.3740806875rem;height:2.75rem;top:75.427368164062rem;left:1.8129595518112rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZtFndQirnXSXJXkJpeqAwUiLlQiT59p { display:block; }#BZtFndQirnXSXJXkJpeqAwUiLlQiT59p > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMrwGPl8gAp63609QdOuvT6lNxsr8NPg { width:20rem;height:4.3125rem;top:1.2744140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkzqQh1n7U2T54PKA1w4E0LSMSKydpz9 { width:12.5rem;height:0.0625rem;top:1.2744140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9usck2qnb86EnrtusTgWy4IsI4nTXI { display:block; }#QQ9usck2qnb86EnrtusTgWy4IsI4nTXI > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn3Ikms8M2JygxTX1TH0B4tmiOwZ4aRI { width:19.3118095625rem;height:1.4375rem;top:3.741943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCAz9k476yBOHpiBvoPXG1T8rvihGMEf { width:17.1231613125rem;height:0;top:21.85546875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9TGsKNnrkX6WFBKn8o14IPAsM8Qx1xU { width:15.6870403125rem;height:1.62524375rem;top:2.17529296875rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8VLKw5d15lvm0F5QXt7W41gewz5zOfR { width:15.6870403125rem;height:2.875rem;top:15.476806640625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSdXXNLRTt0Ulb4dzxL71sQ2XNABthwP { width:15.0620403125rem;height:10.4365806875rem;top:5.0885009765625rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #howFQZSthToVFlPiTSBcRteyX2WggiBw { width:20rem;height:16.9370403125rem;top:46.596557617188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA3yHVDyLmlvCxi3whfxBcEMSbSrRfWU { width:16.436121rem;height:1.375rem;top:60.130981445312rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAVOS90ufQXZOQGlCMC6FS8aPM3Ezh4C { width:16.436121rem;height:9.625rem;top:48.933837890625rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKTLQ5uT0VlZoN0qcb2NilgIr2qbAd4 { width:19.0625rem;height:24.75rem;top:19.21875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 { display:block; }#K8uBcN5CeQbzTORGegZXQ5TUo2fEMMT1 > .row .container { width:20rem;height:112.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2SFr5kaEa6RIREAyIm1lJ7U2IOaXC9s { width:19.3118095625rem;height:1.4375rem;top:4.19921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGBTQDQUM71OBdh3UTxN2bqPsvzpsn68 { width:19.125rem;height:61.875rem;top:19.763427734375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzD8TOEG01LgfOAKDTvT2o5RcdaZPRmq { width:15.1240806875rem;height:10.4997701875rem;top:5.5411376953125rem;left:2.4368106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXv776DTmPp2naiVg6xtH6a0UMB71XpU { width:15.6870403125rem;height:1.62524375rem;top:2.6371841430664rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqsqOxq1RF8E3uHiPo2a6nuSipgn15yp { width:15.6870403125rem;height:2.875rem;top:15.984619140625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loBo1pg0tT26GdSGgqN0O6Gw2rTiRvWt { width:16.436121rem;height:5.5rem;top:97.4736328125rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3HZo6ZqyEz7admCU0yXybpwRHleZQqD { width:16.436121rem;height:1.375rem;top:105.00231933594rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrz7qAVTCwLnIg2PPAeB25ZWZTyCCVzh { width:20rem;height:27.1875rem;top:83.270874023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbVT2XN00FxkZShtg18TLFsFnar2zxbr { width:9.375rem;height:9.375rem;top:85.58935546875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x { display:block; }#dLXF3mkiMBiCKMk0RvpHSLAfXKak8X2x > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfxci6KDDeH6gMfICKwO06idszBHtcRD { width:16.3120403125rem;height:2.875rem;top:3.475341796875rem;left:1.8439797163009rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwrSKdDnckoMrAih41CJiCR3QQWXulx5 { width:19.1875rem;height:22rem;top:20.353759765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkgztJHqqZ1859da41LgvnMCMyhTugaL { width:15.6870403125rem;height:1.62524375rem;top:1.875rem;left:2.1564797163009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAbVo7OzchONlhFsyoFlJk7ST1L4lqqL { width:15.6870403125rem;height:2.875rem;top:16.669311523438rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9zCJcIiy6tiTx9sdavpFdHxvapudzg5 { width:15.0620403125rem;height:10.4365806875rem;top:6.2510986328125rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gne7SdsKXwrui80cWbDHz8J3zK46riQH { width:20rem;height:32.8125rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHh36JkJ5RHPyvnboPVtA6mW1yo8Kps { width:16.4366875rem;height:4.125rem;top:70.625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKLg2SEN08DRUxldOD8XuT2E9zS0TQm { width:16.4366875rem;height:11rem;top:57.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxTCO55T1pl9BIzhbqiRuxOpvgTPylp { width:9.375rem;height:9.375rem;top:46.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4GaJy2XEHt1hZJZgTn25hvy8Nh5A9IG { width:16.875rem;height:2.8125rem;top:79.87255859375rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuFQCyvMDHK8L0ZIJPwxQoERa9xFmJpD { display:block; }
 }@media only screen and (max-width: 763px) { #S99It15eLMKOvX30LGuFOyD0T5gvkahT { background-color:transparent;background-image:url("https://images.assets-landingi.com/0QIM4atS/ZTzA_t_o_1200x1200_2_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT.adaptive-delivery-prevent-bg, #S99It15eLMKOvX30LGuFOyD0T5gvkahT.lazyload, #S99It15eLMKOvX30LGuFOyD0T5gvkahT.lazyloading { background-image: none; }#S99It15eLMKOvX30LGuFOyD0T5gvkahT > .row .container { width:20rem;height:101.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RUHDvcmQW0uWa34BiBZhwwX6qoiJHCAe { width:19.375rem;height:89.25rem;top:10.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q033giPb3QpbXzTTUNI1dbMu5wGW496a { width:18.125rem;height:0;top:2.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7ze7km94FUpf2ilrPEmkFRSVZfz7q6s { width:18.125rem;height:84.8890875rem;top:12.165344238281rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;color:#486c8f;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #HVulGnr3onLp7eehcq4ABTnITCywlviT { width:18.125rem;height:8.12621875rem;top:2.5000667572021rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf { display:block; }#ZMDnhaC3T6FLyWrFX07a4K2AWSumT4Hf > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsUkNr5r0kFRfJmXKgpTTsfP2AN8nP3W { width:20rem;height:40.875rem;top:7.14599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3WzDMyR3bULurRSGisTN9FDSV2XX1qW { width:17.9997691875rem;height:2.75rem;top:42.1640625rem;left:0.625rem;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) { #Ut2akPWRGByMRKHBQWgrwfXFtIqtxKdL { width:19rem;height:26.5625rem;top:13.793701171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uleKJxOz0wCUbs4JnyGKCfT7dvdBEQ6k { width:9.375rem;height:9.375rem;top:2.140625rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 { display:block; }#sKntDMnhfTFChI8kXMZ3SqlB737DrRh2 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTHhEwztnG14QopIJAT5K9J6CoxpLs8h { width:20rem;height:6rem;top:1.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exLDo1EbDBsnpRdIkAORlRVaaZE2I3HD { width:15.1240806875rem;height:3.5rem;top:2.4322509765625rem;left:2.4368106126785rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg { display:block; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg { background-color: transparent; background-image: none; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container > .video-iframe-container { display: none; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row > .video-iframe-container { display: none; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .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); }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg { border-width: 0; border-radius: 0; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .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; }#u84fgT1yE9BrOLW5iCI52bqHJ0l2N0mg > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H { display:block; }#ZRy3N4mXCnsW1xF6NPriJvCp0dBGiX8H > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2TecWLGeZfWyh8VPZubuh57XzN4vAfU { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqWvRJW3i3xTs29A2q8gtwV1AoXOls8q { width:18.125rem;height:11rem;top:13.85302734375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IzHZTnpnmwGyMNK30iGoKTm8igtuTwLd { width:20rem;height:11.6rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEcUs0d9DKpXgEBOAfTuQBNUgmePu6qx { width:4.375rem;height:4.375rem;top:9.43701171875rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg { display:block; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg { background-color: transparent; background-image: none; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container > .video-iframe-container { display: none; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row > .video-iframe-container { display: none; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .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); }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg { border-width: 0; border-radius: 0; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .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; }#gB9EK84uR0gvEKawvTDcxETT8Zbyc0xg > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh { display:block; }#OtGF8M7g6oTsbZg8vMgRtVbwgdAqv9sh > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIW8SS7IUs4PpQEEAJD1n8VelsPuv1gy { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhfuPKQtSXwPWz3sXVathTlcKqiOEo70 { width:18.125rem;height:0;top:13.93359375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwgRUGucOePaXqT1TqxbPkShhzAxGvoa { width:4.375rem;height:4.375rem;top:9.5592041015625rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT0fEepACHt32gEvpoxGMbpCQxc3fmp0 { width:18.8740806875rem;height:13.75rem;top:13.402587890625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15005;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lK5a0mPTmcd8MeGB09GMwowUkNhATsZE { display:block; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE { background-color: transparent; background-image: none; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container > .video-iframe-container { display: none; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row > .video-iframe-container { display: none; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .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); }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE { border-width: 0; border-radius: 0; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .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; }#lK5a0mPTmcd8MeGB09GMwowUkNhATsZE > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF { display:block; }#gbJgy3z5FNE7VLronBbUTRmiSTvk5gKF > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5gp9KPRyCBhmcZoOaNwsQ0ifhwrKQSh { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXVL17GASndR9OZJi7fe4EpdSZ9Brpld { width:18.125rem;height:0;top:13.892578125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr4VGLIG9Wvx307feWEdO5uv4FroeKNO { width:20rem;height:11.610498222222rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8fQA9dAq54Fpun1MTgZyA2HDoos7TkE { width:4.375rem;height:4.375rem;top:9.4676513671875rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUGpCdg3PTcCTMeBlkgqiacsixpoTRlN { width:18.125rem;height:13.75rem;top:13.984619140625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15003;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 { display:block; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 { background-color: transparent; background-image: none; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container > .video-iframe-container { display: none; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row > .video-iframe-container { display: none; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .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); }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 { border-width: 0; border-radius: 0; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .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; }#BC7VQHhL3q2SzOEWi8bXsTAKHx2xItr5 > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #MCpqec1SA8QRhWR5TpJy5p53sieiuidr { display:block; }#MCpqec1SA8QRhWR5TpJy5p53sieiuidr > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtipNXDllfBUoeOS6y0RPkT9lpIhT2dt { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZfUBw1tfvdZDs8H4RHDkrbwCM3iLI4H { width:19.4375rem;height:12.375rem;top:13.768310546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hw04262OMooDrSBwNbxksiGKtOnNXvd8 { width:4.375rem;height:4.375rem;top:9.38037109375rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHw79dMRNRu0Em4o4wAtk454MkfyVZf { display:block; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf { background-color: transparent; background-image: none; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container > .video-iframe-container { display: none; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row > .video-iframe-container { display: none; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .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); }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf { border-width: 0; border-radius: 0; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .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; }#PhHw79dMRNRu0Em4o4wAtk454MkfyVZf > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI { display:block; }#QfPwBbVRyVwuIe8dCXZludk3DrTU4qlI > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVuf3cPmkgW8w87rFw3gH7hBXyZB26bV { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aibqVt3SVFhETEvoMqhDg6CHTtBXqC5d { width:18.125rem;height:0;top:13.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #acTFcOObXuhJRFBKUmGJ8HF4TZ67sLTN { width:4.375rem;height:4.375rem;top:9.448486328125rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0VCFV8Q03JtbK1WzgKNdNQBoekC2C7D { width:18.125rem;height:8.25rem;top:13.87646484375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15005;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 { display:block; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 { background-color: transparent; background-image: none; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container > .video-iframe-container { display: none; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row > .video-iframe-container { display: none; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .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); }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 { border-width: 0; border-radius: 0; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .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; }#CttqlHhXC7XVbQa2F7ouOA2wXOUG2IL7 > .row .container { width:20rem;height:0.9375rem;background-color:rgba(219,236,251,0.96);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) { #H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo { display:block; }#H2KQ0m6TQRZh8iTQFTsIXpGUXZfTS0Xo > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ph29wSgoeSiOT1c3J6onD3A2RTaUgKSV { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgI4LcMO1w861SAVfGKhqG98ANbpVuTT { width:18.75rem;height:0;top:13.7705078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTaWSkSkN3RXaPTL7CWhgO0knp0c3ExW { width:4.375rem;height:4.375rem;top:9.4554443359375rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BszIBhOKAnHsn0NWykyZnz96HxkcQB { width:18.75rem;height:16.5rem;top:13.87646484375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15006;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #flVffEJF7pX5m9DPo8PB8JFXF55hBcXu { display:block; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu { background-color: transparent; background-image: none; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container > .video-iframe-container { display: none; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row > .video-iframe-container { display: none; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .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); }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu { border-width: 0; border-radius: 0; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .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; }#flVffEJF7pX5m9DPo8PB8JFXF55hBcXu > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm { display:block; }#RCRG9Gw9K1mNizWwlTKkuHc1rInlg3Qm > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV7WqySqBz9IGEiU7rz7JNRQR9JV1u1I { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQifAeyQkKTJtuzixMk0zHbZe0zG0AK { width:18.125rem;height:0;top:13.8916015625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gv2PgONI3GXIl6HsekTN3f1nJmRylUno { width:4.375rem;height:4.375rem;top:9.5076904296875rem;left:7.7791813611981rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmbVLk5kTe9rEvOxNGWT2bmP7oyT5ol0 { width:18.125rem;height:13.75rem;top:13.91259765625rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15007;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf { display:block; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf { background-color: transparent; background-image: none; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container > .video-iframe-container { display: none; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row > .video-iframe-container { display: none; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .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); }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf { border-width: 0; border-radius: 0; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .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; }#wmvzWOMTAnTkfMC9WvPH6dvrgEpUVtFf > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #lixzZS4JMu7QhaON6TAWDl72D0b6b1al { display:block; }#lixzZS4JMu7QhaON6TAWDl72D0b6b1al > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1CR2DMFr3ds13Lx1WQl4e7kDEmz8T3V { width:4.375rem;height:4.375rem;top:11.3896484375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCvyGrrUuqFtd9mVyyX1aNnA5WK9sUZW { width:20rem;height:11.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0wX4WXquXRm7LP6NRz61vTN6fPhZQEC { width:18.125rem;height:10.5rem;top:13.8916015625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd { display:block; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd { background-color: transparent; background-image: none; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container > .video-iframe-container { display: none; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row > .video-iframe-container { display: none; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .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); }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd { border-width: 0; border-radius: 0; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .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; }#CoXOf0zuqTJcA8LTuy18yFkDnPSPRKNd > .row .container { width:20rem;height:0.9375rem;background-color:#dbecfb;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) { #p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 { display:block; }#p7rWyKsN1vEPrMTAX3HLPieiBPudeuN0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTN0JzWsHF3pxihnH2LTSXwD6DSdeUEK { width:20rem;height:1.75rem;top:2.3115234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCL4fM3ITBPJTZkFsyol2IQq7ri5921L { background-color:#486c8f;background-image:none;display:block; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container { background-color: transparent; background-image: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container > .video-iframe-container { display: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row > .video-iframe-container { display: none; }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .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); }#xCL4fM3ITBPJTZkFsyol2IQq7ri5921L > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6R9AVtOUKkznf4HdzgWAivnUL8bZ2sP { width:12.4990234375rem;height:1.25rem;top:45.9052734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrczdOhUS3C5PyCGf3hvR1ZK58qWS9zC { width:19.9990234375rem;height:4.9365234375rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnJwwPhhg21Ux7heCEXIVoAZmzQLmSrC { width:20rem;height:44rem;top:0.0625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LKubD2tVJVfbCdg6hFDRSmOkFXNvpbm8 { top:1.487548828125rem;left:0.749267578125rem;width:18.4995rem;height:11.562rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KHJXZ2gJnZBRUNrPNnsBIiNWTfFUNo0a { width:18.75rem;height:27rem;top:15.064453125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfB3XBDOnT7hdDVTa1ETvVBZbf52tWpD { width:18.494140625rem;height:2.931640625rem;top:50.4990234375rem;left:0.7529296875rem;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) { #HDZr1yJ4060P78eUlksXRviNPwzFzVWS { display:block; }
 }@media only screen and (max-width: 763px) { #UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq { background-color:#f1f6fb;background-image:none;display:block; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container { background-color: transparent; background-image: none; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container > .video-iframe-container { display: none; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row > .video-iframe-container { display: none; }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .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); }#UIQTHy9BlKq5hq5z1LUOhAPRGlx8mvDq > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0GW20INSWlTKooqTFgGPMVf5GRig11D { width:19.4375rem;height:27.875rem;top:2.20703125rem;left:0rem;border-top:0.125rem solid #f4b787;border-left:0.125rem solid #f4b787;border-right:0.125rem solid #f4b787;border-bottom:0.125rem solid #f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #fRQuk8342NK3Sy7qJMebLxTyKcGWzuML { width:4.6875rem;height:0.75rem;top:2.202880859375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #Ilb9nQ55goRKbWhDWCWOqr1wqxflTLyd { width:9.4990806875rem;height:1.5625rem;top:24.656494140625rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQKMnxumUplH9QsOQr4y2NfNuQtFuVX5 { width:16.4993095625rem;height:18.75rem;top:5.57568359375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV { background-color:#f1f6fb;background-image:none;display:block; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container { background-color: transparent; background-image: none; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container > .video-iframe-container { display: none; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row > .video-iframe-container { display: none; }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .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); }#Vnl4Tu0FCsQSLeCHM2TTczs9UUvhReuV > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkofdEh0ZDmmp2WyuILgy1QF22Bde3Gx { width:19.4375rem;height:27.875rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #f4b787;border-left:0.125rem solid #f4b787;border-right:0.125rem solid #f4b787;border-bottom:0.125rem solid #f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #ukNyRLnrJZbHOAynvta6oglmuw1N6dlm { width:4.6875rem;height:0.75rem;top:0.915771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #FEKf6B3zF1LefTUvsezG1HbwUx9wQpRS { width:11.6865806875rem;height:1.5625rem;top:23.318115234375rem;left:1.5314797163009rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO1QZvSTQ6LnHgGmzfEEs7ngN7i4hb6x { width:16.9370403125rem;height:15.625rem;top:4.431396484375rem;left:1.5314797163009rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl { background-color:#f1f6fb;background-image:none;display:block; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container { background-color: transparent; background-image: none; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container > .video-iframe-container { display: none; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row > .video-iframe-container { display: none; }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .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); }#E8clS4F0xRDn6hSH1u6KA9n9kCK9vgMl > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNnTwZr5epo0Wgvt3V3qv5gp03OgTrE3 { width:19.4375rem;height:34.9375rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #f4b787;border-left:0.125rem solid #f4b787;border-right:0.125rem solid #f4b787;border-bottom:0.125rem solid #f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #R2OWOFVKI896wBylmgnTNFZgQ0fNMw6C { width:4.6875rem;height:0.75rem;top:0.900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #UdnSDHmhdsm6OVJhdcdWLvHaTA0ueB8V { width:13.4995403125rem;height:1.5625rem;top:31.069580078125rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5GTNZF2byxsl8hHzEImG9C6w8W0v3N { width:17.2495403125rem;height:25rem;top:4.43359375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl { display:block; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl { background-color: transparent; background-image: none; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row .container > .video-iframe-container { display: none; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row > .video-iframe-container { display: none; }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .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); }#oK95h1Uci02dlS0zaaN6u5eZHtBt0GNl > .row .container { width:20rem;background-color:#f1f6fb;background-image:none;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzndJLTSFCZUURPMruN6RRSe19l1Hqhq { display:block; }#VzndJLTSFCZUURPMruN6RRSe19l1Hqhq > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kodBpONg0J2VOUdVnMCHceOUcb1oazk7 { width:19.6875rem;height:0;top:1.162353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQx0LtZVdKF3NmMuNTDLGQOTlKJymDIr { width:19.875rem;height:5.25rem;top:1.537353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO { display:none; }#GxfnfTh8TMCF5vQb9P4o8mpzppqaNZLO > .row .container { width:20rem;height:92.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o0wx5Tzv6ptHZPKo0pmp2eKSlKGd0FNw { width:18.75rem;height:88.875rem;top:1.184326171875rem;left:0.624755859375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #MMBNEbJnlQLM7wFiIcNT5OF1vsq6kH0J { width:18.125rem;height:7.25rem;top:1.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDEZXNNbX3Rs9GTwQlkcvpS2yfTEP9nb { width:12.5rem;height:4rem;top:3.14306640625rem;left:3.7499998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU { width:16.6875rem;height:13rem;top:9.757568359375rem;left:1.2499998807907rem;font-size:1.0625rem;display:block; }#bQsulbRcsxttLwTzzTgM6Qqmzt2qwZVU li:before{  }
 }@media only screen and (max-width: 763px) { #BHFOwKtSqPnLbQGFweA7i0CNpaGPlv2F { width:12.5rem;height:3.4375rem;top:64rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1ffdu62HWpmnP290pplTTycGgLBxXQ { display:block; }
 }@media only screen and (max-width: 763px) { #TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ { width:17.75rem;height:6.25rem;top:31.2568359375rem;left:1.248779296875rem;font-size:1.0625rem;display:block; }#TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TcqSWUOpkGg3tuyPu8DR1NUcGRsPTQUJ li:before{  }
 }@media only screen and (max-width: 763px) { #chDG6Zuk37VTgfo8b7euTTrDPzSMkV0P { width:12.5rem;height:2rem;top:47.3125rem;left:3.75rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zOXwp3Q1epnSLis1XzhFB9rp5esgKkEW { width:12.5rem;height:1.75rem;top:45.5625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCsWG8Im6p106PodO7Rz6SIbdVFUrf43 { width:20rem;height:0;top:74.302612304688rem;left:0rem;font-size:1.5625rem;color:#4bae16;display:none; }
 }@media only screen and (max-width: 763px) { #qEPqX3CQ9x8IGgP9N3dqCG5ZcPo2dGuf { width:12.5rem;height:2.1875rem;top:54.5625rem;left:3.75rem;font-size:1.6875rem;color:#4bae16;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iDpZQ6yq8DJU4TsHNVQ3nd3nIkxlrvAx { width:20rem;height:4rem;top:50.625rem;left:0rem;font-size:1.5625rem;color:#4bae16;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #cHTUoQOtASQrscIPZ9y3JZTeDILPZcXH { width:18.4375rem;height:1.5625rem;top:73.375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHcK9NeyNp1BaJor3ama48l6DnAHHEUC { width:12.5rem;height:2.1875rem;top:78.875rem;left:3.75rem;font-size:1.6875rem;color:#4bae16;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nTFKTu9WhMi4tnVez1c67LBiITihxvtr { width:12.5rem;height:3.4375rem;top:80.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9zQyJDAUpJoNkrqgLTkQFyQTms8Oeox { display:block; }
 }@media only screen and (max-width: 763px) { #gky4yt6kW66iSk72RPg3zdzceemvDF7D { width:13.6868105rem;height:1.5625rem;top:28.972900390625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8QqQ6Kl7VPBhkvzyFETlKTodrg2etBu { width:20rem;height:5.9375rem;top:57.25rem;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) { #buqGNoXKc4AiTJRx0KPvavCCt91NJOPu { width:20rem;height:2.375rem;top:75.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) { #sXirVlaEZTryuSr1bTXDfyb4A2eCBk2J { width:20rem;height:3.125rem;top:85.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9GTHNxOF9pRXgzgdmkASrJr93fadPKk { width:18rem;height:4.6875rem;top:38.68505859375rem;left:0.9990234375rem;font-size:1.0625rem;display:block; }#z9GTHNxOF9pRXgzgdmkASrJr93fadPKk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z9GTHNxOF9pRXgzgdmkASrJr93fadPKk li:before{  }
 }@media only screen and (max-width: 763px) { #x341WVklMEZo4hTMo5Omgg3gd3JviTs2 { display:block; }#x341WVklMEZo4hTMo5Omgg3gd3JviTs2 > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGW69hN5HTL1G953dRCBQOxJVPwvngvR { width:18.75rem;height:82.5rem;top:1.18359375rem;left:0.6240234375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #vNukcspiMhM2stwJI44Jg0ht8ym5e6AX { width:18.125rem;height:7.25rem;top:1.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvA4MXWimQHf3XPBi4eXTv1Z6OAMDkVn { width:12.5rem;height:4rem;top:3.14306640625rem;left:3.7499998807907rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9a8r60ni33aqVQv7am3se5KU9oEKHFz { width:16.6875rem;height:13rem;top:9.757568359375rem;left:1.2499998807907rem;font-size:1.0625rem;display:block; }#X9a8r60ni33aqVQv7am3se5KU9oEKHFz li:before{  }
 }@media only screen and (max-width: 763px) { #G5eOpPLcnbWWpBmGWJydBb9rQzryhZPX { width:14.625rem;height:3.4375rem;top:59.9375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAcJGyRiVOnW8dZInZRw2H3SOrmPTTW { display:block; }
 }@media only screen and (max-width: 763px) { #h6VyQ76PTlqysvypAGXsBQJufTUuu0xn { width:17.75rem;height:6.25rem;top:27.0068359375rem;left:1.125rem;font-size:1.0625rem;display:block; }#h6VyQ76PTlqysvypAGXsBQJufTUuu0xn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h6VyQ76PTlqysvypAGXsBQJufTUuu0xn li:before{  }
 }@media only screen and (max-width: 763px) { #xCd2zeE42AEqZI7AiNqVBxdVlI2XLv4l { width:12.5rem;height:2rem;top:43.625rem;left:3.75rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y06xrAkVU0AP8w3JTTzbFLA7UwfRPz32 { width:12.5rem;height:1.75rem;top:41.125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tisuaURU5dPOIbtllgJLXfGKQaLgyrCa { width:17.5rem;height:1.9375rem;top:46.55859375rem;left:1.25rem;font-size:1.5rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #Xc9cTruil6kPIZPD7HGUUCHhtI690QkV { width:18.4375rem;height:1.5625rem;top:65.4375rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyTsUivZBTFhfnuOPChT7bea5kwM410V { width:12.5rem;height:2.1875rem;top:72rem;left:3.75rem;font-size:1.6875rem;color:#4bae16;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ROASRt6nO6PWwNwwXQbr4mkybQUknedn { width:12.5rem;height:3.4375rem;top:75.25rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPtulGcVAxTwuEvJliuhabKqKTHlFK1 { display:block; }
 }@media only screen and (max-width: 763px) { #opgAvz2DzBXysu06ZngP934azAATIZct { width:13.6865234375rem;height:1.5625rem;top:24.22265625rem;left:1.8115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvGyoiWF6VM2E6HfWtSFIwWD4ubAJ5TQ { width:20rem;height:5.9375rem;top:52.6875rem;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) { #b8QvE0RFdkRPpUFkrW1rnIaXNDF6keKx { width:20rem;height:2.375rem;top:68.375rem;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) { #RNfP31adetnQVWST7URhTzaSv4QH5WdI { width:20rem;height:3.125rem;top:79.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ { width:18rem;height:4.6875rem;top:34.6220703125rem;left:1rem;font-size:1.0625rem;display:block; }#FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FlhZrGgMyqQasR4dDs83T2i2fV7BXRhQ li:before{  }
 }@media only screen and (max-width: 763px) { #A4gsvTedleoa1mHXAF0iI82cggoJAFtl { width:12.5rem;height:2.1875rem;top:49.24609375rem;left:3.75rem;font-size:1.6875rem;color:#4bae16;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ { display:block; }#KIQStJ3O88eSR6mhF4Ko9Dzy9bwkuWxJ > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQVyIIAMOebkp4HwIxakELIeUhwcKenJ { 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) { #TekOzxlIaDnwgqmeZH9wWbg5pLSkSpb4 { width:18.875rem;height:35.4375rem;top:5.181640625rem;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) { #FzLNI9zmGOVbAlquHDh4rokKnsahTfTJ { width:2.875rem;height:2.875rem;top:1.47412109375rem;left:8.5627297163013rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE { display:block; }#KsZVwIfhqnzl9wkokwo3o0eUEpQZhwPE > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asSQqTUSaTyMUuhdHQcxrF5yucNGUUrX { width:20rem;height:12.342857142857rem;top:8.000000125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gry3Ee0eyTQrqC2qhuxSXlGt8fGEMpuz { width:19.9995rem;height:2.4375rem;top:4.171142578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XECbZSf6OH7g1hZ2eGQJSn7lFBWicSHq { width:19.9995rem;height:1.8125rem;top:1.66552734375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpcS3k9TUEDlATOU65iF3CgTZSZNI60c { width:18.75rem;height:4.3125rem;top:30.1875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0PJoLkxh2HM20QhTdT4o9Fq3UxHczxz { display:flex;width:4.0625rem;height:4.0625rem;top:21rem;left:8rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #cbtB6voeqiBT2nNI3muX11xOk3ugeHXF { width:20rem;height:1.4375rem;top:34.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNKEPuGpMadVd2Ud84BavxwvdgNTf163 { width:20rem;height:3.75rem;top:25.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECZAZIGE4NGI0HPHidL0LaKWNenkCUGw { width:16.875rem;height:2.5rem;top:37.5rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTrBfHtmL3T0KXThOirPhhlbBah5AhTw { display:block; }#lTrBfHtmL3T0KXThOirPhhlbBah5AhTw > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuxNcav9WyUnRTcJZBaCZH0DuGPXWCJs { width:16.875rem;height:0;top:2.022216796875rem;left:3.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av9T6EGfkZCTmKzqpoDTcn6Z3fg3SnCJ { width:9.375rem;height:9.375rem;top:81.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8fov6wufK7zpAVKL7h3LkQx8iUk8wzr { width:18.75rem;height:33.4375rem;top:86.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwcIgiGDirwaoUU0LpdAlOCLCy1mWBTN { width:17.5rem;height:25.3125rem;top:92.21875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CacrR7aCTfqEge4eXQW8eOwhfTLBWV1N { width:18.125rem;height:1.62524375rem;top:62.565185546875rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c21StgIEl7ESqKTh9HNlRr2RPLnawo70 { width:18.833333375rem;height:3.333333375rem;top:121.34252929688rem;left:0.58203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RddzPm1KJldaa1zaJNpw0LqGkRH0xgfu { display:block; }
 }@media only screen and (max-width: 763px) { #nJSov4I9FGBomyd2dK7t5gdqrGQTgM0I { width:2.5rem;height:2.5rem;top:2.231689453125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCqacZtzWPe7dM30CGez671porwSdEGA { width:2.5rem;height:2.5rem;top:28.104248046875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siPLQaJ2LTHktfJ1aenUnvylHncw2fVH { width:2.5rem;height:2.5rem;top:49.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4nh0ybZOKCtXNTChEntATHG1fOT2ZVl { width:16.875rem;height:17.5rem;top:5.73193359375rem;left:1.53125rem;font-size:1.0625rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuuPINsl5yUJo0dTygpf21cOdLcT1l5t { width:16.875rem;height:14rem;top:31.1875rem;left:1.53125rem;font-size:1.0625rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ughtoBKGTJWMbd5IcDTQhAMaUlAm9GuL { width:16.875rem;height:24.5rem;top:52.666748046875rem;left:1.53125rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo { display:block; }#z6DH9bNWFL8FeTRx8ZVO7sTRaOvnLMOo > .row .container { width:20rem;height:114.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adEeq4Migg9xRVqZAgw4zEivpscpTeJM { width:18.75rem;height:105rem;top:4.10302734375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr05y80FWudSXHeUug0fe824QNBbVwHR { width:18.0625rem;height:3.2504875rem;top:0.0625rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e { display:block; }#OxTaiwr0QeuWB5acM8suBXwgvx4TTO6e > .row .container { width:20rem;height:4.7548828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPMDcl3oA0nbLJrftkh89NTr5P8hwxvg { width:18.9372691875rem;height:1.75rem;top:3.005615234375rem;left:0.49862134456634rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUhxtcKsrcDvLaiJU89J2cpG2mbmza3M { width:20rem;height:1.75rem;top:1.251220703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN9NqFo1byHf4doCKAXSTTdJR8SQa44k { background-color:#ef5a6f;background-image:none;display:block; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container { background-color: transparent; background-image: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container > .video-iframe-container { display: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row > .video-iframe-container { display: none; }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .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); }#eN9NqFo1byHf4doCKAXSTTdJR8SQa44k > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAb4LGodpB0f3kPUQTz68JMw81vMJfZC { width:20rem;height:40.0625rem;top:20.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCpdJbt4HQwciPuV8q7HpGNtZmyFzhpQ { width:20rem;height:1.75rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2pJurBlKXW4VKtmJo49DXk0urrG1ot { width:18.75rem;height:10.9375rem;top:21.635009765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2lxriRUTovKOCSxtvvDMw6SJwb1RVBt { width:20rem;height:3.5rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWuKrQtD6cKWpCZqdzmm8ZMPbF929JfZ { width:20rem;height:1.375rem;top:62.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byOBNbUStEd1kfRXWcvhgD0GXTUvXFWr { top:1.2708740234375rem;left:0rem;width:20rem;height:10.875rem;z-index:15011;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) { #KfVEz2NPdhcoDiUmaUya29rR3moRBVdD { width:6.4993105rem;height:6.4993105rem;top:7.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGOiFNpq1N6B1VZSu71LlXg67qcH5Qxu { width:6.1868105rem;height:6.1868105rem;top:14.232666015625rem;left:13.813188433647rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwPQbZgFr0Mt8PzTsAmQT9HEWoahEP0l { width:18.75rem;height:7.8125rem;top:34.22216796875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoB8O6DI2zxTCGmlah39qhy53qKggMTN { width:18.75rem;height:10.9375rem;top:43.6328125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrHkxkLBeQzmKi6NLnzGeG74e4ISeHK { width:20rem;height:8.8740806875rem;top:11.541748046875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qJFq9ZXLwElN7Ie4PRLZL47Nf91eflIw { width:20rem;height:4.5625rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPWymxdEeUn3PB4CUfGaCctIwuHBO1Z { width:18.75rem;height:1.5625rem;top:56.42578125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4G4adpJAefShUgnHUoxgllL7AAvhRwG { width:20rem;height:3.75rem;top:66.625rem;left:0rem;font-size:1.0625rem;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) { #IMCaCbeqNWTJfIFRiNKN96h3niMZHWFD { display:block; }
 }@media only screen and (max-width: 763px) { #duwlkJg48IObvqQimw7NR1NctCSNG3cD { background-color:#ffeaec;background-image:none;display:block; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container { background-color: transparent; background-image: none; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container > .video-iframe-container { display: none; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row > .video-iframe-container { display: none; }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .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); }#duwlkJg48IObvqQimw7NR1NctCSNG3cD > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8MMCTqfbQR1mLdESbrDIf9uAgzgfU6G { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7N9hAtOGeETgTxfbTPcR1gqJcnHukK { width:18.1223965rem;height:3.125rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XcfUucokmWwqTkT3hfSITqeyJNxbahxN { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTtTitVRz0fk55cnv3ULHNLWF92nvfKq { width:17.5rem;height:14.0625rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bVMWTKHHeDzInGCBVA0wwWeAavJxkTVh { width:9.375rem;height:9.375rem;top:2.015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmuZENDSSotfyhSMQ1iqw333XCi1vBVN { background-color:#ffeaec;background-image:none;display:block; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container { background-color: transparent; background-image: none; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container > .video-iframe-container { display: none; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row > .video-iframe-container { display: none; }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .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); }#tmuZENDSSotfyhSMQ1iqw333XCi1vBVN > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFVpqsKnzE31mJKti92KQWGWEb6DCHes { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KdCBUI1RAc94JSBCsTbGfJW8a9z6i2pO { width:18.1223965rem;height:3.125rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FWGsCQcaAZDwKPMPICuZUzTvIlDEA1pk { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pE85blbDTl7qE44gQ59n6s2OaAM9aeKp { width:17.5rem;height:14.0625rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lFcNlUforTF7tuzN2giGzOxTqMhFTM0f { width:9.375rem;height:9.375rem;top:2.015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTlfdP0L6Me572c24hkvk3m4JKevUafI { background-color:#ffeaec;background-image:none;display:block; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container { background-color: transparent; background-image: none; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container > .video-iframe-container { display: none; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row > .video-iframe-container { display: none; }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .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); }#BTlfdP0L6Me572c24hkvk3m4JKevUafI > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpPC5LiAAABkheasC6Z1A9ShmzmuJgSg { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ssSeTlRqcSR2WkPRaL662WbqaHZOxq6X { width:18.1223965rem;height:4.6875rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nJzWkUn2UPIWmKQhxBMpHIIbbmygFFd9 { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIe1WSLLN8gaoo9wE7pz6mRcklWRKBuz { width:17.5rem;height:12.5rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XUyzo5wr0RV6Hi6nHPbdMc13z2aTmOeI { width:9.3125rem;height:9.3125rem;top:1.7708740234375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl { display:block; }#HFmq11svgZqUf6sTfVq7PbwqqTOrwKNl > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMRlghSyztdrR0chm0ZzBgbXRUenesIR { width:20rem;height:5.75rem;top:1.1220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo .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; }
#KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo { width:14.625rem;height:5.4375rem;display:flex;top:11.4140625rem;left:2.4375rem;z-index:15057;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #KGsB8MHTgZtEIJUebP9KDGRNmKGQAuDr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #WaxCp4TkKhsOT2fguLMcBA7RZnx0Ty5D {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #poImsbVkHFDREgQoryhxHVOphuEyqmlk {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #pNSySoR6X2TpcgRrLvAcs7e0EHS4rITT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #vvZcl1Z6ekCkg72NCAJSqesusx8xUxJe {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #JpEdNUJx9vyf94UOMwDTRDgULhuUMnZs {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #XdKSaUhnVC1lbDXzgqx9AguNn7o9SwBF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #gLNpSX4SdlEFxh381NQUglrrOxTtlv7t {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #m7tENNBnhsvDi4qu5ppc4DTMOBIWqUoN {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #X0uStrb59Ktd08IpDhyXqeiHahMhd1E5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #oAhSwPeKUkt89sBKLxinPcUvhiGf4VBT {  }
 }@media only screen and (max-width: 763px) { #KnoTTzaGpbQoNFPAbXyxhmKORgQaiFEo #VkfiBhP0NL1WhKTdC0VIkN7Wmlz67Mkq {  }
 }@media only screen and (max-width: 763px) { #DI3Z5Ts6GhslAfCH5P1XmrRXoIAcciaT { width:20rem;height:1.4375rem;top:8.6220703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG4uoWF8RzxXPMzLfMkT7VP7J08BIAEL { width:19rem;height:3.375rem;top:18.1630859375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqrHCGLV9oxUIqrzgWqGoiMeqzzsPTpG { display:block; }
 }@media only screen and (max-width: 763px) { #TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON { display:none; }#TVKyVHHhzZXk6l0BaFtKfit1BK4iGzON > .row .container { width:20rem;height:22.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fRG9JydR2MGJzOqeEha85THMmklHfLBT { width:20rem;height:5.75rem;top:1.45703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 .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; }
#VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 { width:14.625rem;height:5.4375rem;display:flex;top:9.1015625rem;left:2.4356616735458rem;z-index:15057;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #FzP9R3uxzFs4QzlzHvfg6tLDhKp2zESA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #CtSXsaZTeTq143DHhb9KRM4cHtv6VPnb {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #gTWmpvmMcwhiLG5qfyJUVyyqI6agvR3Z {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #ddETPGndDD5iZHINNPekbvGrRNKDPdiB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #yTSIuTrOcJZ8M0yC3mBrVs7Weg6Nfeep {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #uzyooVC3ESSoSNV7TnaEevTL8ve6pmpL {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #EEloLl4WWFLgikTUIfAmz5PrwKNqxiDz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #mhRpgXxZCxtiq91OTJAbqZ98n5BVBTua {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #bcSqlH3OM8DGX6TN6xGaE8J0FKp8fxlg {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #rOKHxLF6J6eJL3usvmRPzJM445IqmZTk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #Rxw3NNqgApRPtVp09bHOrBr6Ac8D3vhf {  }
 }@media only screen and (max-width: 763px) { #VIMs0bdrfPmpi07VDISAv8wa1HIQkn02 #EerKQV3d96cPeBqpDw4OLlhQn8wDrEzK {  }
 }@media only screen and (max-width: 763px) { #shzDztEMxbA5VRDnCo44dGeZ3hRLhFGg { width:20rem;height:1.4375rem;top:6.8095703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINNFK4HLh2Ubp3rUx5dCdK0mrBV7axR { width:19rem;height:3.375rem;top:16.2881431875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPuSndHK9cF9GuZf2LJqzp95xTCUwr40 { display:block; }
 }@media only screen and (max-width: 763px) { #XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo { display:block; }#XnRr6AZloAynlB4KeFzTlFkfw4vFL7Mo > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGn68raG9lRSURSRTQLV9kWrDbn8kuK7 { width:18.9372691875rem;height:1.75rem;top:3.236572265625rem;left:0.49862134456634rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pwfMXsqU3TVgIz8RG9tB8Owcd93cZz { width:20rem;height:1.75rem;top:1.251220703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk { background-color:#ba7191;background-image:none;display:block; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container { background-color: transparent; background-image: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container > .video-iframe-container { display: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row > .video-iframe-container { display: none; }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .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); }#t3qGZJaJ59LNB3x9s05LAJzr0FVcikOk > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idDdKJMrre4qsBnC17Ckcd9Uot1BAPpD { width:20rem;height:17.5rem;top:17.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T9erxrdbg8i6d9d43te6H47ciVMBwDwK { width:20rem;height:6.5625rem;top:11.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tth5SO4SWKEsGUhyhqroNKDfcT6Ins6I { width:20rem;height:3.6865234375rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrh4Zm6oQtOVE9H5qqtrTLAnR1AO8imG { width:20rem;height:1.375rem;top:36.0927734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW6XcVDF7eqbdi17CeVh6RcebwITF3IX { width:20rem;height:1.62524375rem;top:13.220458984375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHySBuFmGpldQng1ndNcf42bnG9TPeq8 { width:18.75rem;height:12.375rem;top:19.74853515625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CtZhZE5fcf39SSuKR2zlDOlcCQho0spy { top:1.254638671875rem;left:0rem;width:20rem;height:10.875rem;z-index:15026;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) { #WTmTEM0o42hFnndv7vhdOXFhxAkimHWt { width:20rem;height:1.75rem;top:14.838134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu { display:none; }#bQXBfQW9VFWMAdUtig5NRGcMnVwSMIcu > .row .container { width:20rem;height:123.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #twAQbRre9HXegBM6iwNRmtPf4OkUCeQu { width:18.75rem;height:100.25rem;top:1.1856689453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTDFUdaCa93n4CskVCykoOpwve93qW4G { width:18.125rem;height:7.25rem;top:1.5625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfq2mVO7mOzD938vfKcIRO2mGT15KUXs { width:12.5rem;height:3.97058825rem;top:2.125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN { width:16.25rem;height:27.783087375rem;top:9.7578125rem;left:1.25rem;font-size:1.0625rem;display:block; }#pg5TnXx4H5yNXsEyCq8RQTnGX9QmKmtN li:before{  }
 }@media only screen and (max-width: 763px) { #uw2WpEHHvPF9Iz6G3xmkvfQAEfO9qdi9 { width:12.5rem;height:3.4375rem;top:83.10205078125rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmvrmVcrOshOUTFJxIRtnyT5GiGRKRxC { display:block; }
 }@media only screen and (max-width: 763px) { #PvWd8TbrZKVGTPzDMgh9Qf3CxTLrGhrG { width:20rem;height:1.6176470625rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI5TDMrg3awpPrMPGxSiGvJfcWnmMpdA { width:17.5rem;height:13.8970583125rem;top:38.6328125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimLtvoc5pbCyCeZ4kDIHGKfSHuU496o { width:12.5rem;height:1.985294125rem;top:63.696044921875rem;left:4.4979318380356rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sJxSizTcqaLOspagLDJn4bIX2azKJDlD { width:12.5rem;height:1.76470575rem;top:62.078369140625rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFR3OMRMJrV90hCvPb4vnzh3AUazOpM6 { width:20rem;height:0;top:74.302612304688rem;left:0rem;font-size:1.5625rem;color:#4bae16;display:none; }
 }@media only screen and (max-width: 763px) { #gfVwC8PruHC5a9LdD0oaHseBfU0CgDbq { width:12.5rem;height:2.1323528125rem;top:76.96337890625rem;left:3.7499998807907rem;font-size:1.6875rem;color:#4bae16;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM { width:16.5rem;height:3.088235125rem;top:52.934326171875rem;left:1.8749998807907rem;font-size:1.0625rem;display:block; }#MhsoSvUVp6TmDMGvVQKkqlWbaM0AbIVM li:before{  }
 }@media only screen and (max-width: 763px) { #bXEX9MR1rynb53L4ddLMSLNXbpfotpwO { width:17.5rem;height:3.088235125rem;top:58.083618164062rem;left:1.2488510608673rem;font-size:1.0625rem;display:block; }#bXEX9MR1rynb53L4ddLMSLNXbpfotpwO li:before{  }
 }@media only screen and (max-width: 763px) { #XlCFRD1Lw6A9buJlee95uCJMTT7wRmRv { width:17.5rem;height:1.76470575rem;top:66.800415039062rem;left:1.2488510608673rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLwVxTymxqUBNTCPvlQeFOsBCUa6HSL { width:12.5rem;height:1.985294125rem;top:68.695922851562rem;left:4.4979318380356rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #shdMTpTSTIF9GH7nGJrC7TqSWJRsFbPV { width:20rem;height:3.97058825rem;top:73.005493164062rem;left:0rem;font-size:1.5625rem;color:#4bae16;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #O9nBhpBXh38T5LhLhExuzFL1UV1zP5d3 { width:18.6247691875rem;height:6.4372701875rem;top:102.375rem;left:0.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #JNT83zUfXAl4KSFRKskQnhFbTLLOL0bt { width:14.1865806875rem;height:4.1911761875rem;top:103.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS { width:18.4375rem;height:1.5441175625rem;top:81.068481445312rem;left:0.78125rem;font-size:1.0625rem;display:block; }#Tw30hWOI3y4RJC1dOZR7rgGqkoJCImTS li:before{  }
 }@media only screen and (max-width: 763px) { #pVpDPLaK83VhXJXgKniibp6M4QGImTC1 { width:18.4375rem;height:1.5441175625rem;top:89.160278320312rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHDDQ3WL13AxWN0r7PlJM8MeFomGOMN { width:12.5rem;height:2.1323528125rem;top:90.704345703125rem;left:3.7499998807907rem;font-size:1.6875rem;color:#4bae16;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WJLqWq0274l7m72JlCxiheXhkqLV9rBZ { width:12.5rem;height:3.4375rem;top:94.94921875rem;left:3.7187498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8m801wXdlP1cTEIlQ3CCGTclpxEiV5Q { display:block; }
 }@media only screen and (max-width: 763px) { #e1PrMSHH57heoCfrD9wblJdM4dApGzLA { width:17.7481613125rem;height:12.35294075rem;top:110.19763183594rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5FdF4c2xwJPNnDdETI5Tq8fXo2MB2Wc { width:18.4375rem;height:1.5441175625rem;top:92.836669921875rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA { display:none; }#FieeqQfVV9kMJT3GIBaSAlFt2dhypOgA > .row .container { width:20rem;height:11.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSDhcCSXE4T8ib98WlXrlLlx9Z9hWdcA { width:3.125rem;height:3.125rem;top:1.875rem;left:8.437500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #USTINPEQqq9ThHxX0BkCm85XWgArRicN { width:18.75rem;height:0;top:10.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5yAZ1UlVtFi5Zmf7PavKQMIIt7gGWrR { width:20rem;height:1.6176470625rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZckwORoDWFHOzebo6fHcxp7KMFHDbgr { width:12.5rem;height:0.0625rem;top:6.5625rem;left:3.7187503576279rem;z-index:15017;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hV81wz2pXl4B6FvRORNK3dib7O66vTc0 { width:12.5rem;height:0.0625rem;top:3.4374761581421rem;left:4.3437503576279rem;z-index:15014;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #c5udf3s4t80kpqai4XX9qL7rPTvacwPc { background-color:#71539f;background-image:url("https://images.assets-landingi.com/uc/8b005dd2-38b8-4489-8738-8b4072e5cdf0/Zdjciegwnenastronzapisu8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc.adaptive-delivery-prevent-bg, #c5udf3s4t80kpqai4XX9qL7rPTvacwPc.lazyload, #c5udf3s4t80kpqai4XX9qL7rPTvacwPc.lazyloading { background-image: none; }#c5udf3s4t80kpqai4XX9qL7rPTvacwPc > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BCizxt9KiFv2HhMR25BdJCodI3voUEat { width:3.4995403125rem;height:3.4995403125rem;top:2.5rem;left:7.35064303875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwbGqQ3oOCccEiTfJrDUqoNCgMLrFayb { width:20rem;height:0;top:7.3828125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwGz2zpbEtV4IpmBwDnhNERrym1xsm6T { width:20rem;height:0;top:12.123168945312rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTEnhWFulbG1QXLgNCk0v5th7ZyRgPwS { width:7.7493105rem;height:0;top:16.551025390625rem;left:5.2240346670151rem;font-size:1.0625rem;color:#f3c185;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf { display:none; }#BhCgQd0ykPPcr81Jf5Xowd5HVzh52anf > .row .container { width:20rem;background-color:#71539f;background-image:none;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X7M4XXlaIe5JkGlc31T1bQCDA6USPbTI { width:3.4995403125rem;height:3.4995403125rem;top:1.4349365234375rem;left:8.2502297163013rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #lKNyCxV5aoweOb14zk39aJBvbU2sQJR9 { width:20rem;height:4.0625rem;top:4.8828125rem;left:0rem;font-size:1.5625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #fbSdTNkTJqqTHo7y7c9PRhIFGOmE0xEu { width:20rem;height:3.2504875rem;top:9.894287109375rem;left:0rem;font-size:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TudtdUFTPJd5JvR0QPGrcLNpeHrvehUU { width:7.7493105rem;height:2.76269375rem;top:14.447387695312rem;left:6.1247700452804rem;font-size:1.0625rem;color:#f3c185;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #InOmi6ebfpP23qgnfwhIXTWMT43ohMab { display:none; }#InOmi6ebfpP23qgnfwhIXTWMT43ohMab > .row .container { width:20rem;height:59.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaFdTuTDsdkw0eF6RPuIu2WvhpeiaT1i { width:18.125rem;height:0;top:7.1610107421875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXaFBVbWLnxzOG66i82pR4GHWDkBHpNM { width:14.6875rem;height:3.2504875rem;top:2.443603515625rem;left:2.6562498807907rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TzRtbXvNW7cFcyMFZvT9U28mIsBo0rAX { width:18.125rem;height:0;top:8.625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #DV6R6dDCIrCWc1pPI4Fh2Pkiz2eynsJ4 { width:18.125rem;height:0;top:5.3111991882324rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #AB1OUal0SzepH4McsiVo590sJ9zaByyC { width:18.125rem;height:0;top:7.6226565362888rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #qqM0rmT8lNk6tTLzENXAl97k4hpTcb6F { width:18.125rem;height:0;top:9.6851568222044rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #k14y3V9TqNkKrBVhAT9JyPrtP6ricwaZ { width:17.5625rem;height:0;top:1.89453125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #CTeNJyHpqGupEdHNKwvV7fo9IhCPKTTA { width:18.125rem;height:0;top:8.371874809265rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #mJizQq5TTXMUE1CUPthPbILfKpG9B3GF { width:17.4375rem;height:0;top:1.14453125rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ZQTB2XKaNRfT4A21FPAUh2vdCw7JRXkS { width:17.4375rem;height:0;top:2.0812501907349rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #s0KmUlZW30BTeZQVri1s0Ml1AqODW5Ol { width:18.125rem;height:40.95rem;top:6.7037353515625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #mxaMRv9oClw7w3J0kf3zOZv6n7DbkUS5 { width:20rem;height:1.575rem;top:48.027954101562rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU3QLt0GbDJEnydmv7NtXssEkHKedBMg { width:20rem;height:5.20019375rem;top:50.8214613125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV { display:none; }#r4Ro6T4oXhTEbcWWOHOGT38xzXimvJLV > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ws9G3q1tbnG3IkPXdbtTfNIpMUVIAbwb { width:18.125rem;height:12.6rem;top:5.40625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtMsdn7NFP30PKGvehcnDSZi6OT1Upz { width:18.125rem;height:0;top:8.625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #xPbb0iTJixPxpTBtXsrUxamzaLauo5yB { width:18.125rem;height:0;top:5.3111991882324rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #Amk6drvUUp7924TTTN49fFHuFmFoF3zx { width:18.125rem;height:0;top:7.6226565362888rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #ix0eh99oA7zpmFDHqBEgSWzytpS99hT2 { width:18.125rem;height:0;top:9.6851568222044rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #SIXaold17KdRbbdSA5zQOVWaTMFzPxq1 { width:17.5625rem;height:0;top:1.89453125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #I8DilrDXCil1J7ZC2b0TP208iPLibTUx { width:18.125rem;height:0;top:8.371874809265rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #xJEEisdDMgNw8s5Gt6pkNdaprXsWaLLM { width:17.4375rem;height:0;top:1.14453125rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #HIDNbLylh6cRBrVFK5H9Tz7UNET4Im8k { width:17.4375rem;height:0;top:2.0812501907349rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #sOCgUffbqtoPDVxqqT0ERGqGEokzh3XG { width:20rem;height:1.7875rem;top:2.6145935058594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt { display:none; }#SpMUF0IFPC2Ss6Lz0zgcJxyuIDhntfrt > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eBlF17bkZ2fwJmsivxmN4go47s8zgp6h { width:16.875rem;height:0;top:1.3406257629394rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0babc1;display:none; }
 }@media only screen and (max-width: 763px) { #xE8KVqlaHhsWt1Tkesd5K7LXrW44JOrf { width:20rem;height:1.62524375rem;top:7.37353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukclrZqHMPss1PoQFVG9sIOxacxEht2o { width:12.5rem;height:0.0625rem;top:3.75rem;left:3.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GFSuHc84S23W3WiPBHwHo6G80Pv0pkmp { width:16.875rem;height:3.2504875rem;top:2.87451171875rem;left:1.5291818380356rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#71539f;z-index:15025;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 .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; }
#ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 { width:14.6243105rem;height:5.4365806875rem;display:flex;top:9.936767578125rem;left:2.4839152097702rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #Te6BAeU8ZkSJydDUtcrK8tFsRK7FBNob { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #fG3pVaSMsddrU5FyI420FEtxv6FkGiXM {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #XUIJiTiuniypqmOm8PtTkQdgdKkHshJm {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #qAWfnemNCoWOcd7GAlEGJNrXDFZ6Kd4b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #oq4g0ITCouMNMILGPSTzQRzWAQuDUA7G {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #D7vnQuZSwSblHyRySuZt1m2oLhPRDblA {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #towz4M8r9r4edJrh8IF1FPtmcqWxCnVD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #WS2yghkyM81P8T0XK1fq5rq72sudRfCU {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #cgLotIQHOaLm4zDFU8K0RmCiESfMr6fT {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #wLQTI4vTC56yo1fOTaWUxqFN9ts1chnv { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #lpfrlIGoKEf1r58s0oxwnCRLaR2X6bZe {  }
 }@media only screen and (max-width: 763px) { #ME2DzwKTxf6x5kUVw00FwPgBm2Vl7Bg8 #VI7lluCIDlnza6etU4fu37Mm14B54FDn {  }
 }@media only screen and (max-width: 763px) { #QZ0JciktBZSBAzsO74RnCkSJ5m3tdcG6 { width:19rem;height:3.375rem;top:17.076049804688rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2p2XbAKd4ztT1BG0RT66XcydRdmQqkq { display:block; }
 }@media only screen and (max-width: 763px) { #sADZS8w1ztZbboXLBrVrOxhni1PMcres { background-color:#c4a8ef;background-image:none;display:none; }#sADZS8w1ztZbboXLBrVrOxhni1PMcres > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQMZQDfkGmbkOSnodzmUebHJcTBETFgT { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB { display:none; }#MX8Ml8rJUn1ZWXxcEKn2ZgFDbz72wucB > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fBlnos8Nv1nfuwhosw3TNqUA3TTyo1uG { width:18.125rem;height:24.3rem;top:12.22917175293rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVQbCbTix2Txlof9HuWxxhF5saRUl256 { width:9.375rem;height:9.375rem;top:1.44921875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SW47hR6PFlS8BXULSnElZQEri4K0e4 { display:none; }#X2SW47hR6PFlS8BXULSnElZQEri4K0e4 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka { display:none; }#E3ShGwhG6nGyeIR2neT6iCFxqlMTp0Ka > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QIsqyGOoPd6g6FgtdTmpbKK3fdgmH3ub { width:20rem;height:3.6666667461395rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB { background-color:#e3ecff;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; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row .container { border-width: 0; border-radius: 0; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgNVmIKQalOHTfQQUQGkAtPStKOyJ8zB > .row .container { width:20rem;height:47.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFF9HIP06rk3igPABTAs6AXVKS0uhMUz { width:6.1875rem;height:auto;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3eHUFdDvVeoW8IoJFBTNrSi6syRqOPc { width:19.4375rem;height:46.5625rem;top:1.252685546875rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTB7rvQENOumEy2vP1TceoZTPHSUbv5 { width:18.125rem;height:0;top:1.3984375rem;left:0.90625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Be0Cur6pPIC7DsfsTLrgFdMGnTFkHBNg { width:18.125rem;height:46.5rem;top:1.3984375rem;left:0.90625rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CCe7BODP2eXIsRmcfoklpenEeXL0bSyF { background-color:#e3ecff;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; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row .container { border-width: 0; border-radius: 0; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCe7BODP2eXIsRmcfoklpenEeXL0bSyF > .row .container { width:20rem;height:24rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #leMd6EATCnJTAF6DdeyTB8gCBBCBq9Rg { width:6.1875rem;height:auto;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKDmIFM4MKNDThShlrDV0HZIIUgm95gL { width:19.4375rem;height:22.375rem;top:1.5234375rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnMD28mcLRWGiSIVccB89rvwTPUvOtQ5 { width:20rem;height:0;top:6.377685546875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kR3vaQc0Bc9CSTtOqTvH1lXfg4O2STDS { width:18.125rem;height:22.5rem;top:1.48046875rem;left:0.90625rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #JFKX6visUR11EC6cNtFzxXbATd69JQKh { background-color:#e3ecff;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; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row .container { border-width: 0; border-radius: 0; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFKX6visUR11EC6cNtFzxXbATd69JQKh > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EHEo1USWsAHCSTVQZaLGKc0cEPOXfZen { width:6.1875rem;height:0;top:0.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #edQhZVk3h8RpARLEoSPdQbDfNqBAW4RU { width:19.4375rem;height:47.875rem;top:1.3984375rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZRseB7QGikX9TnelHADpgWlqOAb020 { width:20rem;height:0;top:7.752685546875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix6qWDKR27zWwtP0mIxs3L5Hdg4HAHEa { width:18.125rem;height:48rem;top:1.3984375rem;left:0.90625rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #f23CKISa7K02GAXvKyZGTFpgySl0HSnT { display:none; }#f23CKISa7K02GAXvKyZGTFpgySl0HSnT > .row .container { width:20rem;height:11.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqfTWvuaQLfuARUxPOAScxtk8vH4kEX1 { width:3.125rem;height:3.125rem;top:1.875rem;left:8.437500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkSt4iTO4xcQTSgXlNMgnJQPZo6w2gLi { width:18.75rem;height:0;top:10.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIQ37ZBKSIyz4oIK5k4sS77ecnmlc7e { width:20rem;height:1.6176470625rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi1FeiALPb6M8LZMa16UkW1lb8iFGJr7 { width:12.5rem;height:0.0625rem;top:6.5625rem;left:3.7187503576279rem;z-index:15017;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G2XSKTncXUDNggknM4QWJs05bNQMp3Ob { width:12.5rem;height:0.0625rem;top:3.4374761581421rem;left:4.3437503576279rem;z-index:15014;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW { display:none; }#bxyTLxkcsEHnzB34ITIvfmDnEntMCFLW > .row .container { width:20rem;height:1.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV { display:none; }#i8MFxvqnzau3W1Ffuqgn6UnGHfe924uV > .row .container { width:20rem;height:45.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rEWw9LKP3fGFzSTUNnRHJv4oafyMXsXE { width:18.124125rem;height:0;top:23.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGozMTPviZVqV87QLTpLsi1FawPEJfoT { 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) { #OHOLCyel4INQxUDWLAXJkzL0iBEhBmva { width:20rem;height:34rem;top:11.447509765625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Cx1mVTvFFoXwsk1tnHTQtRuJeaDwcALB { width:15.1240806875rem;height:2.7941174375rem;top:13.49609375rem;left:2.4368106126785rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbDDGk77gNxd22Ro0mkSqloyqHIACQX6 { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:15000;background-color:#ddfbfc;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) { #rxhSGxrzUK30XtpAzwSaVtU5c9VcVg2s { width:15.9995403125rem;height:10rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1eqMxOz0HMgTc67hHgdW12eVkhqK0WC { width:18.1215534375rem;height:24.7058810625rem;top:15.6962890625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zEmfPBA8ld0UiDXfoLHZZ6uke91Ooffd { width:17.5rem;height:3.125rem;top:40.34912109375rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeySREFG6iy2c3l0mc8LK9orp85uiETf { width:20rem;height:1.323529375rem;top:41.22705078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I { display:none; }#oqhQNFmWZK8LdUGQTptVSFF4JOMQt90I > .row .container { width:20rem;height:7.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t420ePMU1dlF9FSMTdshTZTCfF23gmsr { width:19.999125rem;height:5.9558823125rem;top:3.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 { display:block; }#cA9pQ3cmbxi6UuXEnsSPX9Ko0ecezfJ9 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXUU2Wnyr2WXQw2DueLReMSUsAvsk0AU { width:19.999125rem;height:5.9558823125rem;top:3.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Xwos2FUCT0tD0wPf1UGqX7bOOFBCPKIr { width:20rem;height:5.8122701875rem;top:1.4208984375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #esuy5f34OC8CNV79lTuVPr1RNZD17AE4 { width:13.3122701875rem;height:3.2504875rem;top:2.71728515625rem;left:3.3432902097702rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLReEG2WGFHKxExL0vuu6dst2gpvXTmn { display:block; }#hLReEG2WGFHKxExL0vuu6dst2gpvXTmn > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4afqQmVZtGnM6V97ROE3bMnXCUQ4pJL { width:16.9990806875rem;height:0;top:1.29150390625rem;left:2.8124998807907rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #OWuukqXlx2xr2J2Hx89tSBEBA3JalntI { width:17.5rem;height:8.75rem;top:17.806884765625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zxdK0fgqtmuIUuNQE4RTx2tMmt0SSHvU { width:17.0625rem;height:7rem;top:29.560546875rem;left:2.4990234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T4bCmDXRKCQDWhhDqZTHEcXDXG0L99ZB { width:1.5625rem;height:1.5625rem;top:1.2431640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kItOlWnBMLPMKznJfub1iS2SLUOxuI5v { width:1.5625rem;height:1.5625rem;top:17.806884765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADe0W5DyVHlJyXKXziXTb12Tyn64QWkS { width:1.5625rem;height:1.5625rem;top:29.561279296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNuFXdOpuaTBOsdidfe1GAduHe4BsP4L { width:16.875rem;height:2.8125rem;top:38.375rem;left:1.5625rem;font-size:1.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30JCcWcuuuCGxyca7lr9UrpgsKE2dpR { display:block; }
 }@media only screen and (max-width: 763px) { #TD2PXoe7nOdlZSH9hVrGl830XeX8hh8O { width:17.9375rem;height:14.0625rem;top:1.19384765625rem;left:2.5620402097702rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 { display:none; }#mcFW3tmWsWxSgeVsq7EaKftJpZRP2PE6 > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwupBK6dToTyLqnW4k6B8VKWvn1XtpmS { width:12.4368105rem;height:3.235294125rem;top:2.3966064453125rem;left:3.7810200452804rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byVPbLWu8Z1byqevBtIK3wezLwBKsse3 { width:18.125rem;height:0;top:13.958251953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlM5I06qG1h2TdSd1yFIZkGTxTWINnoZ { width:20rem;height:1.5441175625rem;top:41.916381835938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZI85d20NTffxoBoasehliTTEQB4rFz7 { width:17.5rem;height:9.3125rem;top:7.836669921875rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtXBiTLyoVyIELAT6oWctqUMoehTqSya { width:20rem;height:auto;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKdqp93NJrNA2t7hrTs9TMpTHOffp389 { width:18.125rem;height:21.617645875rem;top:18.579223632812rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB { display:none; }#yhmIa5ppyXQxFvBxP1SuxqJelODhBnXB > .row .container { width:20rem;height:35.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aqz2ONn3ciqt3Zt6A4CTtEBfrxaypRl1 { width:18.125rem;height:0;top:11.7734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7JCCaO93SlJFbri7aOsgFeOGZrwuZdF { width:19.9965534375rem;height:1.323529375rem;top:33.467895507812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaAkSV70T4u53HEKVDB0dHk8sO8HJW5i { width:18.125rem;height:0;top:14.41796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCbGt3ibgvuc3WJrGmnSkffTTLgknb3N { width:17.5rem;height:9.375rem;top:7.9893798828125rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxDq3nGdqn0T08aa8U4h9uf9TKNeoqm { width:18.125rem;height:3.235294125rem;top:3.9154052734375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #sngt9MvyzJf4VTK00RioJLB0hoHZEzrH { width:18.125rem;height:14.117646rem;top:18.8447265625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz { display:none; }#PFu3lqXlowWtFLuVbTUG1GhGR79VqAFz > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6LqP0TzV5bRVAzKHgC0NH77hibiCiwl { width:18.125rem;height:0;top:11.9609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eU8GGUiteAE2JiU7lg1dGQsSvrsNIvC2 { width:20rem;height:1.6176470625rem;top:9.03369140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbJq8Vod0EAQiiTxPak6MHiXEaZLQhfn { width:18.125rem;height:0;top:19.45703125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvCidME1nfzIbfhuByBkdqs9hVzEV1Ki { width:20rem;height:1.6176470625rem;top:34.829956054688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVJp5V2zSJFlzHoV2COz9V9r0mh7wxu { width:18.125rem;height:6.47058825rem;top:2.5849609375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #NyHyRdbpdDRCRC3mcf15gWmD8ZqIdiS5 { width:18.125rem;height:10.8088229375rem;top:21.830078125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #RgmvcaitaU7Hbu8JfBTS2o3XgFV8rVoM { width:17.5rem;height:8.75rem;top:11.632568359375rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsovFp2ByqnN6xT513cOmMEftRC3B5ZL { display:none; }#LsovFp2ByqnN6xT513cOmMEftRC3B5ZL > .row .container { width:20rem;height:47.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w0MQxcCPeMbsSpn8ZPWvWDwm5etkM0wo { width:18.125rem;height:3.235294125rem;top:2.52197265625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv2JtAV2krrbyZKLBMsp01K7BwmEWf1a { width:18.125rem;height:0;top:17.304077148438rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b39UARZcEVJB1izOK2BLcUNm0V8F4iKs { width:20rem;height:1.6176470625rem;top:44.39111328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTR5bITvFz5Z8xoqSoImiHC5l6A88PcH { width:17.5rem;height:9.375rem;top:6.53857421875rem;left:1.6636029481888rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl2wDPes9tgbkCkVsGaIVM0mdkitUQNb { width:18.125rem;height:24.705881125rem;top:17.677001953125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc { display:none; }#FMhiaC3dbkrWB9JXHy4LgN6yTtfusITc > .row .container { width:20rem;height:57.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SfqEsrpzAysbFEVQ4UL40kCJgZVxOyMH { width:18.125rem;height:3.2504875rem;top:2.6533203125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqAcd7iAwheRQOeFsDULuMlZH0fTESGI { width:18.125rem;height:0;top:18.00439453125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAcSCTHf9wwaSAaL2WFT8ki3cIpC2avn { width:16.123621rem;height:1.6875rem;top:54.698486328125rem;left:1.9370404481888rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgVkGfoMskaLfD4gN5Eym26qn2JTsGyx { width:17.5rem;height:9.3118105rem;top:6.782470703125rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38yyWRL2cQWBwOhCWRxL587EqZqCn8v { width:18.125rem;height:23.90625rem;top:30.47802734375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #sJ0QeI1L4tWtup5ubcl7cI3QUuUKu9M8 { width:20rem;height:3.2504875rem;top:17.3369140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#71539f;display:block; }
 }@media only screen and (max-width: 763px) { #rWpWqvHGZIXWrxdWZ7pIqT5fJ7VwxheM { width:20rem;height:1.62524375rem;top:21.38671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB .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; }
#yaneQHBUh3kktaztKyLcA84H36ddbiAB { width:14.6243105rem;height:5.4365806875rem;display:flex;top:23.683349609375rem;left:2.5149356126785rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #FDfQENPXgByHnbya32FTPQbHLI4TkzTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #Z9N7gZ11oopaQmwHIugtD8lC9sGs2V6B {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #WNOTO6mN43kuK5GcxJwA27LKsMOXKTy3 {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #Ne1WvVXrpDaS9rQuygkVM5evRXJDIWL4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #tPqtXHlglJqbPc3nDSsBslg9ClWNTTR7 {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #pTBKWJ1kPP79HMrKuTUMlFV6ugVbnwFD {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #Gh0CAvzhzWKg4sDtLPrQS6iVL0WDDo78 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #NU7u7RyJSGiDG8moEyLf8Wy7I0Na6tvm {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #hCifQTwtLSyCDLUW1aAsHSTKJaiFLAxW {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #iWRVO97mHKzvLEwOQNqDdpTzrwGs4xAh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #yvOKCATuQa1SOW6O4BRkSK7VghfHhRCC {  }
 }@media only screen and (max-width: 763px) { #yaneQHBUh3kktaztKyLcA84H36ddbiAB #nZMWKIDyagZMBrFgqapJBMmzbusTMJ4M {  }
 }@media only screen and (max-width: 763px) { #odG61M5syv0hwp9JJM6ZP48sRtGAL8qn { background-color:#486c8f;background-image:none;display:block; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { background-color: transparent; background-image: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container > .video-iframe-container { display: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row > .video-iframe-container { display: none; }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .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); }#odG61M5syv0hwp9JJM6ZP48sRtGAL8qn > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWvg5VXU4KRPBGmTUPypH8M5TgxHXfhi { width:20rem;height:24.625rem;top:8.5087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vREItCGF9cTbBEWTzWxSc5sTTZ0i9J3M { width:18.125rem;height:4.875rem;top:1.9990234375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sTsKg2L7GRPG9V8Rnl1qxpTTUnooQXyB { width:18.75rem;height:15.75rem;top:11.9921875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHxTocxPzB3J2W4AcihJw9oig5Owxz8i { width:16.9370403125rem;height:1.75rem;top:29.480712890625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcZH2Lk2pif791bBsQgbCQlK5iUqGbAw { width:20rem;height:15.8125rem;top:35.248291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6XA393B33VyOzlCEUvrkv3DhHvaOD1u { width:18.75rem;height:14rem;top:56.684326171875rem;left:0.625rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #NiLTVahb2gJa0Vm5hDWyCDuNHPNZ7aLk { width:16.4981613125rem;height:1.75rem;top:72.3759765625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnGXZ1TlDPRzuC0HwdVQwGBIVOZp6Hb { width:20rem;height:23.3743095625rem;top:53.375rem;left:0rem;background-color:#f1f6fb;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) { #K2qpc8SmVvWqTGSB5T6248Hy5IDds2zN { width:18.75rem;height:7rem;top:38.535888671875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F59eFpmbVT98ZDcC9lrT4AyQtN5UKFBS { width:16.875rem;height:1.75rem;top:47.185302734375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avRJVL302WvUDz4iNWlyOmDP1NFiDCLB { width:2.5rem;height:0.75rem;top:53.314697265625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #SHnR1Czx7VOcelFXqK47kDacHBe8GZhJ { width:2.5rem;height:0.75rem;top:8.427001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #mHezeNseRZDURKT3pPuky05i65auoDHH { width:2.5rem;height:0.75rem;top:35.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ { display:none; }#iLy6M7Tr8WmWJlOdzUuM8fvo254qXzeZ > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ku4auzPUfSntoNp5cUzyNT7x11NtN6O5 { 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) { #KTT3zrV3a9y7Nv8mVARsieNgzwpRU2zd { width:18.875rem;height:24.3125rem;top:7.05322265625rem;left:0.55598962306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEOZM1iDio5zWViLodbt0RV2HbdZhpsB { width:6.1875rem;height:auto;top:6.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcE5kIMkFP5NtyfLcmdtofH7P7rWyhIq { width:18.125rem;height:0;top:12.228125572204rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JG3pHB5NvaaCFP9RPGCRa5Xreqlit5tn { width:9.375rem;height:9.375rem;top:2.1025390625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbfki8qwueQBV6s0kObmZXsQ6Wrm3QS { width:18.125rem;height:20rem;top:11.4775390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/1Oj5BOci/ZTzA_zdj_cia_na_stron_zapisu_2100x750_5_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz.adaptive-delivery-prevent-bg, #LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz.lazyload, #LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz.lazyloading { background-image: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container { background-color: transparent; background-image: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container > .video-iframe-container { display: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row > .video-iframe-container { display: none; }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .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); }#LdWQpuzxgLLwpFcKKAWV7KJdMhQyqDpz > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFwXvrTRp0153I17GXRlsgp9UAGH3UUu { width:20rem;height:4rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klI5ZDpoDNua5iDlT9zOiGrWGvRskFTd { width:20rem;height:1.75rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukXgD1temKflBx0XrUHzT4aKMm31uv5q { display:block; }#ukXgD1temKflBx0XrUHzT4aKMm31uv5q > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwz8NfTrPBkmyEVS7myGRl9y3hb82Rw8 { width:20rem;height:56.8125rem;top:7.121826171875rem;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) { #UwTxZAKSXRNBHvXl8eurFfGHlZbhGJMW { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #thBbPh76yHtXaFJdNUb0NMuWhFMcEdb1 { width:18.125rem;height:49rem;top:12.957275390625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4ihTJbMorSDbNB95uitz0Nfc2nqgI1 { width:9.375rem;height:9.375rem;top:2.016357421875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ { display:block; }#cc1WEM3Se2B9iT1K6kvqeDXLxQFdD9sZ > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuxDt3JrHDzO9UI9ZZ8F6ZwRXydRHZoR { width:20rem;height:59.6243095625rem;top:5.176513671875rem;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) { #TNi8NFfIC2gsHDrafGH7QXinPJEkfiqB { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgmH6uTLk3woxUmTFJVPmX0lCuBDrOiA { width:18.125rem;height:0;top:2.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1ecVLdW3SC8HSrlfLR2dpUdGTI8xcWz { width:18.125rem;height:50.75rem;top:11.069580078125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #NgnkUXNkR9kcKfx13LwJTSkFgLL6AVer { width:9.375rem;height:9.375rem;top:0.7421875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9uObfWgd06AtD1gG9OkM5bC123CtyO { display:block; }#af9uObfWgd06AtD1gG9OkM5bC123CtyO > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myaOsWK6zZesaJtLTkNCNQI3DcFI74Kw { width:20rem;height:0;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqTV48FksA8bWil9Wu0lKP4Rdb05iV8C { width:18.65441175rem;height:3.2166819375rem;top:5.81103515625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUATyp446rgAsZ6uJMyHatuT2gg4FswE { display:block; }
 }@media only screen and (max-width: 763px) { #VoFGxE8PHOJ53GdDokIPniu4oBttN2IC { width:20rem;height:3.2504875rem;top:1.62451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15017;color:#486c8f;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq { display:block; }#f6uCeXrWVos0TKo2ixTotUsu5Dt5Eblq > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agyb9kxXSOWZbslMFTf2bcVMTXv8xzsN { width:20rem;height:64.6875rem;top:7.248046875rem;left:-0.12408089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIRHV41UOQTGWTuWDp5rCQiIIsBHUues { width:18.8740806875rem;height:57.75rem;top:11.5126953125rem;left:0.56295955181122rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeMLzLZmtoFePTwONEH4KynXi2BA58lP { width:17.5rem;height:0;top:5.1232357025146rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #ERF69ocm2y8V91KRgrzcUfV9FBfguQkQ { width:6.1875rem;height:auto;top:5.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvSbFWQsG9sMC4BH0FaMnBDut3tga5oP { width:9.375rem;height:9.375rem;top:2.123046875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw { display:block; }#cvFpwrOZW4LNDw1WCdXsTOnGOVKFNHcw > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkuGuQuVIbttbk43NFwJTo2osXf0dbW1 { width:20rem;height:38.375rem;top:6.87939453125rem;left:-0.12408089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7n9L59v52EFBXsNGLTT4kfEJ4LDGT3n { width:18.8740806875rem;height:31.5rem;top:11.513671875rem;left:0.56295955181122rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HngTrVsNpKfumVHX2u6EiwvLBLsqlkSe { width:17.5rem;height:0;top:5.1232357025146rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #gHJssSVAh4bBkx6wJy4OCrgkcbL051rp { width:6.1875rem;height:0;top:5.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaJWvlFkgeDWkMLp8fbLrm4pl8U3Egns { width:9.375rem;height:9.375rem;top:2.123046875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlV2W9c33JTP6vEss6lqfOmQpREtLpb { display:block; }#mRlV2W9c33JTP6vEss6lqfOmQpREtLpb > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gG4GCItsFD4w08LPU7PIFukQ8R5l6EKb { width:20rem;height:43.125rem;top:7.1220703125rem;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) { #lfwiPSAlihuZISKMmBWWEN64cfpbX7EU { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDsDNqHJcdSTpSxB7CtVQ3mTtN0cy0SL { width:18.125rem;height:0;top:12.914794921875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtxfHveziMo7oeBVL0n0BZPqKaOdNQxK { width:9.375rem;height:9.375rem;top:2.016357421875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh3yvScXWARko1Q0ZVNFBB5fQZifAkUC { width:18.125rem;height:35rem;top:12.9296875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z { display:block; }#HcnptRQIstSOEMHin4TJ9De1MvWsxZ6z > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5Lf5QAv3lU1xBQhAFaLI5oAqFeEFVqf { width:20rem;height:65.9375rem;top:6.98193359375rem;left:0rem;z-index:14998;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) { #Px8ENgAzgsdO2ks4defHPD1H26mrrS7B { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTv17ln86ZDxBn4UJcuFfbgVnv3CCMZI { width:18.125rem;height:0;top:14.7783203125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4drB3T4u6mvtb1vSserC1yMLZO5nd9T { width:9.375rem;height:9.375rem;top:2.17138671875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTn7nztoABfz8TQHxTOvpF5ZfCBqxQK { width:18.125rem;height:57.75rem;top:12.836669921875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RfifnQnR1w95VGLZTN506UIDz8R0GoAG { display:block; }#RfifnQnR1w95VGLZTN506UIDz8R0GoAG > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIbXIWBg61zEB4soVn12kNwukqhF5S7v { width:20rem;height:55.125rem;top:6.309814453125rem;left:-0.125rem;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) { #ihN6oTwVtVnmlZPZS6P64WS7t7hS4zd3 { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIm0JAoqBRdFbnhBAcDx9kntN6n7e67h { width:18.125rem;height:0;top:2.6875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6B41H2QfIzp6yIIsKGah93ocX9Qd4Qb { width:18.125rem;height:49rem;top:11.9658203125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15006;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #phNBnO5XIOyytfJ0rRhsQaWD8pGuLlRT { width:9.375rem;height:9.375rem;top:1.3734378814698rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh { display:block; }#ywMguFC5Gqinx7PvUIO67gJUcbNZ0Kkh > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHm7HRR9xoJ3SiaIruuRwlFcb2XS2XL9 { width:20rem;height:90.5rem;top:7.188720703125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBy7T40lfTaPLEM2EXuygwgVMCAIaElF { width:18.125rem;height:0;top:9.219482421875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu4sd5geF9T7MEGIlXZvVJU122O5RAfS { width:18.125rem;height:82.25rem;top:12.506591796875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sGTp9hDMI3rZv1kEzT3LK1frzA4JB14H { width:9.375rem;height:9.375rem;top:1.970458984375rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRnlnAyAtgUpJzTpkrABBi4kbkBdhq8H { width:6.1875rem;height:auto;top:6.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pt9XG0khavTS1lekFLbVInNtsukU6utT { display:block; }#pt9XG0khavTS1lekFLbVInNtsukU6utT > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4GZGna2fQsVqXWny3CJmin1SkihPonA { 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) { #c15gT0cTCGQ3B2SMZkheEgHTvqKAiztC { width:20rem;height:68.875rem;top:7.65283203125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Dr6p8Q2ahFTZSXTMLKrJvyGtEUa5VLDP { width:20rem;height:0;top:12.186458587646rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WxSJ0AfhNTn4gtkq120fzVXNDKy2fiZ8 { width:17.5rem;height:0;top:13.068576812744rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #iEATSvhLCTwhzxqNFLcOi1LsauVxQg4D { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb821TmyxkJEdxyMm4v0sPecD9ENokTP { width:18.125rem;height:61.25rem;top:12.8251953125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;z-index:15009;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #tpZF7LWdRuVoHrObGTU9zyJ6i0qUVsDE { width:9.375rem;height:9.375rem;top:2.123046875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxuIp6ouB108TEkDpMTZA97BaO1CThnF { display:block; }#UxuIp6ouB108TEkDpMTZA97BaO1CThnF > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU0xEfeiIGeSFT9T7rFuTxiZMGS6UdwF { 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) { #Wbc6O0vQzTpOAxpknwc1tRApvaiPX2h5 { width:20rem;height:29.1865806875rem;top:7.25732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbFbHExwsc0oZAauFCr0OmHf9hHvZatv { width:6.1875rem;height:0;top:5.25rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzxflqSdaGcKsqCczaaGIZc9Za3TpzrA { width:18.125rem;height:0;top:11.4775390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vywXrrTHgPFwMvO27a1M1DAX5T6AhmDl { width:9.375rem;height:9.375rem;top:2.1025390625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax3kfIroLX3rWmKJQZBKJhPRGAK5Tzi9 { width:18.125rem;height:24.75rem;top:12.80517578125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI { display:block; }#VPzF71oLtqiJCRNyNxe6TtvTE8GUOVTI > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzPT6RNlUW9oBcQwOUO813LVqtIdgITH { width:20rem;height:48.3125rem;top:7.24853515625rem;left:-0.12408089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3gZKFIZKWkrHToGB6fiDO8t7xS6gm1N { width:18.875rem;height:0;top:2.75rem;left:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U3eqDz0RgvqXEvUcq8mISuKrosLGd3HP { width:17.5rem;height:0;top:5.1232357025146rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #ke3DTK1cXUhcFSCNnpP1DNaCqF0S8bfw { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTWK1ucKaGnZkB0nqtFnnFRTzTd8bo9V { width:18.8729305rem;height:42rem;top:13.1240234375rem;left:0.56295955181122rem;text-align:center;text-align-last:center;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #ookID6FvOI0WCz1aT44FMck00lpRECh2 { width:9.375rem;height:9.375rem;top:2.123046875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt { display:block; }#I1RnoOTBlbE2FFAIwTVkhDvLC0UcPZBt > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3fK2acqDMTGZrp5hlxmwkd5QcMMfl2N { width:20rem;height:33.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXLZsN92wogPNgsq6mmDbBNGpOnDf7NZ { width:18.8740806875rem;height:31.5rem;top:1.505859375rem;left:0.56295955181122rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0V3vKsnqzGcMFstS1DZ9BoX7EnMhdFW { width:17.5rem;height:0;top:5.1232357025146rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #dTUNEAfErrNec5ovb7ZkpDu4LMyWfIKW { width:6.1875rem;height:0;top:0.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n { display:block; }#VxXvIfOHUabRX1fTmL1RyO4hpBt2U19n > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQdVXTtw1T7bDcCdeKgR1Gbv3XuoloPT { width:20rem;height:40.0625rem;top:2.29443359375rem;left:0rem;z-index:14998;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) { #TvD0QAK4ZEfOkGO4TVKKPqpOO1hqCOyw { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcxhvRgtE9wHLEw6TdcqHxNDCaWM0VLJ { width:18.125rem;height:35rem;top:4.59033203125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx { display:block; }#EqVfiKED9IpSMbpwzSTGkxnSrQVfLUTx > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG7QAOsPs7Q0ZMR9nXzAvTarVVmTUJRg { width:20rem;height:40.9375rem;top:1.5625rem;left:-0.12408089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPs9or3H5AOT2mJR2Q0xSTu2vz0ccCnX { width:18.8740806875rem;height:38.5rem;top:1.53271484375rem;left:0.56295955181122rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu6BwSTB9qe4m53Rvxy6K1EFD4yIOAIK { width:17.5rem;height:0;top:5.1232357025146rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Tmv7Atty897nttF2r75Dn34gbgmRVEX5 { width:6.1875rem;height:0;top:5.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM { display:block; }#c4PbURVsak7Gp6BRTsI7X1k5O9MiUDEM > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le0wpWyAwwFkTybeIdn2PfbMTe3xeKNF { width:20rem;height:51.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw983XbKQ52ZF8aoZwe9iwIwOicI4MC9 { width:18.8740806875rem;height:49rem;top:1.875rem;left:0.56295955181122rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzOZs3z5W54KOQafeqMNPFC2Bf5pLCFn { width:17.5rem;height:0;top:5.1232357025146rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #gs6TQto3JhUpXzRSk5QPX7H1oUEx57A8 { width:6.1875rem;height:0;top:5.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #AU6H4Fom69ilTDJ15mny04ZF1CfknMHK { display:block; }#AU6H4Fom69ilTDJ15mny04ZF1CfknMHK > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ85U2zvhShX6lLIn92lH4e3xNGb95Oh { width:20rem;height:37.9365806875rem;top:1.94482421875rem;left:-0.12408089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #IupC8K5SDmwiwkphnfiXe1t0i69QLCCO { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gli6dKFOiNM6ZZ8bPboKDC3QanntVHAk { width:18.125rem;height:0;top:2.604248046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qf31g3UMHcG3rBKfeSzx7BaVwrgWcrhu { width:18.125rem;height:35rem;top:4.02685546875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15005;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TT1v0zx4txUgu91fuTmGTravdaAMTm0J { display:block; }#TT1v0zx4txUgu91fuTmGTravdaAMTm0J > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTEAx7RW2egeEz0s4hAEFNZXGpzwys7F { width:20rem;height:11.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KziAQ6JEVzqppBwKqWZtB4a5e6Nx7RO9 { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9cAtGkov6hrktVlq5TTtkST6eu32AFD { width:20rem;height:0;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1sPk6KaVioy4NEysEXgW5ZGin46Fcfp { width:17.7493095625rem;height:10.125rem;top:3.56298828125rem;left:1.1259191036224rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #I3JauqOu04XpTSiUMbTJoCrLA9AENdte { display:block; }#I3JauqOu04XpTSiUMbTJoCrLA9AENdte > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP7e7Lc72zbSc3NSzB2FcCH3LE0727mK { width:20rem;height:52.6872673125rem;top:2.05419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO9bN6eT2iAw1ZkEuHUkfGcTkz4z2ohi { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAbT97DUo3tZORi8lur4sEQ53IMy0kdk { width:18.125rem;height:0;top:2.5625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfP2AqEdet5w729aBp9pW2JScl8MLxb4 { width:18.125rem;height:49rem;top:3.874267578125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #tPHgZ0eSwfKK6rPwE9syOILDqENI521o { display:block; }#tPHgZ0eSwfKK6rPwE9syOILDqENI521o > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1AU2LftA4TawoOs8zXGuRu1N5SQWkzm { 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) { #CsJ6aZP6WJennPknNoyFNTeDIHQp7Tfa { width:20rem;height:31.9370403125rem;top:1.92236328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hWF1Ftp1zV8ktca3uQlbzKUKpVmTzE { width:18.125rem;height:0;top:2.70703125rem;left:0.90625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kJDa9F7DZDz8Nr2BNFxFdcnV6GqasWIN { width:17.5rem;height:0;top:13.125001192093rem;left:1.21875rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #utNnL3uZfh4S8ZRJUhFATiKwsLFBLmEp { width:6.1875rem;height:auto;top:3.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOSBG3QwuQC1IaDopJJiqULeKc9Lff6c { width:18.125rem;height:28rem;top:4.296875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #ado8bdCTO266UTTl3uR2CKOJUyDz6kBs { display:block; }#ado8bdCTO266UTTl3uR2CKOJUyDz6kBs > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSxzoET1Ka2QRkUEqK6CsIHlHIH8KJVD { width:20rem;height:53.4375rem;top:2.16357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smD1zxkwM3LhEUAdCWO2e2T5sJZQOT66 { width:3.125rem;height:0;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #efxW8w1yF4ck5PsK7nH3VGghXNFCl8XA { width:18.125rem;height:0;top:3.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2UnlUsmBK6EEFlJbMeZ480SvEfe1l6u { width:18.125rem;height:52.3125rem;top:3.82373046875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15004;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM { display:block; }#VynwCPCrTTyfAFrguqVzfOOSwyCUx9fM > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFIsDHxPCTcaJI3fvTMiXZi8EicTBTdq { 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) { #cfxXkOgdzsNta5dcTRO52BquJVp2rMrf { width:20rem;height:71.124771125rem;top:1.9072265625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMkXnCbIo3SAui40ACuFfHx9H9vQFmmh { width:19.4375rem;height:0;top:9.0078125rem;left:0.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sGuC4T5lFATLQfrVJ9g6tLVqDtBw62oy { width:17.5rem;height:0;top:13.125001907349rem;left:1.21875rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Kl9chr69FgLQakmL7TaX9JUQsJ7JvOJu { width:6.1875rem;height:auto;top:3.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3LRCQUAvlvxLthQQO1b0EN2UI7xouBP { width:18.125rem;height:66.5rem;top:4.00634765625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r { display:block; }#UKiD31HQMxcwvJE1OUOeFVdLHfnPgi6r > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu905foAn82STRcl3lHbQWR9U5xPPyU3 { 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) { #N2bDT4BdLNbvUag4b5mWobvWKP9oqTNs { width:18.125rem;height:0;top:1.29150390625rem;left:0.90625rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #USTamphH2aiWA1p13Nu1gk4lf2xQRhSF { width:20rem;height:41.9370384375rem;top:2.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoTzH4Xb9ctNbTrBJzCke16TSJWw3RyQ { width:17.5rem;height:0;top:13.125000953674rem;left:1.2491319775581rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #XBAEfTNSgX8aanLxpnGa5Xu4UXI7EXUc { width:6.1875rem;height:auto;top:3.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fy2KcyKtXQaiW9qnxgTWrtXWfdhBpEZT { width:18.125rem;height:36.75rem;top:4.802734375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic;z-index:15020;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #WBrysrelREflBaBuoJ1V89SBsNmklbXr { display:block; }#WBrysrelREflBaBuoJ1V89SBsNmklbXr > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBC7C76iT700wtdmJVDe5FTp9HkLRTH5 { 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) { #Q91say51tbn2hNWV1N17kI5K90BC3cI1 { width:20rem;height:52.9365806875rem;top:2.1787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqik2e3KGnZlkzSWTkQRxyKKM7cbg4SK { width:18.125rem;height:0;top:8.62255859375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AuR9Owt6gflQ6eSRLKm5lucApQyqTdQx { width:17.5rem;height:0;top:13.124999880791rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #UKmpOGDe618U4ehonGurWrCFQuQwnnE3 { width:6.1875rem;height:auto;top:3.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLQfXuNVADkdZpsbDwCbmg5BQgOGnEpk { width:18.125rem;height:49rem;top:4.5390625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;z-index:15022;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #D9lB7ZkcDqnSeic8KchrkBLMATogHAOf { display:block; }#D9lB7ZkcDqnSeic8KchrkBLMATogHAOf > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ue93tkSXq7EKChWe62m10h6tQ1BVhw0G { width:18.8125rem;height:0;top:6.123046875rem;left:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EXhl7WWUDbrQbrV0Pn7T6wzJ3VzANz8x { width:20rem;height:26.875rem;top:1.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3IKc3LJJZTpSn79Jd5oxpUFAGLJIifx { width:17.5rem;height:0;top:5.7951383590698rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #kzM1AennAXP2rIihuV6LaID3NA4z6sKK { width:6.1875rem;height:auto;top:3.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6zmKJ9CdE0vVHabZ1RWrtL9UGgyVasT { width:18.125rem;height:24.5rem;top:4.318359375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 { display:block; }#rhP9bQfdv3PVqyV4FMnxF1Mq7FdWu2X8 > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKwDaNKMW1NbxgtTsgGw7msRIcBLmfEk { 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) { #ZvbRaxSp6bFbXDRIS4Ss30GvtswvHZCg { width:20rem;height:25.0620403125rem;top:2.49169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt6cTMlCmG8f9OvbeP40DtiyE12d96x3 { width:17.75rem;height:0;top:14.060546875rem;left:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aUl9RzF4BmrkdA9r9n5HmfNGkOFSsqvI { width:17.5rem;height:0;top:13.12326335907rem;left:1.2491319775581rem;text-align:center;text-align-last:center;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #uSz2ipHI1rMRBdtxzgnWc5Oxtynk0f0l { width:6.1875rem;height:auto;top:3.8125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUoo6NbuyvzzJM5EA4SzbppTOS3tXNd4 { width:18.125rem;height:22.75rem;top:4.85595703125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;z-index:15024;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #IMHqlarB9Hq48m7nHHE1DJ2TwptWzVE9 { width:16.875rem;height:2.8125rem;top:29.6083984375rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwBiDbhkWKNzXQNssxNHrtUk4NmXhfU3 { display:block; }
 }@media only screen and (max-width: 763px) { #eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB { display:block; }#eLsKQpOatDZCVZoXJAZOJ5HrRIvNAFZB > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEHM4SXc2fdpa1LQDahWXP0RZAplhouQ { width:19.6875rem;height:3.5rem;top:1.4365234375rem;left:0.21920955181122rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7wUAONPoAQ25H5NCsOlioDEbtJJ3ehF { width:20rem;height:4.3125rem;top:6.07275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox8rnl5tIOOex9pQqD0KFIK8TcGv9zVc { width:20rem;height:1.75rem;top:7.43701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW { display:none; }#MsbZQVSS7ONPxwMTTQR7Sg6QD3VPnBcW > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH { display:block; }#D8uyFPJPpsTePgMrzHFJ2PsxTR9vGlRH > .row .container { width:20rem;height:122.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUlG5sTAHTXe3FUDQbtaMqFZ57l0TJi1 { width:16.875rem;height:17.5rem;top:32.51953125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll4BlVhvQO0aGdXP0CUrul1DGZJNEAif { width:12.5rem;height:1.25rem;top:46.125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJ3Bv9qKK210tKJebwITXEtZoAovIKKC { width:16.875rem;height:15.75rem;top:1.373046875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTTdBNWwZZisPPtfzopNtstBOv6mE3G { width:16.875rem;height:12.25rem;top:18.74658203125rem;left:2.5597425699234rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyscQxttaH3pylBiDz6GpsdBLSgK1BZ { width:16.875rem;height:17.5rem;top:69.12353515625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKZD2BINtPGiMXSp1JWvStS561hkPEGd { width:16.875rem;height:15.75rem;top:51.7392578125rem;left:2.5597425699234rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhuBhuv57ZL5NwEBAJr7c8lRtPG7rnVs { width:16.875rem;height:12.25rem;top:88.302734375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN3EyvUvOtCqr6ehsowqQHWp1EION3eO { width:16.375rem;height:12.25rem;top:102.20703125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoQTmMuGcUtXr7QrSzIFter94nBJq8LZ { width:1.5625rem;height:1.5625rem;top:1.373046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXEJvcvvK7xIUd9plT3Hq9sgbTGcHwBe { width:1.5625rem;height:1.5625rem;top:18.74658203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkVtoBr7bOGO1Tia22DkETGLKnM9VHqH { width:1.5625rem;height:1.5625rem;top:33.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVDhd0xHBtGKlk0gDdJOEc5qtJvwW7w { width:1.5625rem;height:1.5625rem;top:51.79345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQslefabccfWNJWzdcaQpFWSs6q9rLW9 { width:1.5625rem;height:1.5625rem;top:69.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imhyrckBufTydKBMIXITPuweUm7tLQsm { width:1.5625rem;height:1.5625rem;top:88.30126953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQFvhwWffSssh1uZyOxBNI8xhrDJbfO2 { width:1.5625rem;height:1.5625rem;top:102.48974609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCosZsVy3vm6UC0hoBu5Ksy1k9ZxTuPC { width:16.875rem;height:2.8125rem;top:116.681640625rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeLBvdvfmxascadsE3Qq4wz7BrQv2MWs { display:block; }
 }@media only screen and (max-width: 763px) { #WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue { background-color:#f1f6fb;background-image:none;display:block; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { background-color: transparent; background-image: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container > .video-iframe-container { display: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row > .video-iframe-container { display: none; }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .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); }#WmV9mFQEkyVsqCZAuw4yFQc0J2ZnTfue > .row .container { width:20rem;height:16.1298828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHCKq6ITlqGvTuAQDrqh8DrbqDPw1rLk { width:15rem;height:3.2504875rem;top:11.75244140625rem;left:2.4999998807907rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuV3ohysxDzoIrI22BPOJHhfOfnqgd1 { width:20rem;height:5.75rem;top:10.38037109375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fnwiet6DPzJkuxT4xeFTOxSl7oLL8tWE { top:0.0625rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI { display:block; }#yhL2FuKsN7c21vAHIDxFJbBerl4DLKJI > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIHGrhnemV2QSlOa8WCuONSEikfbvgJQ { width:16.875rem;height:4.125rem;top:1.11328125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nLATBEeEr4RK2Tpp507PGU5NETQ16L { width:16.875rem;height:2.75rem;top:7.9365234375rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRnRffMIrEUDsFKQRwVs0ST2Kr41m3Qu { width:1.5625rem;height:1.5625rem;top:1.07666015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on2kq6c8Mhv6nSCsyh63BuXT2JJG55BX { width:1.5625rem;height:1.5625rem;top:7.935546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW93ZeXciqXHtEz71tVhQmiQqPHA6Ap8 { width:16.875rem;height:2.75rem;top:13.4375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJmSTOqE5es7OtkuqmqpFwTe8lowWKqt { width:16.875rem;height:2.75rem;top:19.0615234375rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuUhJn9EUJUyO0PlGpJpDrH8xWRhcy5f { width:16.875rem;height:1.375rem;top:24.56103515625rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncWcUJ8FJCpSLuyAeZtMlcxdCPywqTor { width:16.875rem;height:4.125rem;top:28.81103515625rem;left:2.5597425699234rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArmE30Ar7KF6ocnnNGRqvHqGmLeT2rSD { width:1.5625rem;height:1.5625rem;top:13.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap3WIrpn3MdgdJ7v748prR0WgPnQTmnS { width:1.5625rem;height:1.5625rem;top:24.439453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82pgZgFE2Ldmwopn0CIlpBVvk1OPHtm { width:1.5625rem;height:1.5625rem;top:28.81103515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBWnsCgVrBxWGBICE7bZ5fVDLirif528 { width:1.5625rem;height:1.5625rem;top:19.0615234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM { display:block; }#v6CdB6Va94q28yH5yFGfg8uLdZhu0PfM > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMc5ydS1WLKFUu0bwHKahO2TXcxSkIeN { width:20rem;height:51.375rem;top:6.71533203125rem;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) { #N8GnwNeaB8XaTkAGiDwk3ZHpRXVovHqG { width:17.125rem;height:4.125rem;top:51.12255859375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhmh7TX8vGW9wQetkJkpIOvmXeObwQS { width:9.375rem;height:9.375rem;top:2.037109375rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMnTUgKe0Bryvy3XcPnAEAfsFEqI9b0F { width:17.6240806875rem;height:36.75rem;top:12.15673828125rem;left:1.1879595518112rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ { display:block; }#hKGA6Ud5eX2dTkMDO9upBCPDURPTP6PZ > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JarzFCFyfOFeXaI4Mwe9LtJqEsdg6547 { width:18.125rem;height:2.3125rem;top:2.34375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGEAvSs5df9k3AunaWsenLK26Z9lfzAk { width:16.9375rem;height:15.625rem;top:4.86083984375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15014;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #f7lDIJKEwRJEmaTGcycKueIZ5K32l41c { display:block; }#f7lDIJKEwRJEmaTGcycKueIZ5K32l41c > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIdpwdxd6W6VuzoVP77Pl5o8BSHT8H7K { 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) { #WheUHhsXSJE0JP4w6isrLi2oqEddKu3I { width:20rem;height:0;top:15.226041793823rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2nPMbGgLX98mk23zTO0orEimIZeQ1n5 { width:18.125rem;height:21.875rem;top:1.3759765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15015;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #F8RGikB1ymnXhRAl9LnVbD6LGUTxoSDc { width:18.125rem;height:39.0625rem;top:24.9384765625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;line-height:1.5;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #IwxFMB9nHHFlwmsbrqHrGFPNWiRUngTg { width:6.25rem;height:0;top:30.971876144409rem;left:13.748959422111rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c13LZK6ZxSA8avX7yXNHG84OuhG4WFak { width:20rem;height:auto;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnGK5sf7rT76MLa8TuK5LT121J8rBRoR { width:20rem;height:3.5rem;top:66.24560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CV7dciezPiiTONB3ChvdGQUny5ssXbCw { width:16.875rem;height:2.8125rem;top:71.5234375rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs928DVTccLvdxe5GxyQ9mwciywqqTVk { display:block; }
 }@media only screen and (max-width: 763px) { #teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ { display:block; }#teZhgn4OZh12ZS2w3fcGLTTg6ht59rhJ > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSgAcZiqCapPlMI32ovzPETSP04Jbt8H { width:20rem;height:40.125rem;top:7.15283203125rem;left:0.25045955181122rem;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) { #Hs7TpGs7JplgralhyqQWxfDzt4V3hqfG { width:17.9997691875rem;height:2.75rem;top:40.31494140625rem;left:0.99954044818881rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSmWHhWT5nkWTxXBTkJgeqvO98yP7xN0 { width:9.375rem;height:9.375rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnAvTt2rcpH6TJ9TeXopV2kosPBkgats { width:17.5rem;height:26.25rem;top:12.17822265625rem;left:1.2488510608673rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD { display:block; }#Rp1X6ylIyoKbz2qnnBJkdcHzSzhiNqhD > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmBILiTExyesBCwtwbiBVeHMzo5fK86v { width:18.125rem;height:4.875rem;top:2.662109375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVALTFtrV0ieCmndHPXkhBZrQOh90L5b { width:20rem;height:7.1875rem;top:1.201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEI6XrSykMA16VmpRTAwGTzOoLeJplOe { background-color:#dbecfb;background-image:none;display:block; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container { background-color: transparent; background-image: none; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container > .video-iframe-container { display: none; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row > .video-iframe-container { display: none; }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .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); }#bEI6XrSykMA16VmpRTAwGTzOoLeJplOe > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvGlMLVzgrmE4hcIRt4MZuwkgWmf2cTK { display:flex;width:1.5625rem;height:1.5625rem;top:1.1650390625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Xn9Z2ERe76hlz2T6zmUR7BZGaENmC24p { width:16.875rem;height:4.125rem;top:1.1650390625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9dUk6khMyZ5Kv6wTeCgrBCtVfOXDLW6 { width:16.875rem;height:2.75rem;top:7.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6WERQ8bnGBGqnB41INqL30b72sriZSB { width:16.875rem;height:2.75rem;top:13.67626953125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcvxGI555PIiNmZ9Rrvlirm7ZlBi6dy { display:flex;width:1.5625rem;height:1.5625rem;top:13.67431640625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #PHDplTnmZyLcWmTAGrzPS1r2B7mEwRdp { display:flex;width:1.5625rem;height:1.5625rem;top:19.43603515625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uGFiweeJiM5zUPcQcKAZv3hPNUxEH8Lu { width:16.875rem;height:2.75rem;top:19.73681640625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooznk1fihmOmUh7NTu9bVc6T283PQgSW { width:16.875rem;height:2.75rem;top:25.748046875rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtgogDzoq7IEmqwxGrVONl0uaXszx23Z { width:20rem;height:7.5rem;top:31.24853515625rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f3puFPcTo3hLMQGzyrgsVengVn5VSOCh { display:flex;width:1.5625rem;height:1.5625rem;top:7.8125rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #frJCNAVMnXOQ8NlqAzscxhe6lf7iBTxJ { display:flex;width:1.5625rem;height:1.5625rem;top:25.748046875rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb { background-color:#486c8f;background-image:none;display:block; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container { background-color: transparent; background-image: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container > .video-iframe-container { display: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row > .video-iframe-container { display: none; }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .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); }#gutEkaiaHkAFp3wH1ZlS713xAPe0uJVb > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmf6wbIZy4rKzGcmJk41FtEIoVXTcok8 { width:15.4375rem;height:4.875rem;top:13.560546875rem;left:4.0900734663009rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKaH28VMoHT6CTaKJHl8hpaZDRWtgoF { width:5.6870403125rem;height:5.6870403125rem;top:15.18505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQoa3lvsHJzFnKywiZxsy0i63WcT6GiU { top:1.39111328125rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tvr6SsHBT85vrOzCTqPVMD4M2k6iPnhl { width:12.5rem;height:3.3125rem;top:19.2451171875rem;left:5.5583637952804rem;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) { #HD9CRyuExNpJLV1hsZeclQp2BFVtIwRE { display:block; }
 }@media only screen and (max-width: 763px) { #kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF { display:block; }#kTWSVw3oRr4ZoRdB3FU1JUhLfhT2MIwF > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkLygUcTXpkqu55InbcfbOqIvV7dxC8n { display:block; }#nkLygUcTXpkqu55InbcfbOqIvV7dxC8n > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XF1VV54ZJLUP8096m3eXSEl4gIvs3gof { width:20rem;height:2.125rem;top:1.3408203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip { display:block; }#Xy3x3QZiK3IXZlHdGNdTpG2gJMTAWRip > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUO70eTenb7ot0iH1o6ezqDQsIR1c4O8 { width:18.75rem;height:1.875rem;top:1.55810546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coE43eatipZuF6lK9fNILURs7Hn4TzIn { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTQGJZrscuRbEkREtZzxqeVXzwdtghg { display:block; }#PQTQGJZrscuRbEkREtZzxqeVXzwdtghg > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywJmZ4HDEbuzCkcCJOBGBXaMWq5Ti3ER { width:17.25rem;height:5.625rem;top:1.29345703125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixu2HKN9FMZKmlTOU7bdICJUde5UriRr { display:block; }#ixu2HKN9FMZKmlTOU7bdICJUde5UriRr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUaK8JRglzUEM3ST4O0L7BL2fW6Ak4Ev { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsxNa4FudCIypI1gEhrI8RgZGXQ0CIM { width:18.75rem;height:1.875rem;top:1.55810546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm { display:block; }#JfapJp5iPpiw0Qc1N6dciwWZxqX51nOm > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT0R80bTabidlg9tCeiQmC0DyVXeTnWV { width:19.0625rem;height:3.75rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1w43bB9d9cJN9y6paQNtoN17hDD1FUN { display:block; }#T1w43bB9d9cJN9y6paQNtoN17hDD1FUN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqXgOCFI9TngnqqwybEmLI7bTC9NIIF9 { width:18.75rem;height:1.875rem;top:1.51806640625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsRrJXwHciGEUTLMw9Mrg4fpzlv7TUu { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV { display:block; }#dlbEnyoHnTREFok4A3dXNvs5eTXvpBGV > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSfMa3zWL94bA1aZpwXPbTmOf7NfD0bR { width:18.0625rem;height:13.125rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG { display:none; }#LGK8ztAdvLuxT5Er8SSnRiVhpzIplFnG > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hcdazouPisAEnKtA7r6TKwi4V01HJdfD { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcASitACrZmTFqRqH7BA8chgNoz4mbhh { width:18.75rem;height:1.9125rem;top:1.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM { display:none; }#TlgCe5W0gQ8h3iguQ6OMVaeowgtz6kLM > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOcSCx6m5N4ppWhphqP6L3wcQkhVt3Ie { width:18.125rem;height:5.73633125rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF { display:block; }#WlX9OXtzvsT6cx0qEm2zp5S1irX9Z8BF > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsqD9sswtrEHJcHRqTDk3TaQIVuhqJQT { width:14.6875rem;height:2.125rem;top:0.95654296875rem;left:2.6562498807907rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KyXKw5PmATfbegM9lMaemLdM94hufcLa { display:block; }#KyXKw5PmATfbegM9lMaemLdM94hufcLa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGNxusSzGyfMVkGtUgKCTBaQCMN9TK5G { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTeSmEWuaedNrMtEFwdgxRmexUBf7E9Q { width:18.75rem;height:1.875rem;top:1.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 { display:block; }#e6b1xKG45I80zr4cmE7p0anKXsnSxmS6 > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9lmLELeELl1IBxSi2AgxnAfTInKT9XB { width:18.6868095625rem;height:60rem;top:1.21533203125rem;left:0.65487134456637rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 { display:none; }#FoxNVoukrT3P8RfogrJdHmLhmGx9pOF7 > .row .container { width:20rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AL656uFUCotkq22u29HmnFJhCpFiyfoX { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSSxk8XKwqGXXpnlPpODr7OctPWF6Hqk { width:20rem;height:4.1666665rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 { display:none; }#Lc1bb7y2rEQ0ktlScyBW5teTdOiZkpp5 > .row .container { width:20rem;height:53rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCLbzcLbI0sWG2mf2iDXNezVzqAhCrfE { width:20rem;height:51.749999rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA { display:block; }#wEkrHp7sC4Iq11QczPnB8wQ1r2EDkygA > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRzH8SDrx4GEHIuOpBAP0xDTFseoc02P { width:14.6875rem;height:2.125rem;top:0.9501953125rem;left:2.6562498807907rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rG8iykO5u6Gv1apeMAThT33VRgADLdQF { display:none; }#rG8iykO5u6Gv1apeMAThT33VRgADLdQF > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #olChSU8CLeALeFTcZT6Dx50dS0yaFsQ7 { width:20rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIFck4lOqNFvXFam6qPFrfCFDTlotrQP { width:20rem;height:4.1666665rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL { display:none; }#rGNJTsH5xSICaCcqvOpTFgpIRQZXfozL > .row .container { width:20rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zAvRoyGQUDHN9cgihAoJr67TrvDX0TnD { width:20rem;height:24.916666375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw { display:block; }#Q325QT9xAuVK0z4TB5qHCMJeoVy5Gytw > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeoRkR8JhMmDg1fHmh947pOZTNXLMucr { width:20rem;height:7rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyAnMgcgmH49XswxRZnHMLxf5Dkpm3v4 { width:14.875rem;height:5.625rem;top:1.8447265625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi { display:block; }#laSiFwUnrGmcg4Wig14FL9UuWD2tOCqi > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJNxqa7CdHALSmT55mmSzmWI7cesPTK1 { width:19.4375rem;height:9.375rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm { display:none; }#KgT0PT35OZHdFrVWBotyBAlOEmaQoHvm > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HXFwqRqo9yXBhdIPPRF4L0LhOTwzlhuC { width:20rem;height:3.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5x2yfBEm6DO1ztENEzXt8TEkgyTcVCg { width:20rem;height:2.0588235625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE { display:none; }#eUqXs6ioIREw4vXK0tnMMVHGT7Uw5LQE > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o78paT3s7OCr7hlvArvNI2fTZOCK1rVf { width:20rem;height:5.51470575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy { display:none; }#RiL0tIEP9t6Z0phF4edi96UHQFbSU9fy > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnLEb4XgFGWDV2QvaAiywEk4FmTTg5Gb { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqfMNi9NTO1XccOhoB3xat2fgTafayvn { width:14.5625rem;height:3.82421875rem;top:1.74951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 { display:none; }#m3ETAdGwkxoz6Xd18CqEVp2oBUWGnBV9 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dcss0avT4d7encsKSGnarwsBPWl9g0vG { width:18.75rem;height:19.12109375rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz { display:block; }#oBUDUU77kyPJ2JhDTX0z6moAc3WVv5Qz > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv67lIFBu6bDT5yQMu1Zfn1AZbvM8uJ0 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv6utbAHABXnZyJmO8ofeDgVUazrFNdt { width:18.75rem;height:1.875rem;top:1.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC { display:block; }#nJwZbXfGT4vZT1Ug4cyHaI6hnZ3bBAIC > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sesg8se5fvJ0GdswcqQIZo6ccuTZQaSB { 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) { #Lv5BL2Sy8TuePi8CEeQAL4WRi218aqyD { width:19.0625rem;height:7.5rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ { background-color:#dbecfb;background-image:none;display:block; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container { background-color: transparent; background-image: none; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container > .video-iframe-container { display: none; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row > .video-iframe-container { display: none; }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .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); }#EaPBKrnMbEtQ16LQiK9fGtQBzJdW0odQ > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJxZqvuoCWCZyaKFu5BiZ0MD7sqaOE2u { width:20rem;height:9.9988508125rem;top:5.75146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V76VXfwGRqlrPyPwJoGx2lU9DpqZpSSq { width:11.3120403125rem;height:3.5rem;top:2.24951171875rem;left:4.3439797163009rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuS4rGNJbCBB4KSdRPzHaCFTLh5cz7l { width:20rem;height:1.75rem;top:16.49853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5tPl0Xc9w1pSFcLTzwBVTVyUvK3o8J { width:5.625rem;height:5.625rem;top:4.13134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeN0TbKS867u1hgcFGOwGX59kBnxER6L { display:block; }#ZeN0TbKS867u1hgcFGOwGX59kBnxER6L > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0qEp5QwW3re4hFAPG0yzqEoEZWqZZBD { width:16.875rem;height:0;top:1.3406257629394rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0babc1;display:none; }
 }@media only screen and (max-width: 763px) { #RlNTZyubrWKwcDdTqyf2AJdEqvAMGvkT { width:20rem;height:1.625rem;top:11.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqFglKK1kwcc3a24XPoCVV4LdAEWhIt { width:12.5rem;height:0.0625rem;top:2.5rem;left:3.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz .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; }
#RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz { width:14.625rem;height:5.4375rem;display:flex;top:14.0615234375rem;left:2.4833984375rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #PGbBG87l1kgTTfWKr4MOLC2kyFPtq2sI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #nUKynn0t4i8ZAhzqh3Pb87ZEbGm1CBMs {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #wriNngVqDz9VirmOTDuB5EQqKtncLkst {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #oSFbskTpaUyHWUs9NOvpJzuJsrTekc3U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #P6xkTMt9wb2BdkZIg2rR0e5MTdCyec6u {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #Hb5xasOLMhX2ZE8H0kJIiwHGLDKcG7Zk {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #ikxdHdNl2T8ALJn5ZqPtRH28fOFEGVCT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #InlqvKDSeV9GJHsGrtp3bRI25xJvlGQ4 {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #RIuPLQeTTNclQ81453NsEPwKu9I78KTP {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #EQRCBEKQ0aXl0ZbUlhbiyEfTqTte6rew { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #AGUFmzZzH1xXcW45h3CAx2KwwxSET8BU {  }
 }@media only screen and (max-width: 763px) { #RK1noeiDHoLNJ8T7ZtvaieWIkxAKlGiz #eZgWCVqzeNqr0PXXr6NvzFqZ7uCqqVPv {  }
 }@media only screen and (max-width: 763px) { #PIV2tq3kwqdfHB24wlNak6ttqU1MyuGy { width:18.9990234375rem;height:3.3740234375rem;top:20.7646484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXVN5x0eJKksQ2ZsoGqbwqiWLsXvPbMu { display:block; }
 }@media only screen and (max-width: 763px) { #DT7EnlyavWfqLIxt5vifQ5dyAspnmWT4 { width:16.875rem;height:9.75rem;top:1.310546875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#486c8f;z-index:15025;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI { display:block; }#u6O3aoKVQh3Ku3oK9qO2ciA4nEmvOGtI > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Flqk3Fd5TBTnPW5HprbbkR3Gm6iuhxTs { width:17.5rem;height:0;top:0.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8L9cgurHZKwSqRqtDJaOCUCwbw5I8Ao { width:4.9375rem;height:0;top:53.124267578125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObgC8rZJ3Uv7RwmTDgnaHaAnvA7H4NgZ { width:17.5rem;height:26.25rem;top:0.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy { display:block; }#vxxNnnypu8T1OrHIZzbfpPmTVLtXRHWy > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEawJ7O8Ff053OUA8wuTLxPfs82HX2r6 { width:18.75rem;height:0.0625rem;top:12.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dz4D56wJCTy8SbpooU1ELBlszXmOreQm { background-color:#486c8f;background-image:none;display:none; }#Dz4D56wJCTy8SbpooU1ELBlszXmOreQm > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ylRI1vMNCViMqbSIwtA2aZM25m6Qp6yI { top:1.6842832565307rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ChXTxxQ6WGrolhotVXlal6xmqWcbfbKi { width:8.125rem;height:4rem;top:22.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFZsSlr4SCSnq2NyC5g9tv6Z79zVo5Nl { width:11.9370403125rem;height:3.6764705rem;top:26.74747133255rem;left:4.0314797163009rem;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m8aQ4NdVaJyDE03WRsmEweJrKUk6846V { width:1.25rem;height:1.1764705rem;top:22.6875rem;left:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVgDLJxTstMrDOHrOo1PO5kTQuAByv4 { top:35.249309539795rem;left:0.625rem;width:18.75rem;height:7.9365806875rem;z-index:15000;background-color:#f4b787;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) { #SEncTlTNly5zbTbegP56anUyii0mpCot { display:block; }#SEncTlTNly5zbTbegP56anUyii0mpCot > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIO2uifoTpiZSkfeK7PV0aCNG35W56g0 { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5meaWNNPnpEvOxrXFWAl8bJqoiw9ghe { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }